public class SearchServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements SearchService
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
SearchServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
delete(String sid,
String[] names) |
List<SearchOptions> |
getSearches(UserSession user)
Load all the search options associated to all the searches saved for the
current user.
|
GUISearchOptions |
load(String sid,
String name) |
boolean |
save(String sid,
GUISearchOptions options) |
GUIResult |
search(String sid,
GUISearchOptions options) |
protected GUISearchOptions |
toGUIOptions(SearchOptions searchOptions) |
protected SearchOptions |
toSearchOptions(GUISearchOptions options) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public GUIResult search(String sid, GUISearchOptions options) throws InvalidSessionException
search
in interface SearchService
InvalidSessionException
public boolean save(String sid, GUISearchOptions options) throws InvalidSessionException
save
in interface SearchService
InvalidSessionException
public void delete(String sid, String[] names) throws InvalidSessionException
delete
in interface SearchService
InvalidSessionException
public GUISearchOptions load(String sid, String name) throws InvalidSessionException
load
in interface SearchService
InvalidSessionException
public List<SearchOptions> getSearches(UserSession user)
protected GUISearchOptions toGUIOptions(SearchOptions searchOptions)
protected SearchOptions toSearchOptions(GUISearchOptions options)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.