Package | Description |
---|---|
ejb | |
jpa | |
managedbean |
Modifier and Type | Method and Description |
---|---|
AccountJPA |
AccountsFacadeRemote.saveAccount(AccountJPA newAccount)
Save account.
|
AccountJPA |
AccountsFacadeBean.saveAccount(AccountJPA newAccount) |
AccountJPA |
AccountsFacadeRemote.showAccountByAccountGroup(java.lang.String groupName,
java.lang.String accountName)
Show account by account group.
|
AccountJPA |
AccountsFacadeBean.showAccountByAccountGroup(java.lang.String groupName,
java.lang.String accountName) |
AccountJPA |
AccountsFacadeRemote.showAccountGroup(int id)
Show account group.
|
AccountJPA |
AccountsFacadeBean.showAccountGroup(int id) |
AccountJPA |
AccountsFacadeRemote.showAccountGroup(java.lang.String accountGroupName)
Show account group.
|
AccountJPA |
AccountsFacadeBean.showAccountGroup(java.lang.String accountGroupName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
AccountsFacadeRemote.deleteAccount(AccountJPA newAccount)
Delete account.
|
java.lang.Boolean |
AccountsFacadeBean.deleteAccount(AccountJPA newAccount) |
AccountJPA |
AccountsFacadeRemote.saveAccount(AccountJPA newAccount)
Save account.
|
AccountJPA |
AccountsFacadeBean.saveAccount(AccountJPA newAccount) |
Modifier and Type | Method and Description |
---|---|
AccountJPA |
AdditionalAccountInfoJPA.getOwnerAccount()
Gets the owner account.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AccountJPA> |
AccountGroupJPA.getAccounts()
Gets the accounts.
|
Modifier and Type | Method and Description |
---|---|
void |
AdditionalAccountInfoJPA.setOwnerAccount(AccountJPA ownerGroup)
Sets the owner account.
|
Modifier and Type | Method and Description |
---|---|
void |
AccountGroupJPA.setAccounts(java.util.Collection<AccountJPA> accounts)
Sets the accounts.
|
Constructor and Description |
---|
AccountGroupJPA(int id,
java.lang.String groupName,
UserJPA ownerUser,
java.util.Collection<AccountJPA> accounts)
Instantiates a new account group jpa.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectorView.setCurrentAccount(AccountJPA account)
Sets the current account.
|