org.kuali.kfs.module.ld.dataaccess
Interface LaborObjectDao

All Known Implementing Classes:
LaborObjectDaoOjb

public interface LaborObjectDao

This is the data access object for Labor Object

See Also:
LaborObject

Method Summary
 Collection<LaborObject> findAllLaborObjectInPositionGroups(Map<String,Object> fieldValues, List<String> positionGroupCodes)
          find all labor object codes in the given position groups
 

Method Detail

findAllLaborObjectInPositionGroups

Collection<LaborObject> findAllLaborObjectInPositionGroups(Map<String,Object> fieldValues,
                                                           List<String> positionGroupCodes)
find all labor object codes in the given position groups

Parameters:
fieldValues - the given search search criteria
positionGroupCodes - the given position group codes
Returns:
all labor object codes in the given position groups


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