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

java.lang.Object
  extended by org.kuali.kfs.sys.document.validation.ParameterizedValidation
      extended by org.kuali.kfs.sys.document.validation.BranchingValidation
          extended by org.kuali.kfs.module.purap.document.validation.impl.PurchasingAccountsPayableFullDocumentEntryCompletedBranchingValidation
All Implemented Interfaces:
Validation

public class PurchasingAccountsPayableFullDocumentEntryCompletedBranchingValidation
extends BranchingValidation


Field Summary
static String FULL_DOCUMENT_ENTRY
           
static String NOT_FULL_DOCUMENT_ENTRY
           
 
Fields inherited from class org.kuali.kfs.sys.document.validation.BranchingValidation
branchMap, parameterProperties, shouldQuitOnFail
 
Constructor Summary
PurchasingAccountsPayableFullDocumentEntryCompletedBranchingValidation()
           
 
Method Summary
protected  String determineBranch(AttributedDocumentEvent event)
          Determines which branch, if any, within the branchMap should be used as the validation to take.
 PurapService getPurapService()
           
 void setPurapService(PurapService purapService)
           
 
Methods inherited from class org.kuali.kfs.sys.document.validation.BranchingValidation
getBranchMap, getParameterProperties, setBranchMap, setParameterProperties, setShouldQuitOnFail, shouldQuitOnFail, stageValidation, validate
 
Methods inherited from class org.kuali.kfs.sys.document.validation.ParameterizedValidation
populateParameterFromEvent, populateParametersFromEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FULL_DOCUMENT_ENTRY

public static final String FULL_DOCUMENT_ENTRY
See Also:
Constant Field Values

NOT_FULL_DOCUMENT_ENTRY

public static final String NOT_FULL_DOCUMENT_ENTRY
See Also:
Constant Field Values
Constructor Detail

PurchasingAccountsPayableFullDocumentEntryCompletedBranchingValidation

public PurchasingAccountsPayableFullDocumentEntryCompletedBranchingValidation()
Method Detail

determineBranch

protected String determineBranch(AttributedDocumentEvent event)
Description copied from class: BranchingValidation
Determines which branch, if any, within the branchMap should be used as the validation to take.

Specified by:
determineBranch in class BranchingValidation
Parameters:
event - the event which triggered this validation
Returns:
the name of the branch to take, or a null or empty string to not take any branch and simply pass validation as true

getPurapService

public PurapService getPurapService()

setPurapService

public void setPurapService(PurapService purapService)


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