intra-mart(R) 6.0.13

jp.co.intra_mart.foundation.sap.module.financial
クラス ProjectGetInfo

java.lang.Object
  拡張jp.co.intra_mart.foundation.sap.module.financial.ProjectGetInfo
すべての実装インタフェース:
Serializable

public class ProjectGetInfo
extends Object
implements Serializable

WBS情報取得クラス
機能は以下の通り

関連項目:
直列化された形式

コンストラクタの概要
ProjectGetInfo()
          WBS情報を作成
 
メソッドの概要
 void executeBapi()
          BapiControllerによりWBSの詳細情報の検索します。
 ArrayList getExpActivityList()
          活動に関する詳細情報を取得します。
 ArrayList getExpMessageList()
          詳細情報を読み込みエラーを取得します。
 ArrayList getExpWbsElementList()
          WBS 要素についての詳細情報を取得します。
 ArrayList getExpWbsHierarchieList()
          WBS 階層についての情報を取得します。
 ArrayList getExpWbsMilestoneList()
          WBS マイルストーンに関する詳細情報を取得します。
 ArrayList getImpWbsElementList()
          詳細情報を必要とする WBS 要素を取得します。
 String getProjectDefinition()
          プロジェクト定義を識別するキーを取得します。
 ProjectDefinition getProjectDefinitionInfo()
          プロジェクトについての詳細情報を取得します。
 String getWithActivities()
          従属活動を取得します。
 String getWithMilestones()
          従属 WBS マイルストーンを取得します。
 String getWithSubtree()
          サブプロジェクトを取得します。
 void setExpActivityList(ArrayList expActivityList)
          活動に関する詳細情報を設定します。
 void setExpMessageList(ArrayList expMessageList)
          詳細情報を読み込みエラーを設定します。
 void setExportParam(BapiController bapiController)
          登録された情報ををセットします。
 void setExpWbsElementList(ArrayList expWbsElementList)
          WBS 要素についての詳細情報を設定します。
 void setExpWbsHierarchieList(ArrayList expWbsHierarchieList)
          WBS 階層についての情報を設定します。
 void setExpWbsMilestoneList(ArrayList expWbsMilestoneList)
          WBS マイルストーンに関する詳細情報を設定します。
 void setImportParam(BapiController bapiController)
          WEBの詳細情報を検索する条件ををセットします。
 void setImpWbsElementList(ArrayList 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)
          サブプロジェクトを設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ProjectGetInfo

public ProjectGetInfo()
WBS情報を作成

メソッドの詳細

executeBapi

public void executeBapi()
                 throws SAPAuthAppException,
                        SAPAuthSystemException,
                        SAPGeneralAppException,
                        SAPGeneralSystemException,
                        SAPFinancialAppException,
                        SAPFinancialSystemException
BapiControllerによりWBSの詳細情報の検索します。

例外:
SAPAuthAppException - 認証系アプリケーション例外
SAPAuthSystemException - 認証系システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外
SAPFinancialAppException - 会計業務アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外

setTblParam

public void setTblParam(String paramTable,
                        String paramName,
                        String value,
                        int index)
                 throws SAPFinancialSystemException
テーブル型の項目に値をセットします。

パラメータ:
paramTable - テーブル名
paramName - 項目名
value - セットする値
index - レコード番号
例外:
SAPFinancialSystemException - 会計業務システム例外

setImportParam

public void setImportParam(BapiController bapiController)
                    throws SAPGeneralSystemException,
                           SAPGeneralAppException,
                           SAPFinancialSystemException
WEBの詳細情報を検索する条件ををセットします。

パラメータ:
bapiController - BapiController
例外:
SAPGeneralSystemException - 汎用システム例外
SAPGeneralAppException - 汎用アプリケーション例外
SAPFinancialSystemException - 会計業務システム例外

setExportParam

public void setExportParam(BapiController bapiController)
                    throws SAPGeneralSystemException,
                           SAPGeneralAppException
登録された情報ををセットします。

パラメータ:
bapiController - BapiController
例外:
SAPGeneralAppException - 汎用アプリケーション例外
SAPGeneralSystemException - 汎用システム例外

setProjectDefinition

public void setProjectDefinition(String strProjectDefinition)
プロジェクト定義を識別するキーを設定します。

