Package | Description |
---|---|
com.logicaldoc.gui.frontend.client.folder | |
com.logicaldoc.gui.frontend.client.search | |
com.logicaldoc.gui.frontend.client.services | |
com.logicaldoc.web.service |
Modifier and Type | Method and Description |
---|---|
protected GUISearchOptions |
FolderSearchForm.prepareOptions()
Prepare the search options.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
FolderSearchForm.search(GUISearchOptions options)
Implementations must put here the search logic
|
protected void |
FolderSearchDialog.search(GUISearchOptions options) |
Modifier and Type | Method and Description |
---|---|
GUISearchOptions |
Search.getOptions() |
Modifier and Type | Method and Description |
---|---|
void |
SearchPanel.onOptionsChanged(GUISearchOptions newOptions) |
void |
SearchObserver.onOptionsChanged(GUISearchOptions newOptions)
Invoked when the options changed
|
void |
HitsListPanel.onOptionsChanged(GUISearchOptions newOptions) |
void |
FulltextForm.onOptionsChanged(GUISearchOptions newOptions) |
protected void |
FoldersForm.search(GUISearchOptions options) |
void |
Search.setOptions(GUISearchOptions options) |
Modifier and Type | Method and Description |
---|---|
GUISearchOptions |
SearchService.load(String sid,
String name)
Loads a saved search
|
Modifier and Type | Method and Description |
---|---|
boolean |
SearchService.save(String sid,
GUISearchOptions options)
Saves the search options in the user's working dir
|
void |
SearchServiceAsync.save(String sid,
GUISearchOptions options,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
GUIResult |
SearchService.search(String sid,
GUISearchOptions options)
Performs a search against the database
|
void |
SearchServiceAsync.search(String sid,
GUISearchOptions options,
com.google.gwt.user.client.rpc.AsyncCallback<GUIResult> callback) |
Modifier and Type | Method and Description |
---|---|
void |
SearchServiceAsync.load(String sid,
String name,
com.google.gwt.user.client.rpc.AsyncCallback<GUISearchOptions> callback) |
Modifier and Type | Method and Description |
---|---|
GUISearchOptions |
SearchServiceImpl.load(String sid,
String name) |
protected GUISearchOptions |
SearchServiceImpl.toGUIOptions(SearchOptions searchOptions) |
Modifier and Type | Method and Description |
---|---|
boolean |
SearchServiceImpl.save(String sid,
GUISearchOptions options) |
GUIResult |
SearchServiceImpl.search(String sid,
GUISearchOptions options) |
protected SearchOptions |
SearchServiceImpl.toSearchOptions(GUISearchOptions options) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.