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

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

public class AccountsPayableProcessApprovalAtAccountsPayableReviewAllowedValidation
extends GenericValidation


Constructor Summary
AccountsPayableProcessApprovalAtAccountsPayableReviewAllowedValidation()
           
 
Method Summary
 boolean validate(AttributedDocumentEvent event)
          If at the node accounts payable review, checks if approval at accounts payable review is allowed.
 
Methods inherited from class org.kuali.kfs.sys.document.validation.GenericValidation
setQuitOnFail, shouldQuitOnFail, stageValidation
 
Methods inherited from class org.kuali.kfs.sys.document.validation.ParameterizedValidation
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountsPayableProcessApprovalAtAccountsPayableReviewAllowedValidation

public AccountsPayableProcessApprovalAtAccountsPayableReviewAllowedValidation()
Method Detail

validate

public boolean validate(AttributedDocumentEvent event)
If at the node accounts payable review, checks if approval at accounts payable review is allowed. Returns true if it is, false otherwise.

Parameters:
apDocument - - accounts payable document
Returns:


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