パラメータ:
strProjectDefinition - プロジェクト定義を識別するキー

setWithActivities

public void setWithActivities(String strWithActivities)
従属活動を設定します。

パラメータ:
strWithActivities - 従属活動がエクスポートされます

setWithMilestones

public void setWithMilestones(String strWithMilestones)
従属 WBS マイルストーンを設定します。

パラメータ:
strWithMilestones - 従属 WBS マイルストーンがエクスポートされます

setWithSubtree

public void setWithSubtree(String strWithSubtree)
サブプロジェクトを設定します。

パラメータ:
strWithSubtree - サブプロジェクトがエクスポートされます

getProjectDefinition

public String getProjectDefinition()
プロジェクト定義を識別するキーを取得します。

戻り値:
srtProjectDefinition プロジェクト定義を識別するキー

getWithActivities

public String getWithActivities()
従属活動を取得します。

戻り値:
srtWith_Activities 従属活動がエクスポートされます

getWithMilestones

public String getWithMilestones()
従属 WBS マイルストーンを取得します。

戻り値:
srtWithMilestones 従属 WBS マイルストーンがエクスポートされます

getWithSubtree

public String getWithSubtree()
サブプロジェクトを取得します。

戻り値:
srtWithSubtree サブプロジェクトがエクスポートされます

setProjectDefinition

public void setProjectDefinition(ProjectDefinition projectDefinition)
プロジェクトについての詳細情報を設定します。

パラメータ:
projectDefinition - プロジェクトについての詳細情報

setImpWbsElementList

public void setImpWbsElementList(ArrayList impWbsElementList)
詳細情報を必要とする WBS 要素を設定します。

パラメータ:
impWbsElementList - 詳細情報を必要とする WBS 要素

setExpWbsElementList

public void setExpWbsElementList(ArrayList expWbsElementList)
WBS 要素についての詳細情報を設定します。

パラメータ:
expWbsElementList - WBS 要素についての詳細情報

setExpWbsMilestoneList

public void setExpWbsMilestoneList(ArrayList expWbsMilestoneList)
WBS マイルストーンに関する詳細情報を設定します。

パラメータ:
expWbsMilestoneList - WBS マイルストーンに関する詳細情報

setExpWbsHierarchieList

public void setExpWbsHierarchieList(ArrayList expWbsHierarchieList)
WBS 階層についての情報を設定します。

パラメータ:
expWbsHierarchieList - WBS 階層についての情報

setExpActivityList

public void setExpActivityList(ArrayList expActivityList)
活動に関する詳細情報を設定します。

パラメータ:
expActivityList - 活動に関する詳細情報

setExpMessageList

public void setExpMessageList(ArrayList expMessageList)
詳細情報を読み込みエラーを設定します。

パラメータ:
expMessageList - 詳細情報を読み込みエラー

getProjectDefinitionInfo

public ProjectDefinition getProjectDefinitionInfo()
プロジェクトについての詳細情報を取得します。

戻り値:
projectDefinition プロジェクトについての詳細情報

getImpWbsElementList

public ArrayList getImpWbsElementList()
詳細情報を必要とする WBS 要素を取得します。

戻り値:
impWbsElementList 詳細情報を必要とする WBS 要素

getExpWbsElementList

public ArrayList getExpWbsElementList()
WBS 要素についての詳細情報を取得します。

戻り値:
expWbsElementList WBS 要素についての詳細情報

getExpWbsMilestoneList

public ArrayList getExpWbsMilestoneList()
WBS マイルストーンに関する詳細情報を取得します。

戻り値:
expWbsMilestoneList WBS マイルストーンに関する詳細情報

getExpWbsHierarchieList

public ArrayList getExpWbsHierarchieList()
WBS 階層についての情報を取得します。

戻り値:
expWbsHierarchieList WBS 階層についての情報

getExpActivityList

public ArrayList getExpActivityList()
活動に関する詳細情報を取得します。

戻り値:
expActivityList 活動に関する詳細情報

getExpMessageList

public ArrayList getExpMessageList()
詳細情報を読み込みエラーを取得します。

戻り値:
expMessageList 詳細情報を読み込みエラー

toString

public String toString()
デバッグ用のメソッドです。

戻り値:
value すべての属性の値

intra-mart(R) 6.0.13

Copyright © 2000-2009 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.