|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.AbstractController
jp.co.intra_mart.foundation.sap.module.ReferenceController
jp.co.intra_mart.foundation.sap.module.sales.billingdocgetdetail.BillingDocGetDetail
public class BillingDocGetDetail
請求伝票詳細照会情報クラス
機能は以下の通り
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたフィールド |
|---|
bapiReturnErrMessage, bapiReturnMessage, sapClient |
| コンストラクタの概要 | |
|---|---|
BillingDocGetDetail(String billingdocument,
SapClient sapClient)
請求伝票詳細照会情報を作成します。 |
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
BillingDocGetDetailのexecuteBapi()を呼び出し請求伝票を検索します。 |
String |
getBillingdocument()
処理予定の請求伝票数を取得します。 |
BillingDocumentDetail |
getBillingDocumentDetail()
請求伝票に関する詳細情報を取得します。 |
void |
setBillingdocument(String billingdocument)
処理予定の請求伝票数を設定します。 |
void |
setBillingDocumentDetail(BillingDocumentDetail billingDocumentDetail)
請求伝票に関する詳細情報を設定します。 |
void |
setExportParam(BapiController bapiController)
返却された請求伝票詳細照会情報をセットします。 |
String |
toString()
デバッグ用のメソッドです。 |
| クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたメソッド |
|---|
createBapiController, executeBapi, getBapiReturnErrMessage, getBapiReturnMessage |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public BillingDocGetDetail(String billingdocument,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPSalesAppException,
SAPSalesSystemException
sapClient - SapClient SAPクライアントbillingdocument - String 請求伝票
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPSalesAppException - 販売管理業務アプリケーション例外
SAPSalesSystemException - 販売管理業務システム例外| メソッドの詳細 |
|---|
public void executeBapi()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPSalesAppException,
SAPSalesSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPSalesAppException - 販売管理業務アプリケーション例外
SAPSalesSystemException - 販売管理業務システム例外
public void setExportParam(BapiController bapiController)
throws SAPGeneralSystemException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外public String getBillingdocument()
public BillingDocumentDetail getBillingDocumentDetail()
public void setBillingdocument(String billingdocument)
billingdocument - 処理予定の請求伝票数public void setBillingDocumentDetail(BillingDocumentDetail billingDocumentDetail)
billingDocumentDetail - 請求伝票に関する詳細情報public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||