|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.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
public class BillingDocCreateMultiple
請求伝票登録情報クラス
機能は以下の通り
| フィールドの概要 |
|---|
| クラス 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 |
| コンストラクタの詳細 |
|---|
public BillingDocCreateMultiple()
public BillingDocCreateMultiple(ConnectionManager conectionManager)
conectionManager - コネクションマネージャーpublic BillingDocCreateMultiple(SapClient sapClient)
sapClient - SAPへの接続情報が格納されたオブジェクト| メソッドの詳細 |
|---|
public void setImportParam(BapiController bapiController)
throws SAPGeneralSystemException,
SAPGeneralAppException
bapiController - BapiController
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
public void setExportParam(BapiController bapiController)
throws SAPGeneralSystemException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外public String getTestrun()
public CreatorDataIn getCreatorDataIn()
public List<BillingDataIn> getBillingDataInList()
public List<CCardDataIn> getCCardDataInList()
public List<ConditionDataIn> getConditionDataInList()
public List<Errors> getErrorsList()
public List<Success> getSuccessList()
public List<TextDataIn> getTextDataInList()
public String getPosting()
public void setTestrun(String testrun)
testrun - シミュレーション実行 ('X')、更新実行 (' ')public void setCreatorDataIn(CreatorDataIn creatorDataIn)
creatorDataIn - 取り込まれる日付の順序public void setBillingDataInList(List<BillingDataIn> billingDataInList)
billingDataInList - 処理予定明細データのテーブルpublic void setCCardDataInList(List<CCardDataIn> cCardDataInList)
cCardDataInList - 処理予定支払方法のテーブルpublic void setConditionDataInList(List<ConditionDataIn> conditionDataInList)
conditionDataInList - 処理予定条件のテーブルpublic void setErrorsList(List<Errors> errorsList)
errorsList - 前明細の不正処理に関する情報public void setSuccessList(List<Success> successList)
successList - 正常に処理された明細のテーブルpublic void setTextDataInList(List<TextDataIn> textDataInList)
textDataInList - 請求インタフェースの通信構造テキストpublic void setPosting(String posting)
posting - Posting category:postpublic String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||