Uses of Class
com.logicaldoc.gui.common.client.beans.GUISearchOptions
Packages that use GUISearchOptions
Package
Description
GWT services implementations.
- 
Uses of GUISearchOptions in com.logicaldoc.gui.frontend.client.searchMethods in com.logicaldoc.gui.frontend.client.search that return GUISearchOptionsMethods in com.logicaldoc.gui.frontend.client.search with parameters of type GUISearchOptionsModifier and TypeMethodDescriptionvoidFulltextForm.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.servicesMethods in com.logicaldoc.gui.frontend.client.services that return GUISearchOptionsModifier and TypeMethodDescriptionLoads a saved searchMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUISearchOptionsModifier and TypeMethodDescriptionbooleanSearchService.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) SearchService.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 GUISearchOptionsModifier and TypeMethodDescriptionvoidSearchServiceAsync.load(String name, com.google.gwt.user.client.rpc.AsyncCallback<GUISearchOptions> callback) 
- 
Uses of GUISearchOptions in com.logicaldoc.web.serviceMethods in com.logicaldoc.web.service that return GUISearchOptionsMethods in com.logicaldoc.web.service with parameters of type GUISearchOptionsModifier and TypeMethodDescriptionbooleanSearchServiceImpl.save(GUISearchOptions options) SearchServiceImpl.search(GUISearchOptions options)