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.search
Methods in com.logicaldoc.gui.frontend.client.search that return GUISearchOptionsMethods in com.logicaldoc.gui.frontend.client.search with parameters of type GUISearchOptionsModifier and TypeMethodDescriptionvoid
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 GUISearchOptionsModifier and TypeMethodDescriptionLoads a saved searchMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUISearchOptionsModifier and TypeMethodDescriptionboolean
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) 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 GUISearchOptionsModifier and TypeMethodDescriptionvoid
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 GUISearchOptionsMethods in com.logicaldoc.web.service with parameters of type GUISearchOptionsModifier and TypeMethodDescriptionboolean
SearchServiceImpl.save
(GUISearchOptions options) SearchServiceImpl.search
(GUISearchOptions options)