|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.accounting.CostCenterController
public class CostCenterController
原価センタコントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
CostCenterController()
CostCenterListのコンストラクタを呼び出し原価センタ一覧を作成します。 |
|
CostCenterController(SapClient sapClient)
CostCenterListのコンストラクタを呼び出し原価センタ一覧を作成します。 |
|
CostCenterController(String controllingArea)
CostCenterListのコンストラクタを呼び出し原価センタ一覧を作成します。 |
|
CostCenterController(String controllingArea,
Date date)
CostCenterListのコンストラクタを呼び出し原価センタ一覧を作成します。 |
|
CostCenterController(String controllingArea,
Date date,
SapClient sapClient)
CostCenterListのコンストラクタを呼び出し原価センタ一覧を作成します。 |
|
CostCenterController(String controllingArea,
SapClient sapClient)
CostCenterListのコンストラクタを呼び出し原価センタ一覧を作成します。 |
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
BapiControllerにより原価センタ一覧を作成します。 |
String |
getBusinessAreaFrom()
事業領域を取得します。 |
String |
getBusinessAreaTo()
事業領域を取得します。 |
String |
getCompanycodeFrom()
会社コード(開始値)を取得します。 |
String |
getCompanycodeTo()
会社コード(終了値)を取得します。 |
String |
getControllingarea()
管理領域を取得します。 |
CostCenter |
getCostCenter(int index)
BAPI パラメータ の参照構造オブジェクトが既に 存在するかチェックします。 |
String |
getCostcenterFrom()
原価センタ(開始値)を取得します。 |
String |
getCostcentergroup()
原価センタグループを取得します。 |
List<CostCenter> |
getCostCenterList()
原価センタ一覧( CostCenterインスタンスの配列)を取得します。 |
String |
getCostcenterTo()
原価センタ(終了値)を取得します。 |
CostCenterList |
getCostCentList()
原価センタ一覧を取得します。 |
String |
getDateFrom()
有効期間:開始を取得します。 |
String |
getDateTo()
有効期間:終了を取得します。 |
String |
getDescript(String costCenter)
原価センタを指定してテキストを取得します。 |
ExtensionIn |
getExtensionIn(int index)
BAPI パラメータ EXTENSIONIN の参照構造オブジェクトが既に 存在するかチェックします。 |
List<ExtensionIn> |
getExtensionInList()
EXTENSIONIN一覧を取得します。 |
ExtensionOut |
getExtensionOut(int index)
BAPI パラメータ EXTENSIONOUT の参照構造オブジェクトが既に 存在するかチェックします。 |
List<ExtensionOut> |
getExtensionOutList()
EXTENSIONOUT一覧を取得します。 |
String |
getMasterDataInactive()
マスタレコードの無効化を取得します。 |
String |
getName(String costCenter)
原価センタを指定して一般名称を取得します。 |
String |
getPersonInChargeFrom()
責任者(開始値)を取得します。 |
String |
getPersonInChargeTo()
責任者(終了値)を取得します。 |
String |
getPersonInChargeUserFrom()
担当ユーザ(開始値)を取得します。 |
String |
getPersonInChargeUserTo()
担当ユーザ(終了値)を取得します。 |
void |
setBusinessAreaFrom(String businessAreaFrom)
事業領域を設定します。 |
void |
setBusinessAreaTo(String businessAreaTo)
事業領域を設定します。 |
void |
setCompanycodeFrom(String companycodeFrom)
会社コード(開始値)を設定します。 |
void |
setCompanycodeTo(String companycodeTo)
会社コード(終了値)を設定します。 |
void |
setControllingarea(String controllingarea)
管理領域を設定します。 |
void |
setCostcenterFrom(String costcenterFrom)
原価センタ(開始値)を設定します。 |
void |
setCostcentergroup(String costcentergroup)
原価センタグループを設定します。 |
void |
setCostcenterTo(String costcenterTo)
原価センタ(終了値)を設定します。 |
void |
setCostCentList(CostCenterList costCentList)
原価センタ一覧を設定します。 |
void |
setDateFrom(String dateFrom)
有効期間:開始を設定します。 |
void |
setDateTo(String dateTo)
有効期間:終了を設定します。 |
void |
setExtensionInList(List<ExtensionIn> extensionInList)
EXTENSIONIN一覧を設定します。 |
void |
setExtensionOutList(List<ExtensionOut> extensionOutList)
EXTENSIONOUT一覧を設定します。 |
void |
setMasterDataInactive(String masterDataInactive)
マスタレコードの無効化を設定します。 |
void |
setPersonInChargeFrom(String personInChargeFrom)
責任者(開始値)を設定します。 |
void |
setPersonInChargeTo(String personInChargeTo)
責任者(終了値)を設定します。 |
void |
setPersonInChargeUserFrom(String personInChargeUserFrom)
担当ユーザ(開始値)を設定します。 |
void |
setPersonInChargeUserTo(String personInChargeUserTo)
担当ユーザ(終了値)を設定します。 |
void |
setTblParam(String paramTable,
String paramName,
String value,
int index)
テーブル型の項目に値をセットします。 |
String |
toString()
デバッグ用のメソッドです。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public CostCenterController()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public CostCenterController(SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException
SapClientを使用することで、SapClientにて指定した
SAPアプリケーションサーバ接続が可能となります。
sapClient - SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
public CostCenterController(String controllingArea)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException,
SAPAccountingAppException
controllingArea - 管理領域
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
SAPAccountingAppException - 会計系APIアプリケーション例外
public CostCenterController(String controllingArea,
Date date)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException,
SAPAccountingAppException
controllingArea - 管理領域date - 有効期間: 開始
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
SAPAccountingAppException - 会計系APIアプリケーション例外
public CostCenterController(String controllingArea,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException,
SAPAccountingAppException
SapClientを使用することで、SapClientにて指定した
SAPアプリケーションサーバ接続が可能となります。
controllingArea - 管理領域sapClient - SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
SAPAccountingAppException - 会計系APIアプリケーション例外
public CostCenterController(String controllingArea,
Date date,
SapClient sapClient)
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingSystemException,
SAPAccountingAppException
SapClientを使用することで、SapClientにて指定した
SAPアプリケーションサーバ接続が可能となります。
controllingArea - 管理領域date - 有効期間: 開始sapClient - SAPへの接続情報が格納されたオブジェクト
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPAccountingSystemException - 会計業務システム例外
SAPAccountingAppException - 会計系APIアプリケーション例外| メソッドの詳細 |
|---|
public void executeBapi()
throws SAPAccountingSystemException,
SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPAccountingAppException
SAPGeneralSystemException - 汎用システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPAuthAppException - 認証系アプリケーション例外
SAPAccountingSystemException - 会計系APIシステム例外
SAPAccountingAppException - 会計系APIアプリケーション例外public List<CostCenter> getCostCenterList()
CostCenterインスタンスの配列)を取得します。
CostCenter
public String getName(String costCenter)
throws SAPAccountingSystemException
costCenter - 原価センタ
SAPAccountingSystemException - 会計業務システム例外
public String getDescript(String costCenter)
throws SAPAccountingSystemException
costCenter - 原価センタ
SAPAccountingSystemException - 会計業務システム例外
public void setTblParam(String paramTable,
String paramName,
String value,
int index)
throws SAPAccountingSystemException
paramTable - テーブル名paramName - パラメータ名value - セットする値index - レコード番号
SAPAccountingSystemException - 会計業務システム例外public CostCenter getCostCenter(int index)
index - レコード番号
public ExtensionIn getExtensionIn(int index)
index - レコード番号
public ExtensionOut getExtensionOut(int index)
index - レコード番号
public void setCostCentList(CostCenterList costCentList)
costCentList - 原価センタ一覧public CostCenterList getCostCentList()
public void setExtensionInList(List<ExtensionIn> extensionInList)
extensionInList - EXTENSIONIN一覧public List<ExtensionIn> getExtensionInList()
public void setExtensionOutList(List<ExtensionOut> extensionOutList)
extensionOutList - EXTENSIONOUT一覧public List<ExtensionOut> getExtensionOutList()
public String getBusinessAreaFrom()
public void setBusinessAreaFrom(String businessAreaFrom)
businessAreaFrom - 事業領域public String getBusinessAreaTo()
public void setBusinessAreaTo(String businessAreaTo)
businessAreaTo - 事業領域public String getCompanycodeFrom()
public void setCompanycodeFrom(String companycodeFrom)
companycodeFrom - 会社コード(開始値)public String getCompanycodeTo()
public void setCompanycodeTo(String companycodeTo)
companycodeTo - 会社コード(終了値)public String getControllingarea()
public void setControllingarea(String controllingarea)
controllingarea - 管理領域public String getCostcenterFrom()
public void setCostcenterFrom(String costcenterFrom)
costcenterFrom - 原価センタ(開始値)public String getCostcenterTo()
public void setCostcenterTo(String costcenterTo)
costcenterTo - 原価センタ(終了値)public String getCostcentergroup()
public void setCostcentergroup(String costcentergroup)
costcentergroup - 原価センタグループpublic String getDateFrom()
public void setDateFrom(String dateFrom)
dateFrom - 有効期間:開始public String getDateTo()
public void setDateTo(String dateTo)
dateTo - 有効期間:終了public String getMasterDataInactive()
public void setMasterDataInactive(String masterDataInactive)
masterDataInactive - マスタレコードの無効化public String getPersonInChargeFrom()
public void setPersonInChargeFrom(String personInChargeFrom)
personInChargeFrom - 責任者(開始値)public String getPersonInChargeTo()
public void setPersonInChargeTo(String personInChargeTo)
personInChargeTo - 責任者(終了値)public String getPersonInChargeUserFrom()
public void setPersonInChargeUserFrom(String personInChargeUserFrom)
personInChargeUserFrom - 担当ユーザ(開始値)public String getPersonInChargeUserTo()
public void setPersonInChargeUserTo(String personInChargeUserTo)
personInChargeUserTo - 担当ユーザ(終了値)public String toString()
Object 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||