Controller for web services
| Type | Name and description |
|---|---|
java.lang.Object |
authService |
java.lang.Object |
webServicesService |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
getAlerts()Get alerts current user subscribed to from alert service. |
|
java.lang.Object |
getStates(java.lang.String country)Get the list of states belong to provided country. |
|
java.lang.Object |
subscribeMyAnnotation()Subscribe current user to my annotation alert. |
|
java.lang.Object |
unsubscribeMyAnnotation()Unsubscribe current user from my annotation alert. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Get alerts current user subscribed to from alert service.
Get the list of states belong to provided country.
country - - name of the countrySubscribe current user to my annotation alert.
Unsubscribe current user from my annotation alert.