IM-ERP Real Connect

クラス
jp.co.intra_mart.foundation.sap.common.general_purpose.ConnectionManager の使用

ConnectionManager を使用しているパッケージ
jp.co.intra_mart.foundation.sap.common.general_purpose SAPの共通情報を保持するパッケージです。 
jp.co.intra_mart.foundation.sap.module SAPのモジュールに関するパッケージです。 
jp.co.intra_mart.foundation.sap.module.accounting SAPの会計・経理に関する処理を行うパッケージです。 
jp.co.intra_mart.foundation.sap.module.purchase SAPの会計・経理に関する処理を行うパッケージです。 
jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate SAPの会計・経理に関する処理を行うパッケージです。 
jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica SAPの会計・経理に関する処理を行うパッケージです。 
jp.co.intra_mart.foundation.sap.module.sales SAPの会計・経理に関する処理を行うパッケージです。 
jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple SAPの会計・経理に関する処理を行うパッケージです。 
jp.co.intra_mart.foundation.sap.module.sales.inquirycreatefromdata2 SAPの会計・経理に関する処理を行うパッケージです。 
jp.co.intra_mart.foundation.sap.module.sales.quotationcreatefromdata2 SAPの会計・経理に関する処理を行うパッケージです。 
jp.co.intra_mart.foundation.sap.module.sales.salesordercreatefromdata2 SAPの会計・経理に関する処理を行うパッケージです。 
 

jp.co.intra_mart.foundation.sap.common.general_purpose での ConnectionManager の使用
 

ConnectionManager 型のパラメータを持つ jp.co.intra_mart.foundation.sap.common.general_purpose のコンストラクタ
BapiController(String propertyName, ConnectionManager connectionManager)
          コネクションマネージャのセット、プロパティファイル名のメンバ変数への設定、 プロパティファイルの読込と各PropertyListの生成処理を行います。

ConnectionManagerを使用することで、 ConnectionManagerからトランザクションを制御でき、 たとえば同一トランザクション内で複数の登録・更新処理を実行することができます。
 

jp.co.intra_mart.foundation.sap.module での ConnectionManager の使用
 

ConnectionManager として宣言されている jp.co.intra_mart.foundation.sap.module のフィールド
protected  ConnectionManager UpdateController.connectionManager
          コネクション(トランザクション)オブジェクト
 

ConnectionManager 型のパラメータを持つ jp.co.intra_mart.foundation.sap.module のコンストラクタ
UpdateController(ConnectionManager connectionManager)
          コンストラクタ。
 

jp.co.intra_mart.foundation.sap.module.accounting での ConnectionManager の使用
 

ConnectionManager 型のパラメータを持つ jp.co.intra_mart.foundation.sap.module.accounting のコンストラクタ
AccEmployeePayPost(ConnectionManager connetionManager)
          伝票ヘッダ、仕入先明細一覧、G/L 勘定明細一覧、税明細一覧、明細通貨項目一覧を作成します。

ConnectionManagerを使用することで、ConnectionManagerから トランザクションを制御でき、 たとえば同一トランザクション内で複数の登録処理を実行することができます。
AccEmployeePayPostController(ConnectionManager connetionManager)
          伝票ヘッダ、仕入先明細一覧、G/L 勘定明細一覧、税明細一覧、明細通貨項目一覧を作成します。

ConnectionManagerを使用することで、ConnectionManagerから トランザクションを制御でき、 たとえば同一トランザクション内で複数の登録処理を実行することができます。
 

jp.co.intra_mart.foundation.sap.module.purchase での ConnectionManager の使用
 

ConnectionManager 型のパラメータを持つ jp.co.intra_mart.foundation.sap.module.purchase のコンストラクタ
GoodsMvtCreateController(ConnectionManager connectionManager)
          GoodsMvtCreateControllerのコンストラクタを生成します。
MaterialSaveReplicaController(ConnectionManager connectionManager)
          コンストラクタ生成
PurchaseOrderPayPost(ConnectionManager conectionManager)
          コネクションマネージャーを引数に持つコンストラクタ。
PurchaseOrderPayPostController(ConnectionManager connectionManager)
          PurchaseOrderPayPostControllerのコンストラクタを生成します。
