|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUserAccountService
Defines the interface for Account user accounts management
| Method Summary | |
|---|---|
Account |
createAccount(Serializable userId,
Account account)
Create a new user account |
void |
deleteAccount(Serializable userId)
Delete account |
boolean |
existsAccount(String userLogin)
Check whether the account with such login exists |
Account |
getAccount(Serializable userId)
Get existent account by user identifier |
Serializable |
getAccountId(String userLogin)
Return id of account by the login |
Account |
modifyAccount(Account account)
Modify existent user account |
| Method Detail |
|---|
Account createAccount(Serializable userId,
Account account)
throws UserAccountException
userId - Default user identifier, may be null.account -
UserAccountException
Account modifyAccount(Account account)
throws UserAccountException
account - Existent user account with not null identifier
UserAccountException
void deleteAccount(Serializable userId)
throws UserAccountException
userId - Identifier of account which should be deleted
UserAccountException
Account getAccount(Serializable userId)
throws UserAccountException
userId -
UserAccountException
boolean existsAccount(String userLogin)
throws UserAccountException
userLogin -
UserAccountException
Serializable getAccountId(String userLogin)
throws UserAccountException
userLogin -
UserAccountException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||