public class EditableBilingualDictionaryClientImpl extends ServiceClientImpl implements EditableBilingualDictionaryClient
| Constructor and Description |
|---|
EditableBilingualDictionaryClientImpl(URL serviceUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLanguage(String[] languages) |
void |
addTerm(Term[] terms) |
protected org.apache.axis.client.Stub |
createStub(URL url) |
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, convert, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, invoke, setPassword, setUpService, setUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdpublic EditableBilingualDictionaryClientImpl(URL serviceUrl)
public TermEntrySearchResult searchTerm(int startIndex, int maxCount, String[] language, TermEntrySearchCondition[] conditions, Order[] orders) throws LangridException
searchTerm in interface EditableBilingualDictionaryClientLangridExceptionpublic void addTerm(Term[] terms) throws LangridException
addTerm in interface EditableBilingualDictionaryClientLangridExceptionpublic void deleteTerm(int[] termIds)
throws LangridException
deleteTerm in interface EditableBilingualDictionaryClientLangridExceptionpublic void setTerm(TermEntry[] entries) throws LangridException
setTerm in interface EditableBilingualDictionaryClientLangridExceptionpublic String[] listLanguage() throws LangridException
listLanguage in interface EditableBilingualDictionaryClientLangridExceptionpublic void addLanguage(String[] languages) throws LangridException
addLanguage in interface EditableBilingualDictionaryClientLangridExceptionpublic void deleteLanguage(String[] languages) throws LangridException
deleteLanguage in interface EditableBilingualDictionaryClientLangridExceptionpublic String[] getSupportedMatchingMethods() throws LangridException
getSupportedMatchingMethods in interface EditableBilingualDictionaryClientLangridExceptionpublic Calendar getLastUpdate() throws LangridException
getLastUpdate in interface EditableBilingualDictionaryClientLangridExceptionprotected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub in class ServiceClientImpljavax.xml.rpc.ServiceException