public class SubObjectPreRules extends MaintenancePreRulesBase
SubObjCd
that needs to occur while still in the Struts processing. This includes defaults, confirmations,
etc.Modifier and Type | Field and Description |
---|---|
protected SubObjectCode |
newSubObjectCode |
accountService, configService
Constructor and Description |
---|
SubObjectPreRules() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkForContinuationAccounts()
This method checks for continuation accounts and presents the user with a question regarding their use on this account.
|
protected boolean |
doCustomPreRules(org.kuali.rice.kns.document.MaintenanceDocument document)
Executes the following pre rules
checkForContinuationAccounts()
This does not fail on rule failures |
protected void |
setupConvenienceObjects(org.kuali.rice.kns.document.MaintenanceDocument document)
This method sets the convenience objects like newSubObjectCode and copySubObjectCode, so you have short and easy handles to the new and
old objects contained in the maintenance document.
|
buildContinuationConfirmationQuestion, checkForContinuationAccount, checkForContinuationAccount, doPrompts, getAccountService, getConfigService, setAccountService, setConfigService
protected SubObjectCode newSubObjectCode
public SubObjectPreRules()
protected boolean doCustomPreRules(org.kuali.rice.kns.document.MaintenanceDocument document)
doCustomPreRules
in class MaintenancePreRulesBase
MaintenancePreRulesBase.doCustomPreRules(org.kuali.rice.kns.document.MaintenanceDocument)
protected void checkForContinuationAccounts()
protected void setupConvenienceObjects(org.kuali.rice.kns.document.MaintenanceDocument document)
document
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.