- All Superinterfaces:
- org.kuali.rice.kns.rule.BusinessRule
- All Known Implementing Classes:
- EffortCertificationDocumentRules
public interface AddDetailLineRule<E extends EffortCertificationDocument,D extends EffortCertificationDetail>
- extends org.kuali.rice.kns.rule.BusinessRule
Defines a rule which gets invoked immediately before a detail line is added to a effort certification document.
Method Summary |
boolean |
processAddDetailLineRules(E effortCertificationDocument,
D effortCertificationDetail)
validate the given effort certification detail line before it can be added into the given document |
processAddDetailLineRules
boolean processAddDetailLineRules(E effortCertificationDocument,
D effortCertificationDetail)
- validate the given effort certification detail line before it can be added into the given document
- Parameters:
effortCertificationDocument
- the given effort certification documenteffortCertificationDetail
- the given effort certification detail line
- Returns:
- true if all rules are valid; otherwise, false;
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.