public class PurchasingPaymentInfoValidation extends GenericValidation
Constructor and Description |
---|
PurchasingPaymentInfoValidation() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkBeginDateBeforeEndDate(PurchasingDocument purDocument)
Implementation of the rule that if a document has a recurring payment begin date and end date, the begin date should come
before the end date.
|
org.kuali.rice.core.api.datetime.DateTimeService |
getDateTimeService() |
UniversityDateService |
getUniversityDateService() |
void |
setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService) |
void |
setUniversityDateService(UniversityDateService universityDateService) |
boolean |
validate(AttributedDocumentEvent event)
This method validates that certain parameters
|
setQuitOnFail, shouldQuitOnFail, stageValidation
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties
public PurchasingPaymentInfoValidation()
public boolean validate(AttributedDocumentEvent event)
Validation
protected boolean checkBeginDateBeforeEndDate(PurchasingDocument purDocument)
purDocument
- the purchasing document to be validatedpublic org.kuali.rice.core.api.datetime.DateTimeService getDateTimeService()
public void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
public UniversityDateService getUniversityDateService()
public void setUniversityDateService(UniversityDateService universityDateService)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.