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