org.kuali.kfs.module.purap.document.validation.impl
Class PurchasingAccountsPayableLineItemIndicatorBranchingValidation
java.lang.Object
org.kuali.kfs.sys.document.validation.ParameterizedValidation
org.kuali.kfs.sys.document.validation.BranchingValidation
org.kuali.kfs.module.purap.document.validation.impl.PurchasingAccountsPayableLineItemIndicatorBranchingValidation
- All Implemented Interfaces:
- Validation
public class PurchasingAccountsPayableLineItemIndicatorBranchingValidation
- extends BranchingValidation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IS_LINE_ITEM_INDICATOR
protected static final String IS_LINE_ITEM_INDICATOR
- See Also:
- Constant Field Values
IS_NOT_LINE_ITEM_INDICATOR
protected static final String IS_NOT_LINE_ITEM_INDICATOR
- See Also:
- Constant Field Values
PurchasingAccountsPayableLineItemIndicatorBranchingValidation
public PurchasingAccountsPayableLineItemIndicatorBranchingValidation()
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
getItemForValidation
public PurApItem getItemForValidation()
setItemForValidation
public void setItemForValidation(PurApItem itemForValidation)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.