| golfShop.spec.user.GolfShopUserManager
All known Subclasses: golfShop.business.user.GolfShopUserManagerImpl,
GolfShopUserManager | public interface GolfShopUserManager (Code) | | |
Method Summary | |
public void | createAccount(String username, String password, String address1, String address2, String city, String state, String zip, String creditCard, String email, Session session) | public User | getUser(String username) | public void | login(String username, String password, Session session) | public void | logout(Session session) |
ACCOUNT_DISABLED | final public int ACCOUNT_DISABLED(Code) | | |
AUTH_FAILED | final public int AUTH_FAILED(Code) | | |
AUTH_OK | final public int AUTH_OK(Code) | | |
IO_ERROR | final public int IO_ERROR(Code) | | |
MULTIPLE_LOGIN | final public int MULTIPLE_LOGIN(Code) | | |
PASSWORD_TYPO | final public int PASSWORD_TYPO(Code) | | |
PASSWORD_WEAK | final public int PASSWORD_WEAK(Code) | | |
PERMISSION_DENIED | final public int PERMISSION_DENIED(Code) | | |
UNKNOWN_ERROR | final public int UNKNOWN_ERROR(Code) | | |
UNKNOWN_HOST | final public int UNKNOWN_HOST(Code) | | |
USERNAME_ALREADY_EXISTS | final public int USERNAME_ALREADY_EXISTS(Code) | | |
createAccount | public void createAccount(String username, String password, String address1, String address2, String city, String state, String zip, String creditCard, String email, Session session) throws LoginException, SessionException(Code) | | |
|
|