public class VendorCreditMemoAccountPercentBetween0And100Validation extends GenericValidation
| Constructor and Description |
|---|
VendorCreditMemoAccountPercentBetween0And100Validation() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.kns.service.DataDictionaryService |
getDataDictionaryService() |
void |
setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService) |
boolean |
validate(AttributedDocumentEvent event)
This method validates that certain parameters
|
protected boolean |
validateRequiredField(org.kuali.rice.krad.bo.BusinessObject businessObject,
String fieldName)
Helper method to perform required field checks add error messages if the validation fails.
|
setQuitOnFail, shouldQuitOnFail, stageValidationgetParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterPropertiespublic VendorCreditMemoAccountPercentBetween0And100Validation()
public boolean validate(AttributedDocumentEvent event)
Validationprotected boolean validateRequiredField(org.kuali.rice.krad.bo.BusinessObject businessObject, String fieldName)
businessObject - - Business object to check for valuefieldName - - Name of the property in the business objectpublic org.kuali.rice.kns.service.DataDictionaryService getDataDictionaryService()
public void setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.