|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.financial.ProfitCenterGrpGetDetailController
public class ProfitCenterGrpGetDetailController
利益センタグループコントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
ProfitCenterGrpGetDetailController()
ProfitCenterGrpGetDetailControllerのコンストラクタを生成します。 |
|
ProfitCenterGrpGetDetailController(SapClient sapClient)
ProfitCenterGrpGetDetailControllerのコンストラクタを生成します。 |
|
ProfitCenterGrpGetDetailController(String controllingarea,
String groupname)
|
|
ProfitCenterGrpGetDetailController(String controllingarea,
String groupname,
SapClient sapClient)
|
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
ProfitCenterGrpGetDetailのexecuteBapi()を呼び出し利益センタグループを取得します。 |
String |
getControllingarea()
管理領域を取得します。 |
String |
getGroupname()
グループ名を取得します。 |
List<HierarchyNodes> |
getHierarchyNodesList()
階層ノード一覧を取得します。 |
List<HierarchyValues> |
getHierarchyValuesList()
階層値一覧を取得します。 |
void |
setControllingarea(String strControllingarea)
管理領域を設定します。 |
void |
setGroupname(String strGroupname)
グループ名を設定します。 |
void |
setHierarchyNodesList(List<HierarchyNodes> hierarchyNodesList)
階層ノード一覧を設定します。 |
void |
setHierarchyValuesList(List<HierarchyValues> hierarchyValuesList)
階層値一覧を設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ProfitCenterGrpGetDetailController(String controllingarea,
String groupname)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
controllingarea - 管理領域groupname - グループ名
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外
public ProfitCenterGrpGetDetailController(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 ProfitCenterGrpGetDetailController()
public ProfitCenterGrpGetDetailController(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 String getControllingarea()
public String getGroupname()
public void setHierarchyNodesList(List<HierarchyNodes> hierarchyNodesList)
hierarchyNodesList - 階層ノード一覧public void setHierarchyValuesList(List<HierarchyValues> hierarchyValuesList)
hierarchyValuesList - 階層値一覧public List<HierarchyNodes> getHierarchyNodesList()
public List<HierarchyValues> getHierarchyValuesList()
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||