public interface EditableBilingualDictionaryClient extends ServiceClient
| Modifier and Type | Method and Description |
|---|---|
void |
addLanguage(String[] languages) |
void |
addTerm(Term[] terms) |
void |
deleteLanguage(String[] languages) |
void |
deleteTerm(int[] termIds) |
Calendar |
getLastUpdate() |
String[] |
getSupportedMatchingMethods() |
String[] |
listLanguage() |
TermEntrySearchResult |
searchTerm(int startIndex,
int maxCount,
String[] language,
TermEntrySearchCondition[] conditions,
Order[] orders) |
void |
setTerm(TermEntry[] entries) |
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdTermEntrySearchResult searchTerm(int startIndex, int maxCount, String[] language, TermEntrySearchCondition[] conditions, Order[] orders) throws LangridException
LangridExceptionvoid addTerm(Term[] terms) throws LangridException
LangridExceptionvoid deleteTerm(int[] termIds)
throws LangridException
LangridExceptionvoid setTerm(TermEntry[] entries) throws LangridException
LangridExceptionString[] listLanguage() throws LangridException
LangridExceptionvoid addLanguage(String[] languages) throws LangridException
LangridExceptionvoid deleteLanguage(String[] languages) throws LangridException
LangridExceptionString[] getSupportedMatchingMethods() throws LangridException
LangridExceptionCalendar getLastUpdate() throws LangridException
LangridException