IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple
クラス BillingDocCreateMultiple

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.sap.module.AbstractController
      上位を拡張 jp.co.intra_mart.foundation.sap.module.UpdateController
          上位を拡張 jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.BillingDocCreateMultiple
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
BillingDocCreateMultipleController

public class BillingDocCreateMultiple
extends UpdateController
implements Serializable

請求伝票登録情報クラス
機能は以下の通り

バージョン:
8.0
関連項目:
直列化された形式

フィールドの概要
 
クラス jp.co.intra_mart.foundation.sap.module.UpdateController から継承されたフィールド
connectionManager
 
クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたフィールド
bapiReturnErrMessage, bapiReturnMessage, sapClient
 
コンストラクタの概要
BillingDocCreateMultiple()
          請求伝票登録情報を作成します。
BillingDocCreateMultiple(ConnectionManager conectionManager)
          コネクションマネージャーを引数に持つコンストラクタ。
BillingDocCreateMultiple(SapClient sapClient)
          SAPへの接続情報が格納されたオブジェクトを引数に持つコンストラクタ。
 
メソッドの概要
 List<BillingDataIn> getBillingDataInList()
          処理予定明細データのテーブルを取得します。
 List<CCardDataIn> getCCardDataInList()
          処理予定支払方法のテーブルを取得します。
 List<ConditionDataIn> getConditionDataInList()
          処理予定条件のテーブルを取得します。
 CreatorDataIn getCreatorDataIn()
          取り込まれる日付の順序を取得します。
 List<Errors> getErrorsList()
          前明細の不正処理に関する情報を取得します。
 String getPosting()
          Posting category:postを取得します。
 List<Success> getSuccessList()
          正常に処理された明細のテーブルを取得します。
 String getTestrun()
          シミュレーション実行 ('X')、更新実行 (' ')を取得します。
 List<TextDataIn> getTextDataInList()
          請求インタフェースの通信構造テキストを取得します。
 void setBillingDataInList(List<BillingDataIn> billingDataInList)
          処理予定明細データのテーブルを設定します。
 void setCCardDataInList(List<CCardDataIn> cCardDataInList)
          処理予定支払方法のテーブルを設定します。
 void setConditionDataInList(List<ConditionDataIn> conditionDataInList)
          処理予定条件のテーブルを設定します。
 void setCreatorDataIn(CreatorDataIn creatorDataIn)
          取り込まれる日付の順序を設定します。
 void setErrorsList(List<Errors> errorsList)
          前明細の不正処理に関する情報を設定します。
 void setExportParam(BapiController bapiController)
          請求伝票に登録する値ををセットします。
 void setImportParam(BapiController bapiController)
          請求伝票に登録する値ををセットします。
 void setPosting(String posting)
          Posting category:postを設定します。
 void setSuccessList(List<Success> successList)
          正常に処理された明細のテーブルを設定します。
 void setTestrun(String testrun)
          シミュレーション実行 ('X')、更新実行 (' ')を設定します。
 void setTextDataInList(List<TextDataIn> textDataInList)
          請求インタフェースの通信構造テキストを設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス jp.co.intra_mart.foundation.sap.module.UpdateController から継承されたメソッド
createBapiController
 
クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたメソッド
executeBapi, getBapiReturnErrMessage, getBapiReturnMessage
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

BillingDocCreateMultiple

public BillingDocCreateMultiple()
請求伝票登録情報を作成します。


BillingDocCreateMultiple

public BillingDocCreateMultiple(ConnectionManager conectionManager)
コネクションマネージャーを引数に持つコンストラクタ。

パラメータ:
conectionManager - コネクションマネージャー

BillingDocCreateMultiple

public BillingDocCreateMultiple(SapClient sapClient)
SAPへの接続情報が格納されたオブジェクトを引数に持つコンストラクタ。

パラメータ:
sapClient - SAPへの接続情報が格納されたオブジェクト
メソッドの詳細

setImportParam

