|
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.financial.ExchangeRateGetDetail
public class ExchangeRateGetDetail
為替換算レート情報取得クラス
機能は以下の通り
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたフィールド |
|---|
bapiReturnErrMessage, bapiReturnMessage, sapClient |
| コンストラクタの概要 | |
|---|---|
ExchangeRateGetDetail(SapClient sapClient)
為替換算レート情報を作成 |
|
ExchangeRateGetDetail(String rateType,
String fromCurr,
String toCurrncy,
String date,
SapClient sapClient)
|
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
BapiControllerにより為替換算レート情報を検索します。 |
String |
getDate()
起算日を取得します。 |
ExchRate |
getExchRate()
換算レート、係数 (通貨ペア)を取得します。 |
String |
getFromCurr()
換算前通貨を取得します。 |
String |
getRateType()
換算レートタイプを取得します。 |
String |
getToCurrncy()
換算後通貨を取得します。 |
void |
setDate(String strDate)
起算日を設定します。 |
void |
setExchRate(ExchRate exchRate)
換算レート、係数 (通貨ペア)を設定します。 |
void |
setExportParam(BapiController bapiController)
為替換算レート情報ををセットします。 |
void |
setFromCurr(String strFromCurr)
換算前通貨を設定します。 |
void |
setImportParam(BapiController bapiController)
為替換算レート情報を検索する条件ををセットします。 |
void |
setRateType(String strRateType)
換算レートタイプを設定します。 |
void |
setToCurrncy(String strToCurrncy)
換算後通貨を設定します。 |
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 ExchangeRateGetDetail(SapClient sapClient)
sapClient - SapClient SAPへの接続情報が格納されたオブジェクト
public ExchangeRateGetDetail(String rateType,
String fromCurr,
String toCurrncy,
String date,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
rateType - 換算レートタイプfromCurr - 換算前通貨toCurrncy - 換算後通貨date - 起算日sapClient - SapClient SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外| メソッドの詳細 |
|---|
public void executeBapi()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外
public void setImportParam(BapiController bapiController)
throws SAPGeneralSystemException,
SAPGeneralAppException,
SAPFinancialSystemException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPFinancialSystemException - 会計系APIシステム例外
public void setExportParam(BapiController bapiController)
throws SAPGeneralSystemException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外public void setRateType(String strRateType)
strRateType - 換算レートタイプpublic void setFromCurr(String strFromCurr)
strFromCurr - 換算前通貨public void setToCurrncy(String strToCurrncy)
strToCurrncy - 換算後通貨public void setDate(String strDate)
strDate - 起算日public String getRateType()
public String getFromCurr()
public String getToCurrncy()
public String getDate()
public void setExchRate(ExchRate exchRate)
exchRate - 換算レート、係数 (通貨ペア)public ExchRate getExchRate()
public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||