|
||||||||||
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.BudgetAdjustmentFundGroupAdjustmentRestrictionValidation
public class BudgetAdjustmentFundGroupAdjustmentRestrictionValidation
Validation for Budget Adjustment document that checks that the fund groups are correctly adjusted.
Constructor Summary | |
---|---|
BudgetAdjustmentFundGroupAdjustmentRestrictionValidation()
|
Method Summary | |
---|---|
BudgetAdjustmentDocument |
getAccountingDocumentForValidation()
Gets the accountingDocumentForValidation attribute. |
AccountingLineRuleHelperService |
getAccountingLineRuleHelperService()
Gets the accountingLineRuleHelperService attribute. |
void |
setAccountingDocumentForValidation(BudgetAdjustmentDocument accountingDocumentForValidation)
Sets the accountingDocumentForValidation attribute value. |
void |
setAccountingLineRuleHelperService(AccountingLineRuleHelperService accountingLineRuleHelperService)
Sets the accountingLineRuleHelperService attribute value. |
boolean |
validate(AttributedDocumentEvent event)
Retrieves the fund group and sub fund group for each accounting line. |
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 |
Constructor Detail |
---|
public BudgetAdjustmentFundGroupAdjustmentRestrictionValidation()
Method Detail |
---|
public boolean validate(AttributedDocumentEvent event)
Validation.validate(org.kuali.kfs.sys.document.validation.event.AttributedDocumentEvent)
public BudgetAdjustmentDocument getAccountingDocumentForValidation()
public void setAccountingDocumentForValidation(BudgetAdjustmentDocument accountingDocumentForValidation)
accountingDocumentForValidation
- The accountingDocumentForValidation to set.public AccountingLineRuleHelperService getAccountingLineRuleHelperService()
public void setAccountingLineRuleHelperService(AccountingLineRuleHelperService accountingLineRuleHelperService)
accountingLineRuleHelperService
- The accountingLineRuleHelperService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |