org.kuali.kfs.module.ld.service.impl
Class LaborObjectServiceImpl

java.lang.Object
  extended by 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

Constructor Summary
LaborObjectServiceImpl()
           
 
Method Summary
 Collection<LaborObject> findAllLaborObjectInPositionGroups(Map<String,Object> fieldValues, List<String> positionGroupCodes)
          find all labor object in the given position groups
 void setLaborObjectDao(LaborObjectDao laborObjectDao)
          Sets the laborObjectDao attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaborObjectServiceImpl

public LaborObjectServiceImpl()
Method Detail

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 criteria
positionGroupCodes - 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.