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 から継承されたフィールド
ALL_MATCHINGMETHODS, EMPTY_LANGUAGEPAIRS, EMPTY_LANGUAGEPATHS, EMPTY_LANGUAGES, MINIMUM_MATCHINGMETHODS
 
コンストラクタの概要
ParallelTextWithIdService()
          コンストラクタ。
 
メソッドの概要
protected  Calendar doGetLastUpdate()
           
protected  Collection<Category> doListCategories()
           
protected  Collection<ParallelTextWithId> doSearchParallelTexts(Language sourceLang, Language targetLang, String matchingValue, MatchingMethod matchingMethod, String[] categoryIds)
           
 
クラス jp.go.nict.langrid.wrapper.ws_1_2.paralleltext.AbstractParallelTextWithIdService から継承されたメソッド
doSearch, listCategories, searchParallelTexts
 
クラス jp.go.nict.langrid.wrapper.ws_1_2.paralleltext.AbstractParallelTextService から継承されたメソッド
getSupportedMatchingMethods, getValidLanguagePair, getValidMatchingMethod, search, setSupportedMatchingMethods
 
クラス jp.go.nict.langrid.wrapper.ws_1_2.AbstractLanguagePairService から継承されたメソッド
getSupportedLanguagePairCollection, getSupportedLanguagePairs, setSupportedLanguagePairs
 
クラス 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
 
クラス jp.go.nict.langrid.servicecontainer.service.AbstractService から継承されたメソッド
getComponentServiceFactory, setComponentServiceFactory
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.go.nict.langrid.service_1_2.paralleltext.ParallelTextService から継承されたメソッド
search
 

コンストラクタの詳細

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