public class CollectorView
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CollectorView() |
Modifier and Type | Method and Description |
---|---|
void |
createNew()
Creates the new.
|
void |
delete(AdditionalAccountInfoJPA accountInfo)
Delete.
|
AdditionalAccountInfoJPA |
getAccountDynInfo()
Gets the account dyn info.
|
java.util.Collection<AdditionalAccountInfoJPA> |
getAccountDynInfoList()
Gets the account dyn info list.
|
void |
init()
Inits the.
|
void |
setAccountDynInfo(AdditionalAccountInfoJPA accountDynInfo)
Sets the account dyn info.
|
void |
setAccountDynInfoList(java.util.Collection<AdditionalAccountInfoJPA> accountDynInfoList)
Sets the account dyn info list.
|
void |
setCurrentAccount(AccountJPA account)
Sets the current account.
|
@PostConstruct public void init()
public void delete(AdditionalAccountInfoJPA accountInfo)
accountInfo
- the account infopublic void setCurrentAccount(AccountJPA account)
account
- the new current accountpublic void createNew()
public AdditionalAccountInfoJPA getAccountDynInfo()
public void setAccountDynInfo(AdditionalAccountInfoJPA accountDynInfo)
accountDynInfo
- the new account dyn infopublic java.util.Collection<AdditionalAccountInfoJPA> getAccountDynInfoList()
public void setAccountDynInfoList(java.util.Collection<AdditionalAccountInfoJPA> accountDynInfoList)
accountDynInfoList
- the new account dyn info list