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 GWT services implementations. -
-
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 GUISearchOptionsSearch. getOptions()Methods in com.logicaldoc.gui.frontend.client.search with parameters of type GUISearchOptions Modifier and Type Method Description voidFulltextForm. onOptionsChanged(GUISearchOptions newOptions)voidHitsListPanel. onOptionsChanged(GUISearchOptions newOptions)voidSearchObserver. onOptionsChanged(GUISearchOptions newOptions)Invoked when the options changedvoidSearchPanel. onOptionsChanged(GUISearchOptions newOptions)voidSearch. 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 GUISearchOptionsSearchService. load(String name)Loads a saved searchMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUISearchOptions Modifier and Type Method Description booleanSearchService. save(GUISearchOptions options)Saves the search options in the user's working dirvoidSearchServiceAsync. save(GUISearchOptions options, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)GUIResultSearchService. search(GUISearchOptions options)Performs a search against the databasevoidSearchServiceAsync. 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 voidSearchServiceAsync. 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 GUISearchOptionsSearchServiceImpl. load(String name)Methods in com.logicaldoc.web.service with parameters of type GUISearchOptions Modifier and Type Method Description booleanSearchServiceImpl. save(GUISearchOptions options)GUIResultSearchServiceImpl. search(GUISearchOptions options)
-