|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.financial.InternalOrderGetDetailController
public class InternalOrderGetDetailController
内部指図書詳細コントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
InternalOrderGetDetailController()
InternalOrderGetDetailControllerのコンストラクタを生成します。 |
|
InternalOrderGetDetailController(SapClient sapClient)
InternalOrderGetDetailControllerのコンストラクタを生成します。 |
|
InternalOrderGetDetailController(String orderid,
String language)
|
|
InternalOrderGetDetailController(String orderid,
String language,
SapClient sapClient)
|
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
InternalOrderGetDetailのexecuteBapi()を呼び出し内部指図書詳細を取得します。 |
List<AllowedBusTract> |
getAllowedBusTractList()
使用可能業務トランザクションのテーブルを取得します。 |
String |
getLanguage()
ステータスおよび業務トランザクションテキストの言語を取得します。 |
MasterData |
getMasterData()
指図のマスタデータ構造を取得します。 |
String |
getOrderid()
指図番号を取得します。 |
List<SystemStatus> |
getSystemStatusList()
システムステータステーブルを取得します。 |
List<UserStatus> |
getUserStatusList()
ユーザステータス/指図ステータステーブルを取得します。 |
void |
setAllowedBusTractList(List<AllowedBusTract> allowedBusTractList)
使用可能業務トランザクションのテーブルを設定します。 |
void |
setLanguage(String strLanguage)
ステータスおよび業務トランザクションテキストの言語を設定します。 |
void |
setMasterData(MasterData masterData)
指図のマスタデータ構造を設定します。 |
void |
setOrderid(String strOrderid)
指図番号を設定します。 |
void |
setSystemStatusList(List<SystemStatus> systemStatusList)
システムステータステーブルを設定します。 |
void |
setUserStatusList(List<UserStatus> userStatusList)
ユーザステータス/指図ステータステーブルを設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public InternalOrderGetDetailController(String orderid,
String language)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
orderid - 指図番号language - ステータスおよび業務トランザクションテキストの言語
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外
public InternalOrderGetDetailController(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 InternalOrderGetDetailController()
public InternalOrderGetDetailController(SapClient sapClient)
sapClient - SapClient SAPへの接続情報が格納されたオブジェクト| メソッドの詳細 |
|---|
public void executeBapi()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外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 - システムステータステーブルpublic void setUserStatusList(List<UserStatus> userStatusList)
userStatusList - ユーザステータス/指図ステータステーブルpublic void setAllowedBusTractList(List<AllowedBusTract> allowedBusTractList)
allowedBusTractList - 使用可能業務トランザクションのテーブルpublic String getOrderid()
public String getLanguage()
public MasterData getMasterData()
public List<SystemStatus> getSystemStatusList()
public List<UserStatus> getUserStatusList()
public List<AllowedBusTract> getAllowedBusTractList()
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||