public class AccountDelegateGlobal extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.krad.bo.GlobalBusinessObject
Modifier and Type | Field and Description |
---|---|
protected List<AccountGlobalDetail> |
accountGlobalDetails |
protected List<AccountDelegateGlobalDetail> |
delegateGlobals |
protected String |
documentNumber |
protected AccountDelegateModel |
model |
protected String |
modelChartOfAccountsCode |
protected String |
modelName |
protected String |
modelOrganizationCode |
Constructor and Description |
---|
AccountDelegateGlobal()
Constructs a DelegateGlobal.java.
|
Modifier and Type | Method and Description |
---|---|
void |
addAccount(AccountGlobalDetail accountGlobalDetail)
This method adds a single AccountGlobalDetail instance to the list.
|
List<Collection<org.kuali.rice.krad.bo.PersistableBusinessObject>> |
buildListOfDeletionAwareLists() |
List<org.kuali.rice.krad.bo.PersistableBusinessObject> |
generateDeactivationsToPersist() |
List<org.kuali.rice.krad.bo.PersistableBusinessObject> |
generateGlobalChangesToPersist() |
AccountGlobalDetail |
getAccount(String chartCode,
String accountNumber)
This method retrieves the specific AccountGlobalDetail object that corresponds to your requested chartCode and accountNumber
(or a null object if there is no match).
|
List<AccountGlobalDetail> |
getAccountGlobalDetails()
Gets the accountGlobalDetails attribute.
|
List<? extends org.kuali.rice.krad.bo.GlobalBusinessObjectDetail> |
getAllDetailObjects() |
List<AccountDelegateGlobalDetail> |
getDelegateGlobals()
Gets the delegateGlobals attribute.
|
String |
getDocumentNumber() |
AccountDelegateModel |
getModel() |
String |
getModelChartOfAccountsCode() |
String |
getModelName() |
String |
getModelOrganizationCode() |
boolean |
isPersistable() |
void |
linkEditableUserFields() |
void |
setAccountGlobalDetails(List<AccountGlobalDetail> accountGlobalDetails)
Sets the accountGlobalDetails attribute value.
|
void |
setDelegateGlobals(List<AccountDelegateGlobalDetail> delegateGlobals)
Sets the delegateGlobals attribute value.
|
void |
setDocumentNumber(String documentNumber) |
void |
setModel(AccountDelegateModel loadModel) |
void |
setModelChartOfAccountsCode(String loadModelChartOfAccountsCode) |
void |
setModelName(String loadModelName) |
void |
setModelOrganizationCode(String loadModelOrganizationCode) |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
protected String documentNumber
protected String modelChartOfAccountsCode
protected String modelOrganizationCode
protected AccountDelegateModel model
protected List<AccountGlobalDetail> accountGlobalDetails
protected List<AccountDelegateGlobalDetail> delegateGlobals
public AccountDelegateGlobal()
public void addAccount(AccountGlobalDetail accountGlobalDetail)
accountGlobalDetail
- - populated AccountGlobalDetail instancepublic AccountGlobalDetail getAccount(String chartCode, String accountNumber)
chartCode
- accountNumber
- public List<org.kuali.rice.krad.bo.PersistableBusinessObject> generateDeactivationsToPersist()
generateDeactivationsToPersist
in interface org.kuali.rice.krad.bo.GlobalBusinessObject
org.kuali.rice.krad.document.GlobalBusinessObject#getGlobalChangesToDelete()
public List<org.kuali.rice.krad.bo.PersistableBusinessObject> generateGlobalChangesToPersist()
generateGlobalChangesToPersist
in interface org.kuali.rice.krad.bo.GlobalBusinessObject
org.kuali.rice.krad.document.GlobalBusinessObject#applyGlobalChanges(org.kuali.rice.krad.bo.BusinessObject)
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public String getDocumentNumber()
getDocumentNumber
in interface org.kuali.rice.krad.bo.GlobalBusinessObject
org.kuali.rice.krad.document.GlobalBusinessObject#getDocumentNumber()
public void setDocumentNumber(String documentNumber)
setDocumentNumber
in interface org.kuali.rice.krad.bo.GlobalBusinessObject
org.kuali.rice.krad.document.GlobalBusinessObject#setDocumentNumber(java.lang.String)
public final List<AccountGlobalDetail> getAccountGlobalDetails()
public final void setAccountGlobalDetails(List<AccountGlobalDetail> accountGlobalDetails)
accountGlobalDetails
- The accountGlobalDetails to set.public final List<AccountDelegateGlobalDetail> getDelegateGlobals()
public final void setDelegateGlobals(List<AccountDelegateGlobalDetail> delegateGlobals)
delegateGlobals
- The delegateGlobals to set.public boolean isPersistable()
isPersistable
in interface org.kuali.rice.krad.bo.GlobalBusinessObject
org.kuali.rice.krad.document.GlobalBusinessObject#isPersistable()
public String getModelName()
public void setModelName(String loadModelName)
public String getModelChartOfAccountsCode()
public void setModelChartOfAccountsCode(String loadModelChartOfAccountsCode)
public String getModelOrganizationCode()
public void setModelOrganizationCode(String loadModelOrganizationCode)
public AccountDelegateModel getModel()
public void setModel(AccountDelegateModel loadModel)
public List<? extends org.kuali.rice.krad.bo.GlobalBusinessObjectDetail> getAllDetailObjects()
getAllDetailObjects
in interface org.kuali.rice.krad.bo.GlobalBusinessObject
public void linkEditableUserFields()
linkEditableUserFields
in interface org.kuali.rice.krad.bo.PersistableBusinessObject
linkEditableUserFields
in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
public List<Collection<org.kuali.rice.krad.bo.PersistableBusinessObject>> buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists
in interface org.kuali.rice.krad.bo.PersistableBusinessObject
buildListOfDeletionAwareLists
in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
PersistableBusinessObjectBase.buildListOfDeletionAwareLists()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.