org.kuali.kfs.module.ld.document.validation.impl
Class LaborExpenseTransfeAmountValidValidation

java.lang.Object
  extended by org.kuali.kfs.sys.document.validation.ParameterizedValidation
      extended by org.kuali.kfs.sys.document.validation.GenericValidation
          extended by org.kuali.kfs.module.ld.document.validation.impl.LaborExpenseTransfeAmountValidValidation
All Implemented Interfaces:
Validation

public class LaborExpenseTransfeAmountValidValidation
extends GenericValidation

determine whether the amount in the account is not zero


Constructor Summary
LaborExpenseTransfeAmountValidValidation()
           
 
Method Summary
 AccountingDocument getAccountingDocumentForValidation()
          Gets the accountingLineForValidation attribute.
 AccountingLine getAccountingLineForValidation()
          Gets the accountingLineForValidation attribute.
 boolean isAmountValid(AccountingDocument document, AccountingLine accountingLine)
          determine whether the amount in the account is not zero.
 void setAccountingLineForValidation(AccountingDocument accountingDocumentForValidation)
          Sets the accountingLineForValidation attribute value.
 void setAccountingLineForValidation(AccountingLine accountingLineForValidation)
          Sets the accountingLineForValidation attribute value.
 boolean validate(AttributedDocumentEvent event)
          Validates that an accounting line whether the expired account in the target accounting line can be used.
 
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

LaborExpenseTransfeAmountValidValidation

public LaborExpenseTransfeAmountValidValidation()
Method Detail

validate

public boolean validate(AttributedDocumentEvent event)
Validates that an accounting line whether the expired account in the target accounting line can be used. Expects an accounting line as the first a parameter

Returns:
true if validation should continue, false otherwise
See Also:
org.kuali.kfs.validation.Validation#validate(java.lang.Object[])

isAmountValid

public boolean isAmountValid(AccountingDocument document,
                             AccountingLine accountingLine)
determine whether the amount in the account is not zero.

Parameters:
accountingDocument - the given accounting line
Returns:
true if the amount is not zero; otherwise, false

getAccountingDocumentForValidation

public AccountingDocument getAccountingDocumentForValidation()
Gets the accountingLineForValidation attribute.

Returns:
Returns the accountingLineForValidation.

setAccountingLineForValidation

public void setAccountingLineForValidation(AccountingDocument accountingDocumentForValidation)
Sets the accountingLineForValidation attribute value.

Parameters:
accountingLineForValidation - The accountingLineForValidation to set.

getAccountingLineForValidation

public AccountingLine getAccountingLineForValidation()
Gets the accountingLineForValidation attribute.

Returns:
Returns the accountingLineForValidation.

setAccountingLineForValidation

public void setAccountingLineForValidation(AccountingLine accountingLineForValidation)
Sets the accountingLineForValidation attribute value.

Parameters:
accountingLineForValidation - The accountingLineForValidation to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.