org.kuali.kfs.module.ec.document.validation
Interface LoadDetailLineRule<E extends EffortCertificationDocument>

All Superinterfaces:
org.kuali.rice.kns.rule.BusinessRule
All Known Implementing Classes:
EffortCertificationDocumentRules

public interface LoadDetailLineRule<E extends EffortCertificationDocument>
extends org.kuali.rice.kns.rule.BusinessRule


Method Summary
 boolean processLoadDetailLineRules(E effortCertificationDocument)
          validate the given effort certification document before a set of detail lines can be added into the given document
 

Method Detail

processLoadDetailLineRules

boolean processLoadDetailLineRules(E effortCertificationDocument)
validate the given effort certification document before a set of detail lines can be added into the given document

Parameters:
effortCertificationDocument - the given effort certification document
Returns:
true if all rules are valid; otherwise, false;


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