org.onebusaway.users.impl.internal
Class LastSelectedStopServiceImpl

java.lang.Object
  extended by org.onebusaway.users.impl.internal.LastSelectedStopServiceImpl
All Implemented Interfaces:
LastSelectedStopService

public class LastSelectedStopServiceImpl
extends Object
implements LastSelectedStopService


Constructor Summary
LastSelectedStopServiceImpl()
           
 
Method Summary
 void clearLastSelectedStopForUser(Integer userId)
           
 List<String> getLastSelectedStopsForUser(Integer userId)
           
 void setCache(net.sf.ehcache.Cache cache)
           
 void setLastSelectedStopsForUser(Integer userId, List<String> stopIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastSelectedStopServiceImpl

public LastSelectedStopServiceImpl()
Method Detail

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.