Package 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
-
-
Constructor Summary
Constructors Constructor Description DefaultSearchLocationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearDefaultLocationForCurrentUser()
DefaultSearchLocation
getDefaultSearchLocationForCurrentUser()
void
setCurrentUserService(CurrentUserService userDataService)
void
setDefaultLocationForCurrentUser(String locationName, double lat, double lon)
-
-
-
Method Detail
-
setCurrentUserService
@Autowired public void setCurrentUserService(CurrentUserService userDataService)
-
getDefaultSearchLocationForCurrentUser
public DefaultSearchLocation getDefaultSearchLocationForCurrentUser()
- Specified by:
getDefaultSearchLocationForCurrentUser
in interfaceDefaultSearchLocationService
-
setDefaultLocationForCurrentUser
public void setDefaultLocationForCurrentUser(String locationName, double lat, double lon)
- Specified by:
setDefaultLocationForCurrentUser
in interfaceDefaultSearchLocationService
-
clearDefaultLocationForCurrentUser
public void clearDefaultLocationForCurrentUser()
- Specified by:
clearDefaultLocationForCurrentUser
in interfaceDefaultSearchLocationService
-
-