intra-mart 6.1.14

jp.co.intra_mart.foundation.sap.module.financial
クラス InternalOrderGetDetailController

java.lang.Object
  拡張jp.co.intra_mart.foundation.sap.module.financial.InternalOrderGetDetailController
すべての実装インタフェース:
Serializable

public class InternalOrderGetDetailController
extends Object
implements Serializable

内部指図書詳細コントローラクラス
機能は以下の通り

関連項目:
直列化された形式

コンストラクタの概要
InternalOrderGetDetailController()
          InternalOrderGetDetailControllerのコンストラクタを生成します。
InternalOrderGetDetailController(SapClient sapClient)
          InternalOrderGetDetailControllerのコンストラクタを生成します。
InternalOrderGetDetailController(String orderid, String language)
           
InternalOrderGetDetailController(String orderid, String language, SapClient sapClient)
           
 
メソッドの概要
 void executeBapi()
          InternalOrderGetDetailのexecuteBapi()を呼び出し内部指図書詳細を取得します。
 ArrayList getAllowedBusTractList()
          使用可能業務トランザクションのテーブルを取得します。
 String getLanguage()
          ステータスおよび業務トランザクションテキストの言語を取得します。
 MasterData getMasterData()
          指図のマスタデータ構造を取得します。
 String getOrderid()
          指図番号を取得します。
 ArrayList getSystemStatusList()
          システムステータステーブルを取得します。
 ArrayList getUserStatusList()
          ユーザステータス/指図ステータステーブルを取得します。
 void setAllowedBusTractList(ArrayList allowedBusTractList)
          使用可能業務トランザクションのテーブルを設定します。
 void setLanguage(String strLanguage)
          ステータスおよび業務トランザクションテキストの言語を設定します。
 void setMasterData(MasterData masterData)
          指図のマスタデータ構造を設定します。
 void setOrderid(String strOrderid)
          指図番号を設定します。
 void setSystemStatusList(ArrayList systemStatusList)
          システムステータステーブルを設定します。
 void setUserStatusList(ArrayList userStatusList)
          ユーザステータス/指図ステータステーブルを設定します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

InternalOrderGetDetailController

public InternalOrderGetDetailController(String orderid,
                                        String language)
                                 throws SAPAuthAppException,
                                        SAPAuthSystemException,
                                        SAPGeneralAppException,
                                        SAPGeneralSystemException,
                                        SAPFinancialAppException,
                                        SAPFinancialSystemException
パラメータ:
orderid - 指図番号
language - ステータスおよび業務トランザクションテキストの言語
例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外

InternalOrderGetDetailController

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 - 会計業務システム例外

InternalOrderGetDetailController

public InternalOrderGetDetailController()
InternalOrderGetDetailControllerのコンストラクタを生成します。


InternalOrderGetDetailController

public InternalOrderGetDetailController(SapClient sapClient)
InternalOrderGetDetailControllerのコンストラクタを生成します。

パラメータ:
sapClient - SapClient SAPへの接続情報が格納されたオブジェクト
メソッドの詳細

executeBapi

public void executeBapi()
                 throws SAPAuthAppException,
                        SAPAuthSystemException,
                        SAPGeneralAppException,
                        SAPGeneralSystemException,
                        SAPFinancialAppException,
                        SAPFinancialSystemException
InternalOrderGetDetailのexecuteBapi()を呼び出し内部指図書詳細を取得します。

例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外

setOrderid

public void setOrderid(String strOrderid)
指図番号を設定します。

パラメータ:
strOrderid - 指図番号

setLanguage

public void setLanguage(String strLanguage)
ステータスおよび業務トランザクションテキストの言語を設定します。

パラメータ:
strLanguage - ステータスおよび業務トランザクションテキストの言語

setMasterData

public void setMasterData(MasterData masterData)
指図のマスタデータ構造を設定します。

パラメータ:
masterData - 指図のマスタデータ構造

setSystemStatusList

public void setSystemStatusList(ArrayList systemStatusList)
システムステータステーブルを設定します。

パラメータ:
systemStatusList - システムステータステーブル

setUserStatusList

public void setUserStatusList(ArrayList userStatusList)
ユーザステータス/指図ステータステーブルを設定します。

パラメータ:
userStatusList - ユーザステータス/指図ステータステーブル

setAllowedBusTractList

public void setAllowedBusTractList(ArrayList allowedBusTractList)
使用可能業務トランザクションのテーブルを設定します。

パラメータ:
allowedBusTractList - 使用可能業務トランザクションのテーブル

getOrderid

public String getOrderid()
指図番号を取得します。

戻り値:
srtOrderid 指図番号

getLanguage

public String getLanguage()
ステータスおよび業務トランザクションテキストの言語を取得します。

戻り値:
srtLanguage ステータスおよび業務トランザクションテキストの言語

getMasterData

public MasterData getMasterData()
指図のマスタデータ構造を取得します。

戻り値:
masterData 指図のマスタデータ構造

getSystemStatusList

public ArrayList getSystemStatusList()
システムステータステーブルを取得します。

戻り値:
systemStatusList システムステータステーブル

getUserStatusList

public ArrayList getUserStatusList()
ユーザステータス/指図ステータステーブルを取得します。

戻り値:
userStatusList ユーザステータス/指図ステータステーブル

getAllowedBusTractList

public ArrayList getAllowedBusTractList()
使用可能業務トランザクションのテーブルを取得します。

戻り値:
allowedBusTractList 使用可能業務トランザクションのテーブル

intra-mart 6.1.14

Copyright © 2000-2010 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.