IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.module.accounting
クラス ControllingAreaController

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

public class ControllingAreaController
extends Object
implements Serializable

管理領域コントローラクラス
機能は以下の通り

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

コンストラクタの概要
ControllingAreaController()
          ControllingAreaListのコンストラクタを呼び出し管理領域一覧を作成します。
ControllingAreaController(SapClient sapClient)
          ControllingAreaListのコンストラクタを呼び出し管理領域一覧を作成します。
 
メソッドの概要
 ControllingAreaList getControllAreaList()
          管理領域一覧を取得します。
 List<ControllingArea> getControllingAreaList()
          管理領域一覧(ControllingAreaインスタンスの配列)を取得します。
 String getName(String coArea)
          管理領域を指定して管理領域名を取得します。
 void setControllAreaList(ControllingAreaList controllAreaList)
          管理領域一覧を設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ControllingAreaController

public ControllingAreaController()
                          throws SAPAuthAppException,
                                 SAPAuthSystemException,
                                 SAPGeneralAppException,
                                 SAPGeneralSystemException,
                                 SAPAccountingSystemException
ControllingAreaListのコンストラクタを呼び出し管理領域一覧を作成します。

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

ControllingAreaController

public ControllingAreaController(SapClient sapClient)
                          throws SAPAuthAppException,
                                 SAPAuthSystemException,
                                 SAPGeneralAppException,
                                 SAPGeneralSystemException,
                                 SAPAccountingSystemException
ControllingAreaListのコンストラクタを呼び出し管理領域一覧を作成します。
SapClientを使用することで、SapClientにて指定した SAPアプリケーションサーバ接続が可能となります。

パラメータ:
sapClient - sapClient SAPへの接続情報が格納されたオブジェクト
例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
メソッドの詳細

getControllingAreaList

public List<ControllingArea> getControllingAreaList()
管理領域一覧(ControllingAreaインスタンスの配列)を取得します。

戻り値:
管理領域一覧
関連項目:
ControllingArea

getName

public String getName(String coArea)
               throws SAPAccountingSystemException
管理領域を指定して管理領域名を取得します。

パラメータ:
coArea - 管理領域
戻り値:
name 管理領域名
例外:
SAPAccountingSystemException - 会計業務システム例外

setControllAreaList

public void setControllAreaList(ControllingAreaList controllAreaList)
管理領域一覧を設定します。

パラメータ:
controllAreaList - 管理領域一覧

getControllAreaList

public ControllingAreaList getControllAreaList()
管理領域一覧を取得します。

戻り値:
controllAreaList

toString

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

オーバーライド:
クラス Object 内の toString
戻り値:
value すべての属性の値

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.