org.onebusaway.presentation.impl
Class DefaultSearchLocationServiceImpl
java.lang.Object
org.onebusaway.presentation.impl.DefaultSearchLocationServiceImpl
- All Implemented Interfaces:
- DefaultSearchLocationService
@Component
public class DefaultSearchLocationServiceImpl
- extends Object
- implements DefaultSearchLocationService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSearchLocationServiceImpl
public DefaultSearchLocationServiceImpl()
setCurrentUserService
public void setCurrentUserService(CurrentUserService userDataService)
getDefaultSearchLocationForCurrentUser
public DefaultSearchLocation getDefaultSearchLocationForCurrentUser()
- Specified by:
getDefaultSearchLocationForCurrentUser
in interface DefaultSearchLocationService
setDefaultLocationForCurrentUser
public void setDefaultLocationForCurrentUser(String locationName,
double lat,
double lon)
- Specified by:
setDefaultLocationForCurrentUser
in interface DefaultSearchLocationService
clearDefaultLocationForCurrentUser
public void clearDefaultLocationForCurrentUser()
- Specified by:
clearDefaultLocationForCurrentUser
in interface DefaultSearchLocationService
Copyright © 2012 OneBusAway. All Rights Reserved.