org.kuali.hr.location.service
Class LocationServiceImpl

java.lang.Object
  extended by org.kuali.hr.location.service.LocationServiceImpl
All Implemented Interfaces:
LocationService

public class LocationServiceImpl
extends Object
implements LocationService

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
 void setLocationDao(LocationDao locationDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationServiceImpl

public LocationServiceImpl()
Method Detail

getLocation

public Location getLocation(String location,
                            Date asOfDate)
Description copied from interface: LocationService
Get location as of a particular date

Specified by:
getLocation in interface LocationService
Returns:
Location

setLocationDao

public void setLocationDao(LocationDao locationDao)

getLocation

public Location getLocation(String hrLocationId)
Description copied from interface: LocationService
Get location by unique id

Specified by:
getLocation in interface LocationService
Returns:

getLocationCount

public int getLocationCount(String location)
Description copied from interface: LocationService
Get location count by location

Specified by:
getLocationCount in interface LocationService
Returns:


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