|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BudgetConstructionPullup in org.kuali.kfs.module.bc.document.dataaccess |
---|
Methods in org.kuali.kfs.module.bc.document.dataaccess that return types with arguments of type BudgetConstructionPullup | |
---|---|
List<BudgetConstructionPullup> |
BudgetConstructionDao.getBudgetConstructionPullupChildOrgs(String principalId,
String chartOfAccountsCode,
String organizationCode)
This returns a list of BudgetConstructionPullup objects (organizations) that are children to the passed in organization for the user |
List<BudgetConstructionPullup> |
BudgetConstructionDao.getBudgetConstructionPullupFlagSetByUserId(String principalName)
This method returns a list of BudgetConstructionPullup objects (organizations) ownded by the user that have the pullflag set |
Uses of BudgetConstructionPullup in org.kuali.kfs.module.bc.document.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.bc.document.dataaccess.impl that return types with arguments of type BudgetConstructionPullup | |
---|---|
List<BudgetConstructionPullup> |
BudgetConstructionDaoOjb.getBudgetConstructionPullupChildOrgs(String principalId,
String chartOfAccountsCode,
String organizationCode)
|
List<BudgetConstructionPullup> |
BudgetConstructionDaoOjb.getBudgetConstructionPullupFlagSetByUserId(String principalName)
|
Uses of BudgetConstructionPullup in org.kuali.kfs.module.bc.document.service |
---|
Methods in org.kuali.kfs.module.bc.document.service that return types with arguments of type BudgetConstructionPullup | |
---|---|
List<BudgetConstructionPullup> |
BudgetOrganizationTreeService.getPullupChildOrgs(String principalId,
String chartOfAccountsCode,
String organizationCode)
This method returns a list of child organizations for the passed in organization and user |
List<BudgetConstructionPullup> |
BudgetOrganizationTreeService.getSelectedOrgs(String principalId)
This method returns a list of selected BudgetConstructionPullup rows for the user. |
Collection<BudgetConstructionPullup> |
BudgetReportsControlListService.retrieveSelectedOrganziations(String principalId)
Retrieves organizations selected by given user. |
Uses of BudgetConstructionPullup in org.kuali.kfs.module.bc.document.service.impl |
---|
Methods in org.kuali.kfs.module.bc.document.service.impl that return types with arguments of type BudgetConstructionPullup | |
---|---|
List<BudgetConstructionPullup> |
BudgetOrganizationTreeServiceImpl.getPullupChildOrgs(String principalId,
String chartOfAccountsCode,
String organizationCode)
|
List<BudgetConstructionPullup> |
BudgetOrganizationTreeServiceImpl.getSelectedOrgs(String principalId)
|
Collection<BudgetConstructionPullup> |
BudgetReportsControlListServiceImpl.retrieveSelectedOrganziations(String principalName)
|
Uses of BudgetConstructionPullup in org.kuali.kfs.module.bc.document.web.struts |
---|
Methods in org.kuali.kfs.module.bc.document.web.struts that return types with arguments of type BudgetConstructionPullup | |
---|---|
List<BudgetConstructionPullup> |
OrganizationSelectionTreeForm.getPreviousBranchOrgs()
Gets the previousBranchOrgs attribute. |
List<BudgetConstructionPullup> |
OrganizationSelectionTreeForm.getSelectionSubTreeOrgs()
Gets the selectionSubTree attribute. |
List<BudgetConstructionPullup> |
OrganizationSelectionTreeAction.removeUnselectedSubTreeOrgs(List<BudgetConstructionPullup> selectionSubTreeOrgs)
Removes unselected SubTreeOrgs since selectionSubTreeOrgs contains all SubTreeOrgs. |
Method parameters in org.kuali.kfs.module.bc.document.web.struts with type arguments of type BudgetConstructionPullup | |
---|---|
List<BudgetConstructionPullup> |
OrganizationSelectionTreeAction.removeUnselectedSubTreeOrgs(List<BudgetConstructionPullup> selectionSubTreeOrgs)
Removes unselected SubTreeOrgs since selectionSubTreeOrgs contains all SubTreeOrgs. |
void |
OrganizationSelectionTreeForm.setPreviousBranchOrgs(List<BudgetConstructionPullup> previousBranchOrgs)
Sets the previousBranchOrgs attribute value. |
protected void |
OrganizationSelectionTreeAction.setPullFlag(List<BudgetConstructionPullup> selOrgs,
Integer pullFlagValue)
Sets the pullFlags for each of the objects in the list to the pullFlagValue. |
void |
OrganizationSelectionTreeForm.setSelectionSubTreeOrgs(List<BudgetConstructionPullup> selectionSubTree)
Sets the selectionSubTree attribute value. |
protected boolean |
OrganizationSelectionTreeAction.storedSelectedOrgs(List<BudgetConstructionPullup> selectionSubTreeOrgs)
Checks that at least one organization is selected and stores the selection settings. |
Uses of BudgetConstructionPullup in org.kuali.kfs.module.bc.report |
---|
Methods in org.kuali.kfs.module.bc.report that return types with arguments of type BudgetConstructionPullup | |
---|---|
Collection<BudgetConstructionPullup> |
ReportControlListBuildHelper.BuildState.getSelectedOrganizations()
Gets the selectedOrganizations attribute. |
Method parameters in org.kuali.kfs.module.bc.report with type arguments of type BudgetConstructionPullup | |
---|---|
void |
ReportControlListBuildHelper.addBuildRequest(String pointOfView,
Collection<BudgetConstructionPullup> selectedOrganizations,
BCConstants.Report.BuildMode buildMode)
Helper method to add a requestState |
void |
ReportControlListBuildHelper.BuildState.setSelectedOrganizations(Collection<BudgetConstructionPullup> selectedOrganizations)
Sets the selectedOrganizations attribute value. |
Constructor parameters in org.kuali.kfs.module.bc.report with type arguments of type BudgetConstructionPullup | |
---|---|
ReportControlListBuildHelper.BuildState(String pointOfView,
Collection<BudgetConstructionPullup> selectedOrganizations,
BCConstants.Report.BuildMode buildMode)
Constructs a ReportControlListBuildHelper.java. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |