intra-mart 6.1.14

jp.co.intra_mart.foundation.datastore.importer.company
クラス CompanyPostImportManagerClient

java.lang.Object
  拡張jp.co.intra_mart.foundation.datastore.importer.AbstractImportManagerClient
      拡張jp.co.intra_mart.foundation.datastore.importer.company.CompanyPostImportManagerClient
すべての実装インタフェース:
ImportManagerClient

public class CompanyPostImportManagerClient
extends AbstractImportManagerClient
implements ImportManagerClient

会社役職情報のインポートを行います。

このクラスは、CompanyPostImportManager クラスのクライアントになります。
executeメソッドに指定された設定情報を解釈した後、CompanyPostImportManager クラスに インポート処理を委譲します。

導入されたバージョン:
6.1

コンストラクタの概要
CompanyPostImportManagerClient()
           
 
メソッドの概要
 boolean execute(InputStream configuration)
          指定された定義情報をもとにインポート処理を行います。
 boolean execute(String configurationPath)
          指定された定義情報をもとにインポート処理を行います。
protected  ImportConfigurationReader getConfigurationReader(InputStream inputStream)
          入力ストリームからポート設定情報を取得します。
protected  String getDefaultImportPath()
          インポートファイルのデフォルトパス情報を取得します。
protected  ImportManager getImportManager()
          インポートマネージャーのインスタンスを取得します。
 
クラス jp.co.intra_mart.foundation.datastore.importer.AbstractImportManagerClient から継承したメソッド
setCommitCount, setDate, setEncoding, setExecuteUser, setFormat, setName, setParameters, setRetry, setValidate
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CompanyPostImportManagerClient

public CompanyPostImportManagerClient()
メソッドの詳細

execute

public boolean execute(String configurationPath)
指定された定義情報をもとにインポート処理を行います。

定義:
インタフェース ImportManagerClient 内の execute
オーバーライド:
クラス AbstractImportManagerClient 内の execute
パラメータ:
configurationPath - 定義ファイルパス
戻り値:
インポートに成功した場合 true、失敗した場合 false

execute

public boolean execute(InputStream configuration)
指定された定義情報をもとにインポート処理を行います。

定義:
インタフェース ImportManagerClient 内の execute
オーバーライド:
クラス AbstractImportManagerClient 内の execute
パラメータ:
configuration - 定義情報
戻り値:
インポートに成功した場合 true、失敗した場合 false

getImportManager

protected ImportManager getImportManager()
クラス AbstractImportManagerClient の記述:
インポートマネージャーのインスタンスを取得します。

定義:
クラス AbstractImportManagerClient 内の getImportManager
戻り値:
インポートマネージャー

getConfigurationReader

protected ImportConfigurationReader getConfigurationReader(InputStream inputStream)
クラス AbstractImportManagerClient の記述:
入力ストリームからポート設定情報を取得します。

定義:
クラス AbstractImportManagerClient 内の getConfigurationReader
パラメータ:
inputStream - 入力ストリーム
戻り値:
インポート設定リーダー

getDefaultImportPath

protected String getDefaultImportPath()
クラス AbstractImportManagerClient の記述:
インポートファイルのデフォルトパス情報を取得します。

定義:
クラス AbstractImportManagerClient 内の getDefaultImportPath
戻り値:
デフォルト定義パス

intra-mart 6.1.14

Copyright © 2000-2010 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.