|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BudgetOrganizationPushPullDao
This interface defines the methods a BudgetOrganizationPushPullDao must provide.
Method Summary | |
---|---|
int |
buildPullUpBudgetedDocuments(String principalId,
Integer fiscalYear,
String pointOfViewCharOfAccountsCode,
String pointOfViewOrganizationCode)
Builds list of budget documents that are in the selected organizations and above the user's point of view. |
int |
buildPushDownBudgetedDocuments(String principalId,
Integer fiscalYear,
String pointOfViewCharOfAccountsCode,
String pointOfViewOrganizationCode)
Builds list of budget documents that are in the selected organizations and at the user's point of view. |
void |
pullupSelectedOrganizationDocuments(String principalId,
Integer fiscalYear,
String pointOfViewCharOfAccountsCode,
String pointOfViewOrganizationCode)
Pulls up Budget Construction documents based on user selected Organizations and the current point of view Organization on the Organization Selection screen running in Pullup mode. |
void |
pushdownSelectedOrganizationDocuments(String principalId,
Integer fiscalYear,
String pointOfViewCharOfAccountsCode,
String pointOfViewOrganizationCode)
Pushes down Budget Construction documents based on user selected Organizations and the current point of view Organization on the Organization Selection screen running in Pushdown mode. |
Method Detail |
---|
void pullupSelectedOrganizationDocuments(String principalId, Integer fiscalYear, String pointOfViewCharOfAccountsCode, String pointOfViewOrganizationCode)
principalId
- FiscalYear
- pointOfViewCharOfAccountsCode
- pointOfViewOrganizationCode
- void pushdownSelectedOrganizationDocuments(String principalId, Integer fiscalYear, String pointOfViewCharOfAccountsCode, String pointOfViewOrganizationCode)
principalId
- FiscalYear
- pointOfViewCharOfAccountsCode
- pointOfViewOrganizationCode
- int buildPullUpBudgetedDocuments(String principalId, Integer fiscalYear, String pointOfViewCharOfAccountsCode, String pointOfViewOrganizationCode)
principalId
- current user doing the pullupfiscalYear
- budget fiscal yearpointOfViewCharOfAccountsCode
- user's point of view chartpointOfViewOrganizationCode
- user's point of view org
int buildPushDownBudgetedDocuments(String principalId, Integer fiscalYear, String pointOfViewCharOfAccountsCode, String pointOfViewOrganizationCode)
principalId
- current user doing the pushdownfiscalYear
- budget fiscal yearpointOfViewCharOfAccountsCode
- user's point of view chartpointOfViewOrganizationCode
- user's point of view org
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |