|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.integration.client.BOBase
com.primavera.integration.client.bo.BusinessObject
com.primavera.integration.client.bo.base.EPSBase
com.primavera.integration.client.bo.object.EPS
public class EPS
EPS (Enterprise Project Structure) is the hierarchical structure of projects in the database. It is used to perform top-down budgeting, manage multiple projects, implement coding standards, and maintain security throughout the enterprise.
EPS may be loaded with summarized spreads using the loadWithSummarizedSpreads() methods. The EPS must have been previously summarized using the summarizer job service for summarized spreads to be accessible. After loading, call getEPSSpread() to access the spread data.
Many of the fields exposed in this class are summary fields. To obtain a complete list of these fields, call getSummaryFields(). getMainFields() returns all fields except summary fields.
EPS objects may only be deleted from the database if they and their EPS children have no child projects. To delete an EPS, you must first move or delete all projects that are children of that EPS or of that EPS node's EPS children.
This business object supports user defined fields (UDFs). Use the UDFValue business object to assign UDFs.
See Also: Quick reference of EPS fields
Constructor Summary | |
---|---|
EPS(Session session)
Class constructor specifying the Session. |
|
EPS(Session session,
ObjectId objId)
Class constructor specifying the Session and ObjectId of the object. |
|
EPS(Session session,
com.primavera.infr.db.PrmRowSet rowSet,
int iIndex)
Class constructor called internally after objects are retrieved from the server. |
Method Summary | |
---|---|
ObjectId |
create()
Creates this EPS object in the database. |
static ObjectId[] |
create(Session session,
EPS[] eps)
Creates multiple EPS objects in the database. |
ObjectId |
createEPSBudgetChangeLog(EPSBudgetChangeLog epsbudgetchangelog)
Creates an associated EPSBudgetChangeLog object in the database. |
ObjectId[] |
createEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs)
Creates multiple associated EPSBudgetChangeLog objects in the database. |
ObjectId |
createEPSChild(EPS epschild)
Creates an associated EPS object in the database. |
ObjectId[] |
createEPSChildren(EPS[] epschildren)
Creates multiple associated EPS objects in the database. |
ObjectId |
createEPSFunding(EPSFunding epsfunding)
Creates an associated EPSFunding object in the database. |
ObjectId[] |
createEPSFundings(EPSFunding[] epsfundings)
Creates multiple associated EPSFunding objects in the database. |
ObjectId |
createEPSNote(EPSNote epsnote)
Creates an associated EPSNote object in the database. |
ObjectId[] |
createEPSNotes(EPSNote[] epsnotes)
Creates multiple associated EPSNote objects in the database. |
ObjectId |
createEPSSpendingPlan(EPSSpendingPlan epsspendingplan)
Creates an associated EPSSpendingPlan object in the database. |
ObjectId[] |
createEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans)
Creates multiple associated EPSSpendingPlan objects in the database. |
ObjectId |
createProjectChild(Project projectchild)
Creates an associated Project object in the database. |
ObjectId[] |
createProjectChildren(Project[] projectchildren)
Creates multiple associated Project objects in the database. |
void |
delete()
Deletes this EPS object from the database. |
static void |
delete(Session session,
EPS[] eps)
Deletes multiple EPS objects from the database. |
void |
deleteEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs)
Deletes multiple associated EPSBudgetChangeLog objects from the database. |
void |
deleteEPSFundings(EPSFunding[] epsfundings)
Deletes multiple associated EPSFunding objects from the database. |
void |
deleteEPSNotes(EPSNote[] epsnotes)
Deletes multiple associated EPSNote objects from the database. |
void |
deleteEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans)
Deletes multiple associated EPSSpendingPlan objects from the database. |
static java.lang.String[] |
getAllFields()
Gets all fields for this business object. |
EndDate |
getAnticipatedFinishDate()
Gets the anticipated finish date of the EPS. |
BeginDate |
getAnticipatedStartDate()
Gets the anticipated start date of the EPS. |
java.util.Date |
getCreateDate()
Gets the date this EPS was created. |
java.lang.String |
getCreateUser()
Gets the name of the user that created this EPS. |
Cost |
getCurrentBudget()
Gets the sum of the original budget plus the approved and pending budgets from the budget change log. |
Cost |
getCurrentVariance()
Gets the difference between the current budget and the total spending plan. |
static java.lang.String[] |
getDefaultXMLExportFields()
Gets the fields that are exported by the XML exporter when no fields are specified. |
Cost |
getDistributedCurrentBudget()
Gets the current budget values from one level lower. |
EPSSpread |
getEPSSpread()
Gets the field containing spread data for this EPS. |
static java.lang.String[] |
getFilterableFields()
Gets all fields that can be filtered. |
EndDate |
getFinishDate()
Gets the finish date of the EPS. |
java.lang.String |
getGUID()
Gets the globally unique ID generated by the system. |
java.lang.String |
getId()
Gets the short code assigned to each EPS element for identification. |
Unit |
getIndependentETCLaborUnits()
Gets the user-entered ETC total labor. |
Cost |
getIndependentETCTotalCost()
Gets the user-entered ETC total cost. |
static java.lang.String[] |
getInternalAllFields()
An internal method that should not be called directly by client code. |
static java.util.Set<java.lang.String> |
getInternalAllFieldsSet()
An internal method that should not be called directly by client code. |
static java.lang.String[] |
getInternalDefaultLoadFields()
An internal method that should not be called directly by client code. |
java.util.Date |
getLastSummarizedDate()
Gets the date the project was last summarized. |
java.util.Date |
getLastUpdateDate()
Gets the date this EPS was last updated. |
java.lang.String |
getLastUpdateUser()
Gets the name of the user that last updated this EPS. |
static java.lang.String[] |
getMainFields()
Gets all fields in the main group for this business object. |
static java.lang.String[] |
getMinimumXMLExportFields()
Gets all fields that are always exported at a minimum by the new flat XML exporter |
java.lang.String |
getName()
Gets the name of the EPS element. |
ObjectId |
getObjectId()
Gets the unique ID generated by the system. |
java.lang.String |
getOBSName()
Gets the name of the person/role in the organization, sometimes referred to as the "responsible manager". |
ObjectId |
getOBSObjectId()
Gets the unique ID of the project manager from the project's OBS tree who is responsible for the EPS. |
Cost |
getOriginalBudget()
Gets the original budget for the project. |
ObjectId |
getParentObjectId()
Gets the unique ID of the parent EPS of this EPS in the hierarchy. |
BeginDate |
getPlannedStartDate()
Gets the planned start date of the project. |
ObjectId |
getProjectObjectId()
Gets the internal Project ID of the EPS. |
Cost |
getProposedBudget()
Gets the Proposed Budget, which is the sum of the original budget plus the approved and pending budgets from the budget change log. |
static java.lang.String[] |
getRequiredCreateFields()
Gets all fields that must be set before calling create() on this business object. |
int |
getSequenceNumber()
Gets the sequence number for sorting. |
static java.lang.String[] |
getSpreadFields()
Gets all spread fields that can be specified in the spreadFields parameter of loadWithSummarizedSpread methods for this business object. |
BeginDate |
getStartDate()
Gets the start date of the EPS. |
Cost |
getSummaryAccountingVarianceByCost()
Gets the Planned Value minus the Actual Cost. |
Unit |
getSummaryAccountingVarianceByLaborUnits()
Gets the Planned Value Labor Units minus the Actual Units. |
int |
getSummaryActivityCount()
Gets the number of activities that are currently in progress. |
Duration |
getSummaryActualDuration()
Gets the actual duration. |
Cost |
getSummaryActualExpenseCost()
Gets the actual costs for all project expenses associated with the EPS. |
EndDate |
getSummaryActualFinishDate()
Gets the latest actual finish date of all activities in the EPS. |
Cost |
getSummaryActualLaborCost()
Gets the actual cost for all labor resources assigned to the activity. |
Unit |
getSummaryActualLaborUnits()
Gets the actual labor units. |
Cost |
getSummaryActualMaterialCost()
Gets the actual units for all material resources assigned to the activity. |
Cost |
getSummaryActualNonLaborCost()
Gets the actual units for all nonlabor resources assigned to the activity. |
Unit |
getSummaryActualNonLaborUnits()
Gets the actual nonlabor units. |
BeginDate |
getSummaryActualStartDate()
Gets the earliest actual start date of all activities in the EPS. |
Cost |
getSummaryActualThisPeriodCost()
Gets the actual this period cost (will be labor or nonlabor). |
Cost |
getSummaryActualThisPeriodLaborCost()
Gets the actual this period labor cost. |
Unit |
getSummaryActualThisPeriodLaborUnits()
Gets the actual this period labor units. |
Cost |
getSummaryActualThisPeriodMaterialCost()
Gets the actual this period material cost. |
Cost |
getSummaryActualThisPeriodNonLaborCost()
Gets the actual this period nonlabor cost. |
Unit |
getSummaryActualThisPeriodNonLaborUnits()
Gets the actual this period nonlabor units. |
Cost |
getSummaryActualTotalCost()
Gets the actual labor cost + actual nonlabor cost + actual expense cost as of the project data date. |
Cost |
getSummaryActualValueByCost()
Gets the actual total cost incurred on the activity as of the project data date, computed as Actual Labor Cost + Actual Nonlabor Cost + Actual Material Cost + Actual Expense Cost. |
Unit |
getSummaryActualValueByLaborUnits()
Gets the actual total labor units for the activity as of the project data date (i.e., actual total cost by labor units). |
Duration |
getSummaryAtCompletionDuration()
Gets the duration at completion. |
Cost |
getSummaryAtCompletionExpenseCost()
Gets the sum of the actual plus remaining cost for all project expenses associated with the cost account. |
Cost |
getSummaryAtCompletionLaborCost()
Gets the sum of the actual plus remaining costs for all labor resources assigned to the activity. |
Unit |
getSummaryAtCompletionLaborUnits()
Gets the sum of the actual plus remaining units for all labor resources assigned to the activity. |
Cost |
getSummaryAtCompletionMaterialCost()
Gets the material cost at completion. |
Cost |
getSummaryAtCompletionNonLaborCost()
Gets the nonlabor cost at completion. |
Unit |
getSummaryAtCompletionNonLaborUnits()
Gets the nonlabor units at completion. |
Cost |
getSummaryAtCompletionTotalCost()
Gets the estimated cost at completion for the activity. |
Cost |
getSummaryAtCompletionTotalCostVariance()
Gets the Baseline Planned Total Cost - At Completion Total Cost. |
int |
getSummaryBaselineCompletedActivityCount()
Gets the number of completed activities in the baseline. |
Duration |
getSummaryBaselineDuration()
Gets the planned duration for the activity in the primary baseline. |
Cost |
getSummaryBaselineExpenseCost()
Gets the planned cost for all project expenses associated with the activity in the primary baseline. |
EndDate |
getSummaryBaselineFinishDate()
Gets the current latest finish date of all activities in the EPS for the current baseline. |
int |
getSummaryBaselineInProgressActivityCount()
Gets the number of activities that should be currently in progress, according to the primary baseline. |
Cost |
getSummaryBaselineLaborCost()
Gets the planned cost for all labor resources assigned to the activity in the primary baseline. |
Unit |
getSummaryBaselineLaborUnits()
Gets the planned units for all labor resources assigned to the activity in the primary baseline. |
Cost |
getSummaryBaselineMaterialCost()
Gets the planned cost for all material resources assigned to the activity in the primary baseline. |
Cost |
getSummaryBaselineNonLaborCost()
Gets the planned cost for all nonlabor resources assigned to the activity in the primary baseline. |
Unit |
getSummaryBaselineNonLaborUnits()
Gets the planned units for all nonlabor resources assigned to the activity in the primary baseline. |
int |
getSummaryBaselineNotStartedActivityCount()
Gets the number of activities not started in the baseline. |
BeginDate |
getSummaryBaselineStartDate()
Gets the current earliest start date of all activities in the EPS for the current baseline. |
Cost |
getSummaryBaselineTotalCost()
Gets the Planned Total Cost for the activity in the primary baseline, including labor resources, nonlabor resources, and project expenses. |
Cost |
getSummaryBudgetAtCompletionByCost()
Gets the Planned Total Cost through activity completion. |
Unit |
getSummaryBudgetAtCompletionByLaborUnits()
Gets the Baseline Labor Units. |
int |
getSummaryCompletedActivityCount()
Gets the number of activities that have an Actual Finish in the EPS. |
Percent |
getSummaryCostPercentComplete()
Gets the percent complete of costs for the resource assignments in the EPS. |
Percent |
getSummaryCostPercentOfPlanned()
Gets the activity actual cost percent of planned. |
double |
getSummaryCostPerformanceIndexByCost()
Gets the Earned Value divided by the Actual Cost. |
double |
getSummaryCostPerformanceIndexByLaborUnits()
Gets the Earned Value Labor Units / Actual Labor Units. |
Cost |
getSummaryCostVarianceByCost()
Gets the Earned Value minus the Actual Cost. |
Unit |
getSummaryCostVarianceByLaborUnits()
Gets the Earned Value Labor Cost minus Actual Value Labor Cost. |
double |
getSummaryCostVarianceIndex()
Gets the value that is calculated as the Cost Variance divided by Earned Value. |
Percent |
getSummaryCostVarianceIndexByCost()
Gets the Cost Variance divided by Earned Value. |
double |
getSummaryCostVarianceIndexByLaborUnits()
Gets the Cost Variance Labor Units divided by Earned Value Labor Units. |
Percent |
getSummaryDurationPercentComplete()
Gets the activity actual duration percent of planned. |
Percent |
getSummaryDurationPercentOfPlanned()
Gets the summary actual duration percent of planned of all activities under this EPS. |
Duration |
getSummaryDurationVariance()
Gets the duration between the activity's baseline duration and the at complete duration. |
Cost |
getSummaryEarnedValueByCost()
Gets the Budget at Completion * Performance % Complete. |
Unit |
getSummaryEarnedValueByLaborUnits()
Gets the Schedule Variance Labor Units divided by the Planned Value Labor Units. |
Cost |
getSummaryEstimateAtCompletionByCost()
Gets the Actual Cost plus the Estimate to Complete Cost. |
Unit |
getSummaryEstimateAtCompletionByLaborUnits()
Gets the Actual Labor Units + Estimate To Complete Labor Units. |
Percent |
getSummaryEstimateAtCompletionHighPercentByLaborUnits()
Gets the high forecast of Estimate At Completion (EAC) by labor units. |
Percent |
getSummaryEstimateAtCompletionLowPercentByLaborUnits()
Gets the low forecast of Estimate At Completion (EAC) by labor units. |
Cost |
getSummaryEstimateToCompleteByCost()
Gets the Remaining Total Cost for the activity or the Performance Factor * (Budget at Completion - Earned Value), depending on the Earned Value technique selected for the activity's WBS (calculated from the primary baseline). |
Unit |
getSummaryEstimateToCompleteByLaborUnits()
Gets the estimated quantity to complete the activity. |
Percent |
getSummaryExpenseCostPercentComplete()
Gets the percent complete of cost for all expenses associated with the EPS. |
Cost |
getSummaryExpenseCostVariance()
Gets the Baseline Planned Expense Cost - At Completion Expense Cost (At Completion Expense Cost = Actual Expense Cost + Remaining Expense Cost). |
static java.lang.String[] |
getSummaryFields()
Gets all fields in the summary group for this business object. |
Duration |
getSummaryFinishDateVariance()
Gets the duration between the finish date in the current project and the baseline finish date. |
int |
getSummaryInProgressActivityCount()
Gets the number of activities that are currently in progress. |
Percent |
getSummaryLaborCostPercentComplete()
Gets the percent complete of cost for all labor resources assigned to the EPS. |
Cost |
getSummaryLaborCostVariance()
Gets the Baseline Planned Labor Cost - At Completion Labor Cost. |
Percent |
getSummaryLaborUnitsPercentComplete()
Gets the percent complete of units for all labor resources for the EPS. |
Unit |
getSummaryLaborUnitsVariance()
Gets the difference between baseline labor units and at completion labor units. |
Percent |
getSummaryMaterialCostPercentComplete()
Gets the percent complete of cost for all material resources assigned to the EPS. |
Cost |
getSummaryMaterialCostVariance()
Gets the variance that is calculated as Baseline Material Cost - At Completion Material Cost. |
Percent |
getSummaryNonLaborCostPercentComplete()
Gets the percent complete of cost for all non-labor resources assigned to the EPS. |
Unit |
getSummaryNonLaborCostVariance()
Gets the Baseline Planned Nonlabor Cost - At Completion Nonlabor Cost. |
Percent |
getSummaryNonLaborUnitsPercentComplete()
Gets the percent complete of units for all nonlabor resources for the EPS. |
Unit |
getSummaryNonLaborUnitsVariance()
Gets the difference between baseline nonlabor units and at completion non labor units. |
int |
getSummaryNotStartedActivityCount()
Gets the number of activities that are currently not started. |
Percent |
getSummaryPerformancePercentCompleteByCost()
Gets the percent complete of performance for all labor resources, nonlabor resources, and expenses. |
Percent |
getSummaryPerformancePercentCompleteByLaborUnits()
Gets the percent complete of performance for all labor resources. |
Cost |
getSummaryPlannedValueByCost()
Gets the Budget at Completion * Schedule % Complete. |
Unit |
getSummaryPlannedValueByLaborUnits()
Gets the portion of the baseline labor units that is scheduled to be completed as of the project data date. |
EndDate |
getSummaryProgressFinishDate()
Gets the date the activity is expected to be finished according to the progress made on the activity's work products. |
Duration |
getSummaryRemainingDuration()
Gets the total working time from the EPS remaining start date to the remaining finish date. |
Cost |
getSummaryRemainingExpenseCost()
Gets the remaining costs for all project expenses associated with the activities in the EPS. |
EndDate |
getSummaryRemainingFinishDate()
Gets the date the resource is scheduled to finish the remaining work for the activity. |
Cost |
getSummaryRemainingLaborCost()
Gets the remaining costs for all labor resources assigned to the activities. |
Unit |
getSummaryRemainingLaborUnits()
Gets the remaining units for all labor resources assigned to the activities. |
Cost |
getSummaryRemainingMaterialCost()
Gets the remaining material costs for all project expenses associated with the activities in the EPS. |
Cost |
getSummaryRemainingNonLaborCost()
Gets the remaining nonlabor costs for all project expenses associated with the activities in the EPS. |
Unit |
getSummaryRemainingNonLaborUnits()
Gets the remaining units for all nonlabor resources assigned to the activities. |
BeginDate |
getSummaryRemainingStartDate()
Gets the earliest remaining start of all activities assigned to the EPS. |
Cost |
getSummaryRemainingTotalCost()
Gets the sum of all remaining total costs in the EPS. |
Percent |
getSummarySchedulePercentComplete()
Gets the measure that indicates how much of the EPS baseline duration has been completed so far. |
Percent |
getSummarySchedulePercentCompleteByCost()
Deprecated. As of release 6.1 SP2, the name has been changed to SummaryPerformancePercentCompleteByCost. |
Percent |
getSummarySchedulePercentCompleteByLaborUnits()
Gets the percent complete of units for all labor resources. |
double |
getSummarySchedulePerformanceIndexByCost()
Gets the Earned Value divided by the Planned Value. |
double |
getSummarySchedulePerformanceIndexByLaborUnits()
Gets the Earned Value Labor Units divided by Planned Value Labor Units. |
Cost |
getSummaryScheduleVarianceByCost()
Gets the Earned Value divided by the Planned Value. |
Unit |
getSummaryScheduleVarianceByLaborUnits()
Gets the Earned Value Labor Units minus the Planned Value Labor Units. |
double |
getSummaryScheduleVarianceIndex()
Gets the value that is calculated as the Schedule Variance Labor Units divided by Planned Value Labor Units. |
Percent |
getSummaryScheduleVarianceIndexByCost()
Gets the Schedule Variance divided by the Planned Value. |
double |
getSummaryScheduleVarianceIndexByLaborUnits()
Gets the Schedule Variance Labor Units divided by the Planned Value Labor Units. |
Duration |
getSummaryStartDateVariance()
Gets the duration between the start date in the current project and the baseline start date. |
double |
getSummaryToCompletePerformanceIndexByCost()
Gets the (Budget at Completion - Earned Value) divided by (Estimate at Completion - Actual Cost). |
Cost |
getSummaryTotalCostVariance()
Gets the value that is calculated as baseline total cost - total cost. |
Duration |
getSummaryTotalFloat()
Gets the amount of time the EPS can be delayed before delaying the project finish date. |
Percent |
getSummaryUnitsPercentComplete()
Gets the percent complete of units for the resource assignments in the EPS. |
Unit |
getSummaryVarianceAtCompletionByLaborUnits()
Gets the Baseline Planned Total Labor Units minus Estimate at Completion Labor Units. |
Cost |
getTotalBenefitPlan()
Gets the sum of the monthly benefit plan. |
Cost |
getTotalBenefitPlanTally()
Gets the sum of the monthly benefit plan tally. |
Cost |
getTotalFunding()
Gets the total amount of funding contributed to the project by your funding sources. |
Cost |
getTotalSpendingPlan()
Gets the sum of the monthly spending plan. |
Cost |
getTotalSpendingPlanTally()
Gets the sum of the monthly spending plan tally. |
Cost |
getUDFCost(ObjectId objId)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
java.lang.Double |
getUDFDouble(ObjectId objId)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
EndDate |
getUDFFinishDate(ObjectId objId)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
UDFIndicator |
getUDFIndicator(ObjectId objId)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
java.lang.Integer |
getUDFInteger(ObjectId objId)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
BeginDate |
getUDFStartDate(ObjectId objId)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
java.lang.String |
getUDFText(ObjectId objId)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
ObjectId[] |
getUDFTypesAssigned()
Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object. |
Cost |
getUnallocatedBudget()
Gets the total current budget minus the distributed current budget. |
Cost |
getUndistributedCurrentVariance()
Gets the total spending plan minus the total spending plan tally. |
static java.lang.String[] |
getWritableFields()
Gets all writable fields for this business object. |
static EPS |
load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single EPS object from the database. |
static BOIterator<EPS> |
load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple EPS objects from the database. |
BOIterator<ActivityCodeType> |
loadActivityCodeTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCodeType objects from the database. |
BOIterator<Project> |
loadAllProjects(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Return all child Projects from this EPS and its all descendent EPS. |
BOIterator<EPSBudgetChangeLog> |
loadEPSBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPSBudgetChangeLog objects from the database. |
BOIterator<EPS> |
loadEPSChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPS objects from the database. |
BOIterator<EPSFunding> |
loadEPSFundings(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPSFunding objects from the database. |
BOIterator<EPSNote> |
loadEPSNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPSNote objects from the database. |
BOIterator<EPSSpendingPlan> |
loadEPSSpendingPlans(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPSSpendingPlan objects from the database. |
OBS |
loadOBS(java.lang.String[] fields)
Loads an associated OBS object from the database. |
EPS |
loadParentEPS(java.lang.String[] fields)
Loads an associated EPS object from the database. |
BOIterator<Project> |
loadProjectChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Project objects from the database. |
BOIterator<Project> |
loadProjectChildrenWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple associated Project objects with Summarized spreads from the database. |
static BOIterator<EPS> |
loadRootEPS(Session session,
java.lang.String[] fields)
Loads the root EPS objects from the database. |
BOIterator<UDFValue> |
loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
static BOIterator<EPS> |
loadWithSummarizedSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple EPS objects with summarized spreads from the database. |
static EPS |
loadWithSummarizedSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId objId,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads a EPS object with summarized spreads from the database. |
void |
setAnticipatedFinishDate(EndDate d)
Sets the anticipated finish date of the EPS. |
void |
setAnticipatedStartDate(BeginDate d)
Sets the anticipated start date of the EPS. |
void |
setGUID(java.lang.String s)
Sets the globally unique ID generated by the system. |
void |
setId(java.lang.String s)
Sets the short code assigned to each EPS element for identification. |
void |
setName(java.lang.String s)
Sets the name of the EPS element. |
void |
setObjectId(ObjectId o)
Sets the unique ID generated by the system. |
void |
setOBSObjectId(ObjectId o)
Sets the unique ID of the project manager from the project's OBS tree who is responsible for the EPS. |
void |
setOriginalBudget(Cost c)
Sets the original budget for the project. |
void |
setParentObjectId(ObjectId o)
Sets the unique ID of the parent EPS of this EPS in the hierarchy. |
void |
setSequenceNumber(int i)
Sets the sequence number for sorting. |
void |
setUDFCost(ObjectId objId,
Cost cost)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
void |
setUDFDouble(ObjectId objId,
java.lang.Double n)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
void |
setUDFFinishDate(ObjectId objId,
EndDate date)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
void |
setUDFIndicator(ObjectId objId,
UDFIndicator ind)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
void |
setUDFInteger(ObjectId objId,
java.lang.Integer i)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
void |
setUDFStartDate(ObjectId objId,
BeginDate date)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
void |
setUDFText(ObjectId objId,
java.lang.String s)
Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments. |
java.lang.String |
toString()
Returns a string representation of the object. |
void |
update()
Updates this EPS object in the database. |
static void |
update(Session session,
EPS[] eps)
Updates multiple EPS objects in the database. |
void |
updateEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs)
Updates multiple associated EPSBudgetChangeLog objects in the database. |
void |
updateEPSFundings(EPSFunding[] epsfundings)
Updates multiple associated EPSFunding objects in the database. |
void |
updateEPSNotes(EPSNote[] epsnotes)
Updates multiple associated EPSNote objects in the database. |
void |
updateEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans)
Updates multiple associated EPSSpendingPlan objects in the database. |
Methods inherited from class com.primavera.integration.client.bo.BusinessObject |
---|
equals, hashCode, isNull, setNull |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EPS(Session session)
session
- the Sessionpublic EPS(Session session, ObjectId objId) throws BusinessObjectException
session
- the SessionobjId
- the ObjectId
BusinessObjectException
- if a problem occurred in the client-side business objectspublic EPS(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) throws BusinessObjectException
session
- the SessionrowSet
- the PrmRowSet retrieved from the serveriIndex
- the row index in the PrmRowSet associated with this business object
BusinessObjectException
- if a problem occurred in the client-side business objectsMethod Detail |
---|
public ObjectId create() throws ServerException, NetworkException, BusinessObjectException
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic static ObjectId[] create(Session session, EPS[] eps) throws ServerException, NetworkException, BusinessObjectException
session
- the Session objecteps
- array of EPS objects to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic static EPS load(Session session, java.lang.String[] fields, ObjectId objId) throws ServerException, NetworkException, BusinessObjectException
session
- the Session objectfields
- fields to loadobjId
- unique ID of the EPS object
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic static EPS loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadobjId
- unique ID of the EPS objectspreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread data
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic static BOIterator<EPS> load(Session session, java.lang.String[] fields, ObjectId[] objIds) throws ServerException, NetworkException, BusinessObjectException
session
- the Session objectfields
- fields to loadobjIds
- object ids of the EPS objects
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic static BOIterator<EPS> loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadobjIds
- object ids of the EPS objectsspreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread data
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void update() throws ServerException, NetworkException, BusinessObjectException
update
in class BOBase
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic static void update(Session session, EPS[] eps) throws ServerException, NetworkException, BusinessObjectException
session
- the Session objecteps
- array of EPS objects to update
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void delete() throws ServerException, NetworkException, BusinessObjectException
delete
in class BOBase
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic static void delete(Session session, EPS[] eps) throws ServerException, NetworkException, BusinessObjectException
session
- the Session objecteps
- array of EPS objects to delete
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic EPS loadParentEPS(java.lang.String[] fields) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to load
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId createEPSChild(EPS epschild) throws ServerException, NetworkException, BusinessObjectException
epschild
- EPSChild object to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId[] createEPSChildren(EPS[] epschildren) throws ServerException, NetworkException, BusinessObjectException
epschildren
- array of EPSChild objects to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<EPS> loadEPSChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clause
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic static BOIterator<EPS> loadRootEPS(Session session, java.lang.String[] fields) throws ServerException, NetworkException, BusinessObjectException
session
- the Session objectfields
- fields to load
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId createProjectChild(Project projectchild) throws ServerException, NetworkException, BusinessObjectException
projectchild
- ProjectChild object to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId[] createProjectChildren(Project[] projectchildren) throws ServerException, NetworkException, BusinessObjectException
projectchildren
- array of ProjectChild objects to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Project> loadProjectChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clause
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Project> loadProjectChildrenWithSummarizedSpread(java.lang.String[] nonSpreadFields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread data
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic OBS loadOBS(java.lang.String[] fields) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to load
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId createEPSNote(EPSNote epsnote) throws ServerException, NetworkException, BusinessObjectException
epsnote
- EPSNote object to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId[] createEPSNotes(EPSNote[] epsnotes) throws ServerException, NetworkException, BusinessObjectException
epsnotes
- array of EPSNote objects to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<EPSNote> loadEPSNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clause
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void updateEPSNotes(EPSNote[] epsnotes) throws ServerException, NetworkException, BusinessObjectException
epsnotes
- array of EPSNote objects to update
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void deleteEPSNotes(EPSNote[] epsnotes) throws ServerException, NetworkException, BusinessObjectException
epsnotes
- array of EPSNote objects to delete
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId createEPSBudgetChangeLog(EPSBudgetChangeLog epsbudgetchangelog) throws ServerException, NetworkException, BusinessObjectException
epsbudgetchangelog
- EPSBudgetChangeLog object to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId[] createEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs) throws ServerException, NetworkException, BusinessObjectException
epsbudgetchangelogs
- array of EPSBudgetChangeLog objects to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<EPSBudgetChangeLog> loadEPSBudgetChangeLogs(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clause
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void updateEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs) throws ServerException, NetworkException, BusinessObjectException
epsbudgetchangelogs
- array of EPSBudgetChangeLog objects to update
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void deleteEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs) throws ServerException, NetworkException, BusinessObjectException
epsbudgetchangelogs
- array of EPSBudgetChangeLog objects to delete
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId createEPSFunding(EPSFunding epsfunding) throws ServerException, NetworkException, BusinessObjectException
epsfunding
- EPSFunding object to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId[] createEPSFundings(EPSFunding[] epsfundings) throws ServerException, NetworkException, BusinessObjectException
epsfundings
- array of EPSFunding objects to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<EPSFunding> loadEPSFundings(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clause
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void updateEPSFundings(EPSFunding[] epsfundings) throws ServerException, NetworkException, BusinessObjectException
epsfundings
- array of EPSFunding objects to update
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void deleteEPSFundings(EPSFunding[] epsfundings) throws ServerException, NetworkException, BusinessObjectException
epsfundings
- array of EPSFunding objects to delete
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId createEPSSpendingPlan(EPSSpendingPlan epsspendingplan) throws ServerException, NetworkException, BusinessObjectException
epsspendingplan
- EPSSpendingPlan object to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId[] createEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans) throws ServerException, NetworkException, BusinessObjectException
epsspendingplans
- array of EPSSpendingPlan objects to create
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<EPSSpendingPlan> loadEPSSpendingPlans(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clause
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void updateEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans) throws ServerException, NetworkException, BusinessObjectException
epsspendingplans
- array of EPSSpendingPlan objects to update
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void deleteEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans) throws ServerException, NetworkException, BusinessObjectException
epsspendingplans
- array of EPSSpendingPlan objects to delete
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityCodeType> loadActivityCodeTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clause
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UDFValue> loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clause
ServerException
- if a problem occurred on the server-side
NetworkException
- if a problem occurred in the network layer
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Project> loadAllProjects(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
loadAllProjects
in class com.primavera.integration.client.bo.base.EPSBase
fields
- array of field namessWhereClause
- where clausesOrderBy
- order by clause
ServerException
NetworkException
BusinessObjectException
@Deprecated public ObjectId[] getUDFTypesAssigned() throws BusinessObjectException
getUDFTypesAssigned
in class com.primavera.integration.client.bo.base.EPSBase
BusinessObjectException
public ObjectId getProjectObjectId() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId getObjectId() throws BusinessObjectException
getObjectId
in class BusinessObject
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setObjectId(ObjectId o) throws BusinessObjectException
setObjectId
in class BusinessObject
o
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId getParentObjectId() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setParentObjectId(ObjectId o) throws BusinessObjectException
o
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic java.lang.String getName() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setName(java.lang.String s) throws BusinessObjectException
s
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic java.lang.String getId() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setId(java.lang.String s) throws BusinessObjectException
s
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ObjectId getOBSObjectId() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setOBSObjectId(ObjectId o) throws BusinessObjectException
o
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic java.lang.String getOBSName() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic EPSSpread getEPSSpread() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic int getSequenceNumber() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setSequenceNumber(int i) throws BusinessObjectException
i
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic java.lang.String getGUID() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setGUID(java.lang.String s) throws BusinessObjectException
s
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BeginDate getStartDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic EndDate getFinishDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getCurrentBudget() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getDistributedCurrentBudget() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getIndependentETCTotalCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BeginDate getPlannedStartDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getCurrentVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getUndistributedCurrentVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getOriginalBudget() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setOriginalBudget(Cost c) throws BusinessObjectException
c
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getTotalBenefitPlan() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getTotalBenefitPlanTally() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getTotalSpendingPlan() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getTotalSpendingPlanTally() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic java.util.Date getLastSummarizedDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getUnallocatedBudget() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getProposedBudget() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic EndDate getAnticipatedFinishDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setAnticipatedFinishDate(EndDate d) throws BusinessObjectException
d
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BeginDate getAnticipatedStartDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setAnticipatedStartDate(BeginDate d) throws BusinessObjectException
d
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getIndependentETCLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryActualValueByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryPlannedValueByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryEarnedValueByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic double getSummaryCostPerformanceIndexByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic EndDate getSummaryActualFinishDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic EndDate getSummaryRemainingFinishDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryBaselineTotalCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryBudgetAtCompletionByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryEstimateToCompleteByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryBaselineLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryPlannedValueByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryEarnedValueByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryActualLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryAtCompletionLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryAtCompletionNonLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryBaselineNonLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryNonLaborUnitsVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryLaborUnitsVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryActualThisPeriodLaborCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryActualThisPeriodLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryActualThisPeriodNonLaborCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryActualThisPeriodMaterialCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryActualThisPeriodNonLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryActualThisPeriodCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryLaborUnitsPercentComplete() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryCostPercentOfPlanned() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BeginDate getSummaryBaselineStartDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic EndDate getSummaryBaselineFinishDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Duration getSummaryRemainingDuration() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Duration getSummaryFinishDateVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Duration getSummaryBaselineDuration() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryDurationPercentComplete() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic EndDate getSummaryProgressFinishDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryEstimateToCompleteByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic double getSummaryCostPerformanceIndexByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryScheduleVarianceByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryScheduleVarianceIndexByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryScheduleVarianceByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryCostVarianceByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryCostVarianceIndexByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryCostVarianceByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic double getSummarySchedulePerformanceIndexByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic double getSummarySchedulePerformanceIndexByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryEstimateAtCompletionByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryEstimateAtCompletionByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic double getSummaryToCompletePerformanceIndexByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryVarianceAtCompletionByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BeginDate getSummaryActualStartDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic BeginDate getSummaryRemainingStartDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryActualNonLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryActualLaborCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryActualNonLaborCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryActualMaterialCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryRemainingTotalCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryRemainingNonLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryActualExpenseCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryRemainingLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryAtCompletionTotalCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryRemainingLaborCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryRemainingNonLaborCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryRemainingMaterialCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryRemainingExpenseCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryBaselineExpenseCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryBaselineLaborCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryBaselineNonLaborCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryBaselineMaterialCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Duration getSummaryAtCompletionDuration() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Duration getSummaryDurationVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Duration getSummaryStartDateVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic int getSummaryActivityCount() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic int getSummaryCompletedActivityCount() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic int getSummaryInProgressActivityCount() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic int getSummaryNotStartedActivityCount() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic int getSummaryBaselineCompletedActivityCount() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic int getSummaryBaselineInProgressActivityCount() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic int getSummaryBaselineNotStartedActivityCount() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryAtCompletionLaborCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryAtCompletionNonLaborCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryAtCompletionMaterialCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryTotalCostVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Duration getSummaryTotalFloat() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryPerformancePercentCompleteByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public Percent getSummarySchedulePercentCompleteByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummarySchedulePercentComplete() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Duration getSummaryActualDuration() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryNonLaborUnitsPercentComplete() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryActualValueByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryAccountingVarianceByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryAccountingVarianceByCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryBudgetAtCompletionByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic double getSummaryCostVarianceIndexByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic double getSummaryScheduleVarianceIndexByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryEstimateAtCompletionLowPercentByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryEstimateAtCompletionHighPercentByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryPerformancePercentCompleteByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummarySchedulePercentCompleteByLaborUnits() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryActualTotalCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryAtCompletionExpenseCost() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryLaborCostVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getSummaryNonLaborCostVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryExpenseCostVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryAtCompletionTotalCostVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic java.util.Date getCreateDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic java.util.Date getLastUpdateDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic java.lang.String getCreateUser() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic java.lang.String getLastUpdateUser() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryMaterialCostPercentComplete() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryNonLaborCostPercentComplete() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryDurationPercentOfPlanned() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryExpenseCostPercentComplete() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryLaborCostPercentComplete() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getSummaryMaterialCostVariance() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryCostPercentComplete() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic double getSummaryCostVarianceIndex() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic double getSummaryScheduleVarianceIndex() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Cost getTotalFunding() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getSummaryUnitsPercentComplete() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public Cost getUDFCost(ObjectId objId) throws BusinessObjectException
objId
- the ObjectId of the UDFType business object
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public void setUDFCost(ObjectId objId, Cost cost) throws BusinessObjectException
objId
- the ObjectId of the UDFType business objectcost
- the Cost value to set
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public java.lang.Double getUDFDouble(ObjectId objId) throws BusinessObjectException
objId
- the ObjectId of the UDFType business object
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public void setUDFDouble(ObjectId objId, java.lang.Double n) throws BusinessObjectException
objId
- the ObjectId of the UDFType business objectn
- the Double value to set
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public EndDate getUDFFinishDate(ObjectId objId) throws BusinessObjectException
objId
- the ObjectId of the UDFType business object
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public void setUDFFinishDate(ObjectId objId, EndDate date) throws BusinessObjectException
objId
- the ObjectId of the UDFType business objectdate
- the FinishDate value to set
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public UDFIndicator getUDFIndicator(ObjectId objId) throws BusinessObjectException
objId
- the ObjectId of the UDFType business object
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public void setUDFIndicator(ObjectId objId, UDFIndicator ind) throws BusinessObjectException
objId
- the ObjectId of the UDFType business objectind
- the Indicator value to set
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public java.lang.Integer getUDFInteger(ObjectId objId) throws BusinessObjectException
objId
- the ObjectId of the UDFType business object
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public void setUDFInteger(ObjectId objId, java.lang.Integer i) throws BusinessObjectException
objId
- the ObjectId of the UDFType business objecti
- the Integer value to set
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public BeginDate getUDFStartDate(ObjectId objId) throws BusinessObjectException
objId
- the ObjectId of the UDFType business object
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public void setUDFStartDate(ObjectId objId, BeginDate date) throws BusinessObjectException
objId
- the ObjectId of the UDFType business objectdate
- the StartDate value to set
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public java.lang.String getUDFText(ObjectId objId) throws BusinessObjectException
objId
- the ObjectId of the UDFType business object
BusinessObjectException
- if a problem occurred in the client-side business objects@Deprecated public void setUDFText(ObjectId objId, java.lang.String s) throws BusinessObjectException
objId
- the ObjectId of the UDFType business objects
- the Text value to set
BusinessObjectException
- if a problem occurred in the client-side business objectspublic static java.lang.String[] getRequiredCreateFields()
public static java.lang.String[] getFilterableFields()
public static java.lang.String[] getInternalDefaultLoadFields()
public static java.lang.String[] getAllFields()
public static java.lang.String[] getInternalAllFields()
public static java.util.Set<java.lang.String> getInternalAllFieldsSet()
public static java.lang.String[] getMainFields()
public static java.lang.String[] getSummaryFields()
public static java.lang.String[] getSpreadFields()
public static java.lang.String[] getWritableFields()
public static java.lang.String[] getDefaultXMLExportFields()
public static java.lang.String[] getMinimumXMLExportFields()
public java.lang.String toString()
toString
in class java.lang.Object
|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |