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

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

public class PurchasingProcessTradeInValidation
extends GenericValidation


Constructor Summary
PurchasingProcessTradeInValidation()
           
 
Method Summary
 boolean validate(AttributedDocumentEvent event)
          Validates that the total cost must be greater or equal to zero.
 
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

PurchasingProcessTradeInValidation

public PurchasingProcessTradeInValidation()
Method Detail

validate

public boolean validate(AttributedDocumentEvent event)
Validates that the total cost must be greater or equal to zero.

Parameters:
purDocument - the purchasing document to be validated
Returns:
boolean false if the total cost is less than zero.


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