|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.financial.ProjectGetInfoController
public class ProjectGetInfoController
WBSの詳細コントローラクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
ProjectGetInfoController()
ProjectGetInfoControllerのコンストラクタを生成します。 |
|
ProjectGetInfoController(SapClient sapClient)
ProjectGetInfoControllerのコンストラクタを生成します。 |
|
| メソッドの概要 | |
|---|---|
void |
executeBapi()
ProjectGetInfoのexecuteBapi()を呼び出しWBSの詳細を取得します。 |
List<ExpActivity> |
getExpActivityList()
活動に関する詳細情報を取得します。 |
List<ExpMessage> |
getExpMessageList()
詳細情報を読み込みエラーを取得します。 |
List<ExpWbsElement> |
getExpWbsElementList()
WBS 要素についての詳細情報を取得します。 |
List<ExpWbsHierarchie> |
getExpWbsHierarchieList()
WBS 階層についての情報を取得します。 |
List<ExpWbsMilestone> |
getExpWbsMilestoneList()
WBS マイルストーンに関する詳細情報を取得します。 |
List<ImpWbsElement> |
getImpWbsElementList()
詳細情報を必要とする WBS 要素を取得します。 |
String |
getProjectDefinition()
プロジェクト定義を識別するキーを取得します。 |
ProjectDefinition |
getProjectDefinitionInfo()
プロジェクトについての詳細情報を取得します。 |
String |
getWithActivities()
従属活動を取得します。 |
String |
getWithMilestones()
従属 WBS マイルストーンを取得します。 |
String |
getWithSubtree()
サブプロジェクトを取得します。 |
void |
setExpActivityList(List<ExpActivity> expActivityList)
活動に関する詳細情報を設定します。 |
void |
setExpMessageList(List<ExpMessage> expMessageList)
詳細情報を読み込みエラーを設定します。 |
void |
setExpWbsElementList(List<ExpWbsElement> expWbsElementList)
WBS 要素についての詳細情報を設定します。 |
void |
setExpWbsHierarchieList(List<ExpWbsHierarchie> expWbsHierarchieList)
WBS 階層についての情報を設定します。 |
void |
setExpWbsMilestoneList(List<ExpWbsMilestone> expWbsMilestoneList)
WBS マイルストーンに関する詳細情報を設定します。 |
void |
setImpWbsElementList(List<ImpWbsElement> impWbsElementList)
詳細情報を必要とする WBS 要素を設定します。 |
void |
setProjectDefinition(ProjectDefinition projectDefinition)
プロジェクトについての詳細情報を設定します。 |
void |
setProjectDefinition(String strProjectDefinition)
プロジェクト定義を識別するキーを設定します。 |
void |
setTblParam(String paramTable,
String paramName,
String value,
int index)
テーブル型の項目に値をセットします。 |
void |
setWithActivities(String strWithActivities)
従属活動を設定します。 |
void |
setWithMilestones(String strWithMilestones)
従属 WBS マイルストーンを設定します。 |
void |
setWithSubtree(String strWithSubtree)
サブプロジェクトを設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ProjectGetInfoController()
public ProjectGetInfoController(SapClient sapClient)
sapClient - SapClient SAPへの接続情報が格納されたオブジェクト| メソッドの詳細 |
|---|
public void executeBapi()
throws SAPAuthAppException,
SAPAuthSystemException,
SAPGeneralAppException,
SAPGeneralSystemException,
SAPFinancialAppException,
SAPFinancialSystemException
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外
public void setTblParam(String paramTable,
String paramName,
String value,
int index)
throws SAPFinancialSystemException
paramTable - テーブル名paramName - 項目名value - セットする値index - レコード番号
SAPFinancialSystemException - 会計業務システム例外public void setProjectDefinition(String strProjectDefinition)
strProjectDefinition - プロジェクト定義を識別するキーpublic void setWithActivities(String strWithActivities)
strWithActivities - 従属活動がエクスポートされますpublic void setWithMilestones(String strWithMilestones)
strWithMilestones - 従属 WBS マイルストーンがエクスポートされますpublic void setWithSubtree(String strWithSubtree)
strWithSubtree - サブプロジェクトがエクスポートされます
public String getProjectDefinition()
throws SAPFinancialSystemException
SAPFinancialSystemException - 会計業務システム例外
public String getWithActivities()
throws SAPFinancialSystemException
SAPFinancialSystemException - 会計業務システム例外
public String getWithMilestones()
throws SAPFinancialSystemException
SAPFinancialSystemException - 会計業務システム例外
public String getWithSubtree()
throws SAPFinancialSystemException
SAPFinancialSystemException - 会計業務システム例外public void setProjectDefinition(ProjectDefinition projectDefinition)
projectDefinition - プロジェクトについての詳細情報public void setImpWbsElementList(List<ImpWbsElement> impWbsElementList)
impWbsElementList - 詳細情報を必要とする WBS 要素public void setExpWbsElementList(List<ExpWbsElement> expWbsElementList)
expWbsElementList - WBS 要素についての詳細情報public void setExpWbsMilestoneList(List<ExpWbsMilestone> expWbsMilestoneList)
expWbsMilestoneList - WBS マイルストーンに関する詳細情報public void setExpWbsHierarchieList(List<ExpWbsHierarchie> expWbsHierarchieList)
expWbsHierarchieList - WBS 階層についての情報public void setExpActivityList(List<ExpActivity> expActivityList)
expActivityList - 活動に関する詳細情報public void setExpMessageList(List<ExpMessage> expMessageList)
expMessageList - 詳細情報を読み込みエラーpublic ProjectDefinition getProjectDefinitionInfo()
public List<ImpWbsElement> getImpWbsElementList()
public List<ExpWbsElement> getExpWbsElementList()
public List<ExpWbsMilestone> getExpWbsMilestoneList()
public List<ExpWbsHierarchie> getExpWbsHierarchieList()
public List<ExpActivity> getExpActivityList()
public List<ExpMessage> getExpMessageList()
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||