public class LocationDaoOjbImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements LocationDao
| Constructor and Description |
|---|
LocationDaoOjbImpl() |
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation(String hrLocationId)
Get location by unique id
|
Location |
getLocation(String location,
org.joda.time.LocalDate asOfDate)
Get location as of a particular date
|
int |
getLocationCount(String location,
org.joda.time.LocalDate asOfDate) |
List<Location> |
getLocations(String location) |
List<Location> |
getNewerVersionLocation(String location,
org.joda.time.LocalDate asOfDate) |
List<Location> |
searchLocations(String location,
String locationDescr,
String active,
String showHistory) |
getDbPlatform, setDbPlatformpublic LocationDaoOjbImpl()
public Location getLocation(String location, org.joda.time.LocalDate asOfDate)
LocationDaogetLocation in interface LocationDaopublic Location getLocation(String hrLocationId)
LocationDaogetLocation in interface LocationDaopublic int getLocationCount(String location, org.joda.time.LocalDate asOfDate)
getLocationCount in interface LocationDaopublic List<Location> searchLocations(String location, String locationDescr, String active, String showHistory)
searchLocations in interface LocationDaopublic List<Location> getNewerVersionLocation(String location, org.joda.time.LocalDate asOfDate)
getNewerVersionLocation in interface LocationDaopublic List<Location> getLocations(String location)
getLocations in interface LocationDaoCopyright © 2004–2014 The Kuali Foundation. All rights reserved.