org.onebusaway.users.impl.internal
Class LastSelectedStopServiceImpl
java.lang.Object
org.onebusaway.users.impl.internal.LastSelectedStopServiceImpl
- All Implemented Interfaces:
- LastSelectedStopService
public class LastSelectedStopServiceImpl
- extends Object
- implements LastSelectedStopService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LastSelectedStopServiceImpl
public LastSelectedStopServiceImpl()
setCache
public void setCache(net.sf.ehcache.Cache cache)
getLastSelectedStopsForUser
public List<String> getLastSelectedStopsForUser(Integer userId)
- Specified by:
getLastSelectedStopsForUser
in interface LastSelectedStopService
setLastSelectedStopsForUser
public void setLastSelectedStopsForUser(Integer userId,
List<String> stopIds)
- Specified by:
setLastSelectedStopsForUser
in interface LastSelectedStopService
clearLastSelectedStopForUser
public void clearLastSelectedStopForUser(Integer userId)
- Specified by:
clearLastSelectedStopForUser
in interface LastSelectedStopService
Copyright © 2012 OneBusAway. All Rights Reserved.