org.onebusaway.users.services.internal
Interface LastSelectedStopService

All Known Implementing Classes:
LastSelectedStopServiceImpl

public interface LastSelectedStopService


Method Summary
 void clearLastSelectedStopForUser(Integer userId)
           
 List<String> getLastSelectedStopsForUser(Integer userId)
           
 void setLastSelectedStopsForUser(Integer userId, List<String> stopIds)
           
 

Method Detail

getLastSelectedStopsForUser

List<String> getLastSelectedStopsForUser(Integer userId)

setLastSelectedStopsForUser

void setLastSelectedStopsForUser(Integer userId,
                                 List<String> stopIds)

clearLastSelectedStopForUser

void clearLastSelectedStopForUser(Integer userId)


Copyright © 2012 OneBusAway. All Rights Reserved.