|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrganizationBCDocumentSearchDao
This class...
Method Summary | |
---|---|
int |
buildAccountManagerDelegateList(String principalName,
Integer universityFiscalYear)
Populates BudgetConstructionAccountSelect with accounts that the given user is a manager or delegate for. |
int |
buildAccountSelectPullList(String principalName,
Integer universityFiscalYear)
This method populates BudgetConstructionAccountSelect with rows associated with a set of selected organizations in the Organization Tree for the user and where Budget Documents exist. |
int |
buildBudgetedAccountsAbovePointsOfView(String principalName,
Integer universityFiscalYear,
String chartOfAccountsCode,
String organizationCode)
Populates BudgetConstructionAccountSelect with accounts that are above the user's current point of view and returns the number of rows inserted (which equates to number of accounts above). |
void |
cleanAccountSelectPullList(String principalName)
This method depopulates BudgetConstructionAccountSelect rows associated with the user. |
Method Detail |
---|
int buildAccountSelectPullList(String principalName, Integer universityFiscalYear)
principalName
- universityFiscalYear
- int buildBudgetedAccountsAbovePointsOfView(String principalName, Integer universityFiscalYear, String chartOfAccountsCode, String organizationCode)
principalName
- user who we are building the list foruniversityFiscalYear
- budget year for records to look atchartOfAccountsCode
- chart code of user's current point of vieworganizationCode
- organization code of user's current point of view
int buildAccountManagerDelegateList(String principalName, Integer universityFiscalYear)
principalName
- manager or delegate universal identifieruniversityFiscalYear
- budget fiscal yearvoid cleanAccountSelectPullList(String principalName)
principalName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |