|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserAccountException | |
|---|---|
| org.eclipse.higgins.user.account | |
| org.eclipse.higgins.user.account.exception | |
| Uses of UserAccountException in org.eclipse.higgins.user.account |
|---|
| Methods in org.eclipse.higgins.user.account that throw UserAccountException | |
|---|---|
Account |
IUserAccountService.createAccount(Serializable userId,
Account account)
Create a new user account |
void |
IUserAccountService.deleteAccount(Serializable userId)
Delete account |
boolean |
IUserAccountService.existsAccount(String userLogin)
Check whether the account with such login exists |
Account |
IUserAccountService.getAccount(Serializable userId)
Get existent account by user identifier |
Serializable |
IUserAccountService.getAccountId(String userLogin)
Return id of account by the login |
static IUserAccountService |
UserAccountServiceFactory.getService(Map settings)
Looks in configuration map for setting with name SERVICE_NAME which should be an instance of
IUserAccountService |
Account |
IUserAccountService.modifyAccount(Account account)
Modify existent user account |
| Uses of UserAccountException in org.eclipse.higgins.user.account.exception |
|---|
| Subclasses of UserAccountException in org.eclipse.higgins.user.account.exception | |
|---|---|
class |
ConfigurationException
Throws in case of wrong configuration of IUserAccountService |
class |
UserAlreadyExistsException
Throws by IUserAccountService in the attempt to add a user
account with not unique identifier |
class |
UserNotFoundException
Throws by IUserAccountService in the attempt to get or delete a
non-existent user account |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||