org.kuali.kfs.module.cam.document.validation.impl
Class AssetPaymentAccountingLineCountValidation

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.cam.document.validation.impl.AssetPaymentAccountingLineCountValidation
All Implemented Interfaces:
Validation

public class AssetPaymentAccountingLineCountValidation
extends GenericValidation

This class validates to make sure that at least one payment line is available for the document


Constructor Summary
AssetPaymentAccountingLineCountValidation()
           
 
Method Summary
 boolean validate(AttributedDocumentEvent event)
          Validate accounting line count to ensure minimum of one 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

AssetPaymentAccountingLineCountValidation

public AssetPaymentAccountingLineCountValidation()
Method Detail

validate

public boolean validate(AttributedDocumentEvent event)
Validate accounting line count to ensure minimum of one line

Returns:
true if validation should continue, false otherwise
See Also:
Validation.validate(org.kuali.kfs.sys.document.validation.event.AttributedDocumentEvent)


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