public interface SearchServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
getAvailableCollections(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<CollectionBean,ArrayList<CollectionBean>>> callback) |
void |
getNumberOfSelectedCollections(com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) |
void |
getSearchStatus(com.google.gwt.user.client.rpc.AsyncCallback<SearchAvailabilityType> callback) |
void |
getSelectedCollectionsFromSession(com.google.gwt.user.client.rpc.AsyncCallback<HashSet<String>> callback) |
void |
getSelectedSearchType(com.google.gwt.user.client.rpc.AsyncCallback<SearchTypeBean> callback) |
void |
getSimpleSearchTerm(com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
sendEmailWithErrorToSupport(Throwable caught,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setSelectedCollectionsToSession(HashSet<String> selectedCollections,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setSimpleSearchTerm(String term,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
stackTraceAsString(Throwable caught,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
submitGenericQuery(String term,
SearchTypeBean type,
HashSet<String> selectedCollections,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void getNumberOfSelectedCollections(com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)
void getSearchStatus(com.google.gwt.user.client.rpc.AsyncCallback<SearchAvailabilityType> callback)
void getSimpleSearchTerm(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void submitGenericQuery(String term, SearchTypeBean type, HashSet<String> selectedCollections, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void stackTraceAsString(Throwable caught, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void sendEmailWithErrorToSupport(Throwable caught, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void setSimpleSearchTerm(String term, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getAvailableCollections(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<CollectionBean,ArrayList<CollectionBean>>> callback)
void setSelectedCollectionsToSession(HashSet<String> selectedCollections, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getSelectedSearchType(com.google.gwt.user.client.rpc.AsyncCallback<SearchTypeBean> callback)
Copyright © 2013. All Rights Reserved.