@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
InvalidSessionException
void unlocks(String sid) throws InvalidSessionException
InvalidSessionException
String check(String sid) throws InvalidSessionException
InvalidSessionException
void rescheduleAll(String sid) throws InvalidSessionException
InvalidSessionException
void save(String sid, GUISearchEngine searchEngine) throws InvalidSessionException
InvalidSessionException
void setLanguageStatus(String sid, String language, boolean active) throws InvalidSessionException
InvalidSessionException
void setAliases(String sid, String extension, String aliases) throws InvalidSessionException
InvalidSessionException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.