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, setDbPlatform
public LocationDaoOjbImpl()
public Location getLocation(String location, org.joda.time.LocalDate asOfDate)
LocationDao
getLocation
in interface LocationDao
public Location getLocation(String hrLocationId)
LocationDao
getLocation
in interface LocationDao
public int getLocationCount(String location, org.joda.time.LocalDate asOfDate)
getLocationCount
in interface LocationDao
public List<Location> searchLocations(String location, String locationDescr, String active, String showHistory)
searchLocations
in interface LocationDao
public List<Location> getNewerVersionLocation(String location, org.joda.time.LocalDate asOfDate)
getNewerVersionLocation
in interface LocationDao
public List<Location> getLocations(String location)
getLocations
in interface LocationDao
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.