jp.go.nict.langrid.wrapper.common.db.service
クラス ParallelTextWithIdService
java.lang.Object
jp.go.nict.langrid.servicecontainer.service.AbstractService
jp.go.nict.langrid.wrapper.ws_1_2.AbstractService
jp.go.nict.langrid.wrapper.ws_1_2.AbstractLanguagePairService
jp.go.nict.langrid.wrapper.ws_1_2.paralleltext.AbstractParallelTextService
jp.go.nict.langrid.wrapper.ws_1_2.paralleltext.AbstractParallelTextWithIdService
jp.go.nict.langrid.wrapper.common.db.service.ParallelTextWithIdService
- すべての実装されたインタフェース:
- ParallelTextService, ParallelTextWithIdService
public class ParallelTextWithIdService
- extends AbstractParallelTextWithIdService
ID付き用例対訳サービスの実装クラス。
- バージョン:
- $Revision: 4903 $
- 作成者:
- Takao Nakaguchi, $Author: Takao Nakaguchi $
クラス jp.go.nict.langrid.wrapper.ws_1_2.AbstractService から継承されたメソッド |
acquireSemaphore, checkStartupException, convertLanguagePairs, convertLanguages, getCurrentServiceContext, getDoDoubleSearch, getEliminateDuplicates, getInitParameter, getInitParameterBoolean, getInitParameterInt, getInitParameterLong, getInitParameters, getInitParameterString, getInitParameterUsingTransformer, getLastUpdate, getLogListener, getMaxResults, getMaxWaitMillisForExternalProcess, getRequestMimeHeaders, getServiceContext, getWorkDirectory, getWorkFile, log, parseDateMacro, processEnd, processEnd, processLap, processStart, releaseSemaphore, setCurrentServiceContext, setDoubleSearchResults, setEliminateDuplicates, setLogListener, setMaxResults, setMaxThreads, setMaxWaitMillisForExternalProcess, setMaxWaitMillisForThread, setMeasureProcessTime, setProcessTimeWarningThreasholdMillis, setStartupException |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParallelTextWithIdService
public ParallelTextWithIdService()
- コンストラクタ。
doSearchParallelTexts
protected Collection<ParallelTextWithId> doSearchParallelTexts(Language sourceLang,
Language targetLang,
String matchingValue,
MatchingMethod matchingMethod,
String[] categoryIds)
throws InvalidParameterException,
ProcessFailedException
- 定義:
- クラス
AbstractParallelTextWithIdService
内の doSearchParallelTexts
- 例外:
InvalidParameterException
ProcessFailedException
doListCategories
protected Collection<Category> doListCategories()
throws ProcessFailedException
- 定義:
- クラス
AbstractParallelTextWithIdService
内の doListCategories
- 例外:
ProcessFailedException
doGetLastUpdate
protected Calendar doGetLastUpdate()
throws ProcessFailedException
- オーバーライド:
- クラス
AbstractService
内の doGetLastUpdate
- 例外:
ProcessFailedException