|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.accounting.ProfitCenterController
public class ProfitCenterController
利益センタコントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
ProfitCenterController(String controllingArea)
ProfitCenterListのコンストラクタを呼び出し利益センタ一覧を作成します。 |
|
ProfitCenterController(String controllingArea,
Date date)
ProfitCenterListのコンストラクタを呼び出し利益センタ一覧を作成します。 |
|
ProfitCenterController(String controllingArea,
Date date,
SapClient sapClient)
ProfitCenterListのコンストラクタを呼び出し利益センタ一覧を作成します。 |
|
ProfitCenterController(String controllingArea,
SapClient sapClient)
ProfitCenterListのコンストラクタを呼び出し利益センタ一覧を作成します。 |
|
ProfitCenterController(String controllingArea,
String personincharge,
String inChargeUser,
Date date)
ProfitCenterListのコンストラクタを呼び出し利益センタ一覧を作成します。 |
|
ProfitCenterController(String controllingArea,
String personincharge,
String inChargeUser,
Date date,
SapClient sapClient)
ProfitCenterListのコンストラクタを呼び出し利益センタ一覧を作成します。 |
|
| メソッドの概要 | |
|---|---|
String |
getInCharge(String profitCtr)
利益センタを指定して利益センタ責任者を取得します。 |
String |
getInChargeUser(String profitCtr)
利益センタを指定して利益センタに責任のあるユーザを取得します。 |
String |
getPctrName(String profitCtr)
利益センタを指定して一般名称を取得します。 |
List<ProfitCenter> |
getProfitCenterList()
利益センタ一覧( ProfitCenterインスタンスの配列)を取得します。 |
ProfitCenterList |
getProfitCentList()
利益センタ一覧を取得します。 |
String |
getValidTo(String profitCtr)
利益センタを指定して有効終了日を取得します。 |
void |
setProfitCentList(ProfitCenterList profitCentList)
利益センタ一覧を設定します。 |
String |
toString()
デバッグ用のメソッドです。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ProfitCenterController(String controllingArea)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
controllingArea - 管理領域
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public ProfitCenterController(String controllingArea,
Date date)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
controllingArea - 管理領域date - 日付
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public ProfitCenterController(String controllingArea,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
SapClientを使用することで、SapClientにて指定した
SAPアプリケーションサーバ接続が可能となります。
controllingArea - 管理領域sapClient - sapClient SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public ProfitCenterController(String controllingArea,
Date date,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
SapClientを使用することで、SapClientにて指定した
SAPアプリケーションサーバ接続が可能となります。
controllingArea - 管理領域date - 日付sapClient - sapClient SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public ProfitCenterController(String controllingArea,
String personincharge,
String inChargeUser,
Date date)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
controllingArea - 管理領域personincharge - 利益センタ責任者inChargeUser - 利益センタに責任のあるユーザdate - 日付
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public ProfitCenterController(String controllingArea,
String personincharge,
String inChargeUser,
Date date,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
controllingArea - 管理領域personincharge - 利益センタ責任者inChargeUser - 利益センタに責任のあるユーザdate - 日付sapClient - SapClient SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外| メソッドの詳細 |
|---|
public List<ProfitCenter> getProfitCenterList()
ProfitCenterインスタンスの配列)を取得します。
ProfitCenter
public String getValidTo(String profitCtr)
throws SAPAccountingSystemException
profitCtr - 利益センタ
SAPAccountingSystemException - 会計業務システム例外
public String getPctrName(String profitCtr)
throws SAPAccountingSystemException
profitCtr - 利益センタ
SAPAccountingSystemException - 会計業務システム例外
public String getInCharge(String profitCtr)
throws SAPAccountingSystemException
profitCtr - 利益センタ
SAPAccountingSystemException - 会計業務システム例外
public String getInChargeUser(String profitCtr)
throws SAPAccountingSystemException
profitCtr - 利益センタ
SAPAccountingSystemException - 会計業務システム例外public void setProfitCentList(ProfitCenterList profitCentList)
profitCentList - 利益センタ一覧public ProfitCenterList getProfitCentList()
public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||