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, setUserId
TermEntrySearchResult searchTerm(int startIndex, int maxCount, String[] language, TermEntrySearchCondition[] conditions, Order[] orders) throws LangridException
LangridException
void addTerm(Term[] terms) throws LangridException
LangridException
void deleteTerm(int[] termIds) throws LangridException
LangridException
void setTerm(TermEntry[] entries) throws LangridException
LangridException
String[] listLanguage() throws LangridException
LangridException
void addLanguage(String[] languages) throws LangridException
LangridException
void deleteLanguage(String[] languages) throws LangridException
LangridException
String[] getSupportedMatchingMethods() throws LangridException
LangridException
Calendar getLastUpdate() throws LangridException
LangridException