Interface LastSelectedStopService
-
- All Known Implementing Classes:
LastSelectedStopServiceImpl
public interface LastSelectedStopService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearLastSelectedStopForUser(Integer userId)List<String>getLastSelectedStopsForUser(Integer userId)voidsetLastSelectedStopsForUser(Integer userId, List<String> stopIds)
-