|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.sales.BillingDocGetDetailController
public class BillingDocGetDetailController
請求伝票詳細照会情報コントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
BillingDocGetDetailController(String billingDocument)
コンストラクタ生成 |
|
BillingDocGetDetailController(String billingDocument,
SapClient sapClient)
コンストラクタ生成 |
|
| メソッドの概要 | |
|---|---|
String |
getBapiReturnErrMessage()
BAPIの実行結果のエラーメッセージを取得します。 |
String |
getBapiReturnMessage()
設定されたエラーメッセージを無視するRETURN-TYPE情報に一致したメッセージ情報を全て返します。 |
BillingDocumentDetail |
getBillingDocumentDetail()
請求伝票に関する詳細情報を取得します。 |
void |
setBillingDocumentDetail(BillingDocumentDetail billingDocumentDetail)
請求伝票に関する詳細情報を設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public BillingDocGetDetailController(String billingDocument)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPSalesAppException,
SAPSalesSystemException
billingDocument - 処理予定の請求伝票数
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPSalesAppException - 販売管理業務アプリケーション例外
SAPSalesSystemException - 販売管理業務システム例外
public BillingDocGetDetailController(String billingDocument,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPSalesAppException,
SAPSalesSystemException
billingDocument - 処理予定の請求伝票数sapClient - SAPクライアント
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPSalesAppException - 販売管理業務アプリケーション例外
SAPSalesSystemException - 販売管理業務システム例外| メソッドの詳細 |
|---|
public BillingDocumentDetail getBillingDocumentDetail()
public void setBillingDocumentDetail(BillingDocumentDetail billingDocumentDetail)
billingDocumentDetail - 請求伝票に関する詳細情報public String getBapiReturnMessage()
BapiController#setIgnoreErrMsgReturnTypes(List),
BapiController#addIgnoreErrMsgReturnType(String)でカスタマイズできます。BapiController#getMessage()をご参照ください。
public String getBapiReturnErrMessage()
BapiController#setIgnoreErrMsgReturnTypes(List),
BapiController#addIgnoreErrMsgReturnType(String)でカスタマイズできます。BapiController#getErrMessage()をご参照ください。
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||