public interface SearchManagerServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
addKeywordToPresentationGroup(String group,
String keyword,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
createField(FieldInfoBean field,
boolean isUpdated,
com.google.gwt.user.client.rpc.AsyncCallback<FieldInfoBean> callback) |
void |
deleteFieldInfo(String fieldID,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
getBridgingStatusFromSession(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
getCollectionAndFieldsInfo(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<CollectionFieldsBean>> callback) |
void |
getFieldAnnotations(String fieldID,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback) |
void |
getFieldsInfo(boolean loadDetails,
com.google.gwt.user.client.rpc.AsyncCallback<List<FieldInfoBean>> callback) |
void |
getGroups(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback) |
void |
getGroupsAndKeywords(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,ArrayList<String>>> callback) |
void |
getIndexCapabilities(String indexLocator,
com.google.gwt.user.client.rpc.AsyncCallback<Set<String>> callback) |
void |
getIndexLocatorList(String fieldID,
String collectionID,
String type,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback) |
void |
getSemanticAnnotations(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback) |
void |
removeKeywordsFromPresentationGroup(String group,
ArrayList<String> keywords,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
resetRegistry(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
saveAnnotations(String fieldID,
ArrayList<String> annotationsToBeAdded,
ArrayList<String> annotationsToBeRemoved,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
sendEmailWithErrorToSupport(Throwable caught,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void getFieldsInfo(boolean loadDetails,
com.google.gwt.user.client.rpc.AsyncCallback<List<FieldInfoBean>> callback)
void createField(FieldInfoBean field, boolean isUpdated, com.google.gwt.user.client.rpc.AsyncCallback<FieldInfoBean> callback)
void deleteFieldInfo(String fieldID, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getIndexLocatorList(String fieldID, String collectionID, String type, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback)
void getIndexCapabilities(String indexLocator, com.google.gwt.user.client.rpc.AsyncCallback<Set<String>> callback)
void sendEmailWithErrorToSupport(Throwable caught, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getBridgingStatusFromSession(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void getCollectionAndFieldsInfo(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<CollectionFieldsBean>> callback)
void getSemanticAnnotations(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback)
void saveAnnotations(String fieldID, ArrayList<String> annotationsToBeAdded, ArrayList<String> annotationsToBeRemoved, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getFieldAnnotations(String fieldID, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback)
void addKeywordToPresentationGroup(String group, String keyword, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getGroupsAndKeywords(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,ArrayList<String>>> callback)
void removeKeywordsFromPresentationGroup(String group, ArrayList<String> keywords, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void resetRegistry(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Copyright © 2014. All Rights Reserved.