intra-mart 6.1.14

jp.co.intra_mart.foundation.security.calendar
クラス StandardCalendarBackup

java.lang.Object
  拡張jp.co.intra_mart.foundation.security.calendar.StandardCalendarBackup
すべての実装インタフェース:
CalendarExporter, CalendarImporter

public class StandardCalendarBackup
extends Object
implements CalendarImporter, CalendarExporter

カレンダーバックアップクラスです。

バージョン:
1.0

コンストラクタの概要
StandardCalendarBackup()
           
 
メソッドの概要
 void doExport(CalendarManager manager, OutputStream outputStream)
          エクスポートを行います。
 void doImport(InputStream inputStream, CalendarManager manager)
          インポートを行います。
 void init(Map params)
          カレンダーバックアップの初期化。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StandardCalendarBackup

public StandardCalendarBackup()
メソッドの詳細

init

public void init(Map params)
カレンダーバックアップの初期化。

このクラスを実装したクラスが生成される時、一度だけこのメソッドが呼び出される。

定義:
インタフェース CalendarImporter 内の init
パラメータ:
params - 初期化パラメータのマップ(Map)

doImport

public void doImport(InputStream inputStream,
                     CalendarManager manager)
              throws AccessSecurityImportException
インポートを行います。

ストリームからカレンダーと
付随するカレンダーデータを取得し、生成します。

定義:
インタフェース CalendarImporter 内の doImport
パラメータ:
manager - カレンダーマネージャクラス
inputStream - 入力ストリーム
戻り値:
バッチモデルクラスの配列
例外:
AccessSecurityImportException

doExport

public void doExport(CalendarManager manager,
                     OutputStream outputStream)
              throws AccessSecurityExportException
エクスポートを行います。

カレンダーとカレンダーデータを
バックアップファイルに出力します。

定義:
インタフェース CalendarExporter 内の doExport
パラメータ:
manager - カレンダーマネージャクラス
outputStream - 出力ストリーム
例外:
AccessSecurityExportException

intra-mart 6.1.14

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