|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.sys.document.validation.ParameterizedValidation
org.kuali.kfs.sys.document.validation.GenericValidation
org.kuali.kfs.fp.document.validation.impl.DisbursementVoucherPaymentReasonValidation
public class DisbursementVoucherPaymentReasonValidation
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.kuali.kfs.fp.document.DisbursementVoucherConstants |
|---|
DisbursementVoucherConstants.DocumentStatusCodes, DisbursementVoucherConstants.DvPdpExtractGroup, DisbursementVoucherConstants.PaymentReasonCodes, DisbursementVoucherConstants.RouteLevelNames, DisbursementVoucherConstants.TabByReasonCode, DisbursementVoucherConstants.TabKey |
| Field Summary | |
|---|---|
static String |
DV_PAYEE_ID_NUMBER_PROPERTY_PATH
|
static String |
DV_PAYMENT_REASON_PROPERTY_PATH
|
| Constructor Summary | |
|---|---|
DisbursementVoucherPaymentReasonValidation()
|
|
| Method Summary | |
|---|---|
AccountingDocument |
getAccountingDocumentForValidation()
Gets the accountingDocumentForValidation attribute. |
DisbursementVoucherPayeeService |
getDisbursementVoucherPayeeService()
Gets the disbursementVoucherPayeeService attribute. |
DisbursementVoucherPaymentReasonService |
getDisbursementVoucherPaymentReasonService()
Gets the disbursementVoucherPaymentReasonService attribute. |
org.kuali.rice.kns.service.ParameterService |
getParameterService()
Gets the parameterService attribute. |
protected VendorDetail |
retrieveVendorDetail(Integer vendorIdNumber,
Integer vendorDetailIdNumber)
Retrieves the VendorDetail object from the vendor id number. |
void |
setAccountingDocumentForValidation(AccountingDocument accountingDocumentForValidation)
Sets the accountingDocumentForValidation attribute value. |
void |
setDisbursementVoucherPayeeService(DisbursementVoucherPayeeService disbursementVoucherPayeeService)
Sets the disbursementVoucherPayeeService attribute value. |
void |
setDisbursementVoucherPaymentReasonService(DisbursementVoucherPaymentReasonService disbursementVoucherPaymentReasonService)
Sets the disbursementVoucherPaymentReasonService attribute value. |
void |
setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the parameterService attribute value. |
boolean |
validate(AttributedDocumentEvent event)
This method validates that certain parameters |
| 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 |
| Field Detail |
|---|
public static final String DV_PAYMENT_REASON_PROPERTY_PATH
public static final String DV_PAYEE_ID_NUMBER_PROPERTY_PATH
| Constructor Detail |
|---|
public DisbursementVoucherPaymentReasonValidation()
| Method Detail |
|---|
public boolean validate(AttributedDocumentEvent event)
Validation
validate in interface ValidationValidation.validate(org.kuali.kfs.sys.document.validation.event.AttributedDocumentEvent)
protected VendorDetail retrieveVendorDetail(Integer vendorIdNumber,
Integer vendorDetailIdNumber)
vendorIdNumber - vendor ID numbervendorDetailIdNumber - vendor detail ID number
VendorDetailpublic org.kuali.rice.kns.service.ParameterService getParameterService()
public DisbursementVoucherPaymentReasonService getDisbursementVoucherPaymentReasonService()
public DisbursementVoucherPayeeService getDisbursementVoucherPayeeService()
public void setAccountingDocumentForValidation(AccountingDocument accountingDocumentForValidation)
accountingDocumentForValidation - The accountingDocumentForValidation to set.public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
parameterService - The parameterService to set.public AccountingDocument getAccountingDocumentForValidation()
public void setDisbursementVoucherPaymentReasonService(DisbursementVoucherPaymentReasonService disbursementVoucherPaymentReasonService)
disbursementVoucherPaymentReasonService - The disbursementVoucherPaymentReasonService to set.public void setDisbursementVoucherPayeeService(DisbursementVoucherPayeeService disbursementVoucherPayeeService)
disbursementVoucherPayeeService - The disbursementVoucherPayeeService to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||