org.kuali.kfs.module.external.kc.validation.impl
Class AccountPreRules

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.AccountPreRules
              extended by org.kuali.kfs.module.external.kc.validation.impl.AccountPreRules
All Implemented Interfaces:
org.kuali.rice.kns.rule.PromptBeforeValidation

public class AccountPreRules
extends AccountPreRules


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.AccountPreRules
accountService, configService, DEFAULT_ACCOUNT_TYPE_CODE, DEFAULT_STATE_CODE, ENDOWMENT_FUND_CD, GENERAL_FUND_CD, LOG, newAccount, PLANT_FUND_CD, postalZipCodeService, RESTRICTED_CD_NOT_APPLICABLE, RESTRICTED_CD_RESTRICTED, RESTRICTED_CD_TEMPORARILY_RESTRICTED, RESTRICTED_CD_UNRESTRICTED, RESTRICTED_FUND_CD
 
Fields inherited from class org.kuali.rice.kns.rules.PromptBeforeValidationBase
buttonClicked, event, form, question
 
Constructor Summary
AccountPreRules()
           
 
Method Summary
protected  boolean doCustomPreRules(org.kuali.rice.kns.document.MaintenanceDocument document)
          Executes the following pre rules MaintenancePreRulesBase.checkForContinuationAccount(String, String, String, String) AccountPreRules.checkForDefaultSubFundGroupStatus() AccountPreRules.newAccountDefaults(MaintenanceDocument) AccountPreRules.setStateFromZip(org.kuali.rice.kns.document.MaintenanceDocument) This does not fail on rule failures
 
Methods inherited from class org.kuali.kfs.coa.document.validation.impl.AccountPreRules
checkForContinuationAccounts, checkForDefaultSubFundGroupStatus, newAccountDefaults, setStateFromZip, setupConvenienceObjects
 
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

AccountPreRules

public AccountPreRules()
Method Detail

doCustomPreRules

protected boolean doCustomPreRules(org.kuali.rice.kns.document.MaintenanceDocument document)
Description copied from class: AccountPreRules
Executes the following pre rules This does not fail on rule failures

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


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