public interface BudgetConstructionMonthlyBudgetsCreateDeleteService
Modifier and Type | Method and Description |
---|---|
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
|
void deleteBudgetConstructionMonthlyBudgetsRevenue(String documentNumber, Integer fiscalYear, String chartCode, String accountNumber, String subAccountNumber) throws IOException, NoSuchFieldException
documentNumber
- the budget construction document numberfiscalYear
- the fiscal year for which the budget is being built. this and the fields below are the key to a budget
construction documentchartCode
- accountNumber
- subAccountNumber
- IOException
NoSuchFieldException
void deleteBudgetConstructionMonthlyBudgetsExpenditure(String documentNumber, Integer fiscalYear, String chartCode, String accountNumber, String subAccountNumber) throws IOException, NoSuchFieldException
documentNumber
- the budget construction document numberfiscalYear
- the fiscal year for which the budget is being built. this and the fields below are the key to a budget
construction documentchartCode
- accountNumber
- subAccountNumber
- IOException
NoSuchFieldException
void spreadBudgetConstructionMonthlyBudgetsRevenue(String documentNumber, Integer fiscalYear, String chartCode, String accountNumber, String subAccountNumber) throws IOException, NoSuchFieldException
documentNumber
- the budget construction document numberfiscalYear
- the fiscal year for which the budget is being built. this and the fields below are the key to a budget
construction documentchartCode
- accountNumber
- subAccountNumber
- IOException
NoSuchFieldException
boolean spreadBudgetConstructionMonthlyBudgetsExpenditure(String documentNumber, Integer fiscalYear, String chartCode, String accountNumber, String subAccountNumber) throws IOException, NoSuchFieldException
documentNumber
- the budget construction document numberfiscalYear
- the fiscal year for which the budget is being built. this and the fields below are the key to a budget
construction documentchartCode
- accountNumber
- subAccountNumber
- IOException
NoSuchFieldException
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.