org.onebusaway.presentation.services
Interface BookmarkPresentationService
- All Known Implementing Classes:
- BookmarkPresentationServiceImpl
public interface BookmarkPresentationService
getBookmarksWithStops
List<BookmarkWithStopsBean> getBookmarksWithStops(List<BookmarkBean> bookmarks)
getNameForStops
String getNameForStops(List<StopBean> stops)
getNameForStopIds
String getNameForStopIds(List<String> stopIds)
getNameForBookmark
String getNameForBookmark(BookmarkWithStopsBean bookmark)
Copyright © 2012 OneBusAway. All Rights Reserved.