IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.module.financial
クラス ProfitCenterGrpGetDetailController

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.sap.module.financial.ProfitCenterGrpGetDetailController
すべての実装されたインタフェース:
Serializable

public class ProfitCenterGrpGetDetailController
extends Object
implements Serializable

利益センタグループコントローラクラス
機能は以下の通り

バージョン:
8.0
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

ProfitCenterGrpGetDetailController

public ProfitCenterGrpGetDetailController(String controllingarea,
                                          String groupname)
                                   throws SAPAuthAppException,
                                          SAPAuthSystemException,
                                          SAPGeneralAppException,
                                          SAPGeneralSystemException,
                                          SAPFinancialAppException,
                                          SAPFinancialSystemException
パラメータ:
controllingarea - 管理領域
groupname - グループ名
例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外

ProfitCenterGrpGetDetailController

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 - 会計業務システム例外

ProfitCenterGrpGetDetailController

public ProfitCenterGrpGetDetailController()
ProfitCenterGrpGetDetailControllerのコンストラクタを生成します。


ProfitCenterGrpGetDetailController

public ProfitCenterGrpGetDetailController(SapClient sapClient)
ProfitCenterGrpGetDetailControllerのコンストラクタを生成します。

パラメータ:
sapClient - SapClient SAPへの接続情報を格納したオブジェクト
メソッドの詳細

executeBapi

public void executeBapi()
                 throws SAPAuthAppException,
                        SAPAuthSystemException,
                        SAPGeneralAppException,
                        SAPGeneralSystemException,
                        SAPFinancialAppException,
                        SAPFinancialSystemException
ProfitCenterGrpGetDetailのexecuteBapi()を呼び出し利益センタグループを取得します。

例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外

setControllingarea

public void setControllingarea(String strControllingarea)
管理領域を設定します。

パラメータ:
strControllingarea - 管理領域

setGroupname

public void setGroupname(String strGroupname)
グループ名を設定します。

パラメータ:
strGroupname - グループ名

getControllingarea

public String getControllingarea()
管理領域を取得します。

戻り値:
srtControllingarea 管理領域

getGroupname

public String getGroupname()
グループ名を取得します。

戻り値:
srtGroupname グループ名

setHierarchyNodesList

public void setHierarchyNodesList(List<HierarchyNodes> hierarchyNodesList)
階層ノード一覧を設定します。

パラメータ:
hierarchyNodesList - 階層ノード一覧

setHierarchyValuesList

public void setHierarchyValuesList(List<HierarchyValues> hierarchyValuesList)
階層値一覧を設定します。

パラメータ:
hierarchyValuesList - 階層値一覧

getHierarchyNodesList

public List<HierarchyNodes> getHierarchyNodesList()
階層ノード一覧を取得します。

戻り値:
hierarchyNodesList 階層ノード一覧

getHierarchyValuesList

public List<HierarchyValues> getHierarchyValuesList()
階層値一覧を取得します。

戻り値:
hierarchyValuesList 階層値一覧

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.