- setAccount(BSAccount) - Method in class com.buckosoft.BSAccount.domain.BSAccountUser
-
Set this user's BSAccount.
- setAddress1(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setAddress2(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setAppJumper(int, long) - Method in interface com.buckosoft.BSAccount.db.Database
-
Set an appJumper.
- setAppJumper(int, long) - Method in class com.buckosoft.BSAccount.db.DatabaseImpl
-
- setAppName(String) - Method in interface com.buckosoft.BSAccount.BSAccountMan
-
- setAppName(String) - Method in class com.buckosoft.BSAccount.BSAccountManImpl
-
- setCity(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setCountry(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setCreatedAt(Date) - Method in class com.buckosoft.BSAccount.domain.AppJumper
-
- setEmail(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setFirstName(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setHasPassword(boolean) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setHelloForwards(boolean) - Method in class com.buckosoft.BSAccount.BSAccountManImpl
-
- setId(int) - Method in class com.buckosoft.BSAccount.domain.AppJumper
-
- setInit(String) - Method in class com.buckosoft.BSAccount.BSAccountManImpl
-
Call setInit() after instantiating and configuring the object
- setJumpToken(long) - Method in class com.buckosoft.BSAccount.domain.AppJumper
-
- setLastAccess(Date) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setLastAccess(Date) - Method in class com.buckosoft.BSAccount.domain.BSAccountUser
-
- setLastName(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setPassword(String) - Method in class com.buckosoft.BSAccount.domain.Credentials
-
- setPhone(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setRegisterDate(Date) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setRegisterToken(int) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setState(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setStatus(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setUser(BSAccountUser) - Method in class com.buckosoft.BSAccount.domain.BSAccountUserWebSession
-
- setUserFactory(UserFactory) - Method in class com.buckosoft.BSAccount.BSAccountManImpl
-
- setUserId(int) - Method in class com.buckosoft.BSAccount.domain.AppJumper
-
- setUserId(int) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setUsername(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setUsername(String) - Method in class com.buckosoft.BSAccount.domain.Credentials
-
- setWebPage(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- setZip(String) - Method in class com.buckosoft.BSAccount.domain.BSAccount
-
- SimpleUserFactory - Class in com.buckosoft.BSAccount
-
Implement a Simple User Factory which deals only with simple BSAccountUsers.
- SimpleUserFactory() - Constructor for class com.buckosoft.BSAccount.SimpleUserFactory
-
- STATE_NEEDPWD - Static variable in class com.buckosoft.BSAccount.domain.BSAccount
-
account has been validated, password deleted, registerToken loaded
- STATE_NEWBIE - Static variable in class com.buckosoft.BSAccount.domain.BSAccount
-
account has been written to disk and awaits validation
- STATE_OK - Static variable in class com.buckosoft.BSAccount.domain.BSAccount
-
normal user state
- STATE_VIRGIN - Static variable in class com.buckosoft.BSAccount.domain.BSAccount
-
born a virgin