org.kuali.kfs.module.ld.service
Interface LaborObjectService
- All Known Implementing Classes:
- LaborObjectServiceImpl
public interface LaborObjectService
This interface provides its clients with access to labor object in the backend data store.
findAllLaborObjectInPositionGroups
Collection<LaborObject> findAllLaborObjectInPositionGroups(Map<String,Object> fieldValues,
List<String> positionGroupCodes)
- find all labor object in the given position groups
- Parameters:
fieldValues
- the given search search criteriapositionGroupCodes
- the given position group codes
- Returns:
- all labor object codes in the given position groups
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.