public class PurchasingAccountsPayableNewIndividualItemValidation extends GenericValidation
| Constructor and Description |
|---|
PurchasingAccountsPayableNewIndividualItemValidation() |
| Modifier and Type | Method and Description |
|---|---|
PurchasingAccountsPayableBelowTheLineValuesValidation |
getBelowTheLineValuesValidation() |
org.kuali.rice.kns.service.DataDictionaryService |
getDataDictionaryService() |
protected String |
getDocumentTypeLabel(String documentTypeName) |
PurApItem |
getItemForValidation() |
org.kuali.rice.coreservice.framework.parameter.ParameterService |
getParameterService() |
void |
setBelowTheLineValuesValidation(PurchasingAccountsPayableBelowTheLineValuesValidation belowTheLineValuesValidation) |
void |
setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService) |
void |
setItemForValidation(PurApItem itemForValidation) |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) |
boolean |
validate(AttributedDocumentEvent event)
This method validates that certain parameters
|
setQuitOnFail, shouldQuitOnFail, stageValidationgetParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterPropertiespublic PurchasingAccountsPayableNewIndividualItemValidation()
public boolean validate(AttributedDocumentEvent event)
Validationprotected String getDocumentTypeLabel(String documentTypeName)
public org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
public PurApItem getItemForValidation()
public void setItemForValidation(PurApItem itemForValidation)
public org.kuali.rice.kns.service.DataDictionaryService getDataDictionaryService()
public void setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
public PurchasingAccountsPayableBelowTheLineValuesValidation getBelowTheLineValuesValidation()
public void setBelowTheLineValuesValidation(PurchasingAccountsPayableBelowTheLineValuesValidation belowTheLineValuesValidation)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.