Uses of Class
com.logicaldoc.gui.common.client.beans.GUISearchOptions
Package
Description
GWT services implementations.
-
Uses of GUISearchOptions in com.logicaldoc.gui.frontend.client.search
Modifier 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
Modifier and TypeMethodDescriptionLoads a saved searchModifier 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) Modifier and TypeMethodDescriptionvoid
SearchServiceAsync.load
(String name, com.google.gwt.user.client.rpc.AsyncCallback<GUISearchOptions> callback) -
Uses of GUISearchOptions in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionboolean
SearchServiceImpl.save
(GUISearchOptions options) SearchServiceImpl.search
(GUISearchOptions options)