org.onebusaway.presentation.impl
Class DefaultSearchLocationServiceImpl

java.lang.Object
  extended by org.onebusaway.presentation.impl.DefaultSearchLocationServiceImpl
All Implemented Interfaces:
DefaultSearchLocationService

@Component
public class DefaultSearchLocationServiceImpl
extends Object
implements DefaultSearchLocationService


Constructor Summary
DefaultSearchLocationServiceImpl()
           
 
Method Summary
 void clearDefaultLocationForCurrentUser()
           
 DefaultSearchLocation getDefaultSearchLocationForCurrentUser()
           
 void setCurrentUserService(CurrentUserService userDataService)
           
 void setDefaultLocationForCurrentUser(String locationName, double lat, double lon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSearchLocationServiceImpl

public DefaultSearchLocationServiceImpl()
Method Detail

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.