org.kuali.kfs.module.bc.document.validation
Interface AddBudgetConstructionDocumentRule<D extends BudgetConstructionDocument>
- All Known Implementing Classes:
- BudgetConstructionDocumentRules, BudgetConstructionRules
public interface AddBudgetConstructionDocumentRule<D extends BudgetConstructionDocument>
Defines a rule for adding (creating) a new Budget Construction Document.
This rule is invoked from the Budget Construction Selection screen when the
user tries to load a BC document that does not exist.
processAddBudgetConstructionDocumentRules
boolean processAddBudgetConstructionDocumentRules(D budgetConstructionDocument)
- Processes all the rules for this event and returns true if all rules passed
- Parameters:
budgetConstructionDocument
-
- Returns:
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.