intra-mart 6.1.14

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

java.lang.Object
  拡張jp.co.intra_mart.foundation.sap.module.AbstractController
      拡張jp.co.intra_mart.foundation.sap.module.ReferenceController
          拡張jp.co.intra_mart.foundation.sap.module.financial.CommonCenterGrpGetDetail
すべての実装インタフェース:
Serializable
直系の既知のサブクラス:
CostCenterGroupGetDetail, ProfitCenterGrpGetDetail

public class CommonCenterGrpGetDetail
extends ReferenceController
implements Serializable

原価・利益センタグループ情報取得共通クラス
機能は以下の通り

関連項目:
直列化された形式

フィールドの概要
 
クラス jp.co.intra_mart.foundation.sap.module.AbstractController から継承したフィールド
bapiReturnErrMessage, bapiReturnMessage, sapClient
 
コンストラクタの概要
CommonCenterGrpGetDetail(SapClient sapClient)
          センタグループ情報を作成
CommonCenterGrpGetDetail(String controllingarea, String groupname, SapClient sapClient)
           
 
メソッドの概要
 String getControllingarea()
          管理領域を取得します。
 String getGroupname()
          グループ名を取得します。
 ArrayList getHierarchyNodesList()
          階層ノード一覧を取得します。
 ArrayList getHierarchyValuesList()
          階層値一覧を取得します。
 void setControllingarea(String strControllingarea)
          管理領域を設定します。
 void setExportParam(BapiController bapiController)
          センタグループ情報ををセットします。
 void setGroupname(String strGroupname)
          グループ名を設定します。
 void setHierarchyNodesList(ArrayList hierarchyNodesList)
          階層ノード一覧を設定します。
 void setHierarchyValuesList(ArrayList hierarchyValuesList)
          階層値一覧を設定します。
 void setImportParam(BapiController bapiController)
          センタグループを検索する条件ををセットします。
 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
 

コンストラクタの詳細

CommonCenterGrpGetDetail

public CommonCenterGrpGetDetail(SapClient sapClient)
センタグループ情報を作成

パラメータ:
sapClient - SapClient SAPへの接続情報を格納しているオブジェクト

CommonCenterGrpGetDetail

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 - 会計業務システム例外
メソッドの詳細

setImportParam

public void setImportParam(BapiController bapiController)
                    throws SAPGeneralSystemException,
                           SAPGeneralAppException,
                           SAPFinancialSystemException
センタグループを検索する条件ををセットします。

パラメータ:
bapiController - BapiController
例外:
SAPGeneralSystemException - 汎用システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPFinancialSystemException - 会計系APIシステム例外

setExportParam

public void setExportParam(BapiController bapiController)
                    throws SAPGeneralSystemException
センタグループ情報ををセットします。

パラメータ:
bapiController - BapiController
例外:
SAPGeneralSystemException - 汎用システム例外

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(ArrayList hierarchyNodesList)
階層ノード一覧を設定します。

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

setHierarchyValuesList

public void setHierarchyValuesList(ArrayList hierarchyValuesList)
階層値一覧を設定します。

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

getHierarchyNodesList

public ArrayList getHierarchyNodesList()
階層ノード一覧を取得します。

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

getHierarchyValuesList

public ArrayList getHierarchyValuesList()
階層値一覧を取得します。

戻り値:
hierarchyValuesList 階層値一覧

toString

public String toString()
デバッグ用のメソッドです。

戻り値:
value すべての属性の値

intra-mart 6.1.14

Copyright © 2000-2010 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.