public void setImportParam(BapiController bapiController)
                    throws SAPGeneralSystemException,
                           SAPGeneralAppException
請求伝票に登録する値ををセットします。

パラメータ:
bapiController - BapiController
例外:
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外

setExportParam

public void setExportParam(BapiController bapiController)
                    throws SAPGeneralSystemException
請求伝票に登録する値ををセットします。

パラメータ:
bapiController - BapiController
例外:
SAPGeneralSystemException - 汎用システム例外

getTestrun

public String getTestrun()
シミュレーション実行 ('X')、更新実行 (' ')を取得します。

戻り値:
testrun シミュレーション実行 ('X')、更新実行 (' ')

getCreatorDataIn

public CreatorDataIn getCreatorDataIn()
取り込まれる日付の順序を取得します。

戻り値:
creatorDataIn 取り込まれる日付の順序

getBillingDataInList

public List<BillingDataIn> getBillingDataInList()
処理予定明細データのテーブルを取得します。

戻り値:
billingDataInList 処理予定明細データのテーブル

getCCardDataInList

public List<CCardDataIn> getCCardDataInList()
処理予定支払方法のテーブルを取得します。

戻り値:
cCardDataInList 処理予定支払方法のテーブル

getConditionDataInList

public List<ConditionDataIn> getConditionDataInList()
処理予定条件のテーブルを取得します。

戻り値:
conditionDataInList 処理予定条件のテーブル

getErrorsList

public List<Errors> getErrorsList()
前明細の不正処理に関する情報を取得します。

戻り値:
errorsList 前明細の不正処理に関する情報

getSuccessList

public List<Success> getSuccessList()
正常に処理された明細のテーブルを取得します。

戻り値:
successList 正常に処理された明細のテーブル

getTextDataInList

public List<TextDataIn> getTextDataInList()
請求インタフェースの通信構造テキストを取得します。

戻り値:
textDataInList 請求インタフェースの通信構造テキスト

getPosting

public String getPosting()
Posting category:postを取得します。

戻り値:
posting Posting category:post

setTestrun

public void setTestrun(String testrun)
シミュレーション実行 ('X')、更新実行 (' ')を設定します。

パラメータ:
testrun - シミュレーション実行 ('X')、更新実行 (' ')

setCreatorDataIn

public void setCreatorDataIn(CreatorDataIn creatorDataIn)
取り込まれる日付の順序を設定します。

パラメータ:
creatorDataIn - 取り込まれる日付の順序

setBillingDataInList

public void setBillingDataInList(List<BillingDataIn> billingDataInList)
処理予定明細データのテーブルを設定します。

パラメータ:
billingDataInList - 処理予定明細データのテーブル

setCCardDataInList

public void setCCardDataInList(List<CCardDataIn> cCardDataInList)
処理予定支払方法のテーブルを設定します。

パラメータ:
cCardDataInList - 処理予定支払方法のテーブル

setConditionDataInList

public void setConditionDataInList(List<ConditionDataIn> conditionDataInList)
処理予定条件のテーブルを設定します。

パラメータ:
conditionDataInList - 処理予定条件のテーブル

setErrorsList

public void setErrorsList(List<Errors> errorsList)
前明細の不正処理に関する情報を設定します。

パラメータ:
errorsList - 前明細の不正処理に関する情報

setSuccessList

public void setSuccessList(List<Success> successList)
正常に処理された明細のテーブルを設定します。

パラメータ:
successList - 正常に処理された明細のテーブル

setTextDataInList

public void setTextDataInList(List<TextDataIn> textDataInList)
請求インタフェースの通信構造テキストを設定します。

パラメータ:
textDataInList - 請求インタフェースの通信構造テキスト

setPosting

public void setPosting(String posting)
Posting category:postを設定します。

パラメータ:
posting - Posting category:post

toString

public String toString()
デバッグ用のメソッドです。

オーバーライド:
クラス Object 内の toString
戻り値:
value すべての属性の値。

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.