Uses of Class
org.onebusaway.presentation.model.BookmarkWithStopsBean
-
Packages that use BookmarkWithStopsBean Package Description org.onebusaway.presentation.impl org.onebusaway.presentation.services -
-
Uses of BookmarkWithStopsBean in org.onebusaway.presentation.impl
Methods in org.onebusaway.presentation.impl that return types with arguments of type BookmarkWithStopsBean Modifier and Type Method Description List<BookmarkWithStopsBean>BookmarkPresentationServiceImpl. getBookmarksWithStops(List<BookmarkBean> bookmarks)Methods in org.onebusaway.presentation.impl with parameters of type BookmarkWithStopsBean Modifier and Type Method Description StringBookmarkPresentationServiceImpl. getNameForBookmark(BookmarkWithStopsBean bookmark) -
Uses of BookmarkWithStopsBean in org.onebusaway.presentation.services
Methods in org.onebusaway.presentation.services that return types with arguments of type BookmarkWithStopsBean Modifier and Type Method Description List<BookmarkWithStopsBean>BookmarkPresentationService. getBookmarksWithStops(List<BookmarkBean> bookmarks)Methods in org.onebusaway.presentation.services with parameters of type BookmarkWithStopsBean Modifier and Type Method Description StringBookmarkPresentationService. getNameForBookmark(BookmarkWithStopsBean bookmark)
-