|
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.InternalOrderGetDetail
public class InternalOrderGetDetail
内部指図書詳細情報取得クラス
機能は以下の通り
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたフィールド |
|---|
bapiReturnErrMessage, bapiReturnMessage, sapClient |
| コンストラクタの概要 | |
|---|---|
InternalOrderGetDetail(SapClient sapClient)
内部指図書詳細情報を作成します。 |
|
InternalOrderGetDetail(String orderId,
String language,
SapClient sapClient)
|
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
BapiControllerにより内部指図書詳細情報を検索します。 |
List<AllowedBusTract> |
getAllowedBusTractList()
使用可能業務トランザクションのテーブル( AllowedBusTractインスタンスの配列)を取得します。 |
String |
getLanguage()
ステータスおよび業務トランザクションテキストの言語を取得します。 |
MasterData |
getMasterData()
指図のマスタデータ構造を取得します。 |
String |
getOrderid()
指図番号を取得します。 |
List<SystemStatus> |
getSystemStatusList()
システムステータステーブルを取得します。 |
List<UserStatus> |
getUserStatusList()
ユーザステータス/指図ステータステーブルを取得します。 |
void |
setAllowedBusTractList(List<AllowedBusTract> allowedBusTractList)
使用可能業務トランザクションのテーブル( AllowedBusTractインスタンスの配列)を設定します。 |
void |
setExportParam(BapiController bapiController)
内部指図書詳細情報ををセットします。 |
void |
setImportParam(BapiController bapiController)
内部指図書詳細情報を検索する条件ををセットします。 |
void |
setLanguage(String strLanguage)
ステータスおよび業務トランザクションテキストの言語を設定します。 |
void |
setMasterData(MasterData masterData)
指図のマスタデータ構造を設定します。 |
void |
setOrderid(String strOrderid)
指図番号を設定します。 |
void |
setSystemStatusList(List<SystemStatus> systemStatusList)
システムステータステーブルを設定します。 |
void |
setUserStatusList(List<UserStatus> userStatusList)
ユーザステータス/指図ステータステーブルを設定します。 |
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 InternalOrderGetDetail(SapClient sapClient)
sapClient - SapClient SAPへの接続情報が格納されたオブジェクト
public InternalOrderGetDetail(String orderId,
String language,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
orderId - 指図番号language - ステータス及び業務トランザクションテキストの言語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 - 会計業務システム例外
public void setExportParam(BapiController bapiController)
throws SAPGeneralSystemException,
SAPGeneralAppException
bapiController - BapiController
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外public void setOrderid(String strOrderid)
strOrderid - 指図番号public void setLanguage(String strLanguage)
strLanguage - ステータスおよび業務トランザクションテキストの言語public void setMasterData(MasterData masterData)
masterData - 指図のマスタデータ構造public void setSystemStatusList(List<SystemStatus> systemStatusList)
systemStatusList - システムステータステーブル(SystemStatusインスタンスの配列SystemStatuspublic void setUserStatusList(List<UserStatus> userStatusList)
userStatusList - ユーザステータス/指図ステータステーブル(UserStatusインスタンスの配列)UserStatuspublic void setAllowedBusTractList(List<AllowedBusTract> allowedBusTractList)
AllowedBusTractインスタンスの配列)を設定します。
allowedBusTractList - 使用可能業務トランザクションのテーブルAllowedBusTractpublic String getOrderid()
public String getLanguage()
public MasterData getMasterData()
public List<SystemStatus> getSystemStatusList()
SystemStatusインスタンスの配列SystemStatuspublic List<UserStatus> getUserStatusList()
UserStatusインスタンスの配列)UserStatuspublic List<AllowedBusTract> getAllowedBusTractList()
AllowedBusTractインスタンスの配列)を取得します。
AllowedBusTractpublic String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||