public class StandardViewCreatorImporter extends Object implements ViewCreatorImporter
コンストラクタと説明 |
---|
StandardViewCreatorImporter()
コンストラクタ
|
StandardViewCreatorImporter(Collection<ViewCreatorImportProcessor> importers)
importersの初期化を行う
|
修飾子とタイプ | メソッドと説明 |
---|---|
ImportResultSet |
importData(InputStream stream,
ImportType importType)
zipファイルを利用した一括インポート処理(一括登録、一括更新)を行います。
|
ImportResultSet |
importXml(InputStream stream,
ImportType importType,
FunctionType functionType)
XMLファイルを利用したインポート処理(登録、更新)を行います。
|
public StandardViewCreatorImporter()
public StandardViewCreatorImporter(Collection<ViewCreatorImportProcessor> importers)
importers
- 機能別のインポート実行クラスpublic ImportResultSet importData(InputStream stream, ImportType importType) throws ViewCreatorImportException
ViewCreatorImporter
importData
インタフェース内 ViewCreatorImporter
stream
- 入力ストリームimportType
- インポート種別ViewCreatorImportException
- インポート処理に失敗した場合にスローされます。public ImportResultSet importXml(InputStream stream, ImportType importType, FunctionType functionType) throws ViewCreatorImportException
ViewCreatorImporter
importXml
インタフェース内 ViewCreatorImporter
stream
- 入力ストリームimportType
- インポート種別functionType
- 機能種別ViewCreatorImportException
- インポート処理に失敗した場合にスローされます。Copyright © 2012 NTT DATA INTRAMART CORPORATION