Class LastSelectedStopServiceImpl
- java.lang.Object
-
- org.onebusaway.users.impl.internal.LastSelectedStopServiceImpl
-
- All Implemented Interfaces:
LastSelectedStopService
public class LastSelectedStopServiceImpl extends Object implements LastSelectedStopService
-
-
Constructor Summary
Constructors Constructor Description LastSelectedStopServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearLastSelectedStopForUser(Integer userId)List<String>getLastSelectedStopsForUser(Integer userId)voidsetCache(net.sf.ehcache.Cache cache)voidsetLastSelectedStopsForUser(Integer userId, List<String> stopIds)
-
-
-
Method Detail
-
setCache
public void setCache(net.sf.ehcache.Cache cache)
-
getLastSelectedStopsForUser
public List<String> getLastSelectedStopsForUser(Integer userId)
- Specified by:
getLastSelectedStopsForUserin interfaceLastSelectedStopService
-
setLastSelectedStopsForUser
public void setLastSelectedStopsForUser(Integer userId, List<String> stopIds)
- Specified by:
setLastSelectedStopsForUserin interfaceLastSelectedStopService
-
clearLastSelectedStopForUser
public void clearLastSelectedStopForUser(Integer userId)
- Specified by:
clearLastSelectedStopForUserin interfaceLastSelectedStopService
-
-