|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BudgetOrganizationTreeService
This interface defines methods that manipulate objects used by the Organization Selection screens. Manipulated objects include BudgetConstructionPullup with methods that populate and depopulate the associated table for a specific user.
| Method Summary | |
|---|---|
void |
buildPullup(String principalName,
String chartOfAccountsCode,
String organizationCode)
This method populates BudgetConstructionPullup with rows that represent the subtree of the passed in point of view organization for a user. |
void |
buildPullupSql(String principalName,
String chartOfAccountsCode,
String organizationCode)
This method populates BudgetConstructionPullup with rows that represent the subtree of the passed in point of view organization for a user. |
void |
cleanPullup(String principalName)
This method depopulates BudgetConstructionPullup of any rows associated with the user |
List<BudgetConstructionPullup> |
getPullupChildOrgs(String principalId,
String chartOfAccountsCode,
String organizationCode)
This method returns a list of child organizations for the passed in organization and user |
List<BudgetConstructionPullup> |
getSelectedOrgs(String principalId)
This method returns a list of selected BudgetConstructionPullup rows for the user. |
void |
resetPullFlag(String principalId)
This method resets the pullflag for the BudgetConstructionPullup set of records owned by the user |
| Method Detail |
|---|
void buildPullup(String principalName,
String chartOfAccountsCode,
String organizationCode)
principalName - chartOfAccountsCode - organizationCode -
void buildPullupSql(String principalName,
String chartOfAccountsCode,
String organizationCode)
principalName - chartOfAccountsCode - organizationCode - void cleanPullup(String principalName)
principalName -
List<BudgetConstructionPullup> getPullupChildOrgs(String principalId,
String chartOfAccountsCode,
String organizationCode)
principalId - chartOfAccountsCode - organizationCode -
void resetPullFlag(String principalId)
principalId - List<BudgetConstructionPullup> getSelectedOrgs(String principalId)
principalId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||