|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.purchase.PurchaseGetItemSrelController
public class PurchaseGetItemSrelController
伝票の承認対象一覧取得コントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
PurchaseGetItemSrelController()
コンストラクタ生成 |
|
PurchaseGetItemSrelController(SapClient sapClient)
コンストラクタ生成 |
|
PurchaseGetItemSrelController(String relGroup,
String relCode,
String itemsForRelease)
PurchaseGetItemSrelのコンストラクタを呼び出し伝票承認対象一覧を取得します。 |
|
PurchaseGetItemSrelController(String relGroup,
String relCode,
String itemsForRelease,
SapClient sapClient)
PurchaseGetItemSrelのコンストラクタを呼び出し伝票承認対象一覧を取得します。 |
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
PurchaseGetItemSrelのexecuteBapi()を呼び出し伝票承認対象一覧を取得します。 |
String |
getItemsForRelease()
区分: 承認待ち購買発注のみ照会を取得します。 |
PurchaseGetItemSrel |
getPurchaseGetItemSrel()
承認対象一覧情報を取得します。 |
List<?> |
getPurchaseHeadersList()
伝票ヘッダ一覧を取得します。 |
List<?> |
getPurchaseItemsList()
伝票明細一覧を取得します。 |
String |
getRelCode()
承認コードを取得します。 |
String |
getRelGroup()
承認グループを取得します。 |
void |
setItemsForRelease(String strItemsForRelease)
区分: 承認待ち購買発注のみ照会を設定します。 |
void |
setPurchaseHeadersList(List<PurchaseHeaders> purchaseHeadersList)
伝票ヘッダ一覧を設定します。 |
void |
setPurchaseItemsList(List<PurchaseItems> purchaseItemsList)
伝票明細一覧を設定します。 |
void |
setRelCode(String strRelCode)
承認コードを設定します。 |
void |
setRelGroup(String strRelGroup)
承認グループを設定します。 |
String |
toString()
デバッグ用のメソッドです。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public PurchaseGetItemSrelController()
public PurchaseGetItemSrelController(SapClient sapClient)
sapClient - sapClient SAPへの接続情報が格納されたオブジェクト
public PurchaseGetItemSrelController(String relGroup,
String relCode,
String itemsForRelease)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPPurchaseAppException,
SAPPurchaseSystemException
relGroup - 承認グループrelCode - 承認コードitemsForRelease - 照会区分
「X」:承認可能な購買発注のみ照会 「ブランク」:すでに承認された購買発注のみ照会
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPPurchaseAppException - 購買発注業務アプリケーション例外
SAPPurchaseSystemException - 会計業務システム例外
public PurchaseGetItemSrelController(String relGroup,
String relCode,
String itemsForRelease,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPPurchaseAppException,
SAPPurchaseSystemException
relGroup - 承認グループrelCode - 承認コードitemsForRelease - 照会区分sapClient - sapClient SAPへの接続情報が格納されたオブジェクト
「X」:承認可能な購買発注のみ照会 「ブランク」:すでに承認された購買発注のみ照会
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPPurchaseAppException - 購買発注業務アプリケーション例外
SAPPurchaseSystemException - 会計業務システム例外| メソッドの詳細 |
|---|
public void executeBapi()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPPurchaseAppException,
SAPPurchaseSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPPurchaseAppException - 購買発注業務アプリケーション例外
SAPPurchaseSystemException - 購買発注業務システム例外public void setRelGroup(String strRelGroup)
strRelGroup - 承認グループpublic void setRelCode(String strRelCode)
strRelCode - 承認コードpublic void setItemsForRelease(String strItemsForRelease)
strItemsForRelease - 区分: 承認待ち購買発注のみ照会public void setPurchaseHeadersList(List<PurchaseHeaders> purchaseHeadersList)
purchaseHeadersList - 伝票ヘッダ一覧public void setPurchaseItemsList(List<PurchaseItems> purchaseItemsList)
purchaseItemsList - 伝票明細一覧public PurchaseGetItemSrel getPurchaseGetItemSrel()
public String getRelGroup()
public String getRelCode()
public String getItemsForRelease()
public List<?> getPurchaseHeadersList()
public List<?> getPurchaseItemsList()
public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||