|
||||||||||
| 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.BudgetAdjustmentAccountingLineBaseAmountValidation
public class BudgetAdjustmentAccountingLineBaseAmountValidation
Validates an accounting line on a budget adjustment document whether the base amount on the line can be changed or not
| Constructor Summary | |
|---|---|
BudgetAdjustmentAccountingLineBaseAmountValidation()
|
|
| Method Summary | |
|---|---|
BudgetAdjustmentDocument |
getAccountingDocumentForValidation()
Gets the accountingDocumentForValidation attribute. |
BudgetAdjustmentAccountingLine |
getAccountingLineForValidation()
Gets the accountingLineForValidation attribute. |
FiscalYearFunctionControlService |
getFiscalYearFunctionControlService()
Gets the fiscalYearFunctionControlService attribute. |
void |
setAccountingDocumentForValidation(BudgetAdjustmentDocument accountingDocumentForValidation)
Sets the accountingDocumentForValidation attribute value. |
void |
setAccountingLineForValidation(BudgetAdjustmentAccountingLine accountingLineForValidation)
Sets the accountingLineForValidation attribute value. |
void |
setFiscalYearFunctionControlService(FiscalYearFunctionControlService fiscalYearFunctionControlService)
Sets the fiscalYearFunctionControlService attribute value. |
boolean |
validate(AttributedDocumentEvent event)
Validate that, if a base amount is entered for a line, that it can be adjusted for the posting year |
| 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 BudgetAdjustmentAccountingLineBaseAmountValidation()
| Method Detail |
|---|
public boolean validate(AttributedDocumentEvent event)
Validation.validate(org.kuali.kfs.sys.document.validation.event.AttributedDocumentEvent)public BudgetAdjustmentAccountingLine getAccountingLineForValidation()
public void setAccountingLineForValidation(BudgetAdjustmentAccountingLine accountingLineForValidation)
accountingLineForValidation - The accountingLineForValidation to set.public FiscalYearFunctionControlService getFiscalYearFunctionControlService()
public void setFiscalYearFunctionControlService(FiscalYearFunctionControlService fiscalYearFunctionControlService)
fiscalYearFunctionControlService - The fiscalYearFunctionControlService to set.public BudgetAdjustmentDocument getAccountingDocumentForValidation()
public void setAccountingDocumentForValidation(BudgetAdjustmentDocument accountingDocumentForValidation)
accountingDocumentForValidation - The accountingDocumentForValidation to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||