public interface Database
Modifier and Type | Method and Description |
---|---|
void |
deleteAppJumper(int userId,
long appJumper) |
BSAccount |
getAccount(int userId) |
BSAccount |
getAccount(java.lang.String username,
java.lang.String password)
Get the user's account - i.e.
|
int |
getAccountCount()
Get the number of accounts
|
int |
getAppJumperUser(long appJumper)
Get the userId who wanted this appJumper
|
void |
setAppJumper(int userId,
long appJumper)
Set an appJumper.
|
BSAccount getAccount(java.lang.String username, java.lang.String password)
username
- The username as entered by the userpassword
- The cleartext passwordBSAccount getAccount(int userId)
int getAccountCount()
int getAppJumperUser(long appJumper)
appJumper
- The paremeter passed to the appvoid setAppJumper(int userId, long appJumper)
userId
- The userId who wants to jump appsappJumper
- void deleteAppJumper(int userId, long appJumper)