org.kuali.kfs.coa.document.validation.impl
Class OrganizationRoutingModelPreRules

java.lang.Object
  extended by org.kuali.rice.kns.rules.PromptBeforeValidationBase
      extended by org.kuali.kfs.coa.document.validation.impl.MaintenancePreRulesBase
          extended by org.kuali.kfs.coa.document.validation.impl.OrganizationRoutingModelPreRules
All Implemented Interfaces:
org.kuali.rice.kns.rule.PromptBeforeValidation

public class OrganizationRoutingModelPreRules
extends MaintenancePreRulesBase

This class...


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.kns.rules.PromptBeforeValidationBase
org.kuali.rice.kns.rules.PromptBeforeValidationBase.ContextSession
 
Field Summary
 
Fields inherited from class org.kuali.kfs.coa.document.validation.impl.MaintenancePreRulesBase
accountService, configService
 
Fields inherited from class org.kuali.rice.kns.rules.PromptBeforeValidationBase
buttonClicked, event, form, LOG, question
 
Constructor Summary
OrganizationRoutingModelPreRules()
           
 
Method Summary
protected  void copyKeyAttributesToModelDetail(AccountDelegateModel model)
          This copies the chart of accounts, object code, and organization model name from the parent OrganizationRoutingModelName to the OrganizationRoutingModel objects
protected  boolean doCustomPreRules(org.kuali.rice.kns.document.MaintenanceDocument maintDoc)
          This performs pre rules checks OrganizationRoutingModelPreRules#copyKeyAttributesToModelDetail(OrganizationRoutingModelName)
 
Methods inherited from class org.kuali.kfs.coa.document.validation.impl.MaintenancePreRulesBase
buildContinuationConfirmationQuestion, checkForContinuationAccount, checkForContinuationAccount, doPrompts, getAccountService, getConfigService, setAccountService, setConfigService
 
Methods inherited from class org.kuali.rice.kns.rules.PromptBeforeValidationBase
abortRulesCheck, askOrAnalyzeYesNoQuestion, processPrompts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationRoutingModelPreRules

public OrganizationRoutingModelPreRules()
Method Detail

doCustomPreRules

protected boolean doCustomPreRules(org.kuali.rice.kns.document.MaintenanceDocument maintDoc)
This performs pre rules checks

Overrides:
doCustomPreRules in class MaintenancePreRulesBase
Returns:
true if rules pass
See Also:
MaintenancePreRulesBase.doCustomPreRules(org.kuali.rice.kns.document.MaintenanceDocument)

copyKeyAttributesToModelDetail

protected void copyKeyAttributesToModelDetail(AccountDelegateModel model)
This copies the chart of accounts, object code, and organization model name from the parent OrganizationRoutingModelName to the OrganizationRoutingModel objects

Parameters:
model -


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.