@RemoteServiceRelativePath(value="search")
public interface SearchService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
void |
delete(String sid,
String[] names)
Deletes a previously saved search
|
GUISearchOptions |
load(String sid,
String name)
Loads a saved search
|
boolean |
save(String sid,
GUISearchOptions options)
Saves the search options in the user's working dir
|
GUIResult |
search(String sid,
GUISearchOptions options)
Performs a search against the database
|
GUIResult search(String sid, GUISearchOptions options) throws InvalidSessionException
sid
- The current user sessionoptions
- The search optionsInvalidSessionException
boolean save(String sid, GUISearchOptions options) throws InvalidSessionException
sid
- The current user sessionoptions
- The search optionsInvalidSessionException
void delete(String sid, String[] names) throws InvalidSessionException
sid
- The current user sessionnames
- The saved search namesInvalidSessionException
GUISearchOptions load(String sid, String name) throws InvalidSessionException
sid
- The current user sessionname
- The saved search nameInvalidSessionException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.