|
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.WBSBase
com.primavera.integration.client.bo.object.WBS
public class WBS
The project work breakdown structure (WBS) is a hierarchical arrangement of the products and services produced during and by a project. Each element of a WBS may contain more-detailed WBS elements, activities, or both. WBS are hierarchical objects.
In the database a root-level WBS actually exists, but it corresponds to the project and is hidden in the API. If one of the Project.loadProjectLevelXXXXXX() methods is called to load project-level (root WBS-level) objects, the WBSObjectId field in the loaded objects will actually contain an ObjectId. However, attempting to load the WBS with that ObjectId will be unsuccessful and will return null.
WBS may be loaded with summarized spreads using the loadWithSummarizedSpreads() methods. The parent project must have been previously summarized using the summarizer job service for summarized spreads to be accessible. After loading, call getWBSSpread() 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.
This business object supports user defined fields (UDFs). Use the UDFValue business object to assign UDFs.
See Also: Quick reference of WBS fields
Constructor Summary | |
---|---|
WBS(Session session)
Class constructor specifying the Session. |
|
WBS(Session session,
ObjectId objId)
Class constructor specifying the Session and ObjectId of the object. |
|
WBS(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 WBS object in the database. |
static ObjectId[] |
create(Session session,
WBS[] wbs)
Creates multiple WBS objects in the database. |
ObjectId[] |
createActivities(Activity[] activities)
Creates multiple associated Activity objects in the database. |
ObjectId |
createActivity(Activity activity)
Creates an associated Activity object in the database. |
ObjectId |
createProjectBudgetChangeLog(ProjectBudgetChangeLog projectbudgetchangelog)
Creates an associated ProjectBudgetChangeLog object in the database. |
ObjectId[] |
createProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
Creates multiple associated ProjectBudgetChangeLog objects in the database. |
ObjectId |
createProjectDocument(ProjectDocument projectdocument)
Creates an associated ProjectDocument object in the database. |
ObjectId[] |
createProjectDocuments(ProjectDocument[] projectdocuments)
Creates multiple associated ProjectDocument objects in the database. |
ObjectId |
createProjectEstimate(ProjectEstimate projectestimate)
Creates an associated ProjectEstimate object in the database. |
ObjectId[] |
createProjectEstimates(ProjectEstimate[] projectestimates)
Creates multiple associated ProjectEstimate objects in the database. |
ObjectId |
createProjectIssue(ProjectIssue projectissue)
Creates an associated ProjectIssue object in the database. |
ObjectId[] |
createProjectIssues(ProjectIssue[] projectissues)
Creates multiple associated ProjectIssue objects in the database. |
ObjectId |
createProjectNote(ProjectNote projectnote)
Creates an associated ProjectNote object in the database. |
ObjectId[] |
createProjectNotes(ProjectNote[] projectnotes)
Creates multiple associated ProjectNote objects in the database. |
ObjectId |
createProjectRisk(ProjectRisk projectrisk)
Creates an associated ProjectRisk object in the database. |
ObjectId[] |
createProjectRisks(ProjectRisk[] projectrisks)
Creates multiple associated ProjectRisk objects in the database. |
ObjectId |
createProjectSpendingPlan(ProjectSpendingPlan projectspendingplan)
Creates an associated ProjectSpendingPlan object in the database. |
ObjectId[] |
createProjectSpendingPlans(ProjectSpendingPlan[] projectspendingplans)
Creates multiple associated ProjectSpendingPlan objects in the database. |
ObjectId |
createProjectThreshold(ProjectThreshold projectthreshold)
Creates an associated ProjectThreshold object in the database. |
ObjectId[] |
createProjectThresholds(ProjectThreshold[] projectthresholds)
Creates multiple associated ProjectThreshold objects in the database. |
ObjectId |
createWBSChild(WBS wbschild)
Creates an associated WBS object in the database. |
ObjectId[] |
createWBSChildren(WBS[] wbschildren)
Creates multiple associated WBS objects in the database. |
ObjectId |
createWBSMilestone(WBSMilestone wbsmilestone)
Creates an associated WBSMilestone object in the database. |
ObjectId[] |
createWBSMilestones(WBSMilestone[] wbsmilestones)
Creates multiple associated WBSMilestone objects in the database. |
void |
delete()
Deletes this WBS object from the database. |
void |
delete(ObjectId replacementId)
Deletes this WBS object from the database. |
static void |
delete(Session session,
WBS[] wbs)
Deletes multiple WBS objects from the database. |
static void |
delete(Session session,
WBS[] wbs,
ObjectId replacementParent)
Deletes multiple wbs objects in a hierarchy from the database and set the new parent of all child objects. |
void |
deleteActivities(Activity[] activities)
Deletes multiple associated Activity objects from the database. |
void |
deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
Deletes multiple associated ProjectBudgetChangeLog objects from the database. |
void |
deleteProjectDocuments(ProjectDocument[] projectdocuments)
Deletes multiple associated ProjectDocument objects from the database. |
void |
deleteProjectEstimates(ProjectEstimate[] projectestimates)
Deletes multiple associated ProjectEstimate objects from the database. |
void |
deleteProjectIssues(ProjectIssue[] projectissues)
Deletes multiple associated ProjectIssue objects from the database. |
void |
deleteProjectNotes(ProjectNote[] projectnotes)
Deletes multiple associated ProjectNote objects from the database. |
void |
deleteProjectRisks(ProjectRisk[] projectrisks)
Deletes multiple associated ProjectRisk objects from the database. |
void |
deleteProjectThresholds(ProjectThreshold[] projectthresholds)
Deletes multiple associated ProjectThreshold objects from the database. |
void |
deleteWBSMilestones(WBSMilestone[] wbsmilestones)
Deletes multiple associated WBSMilestone objects from the database. |
static java.lang.String[] |
getAllFields()
Gets all fields for this business object. |
EndDate |
getAnticipatedFinishDate()
Gets the anticipated finish date of WBS, project and EPS elements. |
BeginDate |
getAnticipatedStartDate()
Gets the anticipated start date of WBS, project and EPS elements. |
java.lang.String |
getCode()
Gets the short code assigned to each WBS element for identification. |
boolean |
getContainsSummaryData()
Gets the flag that indicates that the WBS has been summarized. |
java.util.Date |
getCreateDate()
Gets the date this wbs was created. |
java.lang.String |
getCreateUser()
Gets the name of the user that created this wbs. |
Cost |
getCurrentBudget()
Gets the current budget for this WBS. |
Cost |
getCurrentVariance()
Gets the current budget minus 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 sum of the current budget values from one level lower. |
EarnedValueComputeType |
getEarnedValueComputeType()
Gets the technique used for computing earned-value percent complete for activities within the WBS. |
EarnedValueETCComputeType |
getEarnedValueETCComputeType()
Gets the technique for computing earned-value estimate-to-complete for activities within the WBS. |
Unit |
getEarnedValueETCUserValue()
Gets the user-defined performance factor, PF, for computing earned-value estimate-to-complete. |
Percent |
getEarnedValueUserPercent()
Gets the user-defined percent complete for computing earned value for activities within the WBS. |
Unit |
getEstimatedWeight()
Gets the estimation weight for the WBS element, used for top-down estimation. |
static java.lang.String[] |
getFilterableFields()
Gets all fields that can be filtered. |
EndDate |
getFinishDate()
Gets the finish date of the WBS. |
EndDate |
getForecastFinishDate()
Gets the alternate end date to be optionally used by the scheduler. |
BeginDate |
getForecastStartDate()
Gets the alternate start date to be optionally used by the scheduler. |
java.lang.String |
getGUID()
Gets the globally unique ID generated by the system. |
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. |
boolean |
getIsBaseline()
Gets the boolean value indicating if this business object is related to a Project or Baseline. |
java.util.Date |
getLastUpdateDate()
Gets the date this wbs was last updated. |
java.lang.String |
getLastUpdateUser()
Gets the name of the user that last updated this wbs. |
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 WBS 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 WBS. |
Cost |
getOriginalBudget()
Gets the original budget for the WBS element. |
ObjectId |
getParentObjectId()
Gets the unique ID of the parent WBS of this WBS in the hierarchy. |
java.lang.String |
getProjectId()
Gets the short code that uniquely identifies the project. |
ObjectId |
getProjectObjectId()
Gets the unique ID of the associated project. |
Cost |
getProposedBudget()
Gets 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 WBS. |
ProjectStatus |
getStatus()
Gets the WBS status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'. |
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 WBS. |
EndDate |
getSummaryActualFinishDate()
Gets the latest actual finish date of all activities in the WBS. |
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 WBS. |
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 total working time from the activity's current start date to the current finish date. |
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 WBS 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 WBS 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 WBS. |
Percent |
getSummaryCostPercentComplete()
Gets the percent complete of costs for the resource assignments in the wbs. |
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 calcuated 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 WBS. |
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 portion of the baseline labor units that is actually completed as of the project data date. |
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 WBS. |
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 WBS. |
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 WBS. |
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 WBS. |
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 WBS. |
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 WBS. |
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 WBS remaining start date to the remaining finish date. |
Cost |
getSummaryRemainingExpenseCost()
Gets the remaining costs for all project expenses associated with the activities in the WBS. |
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 WBS. |
Cost |
getSummaryRemainingNonLaborCost()
Gets the remaining nonlabor costs for all project expenses associated with the activities in the WBS. |
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 WBS. |
Cost |
getSummaryRemainingTotalCost()
Gets the sum of all remaining total costs in the WBS. |
Percent |
getSummarySchedulePercentComplete()
Gets the measure that indicates how much of the WBS 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 WBS can be delayed before delaying the project finish date. |
Percent |
getSummaryUnitsPercentComplete()
Gets the percent complete of units for the resource assignments in the wbs. |
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 |
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 difference between the total current and distributed current budget. |
Cost |
getUndistributedCurrentVariance()
Gets the total spending plan minus the total spending plan tally. |
ObjectId |
getWBSCategoryObjectId()
Gets the unique ID of the associated WBS category value. |
WBSSpread |
getWBSSpread()
Gets the field containing spread data for this WBS. |
static java.lang.String[] |
getWritableFields()
Gets all writable fields for this business object. |
static WBS |
load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single WBS object from the database. |
static BOIterator<WBS> |
load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple WBS objects from the database. |
BOIterator<Activity> |
loadActivities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<ActivityCodeAssignment> |
loadActivityCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityExpense> |
loadActivityExpenses(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityNote> |
loadActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityPeriodActual> |
loadActivityPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityPeriodActual objects from the database. |
BOIterator<ActivityStep> |
loadActivitySteps(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityStep objects from the database. |
BOIterator<Activity> |
loadAllActivities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads the associated Activity objects with all child WBS under this WBS from the database. |
BOIterator<ActivityExpense> |
loadAllActivityExpenses(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads the associated ActivityExpense objects with all child WBS under this WBS from the database. |
BOIterator<ResourceAssignment> |
loadAllResourceAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads the associated ResourceAssignment objects with all child WBS under this WBS from the database. |
BOIterator<WBS> |
loadAllWBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads all child WBS objects under this WBS from the database. |
OBS |
loadOBS(java.lang.String[] fields)
Loads an associated OBS object from the database. |
WBS |
loadParentWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
Project |
loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
BOIterator<ProjectBudgetChangeLog> |
loadProjectBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectDocument> |
loadProjectDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectDocument objects from the database. |
BOIterator<ProjectEstimate> |
loadProjectEstimates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectEstimate objects from the database. |
BOIterator<ProjectIssue> |
loadProjectIssues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectNote> |
loadProjectNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
BOIterator<ProjectResource> |
loadProjectResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectRisk> |
loadProjectRisks(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectRisk objects from the database. |
BOIterator<ProjectSpendingPlan> |
loadProjectSpendingPlans(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectSpendingPlan objects from the database. |
BOIterator<ProjectThreshold> |
loadProjectThresholds(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
loadResourceAssignmentPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignment> |
loadResourceAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignment 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. |
WBSCategory |
loadWBSCategory(java.lang.String[] fields)
Loads an associated WBSCategory object from the database. |
BOIterator<WBS> |
loadWBSChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBS> |
loadWBSChildrenWithSummarizedSpread(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 WBS objects with Summarized spreads from the database. |
BOIterator<WBSMilestone> |
loadWBSMilestones(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBSMilestone objects from the database. |
static BOIterator<WBS> |
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 WBS objects with summarized spreads from the database. |
static WBS |
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 WBS object with summarized spreads from the database. |
void |
setAnticipatedFinishDate(EndDate d)
Sets the anticipated finish date of WBS, project and EPS elements. |
void |
setAnticipatedStartDate(BeginDate d)
Sets the anticipated start date of WBS, project and EPS elements. |
void |
setCode(java.lang.String s)
Sets the short code assigned to each WBS element for identification. |
void |
setEarnedValueComputeType(EarnedValueComputeType enm)
Sets the technique used for computing earned-value percent complete for activities within the WBS. |
void |
setEarnedValueETCComputeType(EarnedValueETCComputeType enm)
Sets the technique for computing earned-value estimate-to-complete for activities within the WBS. |
void |
setEarnedValueETCUserValue(Unit u)
Sets the user-defined performance factor, PF, for computing earned-value estimate-to-complete. |
void |
setEarnedValueUserPercent(Percent p)
Sets the user-defined percent complete for computing earned value for activities within the WBS. |
void |
setEstimatedWeight(Unit u)
Sets the estimation weight for the WBS element, used for top-down estimation. |
void |
setGUID(java.lang.String s)
Sets the globally unique ID generated by the system. |
void |
setIndependentETCLaborUnits(Unit u)
Sets the user-entered ETC total labor. |
void |
setIndependentETCTotalCost(Cost c)
Sets the user-entered ETC total cost. |
void |
setName(java.lang.String s)
Sets the name of the WBS 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 WBS. |
void |
setOriginalBudget(Cost c)
Sets the original budget for the WBS element. |
void |
setParentObjectId(ObjectId o)
Sets the unique ID of the parent WBS of this WBS in the hierarchy. |
void |
setProjectObjectId(ObjectId o)
Sets the unique ID of the associated project. |
void |
setSequenceNumber(int i)
Sets the sequence number for sorting. |
void |
setStatus(ProjectStatus enm)
Sets the WBS status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'. |
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. |
void |
setWBSCategoryObjectId(ObjectId o)
Sets the unique ID of the associated WBS category value. |
java.lang.String |
toString()
Returns a string representation of the object. |
void |
update()
Updates this WBS object in the database. |
static void |
update(Session session,
WBS[] wbs)
Updates multiple WBS objects in the database. |
void |
updateActivities(Activity[] activities)
Updates multiple associated Activity objects in the database. |
void |
updateProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
Updates multiple associated ProjectBudgetChangeLog objects in the database. |
void |
updateProjectDocuments(ProjectDocument[] projectdocuments)
Updates multiple associated ProjectDocument objects in the database. |
void |
updateProjectEstimates(ProjectEstimate[] projectestimates)
Updates multiple associated ProjectEstimate objects in the database. |
void |
updateProjectIssues(ProjectIssue[] projectissues)
Updates multiple associated ProjectIssue objects in the database. |
void |
updateProjectNotes(ProjectNote[] projectnotes)
Updates multiple associated ProjectNote objects in the database. |
void |
updateProjectRisks(ProjectRisk[] projectrisks)
Updates multiple associated ProjectRisk objects in the database. |
void |
updateProjectSpendingPlans(ProjectSpendingPlan[] projectspendingplans)
Updates multiple associated ProjectSpendingPlan objects in the database. |
void |
updateProjectThresholds(ProjectThreshold[] projectthresholds)
Updates multiple associated ProjectThreshold objects in the database. |
void |
updateWBSMilestones(WBSMilestone[] wbsmilestones)
Updates multiple associated WBSMilestone 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 WBS(Session session)
session
- the Sessionpublic WBS(Session session, ObjectId objId) throws BusinessObjectException
session
- the SessionobjId
- the ObjectId
BusinessObjectException
- if a problem occurred in the client-side business objectspublic WBS(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, WBS[] wbs) throws ServerException, NetworkException, BusinessObjectException
session
- the Session objectwbs
- array of WBS 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 WBS load(Session session, java.lang.String[] fields, ObjectId objId) throws ServerException, NetworkException, BusinessObjectException
session
- the Session objectfields
- fields to loadobjId
- unique ID of the WBS 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 WBS 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 WBS 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<WBS> load(Session session, java.lang.String[] fields, ObjectId[] objIds) throws ServerException, NetworkException, BusinessObjectException
session
- the Session objectfields
- fields to loadobjIds
- object ids of the WBS 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<WBS> 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 WBS 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, WBS[] wbs) throws ServerException, NetworkException, BusinessObjectException
session
- the Session objectwbs
- array of WBS 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 void delete(ObjectId replacementId) throws ServerException, NetworkException, BusinessObjectException
delete
in class BOBase
replacementId
- unique ID of the new parent for all current child 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 void delete(Session session, WBS[] wbs) throws ServerException, NetworkException, BusinessObjectException
session
- the Session objectwbs
- array of WBS 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 static void delete(Session session, WBS[] wbs, ObjectId replacementParent) throws ServerException, NetworkException, BusinessObjectException
session
- the Session objectwbs
- array of WBS objects to deletereplacementParent
- replacement parent 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 Project loadProject(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 WBS loadParentWBS(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 createWBSChild(WBS wbschild) throws ServerException, NetworkException, BusinessObjectException
wbschild
- WBSChild 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[] createWBSChildren(WBS[] wbschildren) throws ServerException, NetworkException, BusinessObjectException
wbschildren
- array of WBSChild 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<WBS> loadWBSChildren(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<WBS> loadWBSChildrenWithSummarizedSpread(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 ObjectId createActivity(Activity activity) throws ServerException, NetworkException, BusinessObjectException
activity
- Activity 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[] createActivities(Activity[] activities) throws ServerException, NetworkException, BusinessObjectException
activities
- array of Activity 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<Activity> loadActivities(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 updateActivities(Activity[] activities) throws ServerException, NetworkException, BusinessObjectException
activities
- array of Activity 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 deleteActivities(Activity[] activities) throws ServerException, NetworkException, BusinessObjectException
activities
- array of Activity 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 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 createProjectBudgetChangeLog(ProjectBudgetChangeLog projectbudgetchangelog) throws ServerException, NetworkException, BusinessObjectException
projectbudgetchangelog
- ProjectBudgetChangeLog 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[] createProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs) throws ServerException, NetworkException, BusinessObjectException
projectbudgetchangelogs
- array of ProjectBudgetChangeLog 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<ProjectBudgetChangeLog> loadProjectBudgetChangeLogs(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 updateProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs) throws ServerException, NetworkException, BusinessObjectException
projectbudgetchangelogs
- array of ProjectBudgetChangeLog 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 deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs) throws ServerException, NetworkException, BusinessObjectException
projectbudgetchangelogs
- array of ProjectBudgetChangeLog 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 createProjectIssue(ProjectIssue projectissue) throws ServerException, NetworkException, BusinessObjectException
projectissue
- ProjectIssue 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[] createProjectIssues(ProjectIssue[] projectissues) throws ServerException, NetworkException, BusinessObjectException
projectissues
- array of ProjectIssue 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<ProjectIssue> loadProjectIssues(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 updateProjectIssues(ProjectIssue[] projectissues) throws ServerException, NetworkException, BusinessObjectException
projectissues
- array of ProjectIssue 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 deleteProjectIssues(ProjectIssue[] projectissues) throws ServerException, NetworkException, BusinessObjectException
projectissues
- array of ProjectIssue 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 createProjectSpendingPlan(ProjectSpendingPlan projectspendingplan) throws ServerException, NetworkException, BusinessObjectException
projectspendingplan
- ProjectSpendingPlan 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[] createProjectSpendingPlans(ProjectSpendingPlan[] projectspendingplans) throws ServerException, NetworkException, BusinessObjectException
projectspendingplans
- array of ProjectSpendingPlan 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<ProjectSpendingPlan> loadProjectSpendingPlans(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 updateProjectSpendingPlans(ProjectSpendingPlan[] projectspendingplans) throws ServerException, NetworkException, BusinessObjectException
projectspendingplans
- array of ProjectSpendingPlan 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 ObjectId createProjectRisk(ProjectRisk projectrisk) throws ServerException, NetworkException, BusinessObjectException
projectrisk
- ProjectRisk 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[] createProjectRisks(ProjectRisk[] projectrisks) throws ServerException, NetworkException, BusinessObjectException
projectrisks
- array of ProjectRisk 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<ProjectRisk> loadProjectRisks(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 updateProjectRisks(ProjectRisk[] projectrisks) throws ServerException, NetworkException, BusinessObjectException
projectrisks
- array of ProjectRisk 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 deleteProjectRisks(ProjectRisk[] projectrisks) throws ServerException, NetworkException, BusinessObjectException
projectrisks
- array of ProjectRisk 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 createProjectNote(ProjectNote projectnote) throws ServerException, NetworkException, BusinessObjectException
projectnote
- ProjectNote 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[] createProjectNotes(ProjectNote[] projectnotes) throws ServerException, NetworkException, BusinessObjectException
projectnotes
- array of ProjectNote 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<ProjectNote> loadProjectNotes(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 updateProjectNotes(ProjectNote[] projectnotes) throws ServerException, NetworkException, BusinessObjectException
projectnotes
- array of ProjectNote 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 deleteProjectNotes(ProjectNote[] projectnotes) throws ServerException, NetworkException, BusinessObjectException
projectnotes
- array of ProjectNote 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<ProjectResource> loadProjectResources(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 ObjectId createWBSMilestone(WBSMilestone wbsmilestone) throws ServerException, NetworkException, BusinessObjectException
wbsmilestone
- WBSMilestone 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[] createWBSMilestones(WBSMilestone[] wbsmilestones) throws ServerException, NetworkException, BusinessObjectException
wbsmilestones
- array of WBSMilestone 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<WBSMilestone> loadWBSMilestones(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 updateWBSMilestones(WBSMilestone[] wbsmilestones) throws ServerException, NetworkException, BusinessObjectException
wbsmilestones
- array of WBSMilestone 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 deleteWBSMilestones(WBSMilestone[] wbsmilestones) throws ServerException, NetworkException, BusinessObjectException
wbsmilestones
- array of WBSMilestone 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 createProjectDocument(ProjectDocument projectdocument) throws ServerException, NetworkException, BusinessObjectException
projectdocument
- ProjectDocument 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[] createProjectDocuments(ProjectDocument[] projectdocuments) throws ServerException, NetworkException, BusinessObjectException
projectdocuments
- array of ProjectDocument 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<ProjectDocument> loadProjectDocuments(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 updateProjectDocuments(ProjectDocument[] projectdocuments) throws ServerException, NetworkException, BusinessObjectException
projectdocuments
- array of ProjectDocument 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 deleteProjectDocuments(ProjectDocument[] projectdocuments) throws ServerException, NetworkException, BusinessObjectException
projectdocuments
- array of ProjectDocument 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 WBSCategory loadWBSCategory(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 BOIterator<ActivityNote> loadActivityNotes(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<ActivityStep> loadActivitySteps(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<ActivityExpense> loadActivityExpenses(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<ResourceAssignment> loadResourceAssignments(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 ObjectId createProjectEstimate(ProjectEstimate projectestimate) throws ServerException, NetworkException, BusinessObjectException
projectestimate
- ProjectEstimate 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[] createProjectEstimates(ProjectEstimate[] projectestimates) throws ServerException, NetworkException, BusinessObjectException
projectestimates
- array of ProjectEstimate 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<ProjectEstimate> loadProjectEstimates(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 updateProjectEstimates(ProjectEstimate[] projectestimates) throws ServerException, NetworkException, BusinessObjectException
projectestimates
- array of ProjectEstimate 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 deleteProjectEstimates(ProjectEstimate[] projectestimates) throws ServerException, NetworkException, BusinessObjectException
projectestimates
- array of ProjectEstimate 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 createProjectThreshold(ProjectThreshold projectthreshold) throws ServerException, NetworkException, BusinessObjectException
projectthreshold
- ProjectThreshold 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[] createProjectThresholds(ProjectThreshold[] projectthresholds) throws ServerException, NetworkException, BusinessObjectException
projectthresholds
- array of ProjectThreshold 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<ProjectThreshold> loadProjectThresholds(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 updateProjectThresholds(ProjectThreshold[] projectthresholds) throws ServerException, NetworkException, BusinessObjectException
projectthresholds
- array of ProjectThreshold 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 deleteProjectThresholds(ProjectThreshold[] projectthresholds) throws ServerException, NetworkException, BusinessObjectException
projectthresholds
- array of ProjectThreshold 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<ActivityPeriodActual> loadActivityPeriodActuals(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<ResourceAssignmentPeriodActual> loadResourceAssignmentPeriodActuals(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<ActivityCodeAssignment> loadActivityCodeAssignments(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 objects@Deprecated public ObjectId[] getUDFTypesAssigned() throws BusinessObjectException
getUDFTypesAssigned
in class com.primavera.integration.client.bo.base.WBSBase
BusinessObjectException
public BOIterator<WBS> loadAllWBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
loadAllWBS
in class com.primavera.integration.client.bo.base.WBSBase
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 something was wrong in this Business objectpublic BOIterator<Activity> loadAllActivities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
loadAllActivities
in class com.primavera.integration.client.bo.base.WBSBase
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 something was wrong in this Business objectpublic BOIterator<ActivityExpense> loadAllActivityExpenses(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
loadAllActivityExpenses
in class com.primavera.integration.client.bo.base.WBSBase
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 something was wrong in this Business objectpublic BOIterator<ResourceAssignment> loadAllResourceAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
loadAllResourceAssignments
in class com.primavera.integration.client.bo.base.WBSBase
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 something was wrong in this Business objectpublic ObjectId getProjectObjectId() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setProjectObjectId(ObjectId o) throws BusinessObjectException
o
- the value to set this field to
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 getCode() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setCode(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 getProjectId() throws BusinessObjectException
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 ObjectId getWBSCategoryObjectId() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setWBSCategoryObjectId(ObjectId o) throws BusinessObjectException
o
- the value to set this field to
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 Unit getEstimatedWeight() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setEstimatedWeight(Unit u) throws BusinessObjectException
u
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic boolean getContainsSummaryData() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic ProjectStatus getStatus() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setStatus(ProjectStatus enm) throws BusinessObjectException
enm
- the value to set this field to
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 void setIndependentETCTotalCost(Cost c) throws BusinessObjectException
c
- 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 void setIndependentETCLaborUnits(Unit u) throws BusinessObjectException
u
- the value to set this field to
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 WBSSpread getWBSSpread() 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 EarnedValueComputeType getEarnedValueComputeType() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setEarnedValueComputeType(EarnedValueComputeType enm) throws BusinessObjectException
enm
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic EarnedValueETCComputeType getEarnedValueETCComputeType() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setEarnedValueETCComputeType(EarnedValueETCComputeType enm) throws BusinessObjectException
enm
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Unit getEarnedValueETCUserValue() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setEarnedValueETCUserValue(Unit u) throws BusinessObjectException
u
- the value to set this field to
BusinessObjectException
- if a problem occurred in the client-side business objectspublic Percent getEarnedValueUserPercent() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic void setEarnedValueUserPercent(Percent p) throws BusinessObjectException
p
- the value to set this field to
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 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 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 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 BeginDate getForecastStartDate() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic EndDate getForecastFinishDate() 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 Percent getSummaryUnitsPercentComplete() throws BusinessObjectException
BusinessObjectException
- if a problem occurred in the client-side business objectspublic boolean getIsBaseline() 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 |