Uses of Class
com.logicaldoc.gui.common.client.beans.GUISearchOptions
-
Packages that use GUISearchOptions Package Description com.logicaldoc.gui.frontend.client.search com.logicaldoc.gui.frontend.client.services com.logicaldoc.web.service -
-
Uses of GUISearchOptions in com.logicaldoc.gui.frontend.client.search
Methods in com.logicaldoc.gui.frontend.client.search that return GUISearchOptions Modifier and Type Method Description GUISearchOptions
Search. getOptions()
Methods in com.logicaldoc.gui.frontend.client.search with parameters of type GUISearchOptions Modifier and Type Method Description void
FulltextForm. onOptionsChanged(GUISearchOptions newOptions)
void
HitsListPanel. onOptionsChanged(GUISearchOptions newOptions)
void
SearchObserver. onOptionsChanged(GUISearchOptions newOptions)
Invoked when the options changedvoid
SearchPanel. onOptionsChanged(GUISearchOptions newOptions)
void
Search. setOptions(GUISearchOptions options)
-
Uses of GUISearchOptions in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUISearchOptions Modifier and Type Method Description GUISearchOptions
SearchService. load(String name)
Loads a saved searchMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUISearchOptions Modifier and Type Method Description boolean
SearchService. save(GUISearchOptions options)
Saves the search options in the user's working dirvoid
SearchServiceAsync. save(GUISearchOptions options, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
GUIResult
SearchService. search(GUISearchOptions options)
Performs a search against the databasevoid
SearchServiceAsync. search(GUISearchOptions options, com.google.gwt.user.client.rpc.AsyncCallback<GUIResult> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUISearchOptions Modifier and Type Method Description void
SearchServiceAsync. load(String name, com.google.gwt.user.client.rpc.AsyncCallback<GUISearchOptions> callback)
-
Uses of GUISearchOptions in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUISearchOptions Modifier and Type Method Description GUISearchOptions
SearchServiceImpl. load(String name)
Methods in com.logicaldoc.web.service with parameters of type GUISearchOptions Modifier and Type Method Description boolean
SearchServiceImpl. save(GUISearchOptions options)
GUIResult
SearchServiceImpl. search(GUISearchOptions options)
-