IM-ERP Real Connect

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

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

public class CostCenterGroupGetDetailController
extends Object
implements Serializable

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

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

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

コンストラクタの詳細

CostCenterGroupGetDetailController

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

CostCenterGroupGetDetailController

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

CostCenterGroupGetDetailController

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

CostCenterGroupGetDetailController

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

CostCenterGroupGetDetailController

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


CostCenterGroupGetDetailController

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

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

executeBapi

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

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

setControllingarea

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

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

setGroupname

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

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

setLanguage

public void setLanguage(Language language)
Language in which Texts are Read(言語情報)を設定します。

パラメータ:
language - Language in which Texts are Read(言語情報)

getControllingarea

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

戻り値:
srtControllingarea 管理領域

getGroupname

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

戻り値:
srtGroupname グループ名

getLanguage

public Language getLanguage()
Language in which Texts are Read(言語情報)を取得します。

戻り値:
language Language in which Texts are Read(言語情報)

setHierarchyNodesList

public void setHierarchyNodesList(List<HierarchyNodes> hierarchyNodesList)
階層ノード一覧(HierarchyNodesインスタンスの配列)を設定します。

パラメータ:
hierarchyNodesList - 階層ノード一覧
関連項目:
HierarchyNodes

setHierarchyValuesList

public void setHierarchyValuesList(List<HierarchyValues> hierarchyValuesList)
階層値一覧(HierarchyValuesインスタンスの配列)を設定します。

パラメータ:
hierarchyValuesList - 階層値一覧
関連項目:
HierarchyValues

getHierarchyNodesList

public List<HierarchyNodes> getHierarchyNodesList()
階層ノード一覧(HierarchyNodesインスタンスの配列)を取得します。

戻り値:
hierarchyNodesList 階層ノード一覧
関連項目:
HierarchyNodes

getHierarchyValuesList

public List<HierarchyValues> getHierarchyValuesList()
階層値一覧(HierarchyValuesインスタンスの配列)を取得します。

戻り値:
hierarchyValuesList 階層値一覧
関連項目:
HierarchyValues

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.