public class HrGroupKeyServiceImpl extends Object implements HrGroupKeyService
Constructor and Description |
---|
HrGroupKeyServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<HrGroupKey> |
getAllActiveHrGroupKeys(org.joda.time.LocalDate asOfDate) |
HrGroupKey |
getHrGroupKey(String groupKeyCode,
org.joda.time.LocalDate asOfDate) |
HrGroupKey |
getHrGroupKeyById(String id) |
List<HrGroupKey> |
getHrGroupKeysForLocations(List<String> locations,
org.joda.time.LocalDate asOfDate) |
List<HrGroupKey> |
getHrGroupKeysWithInstitution(String institutionCode,
org.joda.time.LocalDate asOfDate) |
List<HrGroupKey> |
getHrGroupKeysWithLocation(String locationId,
org.joda.time.LocalDate asOfDate) |
HrGroupKey |
populateSubObjects(HrGroupKey groupKey,
org.joda.time.LocalDate asOfDate) |
void |
setBoService(org.kuali.rice.krad.service.BusinessObjectService boService) |
void |
setCampusService(org.kuali.rice.location.api.campus.CampusService campusService) |
void |
setHrGroupKeyDao(HrGroupKeyDao hrGroupKeyDao) |
void |
setInstitutionService(InstitutionService institutionService) |
void |
setLocationService(LocationService locationService) |
public HrGroupKeyServiceImpl()
public HrGroupKey getHrGroupKeyById(String id)
getHrGroupKeyById
in interface HrGroupKeyService
public HrGroupKey getHrGroupKey(String groupKeyCode, org.joda.time.LocalDate asOfDate)
getHrGroupKey
in interface HrGroupKeyService
public HrGroupKey populateSubObjects(HrGroupKey groupKey, org.joda.time.LocalDate asOfDate)
populateSubObjects
in interface HrGroupKeyService
public List<HrGroupKey> getAllActiveHrGroupKeys(org.joda.time.LocalDate asOfDate)
getAllActiveHrGroupKeys
in interface HrGroupKeyService
public void setHrGroupKeyDao(HrGroupKeyDao hrGroupKeyDao)
public void setBoService(org.kuali.rice.krad.service.BusinessObjectService boService)
public void setLocationService(LocationService locationService)
public void setCampusService(org.kuali.rice.location.api.campus.CampusService campusService)
public void setInstitutionService(InstitutionService institutionService)
public List<HrGroupKey> getHrGroupKeysWithInstitution(String institutionCode, org.joda.time.LocalDate asOfDate)
getHrGroupKeysWithInstitution
in interface HrGroupKeyService
public List<HrGroupKey> getHrGroupKeysWithLocation(String locationId, org.joda.time.LocalDate asOfDate)
getHrGroupKeysWithLocation
in interface HrGroupKeyService
public List<HrGroupKey> getHrGroupKeysForLocations(List<String> locations, org.joda.time.LocalDate asOfDate)
getHrGroupKeysForLocations
in interface HrGroupKeyService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.