org.kuali.kfs.module.purap.document.validation.impl
Class PaymentRequestPayDateNotOverThresholdDaysAwayValidation
java.lang.Object
org.kuali.kfs.sys.document.validation.ParameterizedValidation
org.kuali.kfs.sys.document.validation.GenericValidation
org.kuali.kfs.module.purap.document.validation.impl.PaymentRequestPayDateNotOverThresholdDaysAwayValidation
- All Implemented Interfaces:
- Validation
public class PaymentRequestPayDateNotOverThresholdDaysAwayValidation
- extends GenericValidation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaymentRequestPayDateNotOverThresholdDaysAwayValidation
public PaymentRequestPayDateNotOverThresholdDaysAwayValidation()
validate
public boolean validate(AttributedDocumentEvent event)
- This method side-effects a warning, and consequently should not be used in such a way as to cause validation to fail. Returns
a boolean for ease of testing. If the threshold days value is positive, the method will test future dates accurately. If the
the threshold days value is negative, the method will test past dates.
- Returns:
- true if validation should continue, false otherwise
getPurapService
public PurapService getPurapService()
setPurapService
public void setPurapService(PurapService purapService)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.