|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BudgetReportsControlListDao
Data access object for Budget Construction Organization Report.
Method Summary | |
---|---|
void |
updateObjectCodeSelectFlags(List<BudgetConstructionObjectPick> objectCodePickList)
Updates the select flag for each object code selection record. |
void |
updateReasonCodeSelectFlags(List<BudgetConstructionReasonCodePick> reasonCodePickList)
Updates the select flag for each reason code selection record. |
void |
updateReportControlList(String principalName,
Integer universityFiscalYear,
String chartOfAccountsCode,
String organizationCode,
BCConstants.Report.BuildMode buildMode)
Builds the report controls list for the given user, point of view, and build mode. |
void |
updateReportsObjectCodeSelectList(String principalName)
Builds the object code control list table for the given user. |
void |
updateReportsReasonCodeSelectList(String principalName)
Builds the reason code control list table for the given user. |
void |
updateReportsSubFundGroupSelectList(String principalName)
Builds the sub-fund control list table for the given user. |
void |
updateSubFundSelectFlags(List<BudgetConstructionSubFundPick> subFundPickList)
Updates the select flag for each sub fund selection record. |
Method Detail |
---|
void updateReportControlList(String principalName, Integer universityFiscalYear, String chartOfAccountsCode, String organizationCode, BCConstants.Report.BuildMode buildMode)
principalName
- - person id to build data foruniversityFiscalYear
- - budget fiscal yearchartOfAccountsCode
- - point of view chart of accounts codeorganizationCode
- - point of view organization codebuildMode
- - indicates whether the accounts should be restricted to GL pending budget, monthly budget, or bnc
appointment fundingvoid updateReportsSubFundGroupSelectList(String principalName)
principalName
- - person id to build data forvoid updateReportsObjectCodeSelectList(String principalName)
principalName
- - person id to build data forvoid updateReportsReasonCodeSelectList(String principalName)
principalName
- - person id to build data forvoid updateSubFundSelectFlags(List<BudgetConstructionSubFundPick> subFundPickList)
subFundPickList
- - List containing the updated BudgetConstructionSubFundPick objectsvoid updateObjectCodeSelectFlags(List<BudgetConstructionObjectPick> objectCodePickList)
objectCodePickList
- - List containing the updated BudgetConstructionObjectPick objectsvoid updateReasonCodeSelectFlags(List<BudgetConstructionReasonCodePick> reasonCodePickList)
objectCodePickList
- - List containing the updated BudgetConstructionReasonCodePick objects
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |