org.kuali.kfs.module.bc.document.validation
Interface SaveMonthlyBudgetRule<D extends BudgetConstructionDocument,M extends BudgetConstructionMonthly>

All Known Implementing Classes:
BudgetConstructionDocumentRules, BudgetConstructionRules

public interface SaveMonthlyBudgetRule<D extends BudgetConstructionDocument,M extends BudgetConstructionMonthly>

Defines a rule for saving a Budget Construction Monthly, invoked when the user saves when using the Monthly Budget screen


Method Summary
 boolean processSaveMonthlyBudgetRules(D budgetConstructionDocument, M budgetConstructionMonthly)
          Processes all the rules for this event and returns true if all rules passed
 

Method Detail

processSaveMonthlyBudgetRules

boolean processSaveMonthlyBudgetRules(D budgetConstructionDocument,
                                      M budgetConstructionMonthly)
Processes all the rules for this event and returns true if all rules passed

Parameters:
budgetConstructionDocument -
budgetConstructionMonthly -
Returns:


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