|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrganizationReversionGlobal | |
---|---|
org.kuali.kfs.coa.businessobject | |
org.kuali.kfs.coa.document.validation.impl |
Uses of OrganizationReversionGlobal in org.kuali.kfs.coa.businessobject |
---|
Methods in org.kuali.kfs.coa.businessobject that return OrganizationReversionGlobal | |
---|---|
OrganizationReversionGlobal |
OrganizationReversionGlobalDetail.getParentGlobalOrganizationReversion()
Gets the parentGlobalOrganizationReversion attribute. |
Methods in org.kuali.kfs.coa.businessobject with parameters of type OrganizationReversionGlobal | |
---|---|
void |
OrganizationReversionGlobalDetail.setParentGlobalOrganizationReversion(OrganizationReversionGlobal parentGlobalOrganizationReversion)
Sets the parentGlobalOrganizationReversion attribute value. |
Uses of OrganizationReversionGlobal in org.kuali.kfs.coa.document.validation.impl |
---|
Fields in org.kuali.kfs.coa.document.validation.impl declared as OrganizationReversionGlobal | |
---|---|
protected OrganizationReversionGlobal |
OrganizationReversionGlobalRule.globalOrganizationReversion
|
Methods in org.kuali.kfs.coa.document.validation.impl that return OrganizationReversionGlobal | |
---|---|
protected OrganizationReversionGlobal |
OrganizationReversionGlobalRule.getGlobalOrganizationReversion()
|
Methods in org.kuali.kfs.coa.document.validation.impl with parameters of type OrganizationReversionGlobal | |
---|---|
boolean |
OrganizationReversionGlobalRule.areAllDetailsValid(OrganizationReversionGlobal globalOrgRev)
Tests if all of the OrganizationReversionGlobalDetail objects associated with the given global organization reversion are
valid. |
boolean |
OrganizationReversionGlobalRule.areAllOrganizationsValid(OrganizationReversionGlobal globalOrgRev)
This method tests if all the OrganizationReversionGlobalOrganization objects associated with the given global organization reversion pass all of their tests. |
boolean |
OrganizationReversionGlobalRule.checkAllObjectCodesForValidity(OrganizationReversionGlobal globalOrgRev,
OrganizationReversionGlobalOrganization org)
This method loops through each of the OrganizationReversionGlobalDetail objects, checking that the entered object codes for each of them are compatible with the OrganizationReversionGlobalOrganization specified. |
boolean |
OrganizationReversionGlobalRule.checkBudgetReversionAccountPair(OrganizationReversionGlobal globalOrgRev)
This method makes sure that if one part of the Budget Reversion Chart/Account pair is specified, both are specified, or an error is thrown. |
boolean |
OrganizationReversionGlobalRule.checkCashReversionAccountPair(OrganizationReversionGlobal globalOrgRev)
This method makes sure that if one part of the Cash Reversion Chart/Account pair is specified, both are specified, or an error is thrown. |
boolean |
OrganizationReversionGlobalRule.checkDetailObjectCodeValidity(OrganizationReversionGlobal globalOrgRev,
OrganizationReversionGlobalDetail detail)
For each organization, tests if the object code in the detail exists in the system and is active |
void |
OrganizationReversionGlobalPreRules.checkForContinuationAccounts(OrganizationReversionGlobal globalOrgReversion)
This method checks to see if the budget reversion or cash reversion accounts have continuation accounts. |
boolean |
OrganizationReversionGlobalRule.checkOrganizationIsNotAmongOrgRevOrganizations(OrganizationReversionGlobal globalOrgRev,
OrganizationReversionGlobalOrganization orgRevOrg)
This method checks if a newly added organization is already among the organizations already listed. |
boolean |
OrganizationReversionGlobalRule.checkOrganizationReversionForOrganizationExists(OrganizationReversionGlobal globalOrgRev,
OrganizationReversionGlobalOrganization org)
Checks that an organization reversion for the given organization reversion change and organization reversion change organization exist. |
boolean |
OrganizationReversionGlobalRule.checkSimpleRules(OrganizationReversionGlobal globalOrgRev)
Convenient convenience method to test all the simple rules in one go. |
void |
OrganizationReversionGlobalPreRules.copyKeyAttributesToCollections(OrganizationReversionGlobal globalOrgRev)
This method updates all children of a Global Organization Reversion so that they all are associated with the Global Organization Reversion document, by upudating their primary keys. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |