IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.module.sales.billingdocgetdetail
クラス BillingDocGetDetail

java.lang.Object
  上位を拡張 jp.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
すべての実装されたインタフェース:
Serializable

public class BillingDocGetDetail
extends ReferenceController
implements Serializable

請求伝票詳細照会情報クラス
機能は以下の通り

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

フィールドの概要
 
クラス 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
 

コンストラクタの詳細

BillingDocGetDetail

public BillingDocGetDetail(String billingdocument,
                           SapClient sapClient)
                    throws SAPAuthAppException,
                           SAPAuthSystemException,
                           SAPGeneralAppException,
                           SAPGeneralSystemException,
                           SAPSalesAppException,
                           SAPSalesSystemException
請求伝票詳細照会情報を作成します。

パラメータ:
sapClient - SapClient SAPクライアント
billingdocument - String 請求伝票
例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPSalesAppException - 販売管理業務アプリケーション例外
SAPSalesSystemException - 販売管理業務システム例外
メソッドの詳細

executeBapi

public void executeBapi()
                 throws SAPAuthAppException,
                        SAPAuthSystemException,
                        SAPGeneralAppException,
                        SAPGeneralSystemException,
                        SAPSalesAppException,
                        SAPSalesSystemException
BillingDocGetDetailのexecuteBapi()を呼び出し請求伝票を検索します。

例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPSalesAppException - 販売管理業務アプリケーション例外
SAPSalesSystemException - 販売管理業務システム例外

setExportParam

public void setExportParam(BapiController bapiController)
                    throws SAPGeneralSystemException
返却された請求伝票詳細照会情報をセットします。

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

getBillingdocument

public String getBillingdocument()
処理予定の請求伝票数を取得します。

戻り値:
billingdocument 処理予定の請求伝票数

getBillingDocumentDetail

public BillingDocumentDetail getBillingDocumentDetail()
請求伝票に関する詳細情報を取得します。

戻り値:
billingDocumentDetail 請求伝票に関する詳細情報

setBillingdocument

public void setBillingdocument(String billingdocument)
処理予定の請求伝票数を設定します。

パラメータ:
billingdocument - 処理予定の請求伝票数

setBillingDocumentDetail

public void setBillingDocumentDetail(BillingDocumentDetail billingDocumentDetail)
請求伝票に関する詳細情報を設定します。

パラメータ:
billingDocumentDetail - 請求伝票に関する詳細情報

toString

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

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

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.