org.onebusaway.presentation.services
Interface DefaultSearchLocationService

All Known Implementing Classes:
DefaultSearchLocationServiceImpl

public interface DefaultSearchLocationService


Method Summary
 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()


Copyright © 2012 OneBusAway. All Rights Reserved.