|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.financial.CostCenterGroupGetDetailController
public class CostCenterGroupGetDetailController
原価センタグループコントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
CostCenterGroupGetDetailController()
CostCenterGroupGetDetailControllerのコンストラクタを生成します。 |
|
CostCenterGroupGetDetailController(SapClient sapClient)
CostCenterGroupGetDetailControllerのコンストラクタを生成します。 |
|
CostCenterGroupGetDetailController(String controllingarea,
String groupname)
|
|
CostCenterGroupGetDetailController(String controllingarea,
String groupname,
SapClient sapClient)
|
|
CostCenterGroupGetDetailController(String controllingarea,
String groupname,
String langu,
String languIso)
|
|
CostCenterGroupGetDetailController(String controllingarea,
String groupname,
String langu,
String languIso,
SapClient sapClient)
|
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
CostCenterGroupGetDetailのexecuteBapi()を呼び出し原価センタグループを取得します。 |
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 |
setGroupname(String strGroupname)
グループ名を設定します。 |
void |
setHierarchyNodesList(List<HierarchyNodes> hierarchyNodesList)
階層ノード一覧( HierarchyNodesインスタンスの配列)を設定します。 |
void |
setHierarchyValuesList(List<HierarchyValues> hierarchyValuesList)
階層値一覧( HierarchyValuesインスタンスの配列)を設定します。 |
void |
setLanguage(Language language)
Language in which Texts are Read(言語情報)を設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public CostCenterGroupGetDetailController(String controllingarea,
String groupname)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
controllingarea - 管理領域groupname - グループ名
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外
public CostCenterGroupGetDetailController(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 CostCenterGroupGetDetailController(String controllingarea,
String groupname,
String langu,
String languIso)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
controllingarea - 管理領域groupname - グループ名langu - 言語キーlanguIso - ISO639準拠の言語
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外
public CostCenterGroupGetDetailController(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 CostCenterGroupGetDetailController()
public CostCenterGroupGetDetailController(SapClient sapClient)
sapClient - SapClient SAPへの接続情報を格納したオブジェクト| メソッドの詳細 |
|---|
public void executeBapi()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外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インスタンスの配列)を取得します。
HierarchyValues
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||