|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BudgetConstructionMonthlyBudgetsCreateDeleteDao
provides the data access methods to distribute a set of budget construction general ledger amounts among tweleve monthly periods in a budget construction monthly budget row with the same key. any rounding errors are added/subtracted from the first monthly period, so the total of the monthly periods equals the original amount distributed
Method Summary | |
---|---|
void |
deleteBudgetConstructionMonthlyBudgetsExpenditure(String documentNumber,
Integer fiscalYear,
String chartCode,
String accountNumber,
String subAccountNumber)
remove the existing expenditure monthly budgets for this key |
void |
deleteBudgetConstructionMonthlyBudgetsRevenue(String documentNumber,
Integer fiscalYear,
String chartCode,
String accountNumber,
String subAccountNumber)
remove the existing revenue monthly budgets for this key |
boolean |
spreadBudgetConstructionMonthlyBudgetsExpenditure(String documentNumber,
Integer fiscalYear,
String chartCode,
String accountNumber,
String subAccountNumber)
spread the expenditures for this key evenly over 12 months, with any reaminder mod 12 added to the first month |
void |
spreadBudgetConstructionMonthlyBudgetsRevenue(String documentNumber,
Integer fiscalYear,
String chartCode,
String accountNumber,
String subAccountNumber)
spread the revenue for this key evenly over 12 months, with any remainder mod 12 added to the first month |
Method Detail |
---|
void deleteBudgetConstructionMonthlyBudgetsRevenue(String documentNumber, Integer fiscalYear, String chartCode, String accountNumber, String subAccountNumber)
documentNumber
- the budget construction document numberfiscalYear
- the fiscal year for which the budget is being builtchartCode
- accountNumber
- subAccountNumber
- void deleteBudgetConstructionMonthlyBudgetsExpenditure(String documentNumber, Integer fiscalYear, String chartCode, String accountNumber, String subAccountNumber)
documentNumber
- the budget construction document numberfiscalYear
- the fiscal year for which the budget is being builtchartCode
- accountNumber
- subAccountNumber
- void spreadBudgetConstructionMonthlyBudgetsRevenue(String documentNumber, Integer fiscalYear, String chartCode, String accountNumber, String subAccountNumber)
documentNumber
- the budget construction document numberfiscalYear
- the fiscal year for which the budget is being builtchartCode
- accountNumber
- subAccountNumber
- boolean spreadBudgetConstructionMonthlyBudgetsExpenditure(String documentNumber, Integer fiscalYear, String chartCode, String accountNumber, String subAccountNumber)
documentNumber
- the budget construction document numberfiscalYear
- the fiscal year for which the budget is being builtchartCode
- accountNumber
- subAccountNumber
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |