|
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.accounting.CostCenterList
public class CostCenterList
原価センタ一覧クラス
機能は以下の通り
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたフィールド |
|---|
bapiReturnErrMessage, bapiReturnMessage, sapClient |
| コンストラクタの概要 | |
|---|---|
CostCenterList(SapClient sapClient)
executeBapiを呼び出し原価センタ一覧を作成します。 |
|
CostCenterList(String controllingArea,
String date,
SapClient sapClient)
executeBapiを呼び出し原価センタ一覧を作成します。 |
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
BapiControllerにより原価センタ一覧を作成します。 |
String |
getBusinessAreaFrom()
事業領域を取得します。 |
String |
getBusinessAreaTo()
事業領域を取得します。 |
String |
getCompanycodeFrom()
会社コード(開始値)を取得します。 |
String |
getCompanycodeTo()
会社コード(終了値)を取得します。 |
String |
getControllingarea()
管理領域を取得します。 |
String |
getCostcenterFrom()
原価センタ(開始値)を取得します。 |
String |
getCostcentergroup()
原価センタグループを取得します。 |
List<CostCenter> |
getCostCenterList()
原価センタ一覧( CostCenterインスタンスの配列)を取得します。 |
String |
getCostcenterTo()
原価センタ(終了値)を取得します。 |
String |
getDateFrom()
有効期間:開始を取得します。 |
String |
getDateTo()
有効期間:終了を取得します。 |
List<ExtensionIn> |
getExtensionInList()
EXTENSIONIN一覧を取得します。 |
List<ExtensionOut> |
getExtensionOutList()
EXTENSIONOUT一覧を取得します。 |
String |
getMasterDataInactive()
マスタレコードの無効化を取得します。 |
String |
getPersonInChargeFrom()
責任者(開始値)を取得します。 |
String |
getPersonInChargeTo()
責任者(終了値)を取得します。 |
String |
getPersonInChargeUserFrom()
担当ユーザ(開始値)を取得します。 |
String |
getPersonInChargeUserTo()
担当ユーザ(終了値)を取得します。 |
void |
setBusinessAreaFrom(String businessAreaFrom)
事業領域を設定します。 |
void |
setBusinessAreaTo(String businessAreaTo)
事業領域を設定します。 |
void |
setCompanycodeFrom(String companycodeFrom)
会社コード(開始値)を設定します。 |
void |
setCompanycodeTo(String companycodeTo)
会社コード(終了値)を設定します。 |
void |
setControllingarea(String controllingarea)
管理領域を設定します。 |
void |
setCostcenterFrom(String costcenterFrom)
原価センタ(開始値)を設定します。 |
void |
setCostcentergroup(String costcentergroup)
原価センタグループを設定します。 |
void |
setCostCenterList(List<CostCenter> costCenterList)
原価センタ一覧( CostCenterインスタンスの配列)を設定します。 |
void |
setCostcenterTo(String costcenterTo)
原価センタ(終了値)を設定します。 |
void |
setDateFrom(String dateFrom)
有効期間:開始を設定します。 |
void |
setDateTo(String dateTo)
有効期間:終了を設定します。 |
void |
setExpExtensionIn(BapiController bapiController)
table(Export)情報からBAPI パラメータ EXTENSIONIN の参照構造 を設定します。 |
void |
setExpExtensionOut(BapiController bapiController)
table(Export)情報からBAPI パラメータ EXTENSIONOUT の参照構造 を設定します。 |
void |
setExtensionInList(List<ExtensionIn> extensionInList2)
EXTENSIONIN一覧を設定します。 |
void |
setExtensionOutList(List<ExtensionOut> extensionOutList2)
EXTENSIONOUT一覧を設定します。 |
void |
setImpCostcenterList(BapiController bapiController)
BAPI パラメータ 原価センタ からインポート情報を設定します。 |
void |
setImpExtensionIn(BapiController bapiController)
BAPI パラメータ EXTENSIONIN の参照構造からインポート情報を 設定します。 |
void |
setImpExtensionOut(BapiController bapiController)
BAPI パラメータ EXTENSIONOUT の参照構造からインポート情報を 設定します。 |
void |
setImportParam(BapiController bapiController)
原価センタ一覧を取得する条件をセットします。 |
void |
setMasterDataInactive(String masterDataInactive)
マスタレコードの無効化を設定します。 |
void |
setPersonInChargeFrom(String personInChargeFrom)
責任者(開始値)を設定します。 |
void |
setPersonInChargeTo(String personInChargeTo)
責任者(終了値)を設定します。 |
void |
setPersonInChargeUserFrom(String personInChargeUserFrom)
担当ユーザ(開始値)を設定します。 |
void |
setPersonInChargeUserTo(String personInChargeUserTo)
担当ユーザ(終了値)を設定します。 |
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 CostCenterList(SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
sapClient - SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public CostCenterList(String controllingArea,
String date,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException,
SAPAccountingAppException
controllingArea - 管理領域date - 有効期間: 開始sapClient - SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
SAPAccountingAppException - 会計系APIアプリケーション例外| メソッドの詳細 |
|---|
public void executeBapi()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException,
SAPAccountingAppException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
SAPAccountingAppException - 会計系APIアプリケーション例外
public void setImportParam(BapiController bapiController)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException,
SAPAccountingAppException
bapiController - BapiController
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
SAPAccountingAppException - 会計系APIアプリケーション例外
public void setImpCostcenterList(BapiController bapiController)
throws SAPGeneralSystemException,
SAPGeneralAppException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外
SAPGeneralAppException - 汎用アプリケーション例外
public void setImpExtensionIn(BapiController bapiController)
throws SAPGeneralSystemException,
SAPGeneralAppException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外
SAPGeneralAppException - 汎用アプリケーション例外
public void setImpExtensionOut(BapiController bapiController)
throws SAPGeneralSystemException,
SAPGeneralAppException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外
SAPGeneralAppException - 汎用アプリケーション例外
public void setExpExtensionIn(BapiController bapiController)
throws SAPGeneralSystemException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外
public void setExpExtensionOut(BapiController bapiController)
throws SAPGeneralSystemException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外public void setCostCenterList(List<CostCenter> costCenterList)
CostCenterインスタンスの配列)を設定します。
costCenterList - 原価センタ一覧CostCenterpublic List<CostCenter> getCostCenterList()
CostCenterインスタンスの配列)を取得します。
CostCenterpublic void setExtensionInList(List<ExtensionIn> extensionInList2)
extensionInList2 - EXTENSIONIN一覧public List<ExtensionIn> getExtensionInList()
public void setExtensionOutList(List<ExtensionOut> extensionOutList2)
extensionOutList2 - EXTENSIONOUT一覧public List<ExtensionOut> getExtensionOutList()
public String getBusinessAreaFrom()
public void setBusinessAreaFrom(String businessAreaFrom)
businessAreaFrom - 事業領域public String getBusinessAreaTo()
public void setBusinessAreaTo(String businessAreaTo)
businessAreaTo - 事業領域public String getCompanycodeFrom()
public void setCompanycodeFrom(String companycodeFrom)
companycodeFrom - 会社コード(開始値)public String getCompanycodeTo()
public void setCompanycodeTo(String companycodeTo)
companycodeTo - 会社コード(終了値)public String getControllingarea()
public void setControllingarea(String controllingarea)
controllingarea - 管理領域public String getCostcenterFrom()
public void setCostcenterFrom(String costcenterFrom)
costcenterFrom - 原価センタ(開始値)public String getCostcenterTo()
public void setCostcenterTo(String costcenterTo)
costcenterTo - 原価センタ(終了値)public String getCostcentergroup()
public void setCostcentergroup(String costcentergroup)
costcentergroup - 原価センタグループpublic String getDateFrom()
public void setDateFrom(String dateFrom)
dateFrom - 有効期間:開始public String getDateTo()
public void setDateTo(String dateTo)
dateTo - 有効期間:終了public String getMasterDataInactive()
public void setMasterDataInactive(String masterDataInactive)
masterDataInactive - マスタレコードの無効化public String getPersonInChargeFrom()
public void setPersonInChargeFrom(String personInChargeFrom)
personInChargeFrom - 責任者(開始値)public String getPersonInChargeTo()
public void setPersonInChargeTo(String personInChargeTo)
personInChargeTo - 責任者(終了値)public String getPersonInChargeUserFrom()
public void setPersonInChargeUserFrom(String personInChargeUserFrom)
personInChargeUserFrom - 担当ユーザ(開始値)public String getPersonInChargeUserTo()
public void setPersonInChargeUserTo(String personInChargeUserTo)
personInChargeUserTo - 担当ユーザ(終了値)public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||