Interface DefaultSearchLocationService
-
- All Known Implementing Classes:
DefaultSearchLocationServiceImpl
public interface DefaultSearchLocationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearDefaultLocationForCurrentUser()
DefaultSearchLocation
getDefaultSearchLocationForCurrentUser()
void
setDefaultLocationForCurrentUser(String locationName, double lat, double lon)
-
-
-
Method Detail
-
getDefaultSearchLocationForCurrentUser
DefaultSearchLocation getDefaultSearchLocationForCurrentUser()
-
setDefaultLocationForCurrentUser
void setDefaultLocationForCurrentUser(String locationName, double lat, double lon)
-
clearDefaultLocationForCurrentUser
void clearDefaultLocationForCurrentUser()
-
-