org.onebusaway.presentation.impl
Class BookmarkPresentationServiceImpl
java.lang.Object
org.onebusaway.presentation.impl.BookmarkPresentationServiceImpl
- All Implemented Interfaces:
- BookmarkPresentationService
@Component
public class BookmarkPresentationServiceImpl
- extends Object
- implements BookmarkPresentationService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarkPresentationServiceImpl
public BookmarkPresentationServiceImpl()
setTransitDataService
public void setTransitDataService(TransitDataService transitDataService)
getBookmarksWithStops
public List<BookmarkWithStopsBean> getBookmarksWithStops(List<BookmarkBean> bookmarks)
- Specified by:
getBookmarksWithStops
in interface BookmarkPresentationService
getNameForStopIds
public String getNameForStopIds(List<String> stopIds)
- Specified by:
getNameForStopIds
in interface BookmarkPresentationService
getNameForStops
public String getNameForStops(List<StopBean> stops)
- Specified by:
getNameForStops
in interface BookmarkPresentationService
getNameForBookmark
public String getNameForBookmark(BookmarkWithStopsBean bookmark)
- Specified by:
getNameForBookmark
in interface BookmarkPresentationService
Copyright © 2012 OneBusAway. All Rights Reserved.