|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.coa.businessobject.OrganizationReversionGlobal
public class OrganizationReversionGlobal
The representation of a Global Organization Reversion. A Global Organization Reversion is made up of three sections: 1. The University Fiscal Year and Chart of Accounts code for the Organizations going through reversion, with some account information. 2. A list of the appropriate Object Reversion Details 3. A list of Organizations to apply the Organization Reversion to
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
LOG
|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OrganizationReversionGlobal()
|
Method Summary | |
---|---|
List |
buildListOfDeletionAwareLists()
|
List<org.kuali.rice.kns.bo.PersistableBusinessObject> |
generateDeactivationsToPersist()
|
List<org.kuali.rice.kns.bo.PersistableBusinessObject> |
generateGlobalChangesToPersist()
|
List<? extends org.kuali.rice.kns.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()
|
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()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Field Detail |
---|
protected static org.apache.log4j.Logger LOG
Constructor Detail |
---|
public OrganizationReversionGlobal()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public Account getBudgetReversionAccount()
public String getDocumentNumber()
getDocumentNumber
in interface org.kuali.rice.kns.bo.GlobalBusinessObject
public void setDocumentNumber(String documentNumber)
setDocumentNumber
in interface org.kuali.rice.kns.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.kns.bo.PersistableBusinessObject> generateDeactivationsToPersist()
generateDeactivationsToPersist
in interface org.kuali.rice.kns.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.kns.bo.PersistableBusinessObject> generateGlobalChangesToPersist()
generateGlobalChangesToPersist
in interface org.kuali.rice.kns.bo.GlobalBusinessObject
This creates a list of changes to be made to the
existing Organization Reversion records impacted by this global reversion.
public List<? extends org.kuali.rice.kns.bo.GlobalBusinessObjectDetail> getAllDetailObjects()
getAllDetailObjects
in interface org.kuali.rice.kns.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.kns.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.kns.bo.PersistableBusinessObject
buildListOfDeletionAwareLists
in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
PersistableBusinessObjectBase.buildListOfDeletionAwareLists()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |