Interface ServiceSearch
-
- All Superinterfaces:
org.fusesource.restygwt.client.RestService
@Path("/mobile/search") public interface ServiceSearch extends org.fusesource.restygwt.client.RestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
search(String query, org.fusesource.restygwt.client.MethodCallback<List<ResultDTO>> callback)
-