public class SearchManagerServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements SearchManagerService
| Constructor and Description |
|---|
SearchManagerServlet() |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic List<FieldInfoBean> getFieldsInfo(boolean loadDetails) throws FieldsRetrievalFailureException
getFieldsInfo in interface SearchManagerServiceFieldsRetrievalFailureExceptionpublic void saveAnnotations(String fieldID, ArrayList<String> annotationsToBeAdded, ArrayList<String> annotationsToBeRemoved)
saveAnnotations in interface SearchManagerServicepublic Boolean resetRegistry()
resetRegistry in interface SearchManagerServicepublic ArrayList<String> getFieldAnnotations(String fieldID)
getFieldAnnotations in interface SearchManagerServicepublic ArrayList<String> getSemanticAnnotations()
getSemanticAnnotations in interface SearchManagerServicepublic HashMap<String,ArrayList<String>> getGroupsAndKeywords()
getGroupsAndKeywords in interface SearchManagerServicepublic ArrayList<String> getGroups()
getGroups in interface SearchManagerServicepublic void addKeywordToPresentationGroup(String group, String keyword)
addKeywordToPresentationGroup in interface SearchManagerServicepublic void removeKeywordsFromPresentationGroup(String group, ArrayList<String> keywords)
removeKeywordsFromPresentationGroup in interface SearchManagerServicepublic Boolean getBridgingStatusFromSession()
getBridgingStatusFromSession in interface SearchManagerServicepublic ArrayList<String> getIndexLocatorList(String fieldID, String collectionID, String type) throws CommunicationFailureException
getIndexLocatorList in interface SearchManagerServiceCommunicationFailureExceptionpublic Set<String> getIndexCapabilities(String indexLocator) throws CommunicationFailureException
getIndexCapabilities in interface SearchManagerServiceCommunicationFailureExceptionpublic FieldInfoBean createField(FieldInfoBean field, boolean isUpdated) throws SearchableFieldInfoMissingException, StoreFieldFailureException, CommunicationFailureException
createField in interface SearchManagerServicefield - The FieldInfo informationSearchableFieldInfoMissingExceptionStoreFieldFailureExceptionCommunicationFailureExceptionpublic void deleteFieldInfo(String fieldID) throws DeleteFieldFailureException
deleteFieldInfo in interface SearchManagerServicefieldID - The ID of the field to be deletedDeleteFieldFailureExceptionpublic void sendEmailWithErrorToSupport(Throwable caught)
sendEmailWithErrorToSupport in interface SearchManagerServicepublic ArrayList<CollectionFieldsBean> getCollectionAndFieldsInfo()
getCollectionAndFieldsInfo in interface SearchManagerServiceCopyright © 2014. All Rights Reserved.