|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.financial.InternalOrderGetListController
public class InternalOrderGetListController
内部指図書一覧コントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
InternalOrderGetListController()
InternalOrderGetListControllerのコンストラクタを生成します。 |
|
InternalOrderGetListController(SapClient sapClient)
InternalOrderGetListControllerのコンストラクタを生成します。 |
|
InternalOrderGetListController(String controllingArea,
String respCostCenter,
String orderType,
String order,
String orderTo,
String orderExternalNo,
String orderExternalNoTo)
|
|
InternalOrderGetListController(String controllingArea,
String respCostCenter,
String orderType,
String order,
String orderTo,
String orderExternalNo,
String orderExternalNoTo,
SapClient sapClient)
|
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
PurchaseOrderPayPostのexecuteBapi()を呼び出し内部指図書一覧を取得します。 |
String |
getControllingArea()
管理領域を取得します。 |
String |
getOrder()
指図番号 (個別値、または下限値)を取得します。 |
String |
getOrderExternalNo()
外部指図番号 (個別値、または下限値)を取得します。 |
String |
getOrderExternalNoTo()
外部指図番号 (上限値)を取得します。 |
List<OrderList> |
getOrderListList()
選択指図一覧を取得します。 |
String |
getOrderTo()
指図番号 (上限値)を取得します。 |
String |
getOrderType()
指図タイプを取得します。 |
String |
getRespCostCenter()
責任原価センタを取得します。 |
void |
setControllingArea(String strControllingArea)
管理領域を設定します。 |
void |
setOrder(String strOrder)
指図番号 (個別値、または下限値)を設定します。 |
void |
setOrderExternalNo(String strOrderExternalNo)
外部指図番号 (個別値、または下限値)を設定します。 |
void |
setOrderExternalNoTo(String strOrderExternalNoTo)
外部指図番号 (上限値)を設定します。 |
void |
setOrderListList(List<OrderList> orderListList)
選択指図一覧を設定します。 |
void |
setOrderTo(String strOrderTo)
指図番号 (上限値)を設定します。 |
void |
setOrderType(String strOrderType)
指図タイプを設定します。 |
void |
setRespCostCenter(String strRespCostCenter)
責任原価センタを設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public InternalOrderGetListController(String controllingArea,
String respCostCenter,
String orderType,
String order,
String orderTo,
String orderExternalNo,
String orderExternalNoTo)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
controllingArea - 管理領域respCostCenter - 責任原価センタorderType - 指図タイプorder - 指図番号 (個別値、または下限値)orderTo - 指図番号 (上限値)orderExternalNo - 外部指図番号 (個別値、または下限値)orderExternalNoTo - 外部指図番号 (上限値)
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外
public InternalOrderGetListController(String controllingArea,
String respCostCenter,
String orderType,
String order,
String orderTo,
String orderExternalNo,
String orderExternalNoTo,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
controllingArea - 管理領域respCostCenter - 責任原価センタorderType - 指図タイプorder - 指図番号 (個別値、または下限値)orderTo - 指図番号 (上限値)orderExternalNo - 外部指図番号 (個別値、または下限値)orderExternalNoTo - 外部指図番号 (上限値)sapClient - SapClient SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外public InternalOrderGetListController()
public InternalOrderGetListController(SapClient sapClient)
sapClient - SapClient SAPへの接続情報が格納されたオブジェクト| メソッドの詳細 |
|---|
public void executeBapi()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計系APIアプリケーション例外
SAPFinancialSystemException - 会計系APIシステム例外public void setControllingArea(String strControllingArea)
strControllingArea - 管理領域public void setRespCostCenter(String strRespCostCenter)
strRespCostCenter - 責任原価センタpublic void setOrderType(String strOrderType)
strOrderType - 指図タイプpublic void setOrder(String strOrder)
strOrder - 指図番号 (個別値、または下限値)public void setOrderTo(String strOrderTo)
strOrderTo - 指図番号 (上限値)public void setOrderExternalNo(String strOrderExternalNo)
strOrderExternalNo - 外部指図番号 (個別値、または下限値)public void setOrderExternalNoTo(String strOrderExternalNoTo)
strOrderExternalNoTo - 外部指図番号 (上限値)public String getControllingArea()
public String getRespCostCenter()
public String getOrderType()
public String getOrder()
public String getOrderTo()
public String getOrderExternalNo()
public String getOrderExternalNoTo()
public void setOrderListList(List<OrderList> orderListList)
orderListList - 選択指図一覧public List<OrderList> getOrderListList()
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||