Package | Description |
---|---|
ejb | |
jpa |
Modifier and Type | Method and Description |
---|---|
AccountGroupJPA |
AccountsFacadeRemote.saveAccountGroup(AccountGroupJPA newAccountGroup)
Remotely invoked method.
|
AccountGroupJPA |
AccountsFacadeBean.saveAccountGroup(AccountGroupJPA newAccountGroup) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
AccountsFacadeRemote.deleteAccountGroup(AccountGroupJPA newAccount)
Delete account group.
|
java.lang.Boolean |
AccountsFacadeBean.deleteAccountGroup(AccountGroupJPA newAccount) |
AccountGroupJPA |
AccountsFacadeRemote.saveAccountGroup(AccountGroupJPA newAccountGroup)
Remotely invoked method.
|
AccountGroupJPA |
AccountsFacadeBean.saveAccountGroup(AccountGroupJPA newAccountGroup) |
Modifier and Type | Method and Description |
---|---|
AccountGroupJPA |
AccountJPA.getOwnerGroup()
Methods get/set persistent relationships.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AccountGroupJPA> |
UserJPA.getGroups()
Methods get/set persistent relationships.
|
Modifier and Type | Method and Description |
---|---|
void |
AccountJPA.setOwnerGroup(AccountGroupJPA ownerGroup)
Sets the owner group.
|
Modifier and Type | Method and Description |
---|---|
void |
UserJPA.setGroups(java.util.Collection<AccountGroupJPA> groups)
Sets the groups.
|
Constructor and Description |
---|
AccountJPA(int id,
java.lang.String name,
java.lang.String description,
java.lang.String userName,
java.lang.String userPassword,
java.lang.String userEmail,
java.lang.String urnAccess,
java.util.Date expirationDate,
AccountGroupJPA ownerGroup)
Instantiates a new account jpa.
|
Constructor and Description |
---|
UserJPA(int id,
java.lang.String name,
java.lang.String password,
java.lang.String plainPassword,
java.lang.String email,
java.lang.String actionToken,
int tryNumber,
boolean blocked,
java.util.Date creationDate,
java.util.Date lastLoginDate,
java.util.Collection<AccountGroupJPA> groups)
Instantiates a new user jpa.
|