@RemoteServiceRelativePath(value="searchengine")
public interface SearchEngineService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
String |
check(String sid)
Checks the indexer.
|
GUISearchEngine |
getInfo(String sid)
Loads a search engine that contains all search engine infos.
|
void |
rescheduleAll(String sid)
Reschedule all entries for indexing.
|
void |
save(String sid,
GUISearchEngine searchEngine)
Saves search engine settings
|
void |
setAliases(String sid,
String extension,
String aliases)
Sets the parser aliases for the given extension.
|
void |
setLanguageStatus(String sid,
String language,
boolean active)
Changes the activation status of a language
|
void |
unlocks(String sid)
Unlocks the indexer.
|
GUISearchEngine getInfo(String sid) throws InvalidSessionException
InvalidSessionExceptionvoid unlocks(String sid) throws InvalidSessionException
InvalidSessionExceptionString check(String sid) throws InvalidSessionException
InvalidSessionExceptionvoid rescheduleAll(String sid) throws InvalidSessionException
InvalidSessionExceptionvoid save(String sid, GUISearchEngine searchEngine) throws InvalidSessionException
InvalidSessionExceptionvoid setLanguageStatus(String sid, String language, boolean active) throws InvalidSessionException
InvalidSessionExceptionvoid setAliases(String sid, String extension, String aliases) throws InvalidSessionException
InvalidSessionExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.