public class OrganizationReversionGlobalPreRules extends MaintenancePreRulesBase
OrganizationReversionGlobal
that needs to occur while still in the Struts processing. This includes defaultsModifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
LOG |
accountService, configService
Constructor and Description |
---|
OrganizationReversionGlobalPreRules() |
Modifier and Type | Method and Description |
---|---|
void |
checkForContinuationAccounts(OrganizationReversionGlobal globalOrgReversion)
This method checks to see if the budget reversion or cash reversion accounts have continuation accounts.
|
void |
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.
|
boolean |
doCustomPreRules(org.kuali.rice.kns.document.MaintenanceDocument maintenanceDocument)
This is the hook method for the
MaintenancePreRulesBase to call. |
buildContinuationConfirmationQuestion, checkForContinuationAccount, checkForContinuationAccount, doPrompts, getAccountService, getConfigService, setAccountService, setConfigService
protected static org.apache.log4j.Logger LOG
public OrganizationReversionGlobalPreRules()
public boolean doCustomPreRules(org.kuali.rice.kns.document.MaintenanceDocument maintenanceDocument)
MaintenancePreRulesBase
to call. It calls
doCustomPreRules
in class MaintenancePreRulesBase
MaintenancePreRulesBase.doCustomPreRules(org.kuali.rice.kns.document.MaintenanceDocument)
public void checkForContinuationAccounts(OrganizationReversionGlobal globalOrgReversion)
globalOrgReversion
- Global Organization Reversion to check.public void copyKeyAttributesToCollections(OrganizationReversionGlobal globalOrgRev)
globalOrgRev
- the global organization reversion document to update.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.