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 voidclearDefaultLocationForCurrentUser()DefaultSearchLocationgetDefaultSearchLocationForCurrentUser()voidsetCurrentUserService(CurrentUserService userDataService)voidsetDefaultLocationForCurrentUser(String locationName, double lat, double lon)
-
-
-
Method Detail
-
setCurrentUserService
@Autowired public void setCurrentUserService(CurrentUserService userDataService)
-
getDefaultSearchLocationForCurrentUser
public DefaultSearchLocation getDefaultSearchLocationForCurrentUser()
- Specified by:
getDefaultSearchLocationForCurrentUserin interfaceDefaultSearchLocationService
-
setDefaultLocationForCurrentUser
public void setDefaultLocationForCurrentUser(String locationName, double lat, double lon)
- Specified by:
setDefaultLocationForCurrentUserin interfaceDefaultSearchLocationService
-
clearDefaultLocationForCurrentUser
public void clearDefaultLocationForCurrentUser()
- Specified by:
clearDefaultLocationForCurrentUserin interfaceDefaultSearchLocationService
-
-