|
||||||||||
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.BudgetOrganizationTreeServiceImpl
@Transactional public class BudgetOrganizationTreeServiceImpl
This class implements the BudgetOrganizationTreeService interface
Field Summary | |
---|---|
protected static int |
MAXLEVEL
|
Constructor Summary | |
---|---|
BudgetOrganizationTreeServiceImpl()
|
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. |
protected void |
buildSubTree(String principalName,
BudgetConstructionOrganizationReports bcOrgRpts,
int curLevel)
|
protected void |
buildSubTreeSql(String principalName,
BudgetConstructionOrganizationReports bcOrgRpts,
int curLevel)
|
void |
cleanPullup(String principalName)
This method depopulates BudgetConstructionPullup of any rows associated with the user |
BudgetConstructionDao |
getBudgetConstructionDao()
Gets the budgetConstructionDao attribute. |
BudgetConstructionOrganizationReportsService |
getBudgetConstructionOrganizationReportsService()
Gets the budgetConstructionOrganizationReportsService attribute. |
BudgetPullupDao |
getBudgetPullupDao()
Gets the budgetPullupDao attribute. |
org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute. |
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 |
void |
setBudgetConstructionDao(BudgetConstructionDao budgetConstructionDao)
Sets the budgetConstructionDao attribute value. |
void |
setBudgetConstructionOrganizationReportsService(BudgetConstructionOrganizationReportsService budgetConstructionOrganizationReportsService)
Sets the budgetConstructionOrganizationReportsService attribute value. |
void |
setBudgetPullupDao(BudgetPullupDao budgetPullupDao)
Sets the budgetPullupDao attribute value. |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final int MAXLEVEL
Constructor Detail |
---|
public BudgetOrganizationTreeServiceImpl()
Method Detail |
---|
public void buildPullup(String principalName, String chartOfAccountsCode, String organizationCode)
BudgetOrganizationTreeService
buildPullup
in interface BudgetOrganizationTreeService
BudgetOrganizationTreeService.buildPullup(java.lang.String, java.lang.String,
java.lang.String)
protected void buildSubTree(String principalName, BudgetConstructionOrganizationReports bcOrgRpts, int curLevel)
public void buildPullupSql(String principalName, String chartOfAccountsCode, String organizationCode)
BudgetOrganizationTreeService
buildPullupSql
in interface BudgetOrganizationTreeService
BudgetOrganizationTreeService.buildPullupSql(java.lang.String,
java.lang.String, java.lang.String)
protected void buildSubTreeSql(String principalName, BudgetConstructionOrganizationReports bcOrgRpts, int curLevel)
public void cleanPullup(String principalName)
BudgetOrganizationTreeService
cleanPullup
in interface BudgetOrganizationTreeService
BudgetOrganizationTreeService.cleanPullup(java.lang.String)
public List<BudgetConstructionPullup> getPullupChildOrgs(String principalId, String chartOfAccountsCode, String organizationCode)
BudgetOrganizationTreeService
getPullupChildOrgs
in interface BudgetOrganizationTreeService
BudgetOrganizationTreeService.getPullupChildOrgs(java.lang.String,
java.lang.String, java.lang.String)
public void resetPullFlag(String principalId)
BudgetOrganizationTreeService
resetPullFlag
in interface BudgetOrganizationTreeService
BudgetOrganizationTreeService.resetPullFlag(java.lang.String)
public List<BudgetConstructionPullup> getSelectedOrgs(String principalId)
BudgetOrganizationTreeService
getSelectedOrgs
in interface BudgetOrganizationTreeService
BudgetOrganizationTreeService.getSelectedOrgs(java.lang.String)
public BudgetConstructionOrganizationReportsService getBudgetConstructionOrganizationReportsService()
public void setBudgetConstructionOrganizationReportsService(BudgetConstructionOrganizationReportsService budgetConstructionOrganizationReportsService)
budgetConstructionOrganizationReportsService
- The budgetConstructionOrganizationReportsService to set.public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.public BudgetConstructionDao getBudgetConstructionDao()
public void setBudgetConstructionDao(BudgetConstructionDao budgetConstructionDao)
budgetConstructionDao
- The budgetConstructionDao to set.public BudgetPullupDao getBudgetPullupDao()
public void setBudgetPullupDao(BudgetPullupDao budgetPullupDao)
budgetPullupDao
- The budgetPullupDao to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |