|
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.financial.CommonCenterGrpGetDetail
public class CommonCenterGrpGetDetail
原価・利益センタグループ情報取得共通クラス
機能は以下の通り
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承されたフィールド |
|---|
bapiReturnErrMessage, bapiReturnMessage, sapClient |
| コンストラクタの概要 | |
|---|---|
CommonCenterGrpGetDetail(SapClient sapClient)
センタグループ情報を作成 |
|
CommonCenterGrpGetDetail(String controllingarea,
String groupname,
SapClient sapClient)
|
|
CommonCenterGrpGetDetail(String controllingarea,
String groupname,
String langu,
String languIso,
SapClient sapClient)
|
|
| メソッドの概要 | |
|---|---|
String |
getControllingarea()
管理領域を取得します。 |
String |
getGroupname()
グループ名を取得します。 |
List<HierarchyNodes> |
getHierarchyNodesList()
階層ノード一覧( HierarchyNodesインスタンスの配列)を取得します。 |
List<HierarchyValues> |
getHierarchyValuesList()
階層値一覧( HierarchyValuesインスタンスの配列)を取得します。 |
Language |
getLanguage()
Language in which Texts are Read(言語情報)を取得します。 |
void |
setControllingarea(String strControllingarea)
管理領域を設定します。 |
void |
setExportParam(BapiController bapiController)
センタグループ情報ををセットします。 |
void |
setGroupname(String strGroupname)
グループ名を設定します。 |
void |
setHierarchyNodesList(List<HierarchyNodes> hierarchyNodesList)
階層ノード一覧( HierarchyNodesインスタンスの配列)を設定します。 |
void |
setHierarchyValuesList(List<HierarchyValues> hierarchyValuesList)
階層値一覧( HierarchyValuesインスタンスの配列)を設定します。 |
void |
setImportParam(BapiController bapiController)
センタグループを検索する条件ををセットします。 |
void |
setLanguage(Language language)
Language in which Texts are Read(言語情報)を設定します。 |
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 CommonCenterGrpGetDetail(SapClient sapClient)
sapClient - SapClient SAPへの接続情報を格納しているオブジェクト
public CommonCenterGrpGetDetail(String controllingarea,
String groupname,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
controllingarea - 管理領域groupname - グループ名sapClient - SapClient SAPへの接続情報を格納しているオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外
public CommonCenterGrpGetDetail(String controllingarea,
String groupname,
String langu,
String languIso,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
controllingarea - 管理領域groupname - グループ名langu - 言語キーlanguIso - ISO639準拠の言語sapClient - SapClient SAPへの接続情報を格納しているオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外| メソッドの詳細 |
|---|
public void setImportParam(BapiController bapiController)
throws SAPGeneralSystemException,
SAPGeneralAppException,
SAPFinancialSystemException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPFinancialSystemException - 会計系APIシステム例外
public void setExportParam(BapiController bapiController)
throws SAPGeneralSystemException
bapiController - BapiController
SAPGeneralSystemException - 汎用システム例外public void setControllingarea(String strControllingarea)
strControllingarea - 管理領域public void setGroupname(String strGroupname)
strGroupname - グループ名public void setLanguage(Language language)
language - Language in which Texts are Read(言語情報)public String getControllingarea()
public String getGroupname()
public Language getLanguage()
public void setHierarchyNodesList(List<HierarchyNodes> hierarchyNodesList)
HierarchyNodesインスタンスの配列)を設定します。
hierarchyNodesList - 階層ノード一覧HierarchyNodespublic void setHierarchyValuesList(List<HierarchyValues> hierarchyValuesList)
HierarchyValuesインスタンスの配列)を設定します。
hierarchyValuesList - 階層値一覧HierarchyValuespublic List<HierarchyNodes> getHierarchyNodesList()
HierarchyNodesインスタンスの配列)を取得します。
HierarchyNodespublic List<HierarchyValues> getHierarchyValuesList()
HierarchyValuesインスタンスの配列)を取得します。
HierarchyValuespublic String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||