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 TypeMethodDescriptionvoidFoldersForm.onOptionsChanged(GUISearchOptions options) voidFulltextForm.onOptionsChanged(GUISearchOptions options) voidHitsListPanel.onOptionsChanged(GUISearchOptions newOptions) voidParametricForm.onOptionsChanged(GUISearchOptions options) voidSearchObserver.onOptionsChanged(GUISearchOptions newOptions) Invoked when the options changedvoidSearchPanel.onOptionsChanged(GUISearchOptions newOptions) voidSemanticForm.onOptionsChanged(GUISearchOptions options) voidTagsForm.onOptionsChanged(GUISearchOptions options) voidSearch.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 TypeMethodDescriptionvoidSearchService.save(GUISearchOptions options) Saves the search options in the user's working dirvoidSearchServiceAsync.save(GUISearchOptions options, com.google.gwt.user.client.rpc.AsyncCallback<Void> 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.service
Methods in com.logicaldoc.web.service that return GUISearchOptionsModifier and TypeMethodDescriptionFolderOptionsConverter.toGUISearchOptions(SearchOptions searchOptions) FulltextOptionsConverter.toGUISearchOptions(SearchOptions searchOptions) SearchOptionsConverter.toGUISearchOptions(SearchOptions searchOptions) Converts aSearchOptionsin the GUI counterpartMethods in com.logicaldoc.web.service with parameters of type GUISearchOptionsModifier and TypeMethodDescriptionvoidSearchServiceImpl.save(GUISearchOptions options) SearchServiceImpl.search(GUISearchOptions options) FolderOptionsConverter.toSearchOptions(GUISearchOptions guiOptions) FulltextOptionsConverter.toSearchOptions(GUISearchOptions guiOptions) SearchOptionsConverter.toSearchOptions(GUISearchOptions guiOptions) Converts aGUISearchOptionsinto the right search option