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 HrGroupKeyServicepublic HrGroupKey getHrGroupKey(String groupKeyCode, org.joda.time.LocalDate asOfDate)
getHrGroupKey in interface HrGroupKeyServicepublic HrGroupKey populateSubObjects(HrGroupKey groupKey, org.joda.time.LocalDate asOfDate)
populateSubObjects in interface HrGroupKeyServicepublic List<HrGroupKey> getAllActiveHrGroupKeys(org.joda.time.LocalDate asOfDate)
getAllActiveHrGroupKeys in interface HrGroupKeyServicepublic 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 HrGroupKeyServicepublic List<HrGroupKey> getHrGroupKeysWithLocation(String locationId, org.joda.time.LocalDate asOfDate)
getHrGroupKeysWithLocation in interface HrGroupKeyServicepublic List<HrGroupKey> getHrGroupKeysForLocations(List<String> locations, org.joda.time.LocalDate asOfDate)
getHrGroupKeysForLocations in interface HrGroupKeyServiceCopyright © 2004–2014 The Kuali Foundation. All rights reserved.