org.onebusaway.webapp.gwt.mobile_application.control
Class MobileApplicationDao
java.lang.Object
org.onebusaway.webapp.gwt.mobile_application.control.MobileApplicationDao
public class MobileApplicationDao
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MobileApplicationDao
public MobileApplicationDao()
getBookmarks
public List<Bookmark> getBookmarks()
addBookmark
public void addBookmark(Bookmark bookmark)
clearBookmarks
public void clearBookmarks()
getRecentStops
public List<StopBean> getRecentStops()
addRecentStop
public void addRecentStop(StopBean stop)
clearRecentStops
public void clearRecentStops()
Copyright © 2012 OneBusAway. All Rights Reserved.