PurchaseOrderPostChangeController(ConnectionManager connectionManager)
          PurchaseOrderPostChangeControllerのコンストラクタを生成します。
PurchaseRelease(String purchaseorder, String poRelCode, String useExceptions, ConnectionManager connectionManager)
          コンストラクタ生成。
PurchaseRelease(String purchaseorder, String poRelCode, String useExceptions, String noCommit, ConnectionManager connectionManager)
          コンストラクタ生成。
PurchaseReleaseController(String purchaseorder, String poRelCode, String useExceptions, ConnectionManager connectionManager)
          PurchaseReleaseのコンストラクタを呼び出し伝票承認情報を作成します。
PurchaseReleaseController(String purchaseorder, String poRelCode, String useExceptions, String noCommit, ConnectionManager connectionManager)
          PurchaseReleaseのコンストラクタを呼び出し伝票承認情報を作成します。
PurchaseResetReleaseController(String purchaseorder, String poRelCode, String useExceptions, ConnectionManager connectionManager)
          PurchaseReleaseのコンストラクタを呼び出し伝票承認取消情報を作成します。
 

jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate での ConnectionManager の使用
 

ConnectionManager 型のパラメータを持つ jp.co.intra_mart.foundation.sap.module.purchase.goodsmvtcreate のコンストラクタ
GoodsMvtCreate(ConnectionManager conectionManager)
          コネクションマネージャーを引数に持つコンストラクタ。
 

jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica での ConnectionManager の使用
 

ConnectionManager 型のパラメータを持つ jp.co.intra_mart.foundation.sap.module.purchase.materialsavereplica のコンストラクタ
MaterialSaveReplica(ConnectionManager connectionManager)
          品目マスタ更新情報を作成します。
 

jp.co.intra_mart.foundation.sap.module.sales での ConnectionManager の使用
 

ConnectionManager 型のパラメータを持つ jp.co.intra_mart.foundation.sap.module.sales のコンストラクタ
BillingDocCreateMultipleController(ConnectionManager connectionManager)
          BillingDocCreateMultipleControllerのコンストラクタを生成します。
InquiryCreateFromData2Controller(ConnectionManager connectionManager)
          InquiryCreateFromData2Controllerのコンストラクタを生成します。
QuotationCreateFromData2Controller(ConnectionManager connectionManager)
          QuotationCreateFromData2Controllerのコンストラクタを生成します。
SalesOrderCreateFromDat2Controller(ConnectionManager connectionManager)
          SalesOrderCreateFromDat2Controllerのコンストラクタを生成します。
 

jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple での ConnectionManager の使用
 

ConnectionManager 型のパラメータを持つ jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple のコンストラクタ
BillingDocCreateMultiple(ConnectionManager conectionManager)
          コネクションマネージャーを引数に持つコンストラクタ。
 

jp.co.intra_mart.foundation.sap.module.sales.inquirycreatefromdata2 での ConnectionManager の使用
 

ConnectionManager 型のパラメータを持つ jp.co.intra_mart.foundation.sap.module.sales.inquirycreatefromdata2 のコンストラクタ
InquiryCreateFromData2(ConnectionManager conectionManager)
          コネクションマネージャーを引数に持つコンストラクタ。
 

jp.co.intra_mart.foundation.sap.module.sales.quotationcreatefromdata2 での ConnectionManager の使用
 

ConnectionManager 型のパラメータを持つ jp.co.intra_mart.foundation.sap.module.sales.quotationcreatefromdata2 のコンストラクタ
QuotationCreateFromData2(ConnectionManager conectionManager)
          コネクションマネージャーを引数に持つコンストラクタ。
 

jp.co.intra_mart.foundation.sap.module.sales.salesordercreatefromdata2 での ConnectionManager の使用
 

ConnectionManager 型のパラメータを持つ jp.co.intra_mart.foundation.sap.module.sales.salesordercreatefromdata2 のコンストラクタ
SalesOrderCreateFromDat2(ConnectionManager conectionManager)
          コネクションマネージャーを引数に持つコンストラクタ。
 


IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.