org.onebusaway.webapp.gwt.where_library
Class UserContext
java.lang.Object
org.onebusaway.webapp.gwt.where_library.UserContext
public class UserContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserContext
protected UserContext()
getContext
public static UserContext getContext()
getCurrentUser
public void getCurrentUser(com.google.gwt.user.client.rpc.AsyncCallback<UserBean> callback)
setDefaultSearchLocationForCurrentUser
public void setDefaultSearchLocationForCurrentUser(String locationName,
double lat,
double lon,
boolean onlyIfNotAlreadySet)
setDefaultSearchLocationForCurrentUser
public void setDefaultSearchLocationForCurrentUser(String locationName,
double lat,
double lon,
boolean onlyIfNotAlreadySet,
com.google.gwt.user.client.rpc.AsyncCallback<UserBean> callback)
clearDefaultSearchLocationForCurrentUser
public void clearDefaultSearchLocationForCurrentUser(com.google.gwt.user.client.rpc.AsyncCallback<UserBean> callback)
Copyright © 2012 OneBusAway. All Rights Reserved.