public class OrganizationReversionGlobal extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.krad.bo.GlobalBusinessObject
Modifier and Type | Field and Description |
---|---|
protected Account |
budgetReversionAccount |
protected String |
budgetReversionAccountNumber |
protected Chart |
budgetReversionChartOfAccounts |
protected String |
budgetReversionChartOfAccountsCode |
protected Boolean |
carryForwardByObjectCodeIndicator |
protected Account |
cashReversionAccount |
protected String |
cashReversionAccountNumber |
protected Chart |
cashReversionFinancialChartOfAccounts |
protected String |
cashReversionFinancialChartOfAccountsCode |
protected String |
documentNumber |
protected List<OrganizationReversionGlobalDetail> |
organizationReversionGlobalDetails |
protected List<OrganizationReversionGlobalOrganization> |
organizationReversionGlobalOrganizations |
protected SystemOptions |
universityFiscal |
protected Integer |
universityFiscalYear |
Constructor and Description |
---|
OrganizationReversionGlobal() |
Modifier and Type | Method and Description |
---|---|
List |
buildListOfDeletionAwareLists() |
List<org.kuali.rice.krad.bo.PersistableBusinessObject> |
generateDeactivationsToPersist() |
List<org.kuali.rice.krad.bo.PersistableBusinessObject> |
generateGlobalChangesToPersist() |
List<? extends org.kuali.rice.krad.bo.GlobalBusinessObjectDetail> |
getAllDetailObjects() |
Account |
getBudgetReversionAccount()
Gets the budgetReversionAccount attribute.
|
String |
getBudgetReversionAccountNumber()
Gets the budgetReversionAccountNumber attribute.
|
Chart |
getBudgetReversionChartOfAccounts()
Gets the budgetReversionChartOfAccounts attribute.
|
String |
getBudgetReversionChartOfAccountsCode()
Gets the budgetReversionChartOfAccountsCode attribute.
|
Boolean |
getCarryForwardByObjectCodeIndicator()
Gets the carryForwardByObjectCodeIndicator attribute: but for other methods that don't like to call "is" and would rather
call "get"
|
Account |
getCashReversionAccount()
Gets the cashReversionAccount attribute.
|
String |
getCashReversionAccountNumber()
Gets the cashReversionAccountNumber attribute.
|
Chart |
getCashReversionFinancialChartOfAccounts()
Gets the cashReversionFinancialChartOfAccounts attribute.
|
String |
getCashReversionFinancialChartOfAccountsCode()
Gets the cashReversionFinancialChartOfAccountsCode attribute.
|
String |
getDocumentNumber()
Gets the documentNumber attribute.
|
List<OrganizationReversionGlobalDetail> |
getOrganizationReversionGlobalDetails()
Gets the organizationReversionGlobalDocumentDetails attribute.
|
List<OrganizationReversionGlobalOrganization> |
getOrganizationReversionGlobalOrganizations()
Gets the organizationReversionGlobalOrganizations attribute.
|
SystemOptions |
getUniversityFiscal()
Gets the universityFiscal attribute.
|
Integer |
getUniversityFiscalYear()
Gets the universityFiscalYear attribute.
|
Boolean |
isCarryForwardByObjectCodeIndicator()
Gets the carryForwardByObjectCodeIndicator attribute.
|
boolean |
isPersistable() |
protected Map<String,OrganizationReversionGlobalDetail> |
rearrangeOrganizationReversionDetailsAsMap()
This sticks all of the Organization Reversion Change Details into a map, for quicker access in
generateGlobalChangesToPersist.
|
void |
setBudgetReversionAccount(Account budgetReversionAccount)
Deprecated.
|
void |
setBudgetReversionAccountNumber(String budgetReversionAccountNumber)
Sets the budgetReversionAccountNumber attribute value.
|
void |
setBudgetReversionChartOfAccounts(Chart budgetReversionChartOfAccounts)
Deprecated.
|
void |
setBudgetReversionChartOfAccountsCode(String budgetReversionChartOfAccountsCode)
Sets the budgetReversionChartOfAccountsCode attribute value.
|
void |
setCarryForwardByObjectCodeIndicator(Boolean carryForwardByObjectCodeIndicator)
Sets the carryForwardByObjectCodeIndicator attribute value.
|
void |
setCashReversionAccount(Account cashReversionAccount)
Deprecated.
|
void |
setCashReversionAccountNumber(String cashReversionAccountNumber)
Sets the cashReversionAccountNumber attribute value.
|
void |
setCashReversionFinancialChartOfAccounts(Chart cashReversionFinancialChartOfAccounts)
Deprecated.
|
void |
setCashReversionFinancialChartOfAccountsCode(String cashReversionFinancialChartOfAccountsCode)
Sets the cashReversionFinancialChartOfAccountsCode attribute value.
|
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.
|
void |
setOrganizationReversionGlobalDetails(List<OrganizationReversionGlobalDetail> organizationReversionGlobalDetails)
Sets the organizationReversionGlobalDocumentDetails attribute value.
|
void |
setOrganizationReversionGlobalOrganizations(List<OrganizationReversionGlobalOrganization> organizationReversionGlobalOrganizations)
Deprecated.
|
void |
setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value.
|
void |
setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute value.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
protected String documentNumber
protected Integer universityFiscalYear
protected String budgetReversionChartOfAccountsCode
protected String budgetReversionAccountNumber
protected Boolean carryForwardByObjectCodeIndicator
protected String cashReversionFinancialChartOfAccountsCode
protected String cashReversionAccountNumber
protected Account cashReversionAccount
protected Account budgetReversionAccount
protected Chart budgetReversionChartOfAccounts
protected Chart cashReversionFinancialChartOfAccounts
protected SystemOptions universityFiscal
protected List<OrganizationReversionGlobalDetail> organizationReversionGlobalDetails
protected List<OrganizationReversionGlobalOrganization> organizationReversionGlobalOrganizations
public OrganizationReversionGlobal()
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public Account getBudgetReversionAccount()
public String getDocumentNumber()
getDocumentNumber
in interface org.kuali.rice.krad.bo.GlobalBusinessObject
public void setDocumentNumber(String documentNumber)
setDocumentNumber
in interface org.kuali.rice.krad.bo.GlobalBusinessObject
documentNumber
- The documentNumber to set.public void setBudgetReversionAccount(Account budgetReversionAccount)
budgetReversionAccount
- The budgetReversionAccount to set.public String getBudgetReversionAccountNumber()
public void setBudgetReversionAccountNumber(String budgetReversionAccountNumber)
budgetReversionAccountNumber
- The budgetReversionAccountNumber to set.public Chart getBudgetReversionChartOfAccounts()
public void setBudgetReversionChartOfAccounts(Chart budgetReversionChartOfAccounts)
budgetReversionChartOfAccounts
- The budgetReversionChartOfAccounts to set.public String getBudgetReversionChartOfAccountsCode()
public void setBudgetReversionChartOfAccountsCode(String budgetReversionChartOfAccountsCode)
budgetReversionChartOfAccountsCode
- The budgetReversionChartOfAccountsCode to set.public Boolean isCarryForwardByObjectCodeIndicator()
public Boolean getCarryForwardByObjectCodeIndicator()
public void setCarryForwardByObjectCodeIndicator(Boolean carryForwardByObjectCodeIndicator)
carryForwardByObjectCodeIndicator
- The carryForwardByObjectCodeIndicator to set.public Account getCashReversionAccount()
public void setCashReversionAccount(Account cashReversionAccount)
cashReversionAccount
- The cashReversionAccount to set.public String getCashReversionAccountNumber()
public void setCashReversionAccountNumber(String cashReversionAccountNumber)
cashReversionAccountNumber
- The cashReversionAccountNumber to set.public Chart getCashReversionFinancialChartOfAccounts()
public void setCashReversionFinancialChartOfAccounts(Chart cashReversionFinancialChartOfAccounts)
cashReversionFinancialChartOfAccounts
- The cashReversionFinancialChartOfAccounts to set.public String getCashReversionFinancialChartOfAccountsCode()
public void setCashReversionFinancialChartOfAccountsCode(String cashReversionFinancialChartOfAccountsCode)
cashReversionFinancialChartOfAccountsCode
- The cashReversionFinancialChartOfAccountsCode to set.public List<OrganizationReversionGlobalOrganization> getOrganizationReversionGlobalOrganizations()
public void setOrganizationReversionGlobalOrganizations(List<OrganizationReversionGlobalOrganization> organizationReversionGlobalOrganizations)
organizationReversionGlobalOrganizations
- The organizationReversionGlobalOrganizations to set.public List<OrganizationReversionGlobalDetail> getOrganizationReversionGlobalDetails()
public void setOrganizationReversionGlobalDetails(List<OrganizationReversionGlobalDetail> organizationReversionGlobalDetails)
organizationReversionGlobalDocumentDetails
- The organizationReversionGlobalDocumentDetails to set.public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear to set.public SystemOptions getUniversityFiscal()
public void setUniversityFiscal(SystemOptions universityFiscal)
universityFiscal
- The universityFiscal to set.public List<org.kuali.rice.krad.bo.PersistableBusinessObject> generateDeactivationsToPersist()
generateDeactivationsToPersist
in interface org.kuali.rice.krad.bo.GlobalBusinessObject
As global organization reversions only update
existing records, deactivations will never be produced by creating one; thus, this method always returns an empty list.
public List<org.kuali.rice.krad.bo.PersistableBusinessObject> generateGlobalChangesToPersist()
generateGlobalChangesToPersist
in interface org.kuali.rice.krad.bo.GlobalBusinessObject
This creates a list of changes to be made to the
existing Organization Reversion records impacted by this global reversion.
protected Map<String,OrganizationReversionGlobalDetail> rearrangeOrganizationReversionDetailsAsMap()
public List<? extends org.kuali.rice.krad.bo.GlobalBusinessObjectDetail> getAllDetailObjects()
getAllDetailObjects
in interface org.kuali.rice.krad.bo.GlobalBusinessObject
This returns a list of all the detail objects held within
this main global organization reversion container.
public boolean isPersistable()
isPersistable
in interface org.kuali.rice.krad.bo.GlobalBusinessObject
returns whether this global object reversion can be stored in the
database, which is really a question of whether it and all of its details have all of their appropriate primary keys
set.
public List 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.