|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BudgetConstructionSubFundPick in org.kuali.kfs.module.bc.document.dataaccess |
---|
Method parameters in org.kuali.kfs.module.bc.document.dataaccess with type arguments of type BudgetConstructionSubFundPick | |
---|---|
void |
BudgetReportsControlListDao.updateSubFundSelectFlags(List<BudgetConstructionSubFundPick> subFundPickList)
Updates the select flag for each sub fund selection record. |
Uses of BudgetConstructionSubFundPick in org.kuali.kfs.module.bc.document.dataaccess.impl |
---|
Method parameters in org.kuali.kfs.module.bc.document.dataaccess.impl with type arguments of type BudgetConstructionSubFundPick | |
---|---|
void |
BudgetReportsControlListDaoJdbc.updateSubFundSelectFlags(List<BudgetConstructionSubFundPick> subFundPickList)
|
Uses of BudgetConstructionSubFundPick in org.kuali.kfs.module.bc.document.service |
---|
Methods in org.kuali.kfs.module.bc.document.service that return types with arguments of type BudgetConstructionSubFundPick | |
---|---|
Collection<BudgetConstructionSubFundPick> |
BudgetReportsControlListService.retrieveSubFundList(String principalId)
Retrieves sub funds that are available for selection by the given user. |
Method parameters in org.kuali.kfs.module.bc.document.service with type arguments of type BudgetConstructionSubFundPick | |
---|---|
void |
BudgetReportsControlListService.updateSubFundSelectFlags(List<BudgetConstructionSubFundPick> subFundPickList)
Updates the select flag for each sub fund selection record. |
Uses of BudgetConstructionSubFundPick 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 BudgetConstructionSubFundPick | |
---|---|
Collection<BudgetConstructionSubFundPick> |
BudgetReportsControlListServiceImpl.retrieveSubFundList(String principalId)
|
Method parameters in org.kuali.kfs.module.bc.document.service.impl with type arguments of type BudgetConstructionSubFundPick | |
---|---|
void |
BudgetReportsControlListServiceImpl.updateSubFundSelectFlags(List<BudgetConstructionSubFundPick> subFundPickList)
|
Uses of BudgetConstructionSubFundPick 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 BudgetConstructionSubFundPick | |
---|---|
List<BudgetConstructionSubFundPick> |
OrganizationReportSelectionForm.getSubFundPickList()
Gets the subFundPickList |
Method parameters in org.kuali.kfs.module.bc.document.web.struts with type arguments of type BudgetConstructionSubFundPick | |
---|---|
void |
OrganizationReportSelectionForm.setSubFundPickList(List<BudgetConstructionSubFundPick> bcSubFunds)
Sets the subFundPickList |
protected boolean |
OrganizationReportSelectionAction.storedSelectedSubFunds(List<BudgetConstructionSubFundPick> subFundPickList)
Checks that at least one sub fund is selected and stores the selection settings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |