Uses of Class
org.kuali.kfs.module.bc.businessobject.BudgetConstructionObjectPick

Packages that use BudgetConstructionObjectPick
org.kuali.kfs.module.bc.document.dataaccess   
org.kuali.kfs.module.bc.document.dataaccess.impl   
org.kuali.kfs.module.bc.document.service   
org.kuali.kfs.module.bc.document.service.impl   
org.kuali.kfs.module.bc.document.web.struts   
 

Uses of BudgetConstructionObjectPick in org.kuali.kfs.module.bc.document.dataaccess
 

Method parameters in org.kuali.kfs.module.bc.document.dataaccess with type arguments of type BudgetConstructionObjectPick
 void BudgetReportsControlListDao.updateObjectCodeSelectFlags(List<BudgetConstructionObjectPick> objectCodePickList)
          Updates the select flag for each object code selection record.
 

Uses of BudgetConstructionObjectPick 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 BudgetConstructionObjectPick
 void BudgetReportsControlListDaoJdbc.updateObjectCodeSelectFlags(List<BudgetConstructionObjectPick> objectCodePickList)
           
 

Uses of BudgetConstructionObjectPick in org.kuali.kfs.module.bc.document.service
 

Methods in org.kuali.kfs.module.bc.document.service that return types with arguments of type BudgetConstructionObjectPick
 Collection<BudgetConstructionObjectPick> BudgetReportsControlListService.retrieveObjectCodeList(String principalId)
          Retrieves object codes that are available for selection by the given user.
 

Method parameters in org.kuali.kfs.module.bc.document.service with type arguments of type BudgetConstructionObjectPick
 void BudgetReportsControlListService.updateObjectCodeSelectFlags(List<BudgetConstructionObjectPick> objectCodePickList)
          Updates the select flag for each object code selection record.
 

Uses of BudgetConstructionObjectPick 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 BudgetConstructionObjectPick
 Collection<BudgetConstructionObjectPick> BudgetReportsControlListServiceImpl.retrieveObjectCodeList(String principalId)
           
 

Method parameters in org.kuali.kfs.module.bc.document.service.impl with type arguments of type BudgetConstructionObjectPick
 void BudgetReportsControlListServiceImpl.updateObjectCodeSelectFlags(List<BudgetConstructionObjectPick> objectCodePickList)
           
 

Uses of BudgetConstructionObjectPick 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 BudgetConstructionObjectPick
 List<BudgetConstructionObjectPick> OrganizationReportSelectionForm.getObjectCodePickList()
          Gets the objectCodePickList attribute.
 

Method parameters in org.kuali.kfs.module.bc.document.web.struts with type arguments of type BudgetConstructionObjectPick
 void OrganizationReportSelectionForm.setObjectCodePickList(List<BudgetConstructionObjectPick> objectCodePickList)
          Sets the objectCodePickList attribute value.
protected  boolean OrganizationReportSelectionAction.storedSelectedObjectCodes(List<BudgetConstructionObjectPick> objectCodePickList)
          Checks that at least one object code is selected and stores the selection settings.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.