|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.accounting.ControllingAreaController
public class ControllingAreaController
管理領域コントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public ControllingAreaController()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public ControllingAreaController(SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
SapClientを使用することで、SapClientにて指定した
SAPアプリケーションサーバ接続が可能となります。
sapClient - sapClient SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外| メソッドの詳細 |
|---|
public List<ControllingArea> getControllingAreaList()
ControllingAreaインスタンスの配列)を取得します。
ControllingArea
public String getName(String coArea)
throws SAPAccountingSystemException
coArea - 管理領域
SAPAccountingSystemException - 会計業務システム例外public void setControllAreaList(ControllingAreaList controllAreaList)
controllAreaList - 管理領域一覧public ControllingAreaList getControllAreaList()
public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||