|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.bc.document.service.impl.OrganizationBCDocumentSearchServiceImpl
@Transactional public class OrganizationBCDocumentSearchServiceImpl
This class...
Constructor Summary | |
---|---|
OrganizationBCDocumentSearchServiceImpl()
|
Method Summary | |
---|---|
int |
buildAccountManagerDelegateList(String principalName,
Integer universityFiscalYear)
Builds temporary table 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,
Integer universityFiscalYear)
This method depopulates BudgetConstructionAccountSelect rows associated with the user. |
void |
setOrganizationBCDocumentSearchDao(OrganizationBCDocumentSearchDao organizationBCDocumentSearchDao)
Sets the organizationBCDocumentSearchDao attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrganizationBCDocumentSearchServiceImpl()
Method Detail |
---|
public int buildAccountSelectPullList(String principalName, Integer universityFiscalYear)
OrganizationBCDocumentSearchService
buildAccountSelectPullList
in interface OrganizationBCDocumentSearchService
OrganizationBCDocumentSearchService.buildAccountSelectPullList(java.lang.String,
java.lang.Integer)
public int buildBudgetedAccountsAbovePointsOfView(String principalName, Integer universityFiscalYear, String chartOfAccountsCode, String organizationCode)
OrganizationBCDocumentSearchService
buildBudgetedAccountsAbovePointsOfView
in interface OrganizationBCDocumentSearchService
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
OrganizationBCDocumentSearchService.buildBudgetedAccountsAbovePointsOfView(java.lang.String,
java.lang.Integer, java.lang.String, java.lang.String)
public int buildAccountManagerDelegateList(String principalName, Integer universityFiscalYear)
OrganizationBCDocumentSearchService
buildAccountManagerDelegateList
in interface OrganizationBCDocumentSearchService
principalName
- manager or delegate universal identifieruniversityFiscalYear
- budget fiscal yearOrganizationBCDocumentSearchService.buildAccountManagerDelegateList(java.lang.String, java.lang.Integer)
public void cleanAccountSelectPullList(String principalName, Integer universityFiscalYear)
OrganizationBCDocumentSearchService
cleanAccountSelectPullList
in interface OrganizationBCDocumentSearchService
OrganizationBCDocumentSearchService.cleanAccountSelectPullList(java.lang.String,
java.lang.Integer)
public void setOrganizationBCDocumentSearchDao(OrganizationBCDocumentSearchDao organizationBCDocumentSearchDao)
organizationBCDocumentSearchDao
- The organizationBCDocumentSearchDao to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |