|
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.purchase.SupplierExistenceCheck
public class SupplierExistenceCheck
仕入先コード存在チェッククラス
機能は以下の通り
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたフィールド |
|---|
bapiReturnErrMessage, bapiReturnMessage, sapClient |
| コンストラクタの概要 | |
|---|---|
SupplierExistenceCheck(SapClient sapClient)
仕入先詳細情報クラスを取得します |
|
SupplierExistenceCheck(String vendor,
String compCode,
SapClient sapClient)
executeBapiを呼び出し仕入先コード存在チェックを作成します。 |
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
BapiControllerにより仕入先コード存在チェックを作成します。 |
String |
getCheckReturn()
結果を取得します。 |
String |
getCompCode()
会社コードを取得します。 |
String |
getVendor()
仕入先コードを取得します。 |
void |
setCheckReturn(String checkReturn)
結果を設定します。 |
void |
setCompCode(String strCompCode)
会社コードを設定します。 |
void |
setVendor(String strVendor)
仕入先コードを設定します。 |
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 SupplierExistenceCheck(SapClient sapClient)
sapClient - sapClient SAPへの接続情報が格納されたオブジェクト
public SupplierExistenceCheck(String vendor,
String compCode,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPPurchaseAppException,
SAPPurchaseSystemException
vendor - 仕入先コードcompCode - 会社コードsapClient - sapClient SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPPurchaseAppException - 購買発注業務アプリケーション例外
SAPPurchaseSystemException - 購買発注業務システム例外| メソッドの詳細 |
|---|
public void executeBapi()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPPurchaseAppException,
SAPPurchaseSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPPurchaseAppException - 購買発注業務アプリケーション例外
SAPPurchaseSystemException - 会計業務システム例外public String getVendor()
public String getCompCode()
public String getCheckReturn()
public void setVendor(String strVendor)
strVendor - 仕入先コードpublic void setCompCode(String strCompCode)
strCompCode - 会社コードpublic void setCheckReturn(String checkReturn)
checkReturn - 結果public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||