|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.hr.location.service.LocationServiceImpl
public class LocationServiceImpl
Represents an implementation of LocationService
Constructor Summary | |
---|---|
LocationServiceImpl()
|
Method Summary | |
---|---|
Location |
getLocation(String hrLocationId)
Get location by unique id |
Location |
getLocation(String location,
Date asOfDate)
Get location as of a particular date |
int |
getLocationCount(String location)
Get location count by location |
List<Location> |
searchLocations(String location,
String locationDescr,
String active,
String showHistory)
|
void |
setLocationDao(LocationDao locationDao)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocationServiceImpl()
Method Detail |
---|
public Location getLocation(String location, Date asOfDate)
LocationService
getLocation
in interface LocationService
Location
public void setLocationDao(LocationDao locationDao)
public Location getLocation(String hrLocationId)
LocationService
getLocation
in interface LocationService
public int getLocationCount(String location)
LocationService
getLocationCount
in interface LocationService
public List<Location> searchLocations(String location, String locationDescr, String active, String showHistory)
searchLocations
in interface LocationService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |