org.kuali.kfs.module.ld.service.impl
Class LaborObjectServiceImpl
java.lang.Object
org.kuali.kfs.module.ld.service.impl.LaborObjectServiceImpl
- All Implemented Interfaces:
- LaborObjectService
@Transactional
public class LaborObjectServiceImpl
- extends Object
- implements LaborObjectService
This interface provides its clients with access to labor object in the backend data store.
- See Also:
LaborObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LaborObjectServiceImpl
public LaborObjectServiceImpl()
findAllLaborObjectInPositionGroups
public Collection<LaborObject> findAllLaborObjectInPositionGroups(Map<String,Object> fieldValues,
List<String> positionGroupCodes)
- Description copied from interface:
LaborObjectService
- find all labor object in the given position groups
- Specified by:
findAllLaborObjectInPositionGroups
in interface LaborObjectService
- Parameters:
fieldValues
- the given search search criteriapositionGroupCodes
- the given position group codes
- Returns:
- all labor object codes in the given position groups
- See Also:
LaborObjectService.findAllLaborObjectInPositionGroups(java.util.Map, java.util.List)
setLaborObjectDao
public void setLaborObjectDao(LaborObjectDao laborObjectDao)
- Sets the laborObjectDao attribute value.
- Parameters:
laborObjectDao
- The laborObjectDao to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.