- All Known Implementing Classes:
- BudgetConstructionDocumentRules, BudgetConstructionRules
public interface DeletePendingBudgetGeneralLedgerLineRule<D extends BudgetConstructionDocument,P extends PendingBudgetConstructionGeneralLedger>
Defines a rule for deleting PendingBudgetGeneralLedgerLine rows from a Budget Construction Document.
Invoked when a user clicks the Delete button on the expenditure or revenue tab existing line row.
processDeletePendingBudgetGeneralLedgerLineRules
boolean processDeletePendingBudgetGeneralLedgerLineRules(D budgetConstructionDocument,
P pendingBudgetConstructionGeneralLedger,
boolean isRevenue)
- Processes all the rules for this event and returns true if all rules passed
- Parameters:
budgetConstructionDocument
- pendingBudgetConstructionGeneralLedger
- isRevenue
-
- Returns:
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.