org.kuali.kfs.module.purap.document.validation.impl
Class LineItemReceivingDocumentPreRule

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.module.purap.document.validation.impl.LineItemReceivingDocumentPreRule
All Implemented Interfaces:
org.kuali.rice.kns.rule.PromptBeforeValidation

public class LineItemReceivingDocumentPreRule
extends MaintenancePreRulesBase


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
LineItemReceivingDocumentPreRule()
           
 
Method Summary
 boolean doPrompts(org.kuali.rice.kns.document.Document document)
          This is called from the rules service to execute our rules A hook is provided here for sub-classes to override the MaintenancePreRulesBase.doCustomPreRules(MaintenanceDocument)
 
Methods inherited from class org.kuali.kfs.coa.document.validation.impl.MaintenancePreRulesBase
buildContinuationConfirmationQuestion, checkForContinuationAccount, checkForContinuationAccount, doCustomPreRules, 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

LineItemReceivingDocumentPreRule

public LineItemReceivingDocumentPreRule()
Method Detail

doPrompts

public boolean doPrompts(org.kuali.rice.kns.document.Document document)
Description copied from class: MaintenancePreRulesBase
This is called from the rules service to execute our rules A hook is provided here for sub-classes to override the MaintenancePreRulesBase.doCustomPreRules(MaintenanceDocument)

Overrides:
doPrompts in class MaintenancePreRulesBase
See Also:
org.kuali.rice.kns.rules.PromptBeforeValidationBase#doRules(org.kuali.rice.kns.document.Document)


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