Interface SearchServiceAsync
public interface SearchServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
load
(String name, com.google.gwt.user.client.rpc.AsyncCallback<GUISearchOptions> callback) void
save
(GUISearchOptions options, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) void
search
(GUISearchOptions options, com.google.gwt.user.client.rpc.AsyncCallback<GUIResult> callback) void
shareSearch
(String name, List<Long> userIds, List<Long> groupIds, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
Method Details
-
search
void search(GUISearchOptions options, com.google.gwt.user.client.rpc.AsyncCallback<GUIResult> callback) -
save
-
load
-
delete
-