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

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.PurchasingAccountsPayableCheckNegativeAccountsValidation
All Implemented Interfaces:
Validation

public class PurchasingAccountsPayableCheckNegativeAccountsValidation
extends GenericValidation


Constructor Summary
PurchasingAccountsPayableCheckNegativeAccountsValidation()
           
 
Method Summary
 PurapAccountingService getPurapAccountingService()
           
 void setPurapAccountingService(PurapAccountingService purapAccountingService)
           
 boolean validate(AttributedDocumentEvent event)
          This method validates that certain parameters
 
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

PurchasingAccountsPayableCheckNegativeAccountsValidation

public PurchasingAccountsPayableCheckNegativeAccountsValidation()
Method Detail

validate

public boolean validate(AttributedDocumentEvent event)
Description copied from interface: Validation
This method validates that certain parameters

Returns:
true if validation should continue, false otherwise

getPurapAccountingService

public PurapAccountingService getPurapAccountingService()

setPurapAccountingService

public void setPurapAccountingService(PurapAccountingService purapAccountingService)


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