|
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.purchase.MaterialGetList
public class MaterialGetList
品目コード検索クラス
機能は以下の通り
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたフィールド |
|---|
bapiReturnErrMessage, bapiReturnMessage, sapClient |
| コンストラクタの概要 | |
|---|---|
MaterialGetList(SapClient sapClient)
品目コードの選択オプション一覧、品目テキストの選択オプション一覧、 製造業者と製造者製品コード一覧、プラントの選択オプション一覧、 保管場所の選択オプション一覧、販売組織の選択オプション一覧、 流通チャネルの選択オプション一覧、品目コードと品目テキスト一覧を作成します。 |
|
| メソッドの概要 | |
|---|---|
List<DistributionChannelSelection> |
getDistributionChannelSelectionList()
流通チャネルの選択オプション一覧を取得します。 |
List<ManufacturerPartNumb> |
getManufacturerPartNumbList()
製造業者と製造者製品コード一覧を取得します。 |
List<MaterialShortDescsel> |
getMaterialShortDescselList()
品目テキストの選択オプション一覧を取得します。 |
List<MatnrList> |
getMatnrListList()
品目コードと品目テキストの一覧を取得します。 |
List<MatnrSelection> |
getMatnrSelectionList()
品目コードの選択オプション一覧を取得します。 |
String |
getMaxRows()
選択予定品目の最大数を取得します。 |
List<PlantSelection> |
getPlantSelectionList()
プラントの選択オプション一覧を取得します。 |
List<SalesOrganisationSelection> |
getSalesOrganisationSelectionList()
販売組織の選択オプション一覧を取得します。 |
List<StorageLocationSelect> |
getStorageLocationselectList()
保管場所の選択オプション一覧を取得します。 |
void |
setDistributionChannelSelectionList(List<DistributionChannelSelection> distributionChannelSelectionList)
流通チャネルの選択オプション一覧を設定します。 |
void |
setExportParam(BapiController bapiController)
伝票に登録された情報ををセットします。 |
void |
setImportParam(BapiController bapiController)
品目コードを検索する条件ををセットします。 |
void |
setManufacturerPartNumbList(List<ManufacturerPartNumb> manufacturerPartNumbList)
製造業者と製造者製品コード一覧を設定します。 |
void |
setMaterialShortDescselList(List<MaterialShortDescsel> materialShortDescselList)
品目テキストの選択オプション一覧を設定します。 |
void |
setMatnrListList(List<MatnrList> matnrListList)
品目コードと品目テキスト一覧を設定します。 |
void |
setMatnrSelectionList(List<MatnrSelection> matnrSelectionList)
品目コードの選択オプション一覧を設定します。 |
void |
setMaxRows(String strMaxRows)
選択予定品目の最大数を設定します。 |
void |
setPlantSelectionList(List<PlantSelection> plantSelectionList)
プラントの選択オプション一覧を設定します。 |
void |
setSalesOrganisationSelectionList(List<SalesOrganisationSelection> salesOrganisationSelectionList)
販売組織の選択オプション一覧を設定します。 |
void |
setStoragelocationselectList(List<StorageLocationSelect> storageLocationselectList)
保管場所の選択オプション一覧を設定します。 |
void |
setTblParam(String paramTable,
String paramName,
String value,
int index)
テーブル型の項目に値をセットします。 |
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 MaterialGetList(SapClient sapClient)
sapClient - sapClient SAPへの接続情報が格納されたオブジェクト| メソッドの詳細 |
|---|
public void setImportParam(BapiController bapiController)
throws SAPGeneralSystemException,
SAPGeneralAppException,
SAPPurchaseSystemException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPPurchaseSystemException - 購買発注業務システム例外
public void setExportParam(BapiController bapiController)
throws SAPGeneralSystemException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外
public void setTblParam(String paramTable,
String paramName,
String value,
int index)
throws SAPPurchaseSystemException
paramTable - テーブル名paramName - 項目名value - セットする値index - レコード番号
SAPPurchaseSystemException - 購買発注業務システム例外public void setMaxRows(String strMaxRows)
strMaxRows - 選択予定品目の最大数public void setMatnrSelectionList(List<MatnrSelection> matnrSelectionList)
matnrSelectionList - 品目コードの選択オプション一覧public void setMaterialShortDescselList(List<MaterialShortDescsel> materialShortDescselList)
materialShortDescselList - 品目テキストの選択オプション一覧public void setManufacturerPartNumbList(List<ManufacturerPartNumb> manufacturerPartNumbList)
manufacturerPartNumbList - 製造業者と製造者製品コード一覧public void setPlantSelectionList(List<PlantSelection> plantSelectionList)
plantSelectionList - プラントの選択オプション一覧public void setStoragelocationselectList(List<StorageLocationSelect> storageLocationselectList)
storageLocationselectList - 保管場所の選択オプション一覧public void setSalesOrganisationSelectionList(List<SalesOrganisationSelection> salesOrganisationSelectionList)
salesOrganisationSelectionList - 販売組織の選択オプション一覧public void setDistributionChannelSelectionList(List<DistributionChannelSelection> distributionChannelSelectionList)
distributionChannelSelectionList - 流通チャネルの選択オプション一覧public void setMatnrListList(List<MatnrList> matnrListList)
matnrListList - 品目コードと品目テキスト一覧public String getMaxRows()
public List<MatnrSelection> getMatnrSelectionList()
public List<MaterialShortDescsel> getMaterialShortDescselList()
public List<ManufacturerPartNumb> getManufacturerPartNumbList()
public List<PlantSelection> getPlantSelectionList()
public List<StorageLocationSelect> getStorageLocationselectList()
public List<SalesOrganisationSelection> getSalesOrganisationSelectionList()
public List<DistributionChannelSelection> getDistributionChannelSelectionList()
public List<MatnrList> getMatnrListList()
public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||