|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocationService
| 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 |
| Method Detail |
|---|
@Cacheable(value="KPME/Location",
key="\'location=\' + #p0 + \'|\' + \'asOfDate=\' + #p1")
Location getLocation(String location,
Date asOfDate)
location - asOfDate -
Location
@Cacheable(value="KPME/Location",
key="\'hrLocationId=\' + #p0")
Location getLocation(String hrLocationId)
hrLocationId -
int getLocationCount(String location)
location -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||