org.onebusaway.presentation.impl
Class BookmarkPresentationServiceImpl

java.lang.Object
  extended by org.onebusaway.presentation.impl.BookmarkPresentationServiceImpl
All Implemented Interfaces:
BookmarkPresentationService

@Component
public class BookmarkPresentationServiceImpl
extends Object
implements BookmarkPresentationService


Constructor Summary
BookmarkPresentationServiceImpl()
           
 
Method Summary
 List<BookmarkWithStopsBean> getBookmarksWithStops(List<BookmarkBean> bookmarks)
           
 String getNameForBookmark(BookmarkWithStopsBean bookmark)
           
 String getNameForStopIds(List<String> stopIds)
           
 String getNameForStops(List<StopBean> stops)
           
 void setTransitDataService(TransitDataService transitDataService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarkPresentationServiceImpl

public BookmarkPresentationServiceImpl()
Method Detail

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.