|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.accounting.BusinessAreaController
public class BusinessAreaController
事業領域コントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
BusinessAreaController()
BusinessAreaListのコンストラクタを呼び出し事業領域一覧を作成します。 |
|
BusinessAreaController(SapClient sapClient)
BusinessAreaListのコンストラクタを呼び出し事業領域一覧を作成します。 |
|
BusinessAreaController(String lang,
String isoLang)
BusinessAreaListのコンストラクタを呼び出し事業領域一覧を作成します。 |
|
BusinessAreaController(String lang,
String isoLang,
SapClient sapClient)
BusinessAreaListのコンストラクタを呼び出し事業領域一覧を作成します。 |
|
| メソッドの概要 | |
|---|---|
String |
getBusArDes(String busArea)
事業領域を指定して事業領域名を取得します。 |
BusinessAreaList |
getBusAreaList()
事業領域一覧を取得します。 |
List<BusinessArea> |
getBusinessAreaList()
事業領域一覧( BusinessAreaインスタンスの配列)を取得します。 |
void |
setBusAreaList(BusinessAreaList busAreaList)
事業領域一覧を設定します。 |
String |
toString()
デバッグ用のメソッドです。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public BusinessAreaController()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public BusinessAreaController(SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
SapClientを使用することで、SapClientにて指定した
SAPアプリケーションサーバ接続が可能となります。
sapClient - sapClient SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public BusinessAreaController(String lang,
String isoLang)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
lang - 言語isoLang - ISO639準拠の言語
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public BusinessAreaController(String lang,
String isoLang,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
SapClientを使用することで、SapClientにて指定した
SAPアプリケーションサーバ接続が可能となります。
lang - 言語isoLang - ISO639準拠の言語sapClient - sapClient SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外| メソッドの詳細 |
|---|
public List<BusinessArea> getBusinessAreaList()
BusinessAreaインスタンスの配列)を取得します。
BusinessArea
public String getBusArDes(String busArea)
throws SAPAccountingSystemException
busArea - 事業領域
SAPAccountingSystemException - 会計業務システム例外public void setBusAreaList(BusinessAreaList busAreaList)
busAreaList - 事業領域一覧public BusinessAreaList getBusAreaList()
public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||