Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.BusinessObjectException

Packages that use BusinessObjectException
com.primavera.integration.client Main classes, including Session, JobManager and GlobalObjectManager 
com.primavera.integration.client.bo Business object base class and iterator classes 
com.primavera.integration.client.bo.helper Business object helper classes 
com.primavera.integration.client.bo.object Client business object classes 
com.primavera.integration.client.xml.exporter Hierarchical XML exporter classes 
com.primavera.integration.client.xml.importer Hierarchical XML importer classes 
com.primavera.integration.client.xml.xmlexporter Flat XML exporter classes 
com.primavera.integration.util General utility classes 
 

Uses of BusinessObjectException in com.primavera.integration.client
 

Methods in com.primavera.integration.client that throw BusinessObjectException
 JobId JobManager.applyActuals(Project project, java.util.Date newDataDate)
          Asynchronously applies actuals to a project using the Primavera Job Service.
 ObjectId[] GlobalObjectManager.createActivityCodeTypes(ActivityCodeType[] activitycodetypes)
          Creates multiple ActivityCodeType objects in the database.
 ObjectId[] GlobalObjectManager.createBaselineTypes(BaselineType[] baselinetypes)
          Creates multiple BaselineType objects in the database.
 JobId JobManager.createBatchReportHTMLFile(BusinessObject[] objs, ObjectId batchReportId, java.lang.String sFileName, java.lang.String sUserNotes)
          Asynchronously create a batch report for one or more project and/or EPS objects using the Primavera Job Service, sending the output to an HTML file.
 JobId JobManager.createBatchReportPrinter(BusinessObject[] objs, ObjectId batchReportId, java.lang.String sUserNotes)
          Asynchronously a create batch report for one or more project and/or EPS objects using the Primavera Job Service, sending the output to a printer.
 JobId JobManager.createBatchReportTextFile(BusinessObject[] objs, ObjectId batchReportId, java.lang.String sFileName, java.lang.String sTextDelimiter, java.lang.String sTextQualifier, java.lang.String sUserNotes)
          Asynchronously create a batch report for one or more project and/or EPS objects using the Primavera Job Service, sending the output to a text file.
 ObjectId[] GlobalObjectManager.createCalendars(Calendar[] calendars)
          Creates multiple Calendar objects in the database.
 ObjectId[] GlobalObjectManager.createCostAccounts(CostAccount[] costaccounts)
          Creates multiple CostAccount objects in the database.
 ObjectId[] GlobalObjectManager.createCurrencies(Currency[] currencies)
          Creates multiple Currency objects in the database.
 ObjectId[] GlobalObjectManager.createDocumentCategories(DocumentCategory[] documentcategories)
          Creates multiple DocumentCategory objects in the database.
 ObjectId[] GlobalObjectManager.createDocuments(Document[] documents)
          Creates multiple Document objects in the database.
 ObjectId[] GlobalObjectManager.createDocumentStatusCodes(DocumentStatusCode[] documentstatuscodes)
          Creates multiple DocumentStatusCode objects in the database.
 ObjectId[] GlobalObjectManager.createEPS(EPS[] eps)
          Creates multiple EPS objects in the database.
 ObjectId[] GlobalObjectManager.createExpenseCategories(ExpenseCategory[] expensecategories)
          Creates multiple ExpenseCategory objects in the database.
 ObjectId[] GlobalObjectManager.createFinancialPeriods(FinancialPeriod[] financialperiods)
          Creates multiple FinancialPeriod objects in the database.
 ObjectId[] GlobalObjectManager.createFundingSources(FundingSource[] fundingsources)
          Creates multiple FundingSource objects in the database.
 ObjectId[] GlobalObjectManager.createGlobalProfiles(GlobalProfile[] globalprofiles)
          Creates multiple GlobalProfile objects in the database.
 ObjectId[] GlobalObjectManager.createNotebookTopics(NotebookTopic[] notebooktopics)
          Creates multiple NotebookTopic objects in the database.
 ObjectId[] GlobalObjectManager.createOBS(OBS[] obs)
          Creates multiple OBS objects in the database.
 ObjectId[] GlobalObjectManager.createOverheadCodes(OverheadCode[] overheadcodes)
          Creates multiple OverheadCode objects in the database.
 ObjectId[] GlobalObjectManager.createProjectCodes(ProjectCode[] projectcodes)
          Creates multiple ProjectCode objects in the database.
 ObjectId[] GlobalObjectManager.createProjectCodeTypes(ProjectCodeType[] projectcodetypes)
          Creates multiple ProjectCodeType objects in the database.
 ObjectId[] GlobalObjectManager.createProjectPortfolios(ProjectPortfolio[] projectportfolios)
          Creates multiple ProjectPortfolio objects in the database.
 ObjectId[] GlobalObjectManager.createProjectProfiles(ProjectProfile[] projectprofiles)
          Creates multiple ProjectProfile objects in the database.
 ObjectId[] GlobalObjectManager.createProjectResourceCategories(ProjectResourceCategory[] projectresourcecategories)
          Creates multiple ProjectResourceCategory objects in the database.
 ObjectId[] GlobalObjectManager.createProjects(Project[] projects)
          Creates multiple Project objects in the database.
 ObjectId[] GlobalObjectManager.createResourceCodeTypes(ResourceCodeType[] resourcecodetypes)
          Creates multiple ResourceCodeType objects in the database.
 ObjectId[] GlobalObjectManager.createResourceCurves(ResourceCurve[] resourcecurves)
          Creates multiple ResourceCurve objects in the database.
 ObjectId[] GlobalObjectManager.createResources(Resource[] resources)
          Creates multiple Resource objects in the database.
 ObjectId[] GlobalObjectManager.createResourceTeams(ResourceTeam[] resourceteams)
          Creates multiple ResourceTeam objects in the database.
 ObjectId[] GlobalObjectManager.createRiskTypes(RiskType[] risktypes)
          Creates multiple RiskType objects in the database.
 ObjectId[] GlobalObjectManager.createRoles(Role[] roles)
          Creates multiple Role objects in the database.
 ObjectId[] GlobalObjectManager.createRoleTeams(RoleTeam[] roleteams)
          Creates multiple RoleTeam objects in the database.
 ObjectId[] GlobalObjectManager.createShifts(Shift[] shifts)
          Creates multiple Shift objects in the database.
 ObjectId[] GlobalObjectManager.createUDFCodes(UDFCode[] udfcodes)
          Creates multiple UDFCode objects in the database.
 ObjectId[] GlobalObjectManager.createUDFTypes(UDFType[] udftypes)
          Creates multiple UDFType objects in the database.
 ObjectId[] GlobalObjectManager.createUnitOfMeasures(UnitOfMeasure[] unitofmeasures)
          Creates multiple UnitOfMeasure objects in the database.
 ObjectId[] GlobalObjectManager.createUsers(User[] users)
          Creates multiple User objects in the database.
 ObjectId[] GlobalObjectManager.createWBSCategories(WBSCategory[] wbscategories)
          Creates multiple WBSCategory objects in the database.
 void GlobalObjectManager.deleteActivityCodeTypes(ActivityCodeType[] activitycodetypes)
          Deletes multiple ActivityCodeType objects from the database.
 void GlobalObjectManager.deleteBaselineTypes(BaselineType[] baselinetypes)
          Deletes multiple BaselineType objects from the database.
 void GlobalObjectManager.deleteCalendars(Calendar[] calendars)
          Deletes multiple Calendar objects from the database.
 void GlobalObjectManager.deleteCostAccounts(CostAccount[] costaccounts)
          Deletes multiple CostAccount objects from the database.
 void GlobalObjectManager.deleteCurrencies(Currency[] currencies)
          Deletes multiple Currency objects from the database.
 void GlobalObjectManager.deleteDocumentCategories(DocumentCategory[] documentcategories)
          Deletes multiple DocumentCategory objects from the database.
 void GlobalObjectManager.deleteDocuments(Document[] documents)
          Deletes multiple Document objects from the database.
 void GlobalObjectManager.deleteDocumentStatusCodes(DocumentStatusCode[] documentstatuscodes)
          Deletes multiple DocumentStatusCode objects from the database.
 void GlobalObjectManager.deleteEPS(EPS[] eps)
          Deletes multiple EPS objects from the database.
 void GlobalObjectManager.deleteExpenseCategories(ExpenseCategory[] expensecategories)
          Deletes multiple ExpenseCategory objects from the database.
 void GlobalObjectManager.deleteFinancialPeriods(FinancialPeriod[] financialperiods)
          Deletes multiple FinancialPeriod objects from the database.
 void GlobalObjectManager.deleteFundingSources(FundingSource[] fundingsources)
          Deletes multiple FundingSource objects from the database.
 void GlobalObjectManager.deleteGlobalProfiles(GlobalProfile[] globalprofiles)
          Deletes multiple GlobalProfile objects from the database.
 void GlobalObjectManager.deleteNotebookTopics(NotebookTopic[] notebooktopics)
          Deletes multiple NotebookTopic objects from the database.
 void GlobalObjectManager.deleteOBS(OBS[] obs)
          Deletes multiple OBS objects from the database.
 void GlobalObjectManager.deleteOverheadCodes(OverheadCode[] overheadcodes)
          Deletes multiple OverheadCode objects from the database.
 void GlobalObjectManager.deleteProjectCodes(ProjectCode[] projectcodes)
          Deletes multiple ProjectCode objects from the database.
 void GlobalObjectManager.deleteProjectCodeTypes(ProjectCodeType[] projectcodetypes)
          Deletes multiple ProjectCodeType objects from the database.
 void GlobalObjectManager.deleteProjectPortfolios(ProjectPortfolio[] projectportfolios)
          Deletes multiple ProjectPortfolio objects from the database.
 void GlobalObjectManager.deleteProjectProfiles(ProjectProfile[] projectprofiles)
          Deletes multiple ProjectProfile objects from the database.
 void GlobalObjectManager.deleteProjectResourceCategories(ProjectResourceCategory[] projectresourcecategories)
          Deletes multiple ProjectResourceCategory objects from the database.
 void GlobalObjectManager.deleteProjects(Project[] projects)
          Deletes multiple Project objects from the database.
 void GlobalObjectManager.deleteResourceCodeTypes(ResourceCodeType[] resourcecodetypes)
          Deletes multiple ResourceCodeType objects from the database.
 void GlobalObjectManager.deleteResourceCurves(ResourceCurve[] resourcecurves)
          Deletes multiple ResourceCurve objects from the database.
 void GlobalObjectManager.deleteResources(Resource[] resources)
          Deletes multiple Resource objects from the database.
 void GlobalObjectManager.deleteResourceTeams(ResourceTeam[] resourceteams)
          Deletes multiple ResourceTeam objects from the database.
 void GlobalObjectManager.deleteRiskTypes(RiskType[] risktypes)
          Deletes multiple RiskType objects from the database.
 void GlobalObjectManager.deleteRoles(Role[] roles)
          Deletes multiple Role objects from the database.
 void GlobalObjectManager.deleteRoleTeams(RoleTeam[] roleteams)
          Deletes multiple RoleTeam objects from the database.
 void GlobalObjectManager.deleteShifts(Shift[] shifts)
          Deletes multiple Shift objects from the database.
 void GlobalObjectManager.deleteUDFCodes(UDFCode[] udfcodes)
          Deletes multiple UDFCode objects from the database.
 void GlobalObjectManager.deleteUDFTypes(UDFType[] udftypes)
          Deletes multiple UDFType objects from the database.
 void GlobalObjectManager.deleteUnitOfMeasures(UnitOfMeasure[] unitofmeasures)
          Deletes multiple UnitOfMeasure objects from the database.
 void GlobalObjectManager.deleteUsers(User[] users)
          Deletes multiple User objects from the database.
 void GlobalObjectManager.deleteWBSCategories(WBSCategory[] wbscategories)
          Deletes multiple WBSCategory objects from the database.
 JobId JobManager.javaSchedule(Project project, java.util.Date newDataDate)
          Asynchronously schedules a project using the Java scheduler.
 BOIterator<Activity> EnterpriseLoadManager.loadActivities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Activity objects from the database.
 BOIterator<Activity> EnterpriseLoadManager.loadActivitiesWithLiveSpread(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 Activity objects with live spreads from the database.
 BOIterator<ActivityCodeAssignment> EnterpriseLoadManager.loadActivityCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ActivityCodeAssignment objects from the database.
 BOIterator<ActivityCode> EnterpriseLoadManager.loadActivityCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ActivityCode objects from the database.
 BOIterator<ActivityCodeType> EnterpriseLoadManager.loadActivityCodeTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ActivityCodeType objects from the database.
 BOIterator<ActivityCodeType> GlobalObjectManager.loadActivityCodeTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ActivityCodeType objects from the database.
 BOIterator<ActivityExpense> EnterpriseLoadManager.loadActivityExpenses(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ActivityExpense objects from the database.
 BOIterator<ActivityNote> EnterpriseLoadManager.loadActivityNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ActivityNote objects from the database.
 BOIterator<ActivityOwner> EnterpriseLoadManager.loadActivityOwners(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ActivityOwner objects from the database.
 BOIterator<ActivityPeriodActual> EnterpriseLoadManager.loadActivityPeriodActuals(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ActivityPeriodActual objects from the database.
 BOIterator<ActivityStep> EnterpriseLoadManager.loadActivitySteps(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ActivityStep objects from the database.
 BOIterator<ActivityStepTemplateItem> EnterpriseLoadManager.loadActivityStepTemplateItems(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ActivityStepTemplateItem objects from the database.
 BOIterator<ActivityStepTemplate> EnterpriseLoadManager.loadActivityStepTemplates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ActivityStepTemplate objects from the database.
 BOIterator<ActivityStepTemplate> GlobalObjectManager.loadActivityStepTemplates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ActivityStepTemplate objects from the database.
 BOIterator<BaselineProject> EnterpriseLoadManager.loadBaselineProjects(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple BaselineProject objects from the database.
 BOIterator<BaselineProject> EnterpriseLoadManager.loadBaselineProjectsWithSummarizedSpread(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 BaselineProject objects with summarized spreads from the database.
 BOIterator<BaselineType> EnterpriseLoadManager.loadBaselineTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple BaselineType objects from the database.
 BOIterator<BaselineType> GlobalObjectManager.loadBaselineTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple BaselineType objects from the database.
 BOIterator<BatchReport> EnterpriseLoadManager.loadBatchReports(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple BatchReport objects from the database.
 BOIterator<BatchReport> GlobalObjectManager.loadBatchReports(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple BatchReport objects from the database.
 BOIterator<Calendar> EnterpriseLoadManager.loadCalendars(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Calendar objects from the database.
 BOIterator<Calendar> GlobalObjectManager.loadCalendars(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Calendar objects from the database.
 BOIterator<CostAccount> EnterpriseLoadManager.loadCostAccounts(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple CostAccount objects from the database.
 BOIterator<CostAccount> GlobalObjectManager.loadCostAccounts(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple CostAccount objects from the database.
 BOIterator<Currency> EnterpriseLoadManager.loadCurrencies(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Currency objects from the database.
 BOIterator<Currency> GlobalObjectManager.loadCurrencies(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Currency objects from the database.
 BOIterator<DocumentCategory> EnterpriseLoadManager.loadDocumentCategories(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple DocumentCategory objects from the database.
 BOIterator<DocumentCategory> GlobalObjectManager.loadDocumentCategories(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple DocumentCategory objects from the database.
 BOIterator<Document> EnterpriseLoadManager.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Document objects from the database.
 BOIterator<Document> GlobalObjectManager.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Document objects from the database.
 BOIterator<DocumentStatusCode> EnterpriseLoadManager.loadDocumentStatusCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple DocumentStatusCode objects from the database.
 BOIterator<DocumentStatusCode> GlobalObjectManager.loadDocumentStatusCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple DocumentStatusCode objects from the database.
 BOIterator<EPS> EnterpriseLoadManager.loadEPS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple EPS objects from the database.
 BOIterator<EPS> GlobalObjectManager.loadEPS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple EPS objects from the database.
 BOIterator<EPSBudgetChangeLog> EnterpriseLoadManager.loadEPSBudgetChangeLogs(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple EPSBudgetChangeLog objects from the database.
 BOIterator<EPSFunding> EnterpriseLoadManager.loadEPSFundings(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple EPSFunding objects from the database.
 BOIterator<EPSNote> EnterpriseLoadManager.loadEPSNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple EPSNote objects from the database.
 BOIterator<EPSSpendingPlan> EnterpriseLoadManager.loadEPSSpendingPlans(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple EPSSpendingPlan objects from the database.
 BOIterator<EPS> EnterpriseLoadManager.loadEPSWithSummarizedSpread(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 EPS objects with summarized spreads from the database.
 BOIterator<EPS> GlobalObjectManager.loadEPSWithSummarizedSpread(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 EPS objects with summarized spreads from the database.
 BOIterator<ExpenseCategory> EnterpriseLoadManager.loadExpenseCategories(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ExpenseCategory objects from the database.
 BOIterator<ExpenseCategory> GlobalObjectManager.loadExpenseCategories(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ExpenseCategory objects from the database.
 BOIterator<FinancialPeriod> EnterpriseLoadManager.loadFinancialPeriods(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple FinancialPeriod objects from the database.
 BOIterator<FinancialPeriod> GlobalObjectManager.loadFinancialPeriods(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple FinancialPeriod objects from the database.
 BOIterator<FundingSource> EnterpriseLoadManager.loadFundingSources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple FundingSource objects from the database.
 BOIterator<FundingSource> GlobalObjectManager.loadFundingSources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple FundingSource objects from the database.
 GlobalPreferences EnterpriseLoadManager.loadGlobalPreferences(java.lang.String[] fields)
          Loads the GlobalPreferences object from the database.
 GlobalPreferences GlobalObjectManager.loadGlobalPreferences(java.lang.String[] fields)
          Loads the GlobalPreferences object from the database.
 BOIterator<GlobalProfile> EnterpriseLoadManager.loadGlobalProfiles(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple GlobalProfile objects from the database.
 BOIterator<GlobalProfile> GlobalObjectManager.loadGlobalProfiles(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple GlobalProfile objects from the database.
 BOIterator<Initiation> EnterpriseLoadManager.loadInitiations(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Initiation objects from the database.
 BOIterator<Initiation> GlobalObjectManager.loadInitiations(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Initiation objects from the database.
 BOIterator<IssueHistory> EnterpriseLoadManager.loadIssueHistories(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple IssueHistory objects from the database.
 BOIterator<Methodology> EnterpriseLoadManager.loadMethodologies(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Methodology objects from the database.
 BOIterator<Methodology> GlobalObjectManager.loadMethodologies(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Methodology objects from the database.
 BOIterator<NotebookTopic> EnterpriseLoadManager.loadNotebookTopics(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple NotebookTopic objects from the database.
 BOIterator<NotebookTopic> GlobalObjectManager.loadNotebookTopics(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple NotebookTopic objects from the database.
 BOIterator<OBS> EnterpriseLoadManager.loadOBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple OBS objects from the database.
 BOIterator<OBS> GlobalObjectManager.loadOBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple OBS objects from the database.
 BOIterator<OverheadCode> EnterpriseLoadManager.loadOverheadCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple OverheadCode objects from the database.
 BOIterator<OverheadCode> GlobalObjectManager.loadOverheadCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple OverheadCode objects from the database.
 BOIterator<ProjectBudgetChangeLog> EnterpriseLoadManager.loadProjectBudgetChangeLogs(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectBudgetChangeLog objects from the database.
 BOIterator<UDFValue> EnterpriseLoadManager.loadProjectCalculatedUDFValues(UDFType[] udfTypes, java.lang.String whereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects.
 BOIterator<ProjectCodeAssignment> EnterpriseLoadManager.loadProjectCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectCodeAssignment objects from the database.
 BOIterator<ProjectCode> EnterpriseLoadManager.loadProjectCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectCode objects from the database.
 BOIterator<ProjectCode> GlobalObjectManager.loadProjectCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectCode objects from the database.
 BOIterator<ProjectCodeType> EnterpriseLoadManager.loadProjectCodeTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectCodeType objects from the database.
 BOIterator<ProjectCodeType> GlobalObjectManager.loadProjectCodeTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectCodeType objects from the database.
 BOIterator<ProjectCodeUser> EnterpriseLoadManager.loadProjectCodeUsers(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectCodeUser objects from the database.
 BOIterator<ProjectDocument> EnterpriseLoadManager.loadProjectDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectDocument objects from the database.
 BOIterator<ProjectEstimate> EnterpriseLoadManager.loadProjectEstimates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectEstimate objects from the database.
 BOIterator<ProjectFunding> EnterpriseLoadManager.loadProjectFundings(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectFunding objects from the database.
 BOIterator<ProjectIssue> EnterpriseLoadManager.loadProjectIssues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectIssue objects from the database.
 BOIterator<ProjectNote> EnterpriseLoadManager.loadProjectNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectNote objects from the database.
 BOIterator<ProjectPortfolio> EnterpriseLoadManager.loadProjectPortfolios(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectPortfolio objects from the database.
 BOIterator<ProjectPortfolio> GlobalObjectManager.loadProjectPortfolios(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectPortfolio objects from the database.
 BOIterator<ProjectProfile> EnterpriseLoadManager.loadProjectProfiles(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectProfile objects from the database.
 BOIterator<ProjectProfile> GlobalObjectManager.loadProjectProfiles(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectProfile objects from the database.
 BOIterator<ProjectResourceCategory> EnterpriseLoadManager.loadProjectResourceCategories(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectResourceCategory objects from the database.
 BOIterator<ProjectResourceCategory> GlobalObjectManager.loadProjectResourceCategories(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectResourceCategory objects from the database.
 BOIterator<ProjectResourceQuantity> EnterpriseLoadManager.loadProjectResourceQuantities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectResourceQuantity objects from the database.
 BOIterator<ProjectResource> EnterpriseLoadManager.loadProjectResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectResource objects from the database.
 BOIterator<ProjectRisk> EnterpriseLoadManager.loadProjectRisks(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectRisk objects from the database.
 BOIterator<Project> EnterpriseLoadManager.loadProjects(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Project objects from the database.
 BOIterator<Project> GlobalObjectManager.loadProjects(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Project objects from the database.
 BOIterator<ProjectSpendingPlan> EnterpriseLoadManager.loadProjectSpendingPlans(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectSpendingPlan objects from the database.
 BOIterator<Project> EnterpriseLoadManager.loadProjectsWithProjectResourceSpread(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, ObjectId[] resourceObjectIds)
          Loads multiple Project objects with Resource spreads from the database.
 BOIterator<Project> GlobalObjectManager.loadProjectsWithProjectResourceSpread(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, ObjectId[] resourceObjectIds)
          Loads multiple Project objects with Resource spreads from the database.
 BOIterator<Project> EnterpriseLoadManager.loadProjectsWithProjectRoleSpread(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, ObjectId[] roleObjectIds)
          Loads multiple Project objects with Role spreads from the database.
 BOIterator<Project> GlobalObjectManager.loadProjectsWithProjectRoleSpread(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, ObjectId[] roleObjectIds)
          Loads multiple Project objects with Role spreads from the database.
 BOIterator<Project> EnterpriseLoadManager.loadProjectsWithSummarizedSpread(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 Project objects with summarized spreads from the database.
 BOIterator<Project> GlobalObjectManager.loadProjectsWithSummarizedSpread(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 Project objects with summarized spreads from the database.
 BOIterator<ProjectThreshold> EnterpriseLoadManager.loadProjectThresholds(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectThreshold objects from the database.
 BOIterator<Relationship> EnterpriseLoadManager.loadRelationships(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Relationship objects from the database.
 BOIterator<ResourceAccess> EnterpriseLoadManager.loadResourceAccess(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceAccess objects from the database.
 BOIterator<ResourceAssignmentPeriodActual> EnterpriseLoadManager.loadResourceAssignmentPeriodActuals(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceAssignmentPeriodActual objects from the database.
 BOIterator<ResourceAssignment> EnterpriseLoadManager.loadResourceAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceAssignment objects from the database.
 BOIterator<ResourceAssignment> EnterpriseLoadManager.loadResourceAssignmentsWithLiveSpread(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 ResourceAssignment objects with live spreads from the database.
 BOIterator<ResourceCodeAssignment> EnterpriseLoadManager.loadResourceCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceCodeAssignment objects from the database.
 BOIterator<ResourceCode> EnterpriseLoadManager.loadResourceCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceCode objects from the database.
 BOIterator<ResourceCodeType> EnterpriseLoadManager.loadResourceCodeTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceCodeType objects from the database.
 BOIterator<ResourceCodeType> GlobalObjectManager.loadResourceCodeTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceCodeType objects from the database.
 BOIterator<ResourceCurve> EnterpriseLoadManager.loadResourceCurves(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceCurve objects from the database.
 BOIterator<ResourceCurve> GlobalObjectManager.loadResourceCurves(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceCurve objects from the database.
 BOIterator<ResourceHour> EnterpriseLoadManager.loadResourceHours(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceHour objects from the database.
 BOIterator<ResourceRate> EnterpriseLoadManager.loadResourceRates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceRate objects from the database.
 BOIterator<ResourceRole> EnterpriseLoadManager.loadResourceRoles(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceRole objects from the database.
 BOIterator<Resource> EnterpriseLoadManager.loadResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Resource objects from the database.
 BOIterator<Resource> GlobalObjectManager.loadResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Resource objects from the database.
 BOIterator<Resource> EnterpriseLoadManager.loadResourcesWithProjectResourceSpread(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, ObjectId[] projectObjectIds)
          Loads multiple Resource objects with Resource spreads from the database.
 BOIterator<Resource> GlobalObjectManager.loadResourcesWithProjectResourceSpread(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, ObjectId[] projectObjectIds)
          Loads multiple Resource objects with Resource spreads from the database.
 BOIterator<ResourceTeam> EnterpriseLoadManager.loadResourceTeams(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceTeam objects from the database.
 BOIterator<ResourceTeam> GlobalObjectManager.loadResourceTeams(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ResourceTeam objects from the database.
 BOIterator<RiskType> EnterpriseLoadManager.loadRiskTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple RiskType objects from the database.
 BOIterator<RiskType> GlobalObjectManager.loadRiskTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple RiskType objects from the database.
 BOIterator<RoleLimit> EnterpriseLoadManager.loadRoleLimits(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple RoleLimit objects from the database.
 BOIterator<RoleRate> EnterpriseLoadManager.loadRoleRates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple RoleRate objects from the database.
 BOIterator<Role> EnterpriseLoadManager.loadRoles(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Role objects from the database.
 BOIterator<Role> GlobalObjectManager.loadRoles(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Role objects from the database.
 BOIterator<Role> EnterpriseLoadManager.loadRolesWithProjectRoleSpread(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, ObjectId[] projectObjectIds)
          Loads multiple Role objects with Role spreads from the database.
 BOIterator<Role> GlobalObjectManager.loadRolesWithProjectRoleSpread(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, ObjectId[] projectObjectIds)
          Loads multiple Role objects with Role spreads from the database.
 BOIterator<RoleTeam> EnterpriseLoadManager.loadRoleTeams(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple RoleTeam objects from the database.
 BOIterator<RoleTeam> GlobalObjectManager.loadRoleTeams(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple RoleTeam objects from the database.
 BOIterator<ScheduleOptions> EnterpriseLoadManager.loadScheduleOptions(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ScheduleOptions objects from the database.
 BOIterator<ShiftPeriod> EnterpriseLoadManager.loadShiftPeriods(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ShiftPeriod objects from the database.
 BOIterator<Shift> EnterpriseLoadManager.loadShifts(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Shift objects from the database.
 BOIterator<Shift> GlobalObjectManager.loadShifts(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Shift objects from the database.
 BOIterator<ThresholdParameter> EnterpriseLoadManager.loadThresholdParameters(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ThresholdParameter objects from the database.
 BOIterator<ThresholdParameter> GlobalObjectManager.loadThresholdParameters(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ThresholdParameter objects from the database.
 BOIterator<TimesheetAudit> EnterpriseLoadManager.loadTimesheetAudits(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple TimesheetAudit objects from the database.
 BOIterator<TimesheetAudit> GlobalObjectManager.loadTimesheetAudits(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple TimesheetAudit objects from the database.
 BOIterator<TimesheetDelegate> EnterpriseLoadManager.loadTimesheetDelegates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple TimesheetDelegate objects from the database.
 BOIterator<TimesheetPeriod> EnterpriseLoadManager.loadTimesheetPeriods(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple TimesheetPeriod objects from the database.
 BOIterator<TimesheetPeriod> GlobalObjectManager.loadTimesheetPeriods(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple TimesheetPeriod objects from the database.
 BOIterator<Timesheet> EnterpriseLoadManager.loadTimesheets(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Timesheet objects from the database.
 BOIterator<UDFCode> EnterpriseLoadManager.loadUDFCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UDFCode objects from the database.
 BOIterator<UDFCode> GlobalObjectManager.loadUDFCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UDFCode objects from the database.
 BOIterator<UDFType> EnterpriseLoadManager.loadUDFTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UDFType objects from the database.
 BOIterator<UDFType> GlobalObjectManager.loadUDFTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UDFType objects from the database.
 BOIterator<UDFValue> EnterpriseLoadManager.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UDFValue objects from the database.
 BOIterator<UnitOfMeasure> EnterpriseLoadManager.loadUnitOfMeasures(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UnitOfMeasure objects from the database.
 BOIterator<UnitOfMeasure> GlobalObjectManager.loadUnitOfMeasures(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UnitOfMeasure objects from the database.
 BOIterator<UserFieldTitle> EnterpriseLoadManager.loadUserFieldTitles(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UserFieldTitle objects from the database.
 BOIterator<UserFieldTitle> GlobalObjectManager.loadUserFieldTitles(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UserFieldTitle objects from the database.
 BOIterator<UserInterfaceView> EnterpriseLoadManager.loadUserInterfaceViews(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UserInterfaceView objects from the database.
 BOIterator<UserLicense> EnterpriseLoadManager.loadUserLicenses(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UserLicense objects from the database.
 BOIterator<UserOBS> EnterpriseLoadManager.loadUserOBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UserOBS objects from the database.
 BOIterator<User> EnterpriseLoadManager.loadUsers(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple User objects from the database.
 BOIterator<User> GlobalObjectManager.loadUsers(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple User objects from the database.
 BOIterator<WBS> EnterpriseLoadManager.loadWBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple WBS objects from the database.
 BOIterator<WBSCategory> EnterpriseLoadManager.loadWBSCategories(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple WBSCategory objects from the database.
 BOIterator<WBSCategory> GlobalObjectManager.loadWBSCategories(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple WBSCategory objects from the database.
 BOIterator<WBSMilestone> EnterpriseLoadManager.loadWBSMilestones(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple WBSMilestone objects from the database.
 BOIterator<WBS> EnterpriseLoadManager.loadWBSWithSummarizedSpread(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 WBS objects with summarized spreads from the database.
 JobId JobManager.runProjectArchitect(ObjectId projectObjId, ObjectId methodologyObjId, ObjectId wbsObjId, boolean mergeToRoot, boolean useMMPricePerUnit, int complexity, boolean useMMResponsibleMgr)
          Asynchronously runs the Project Architect to create a project plan from a methodology defined in the Methodology Manager database.
 JobId JobManager.schedule(Project project, java.util.Date newDataDate)
          Asynchronously schedules a project using the Primavera Job Service.
 JobId JobManager.storePeriodPerformance(Project project, ObjectId finPerObjId)
          Asynchronously stores period performance for a single project.
 JobId JobManager.summarize(EPS eps)
          Asynchronously summarizes an EPS node using the Primavera Job Service.
 JobId JobManager.summarize(Project project)
          Asynchronously summarizes a project using the Primavera Job Service.
 void GlobalObjectManager.updateActivityCodeTypes(ActivityCodeType[] activitycodetypes)
          Updates multiple ActivityCodeType objects in the database.
 void GlobalObjectManager.updateBaselineTypes(BaselineType[] baselinetypes)
          Updates multiple BaselineType objects in the database.
 void GlobalObjectManager.updateBatchReports(BatchReport[] batchreports)
          Updates multiple BatchReport objects in the database.
 void GlobalObjectManager.updateCalendars(Calendar[] calendars)
          Updates multiple Calendar objects in the database.
 void GlobalObjectManager.updateCalendars(Calendar[] calendars, boolean replaceHolidayOrExceptions)
          Updates multiple Calendar objects in the database with the option to replace all holidays and exceptions.
 void GlobalObjectManager.updateCostAccounts(CostAccount[] costaccounts)
          Updates multiple CostAccount objects in the database.
 void GlobalObjectManager.updateCurrencies(Currency[] currencies)
          Updates multiple Currency objects in the database.
 void GlobalObjectManager.updateDocumentCategories(DocumentCategory[] documentcategories)
          Updates multiple DocumentCategory objects in the database.
 void GlobalObjectManager.updateDocuments(Document[] documents)
          Updates multiple Document objects in the database.
 void GlobalObjectManager.updateDocumentStatusCodes(DocumentStatusCode[] documentstatuscodes)
          Updates multiple DocumentStatusCode objects in the database.
 void GlobalObjectManager.updateEPS(EPS[] eps)
          Updates multiple EPS objects in the database.
 void GlobalObjectManager.updateExpenseCategories(ExpenseCategory[] expensecategories)
          Updates multiple ExpenseCategory objects in the database.
 void GlobalObjectManager.updateFinancialPeriods(FinancialPeriod[] financialperiods)
          Updates multiple FinancialPeriod objects in the database.
 void GlobalObjectManager.updateFundingSources(FundingSource[] fundingsources)
          Updates multiple FundingSource objects in the database.
 void GlobalObjectManager.updateGlobalPreferences(GlobalPreferences globalpreferences)
          Update the GlobalPreferences object in the database.
 void GlobalObjectManager.updateGlobalProfiles(GlobalProfile[] globalprofiles)
          Updates multiple GlobalProfile objects in the database.
 void GlobalObjectManager.updateNotebookTopics(NotebookTopic[] notebooktopics)
          Updates multiple NotebookTopic objects in the database.
 void GlobalObjectManager.updateOBS(OBS[] obs)
          Updates multiple OBS objects in the database.
 void GlobalObjectManager.updateOverheadCodes(OverheadCode[] overheadcodes)
          Updates multiple OverheadCode objects in the database.
 void GlobalObjectManager.updateProjectCodes(ProjectCode[] projectcodes)
          Updates multiple ProjectCode objects in the database.
 void GlobalObjectManager.updateProjectCodeTypes(ProjectCodeType[] projectcodetypes)
          Updates multiple ProjectCodeType objects in the database.
 void GlobalObjectManager.updateProjectPortfolios(ProjectPortfolio[] projectportfolios)
          Updates multiple ProjectPortfolio objects in the database.
 void GlobalObjectManager.updateProjectProfiles(ProjectProfile[] projectprofiles)
          Updates multiple ProjectProfile objects in the database.
 void GlobalObjectManager.updateProjectResourceCategories(ProjectResourceCategory[] projectresourcecategories)
          Updates multiple ProjectResourceCategory objects in the database.
 void GlobalObjectManager.updateProjects(Project[] projects)
          Updates multiple Project objects in the database.
 void GlobalObjectManager.updateResourceCodeTypes(ResourceCodeType[] resourcecodetypes)
          Updates multiple ResourceCodeType objects in the database.
 void GlobalObjectManager.updateResourceCurves(ResourceCurve[] resourcecurves)
          Updates multiple ResourceCurve objects in the database.
 void GlobalObjectManager.updateResources(Resource[] resources)
          Updates multiple Resource objects in the database.
 void GlobalObjectManager.updateResourceTeams(ResourceTeam[] resourceteams)
          Updates multiple ResourceTeam objects in the database.
 void GlobalObjectManager.updateRiskTypes(RiskType[] risktypes)
          Updates multiple RiskType objects in the database.
 void GlobalObjectManager.updateRoles(Role[] roles)
          Updates multiple Role objects in the database.
 void GlobalObjectManager.updateRoleTeams(RoleTeam[] roleteams)
          Updates multiple RoleTeam objects in the database.
 void GlobalObjectManager.updateShifts(Shift[] shifts)
          Updates multiple Shift objects in the database.
 void GlobalObjectManager.updateUDFCodes(UDFCode[] udfcodes)
          Updates multiple UDFCode objects in the database.
 void GlobalObjectManager.updateUDFTypes(UDFType[] udftypes)
          Updates multiple UDFType objects in the database.
 void GlobalObjectManager.updateUnitOfMeasures(UnitOfMeasure[] unitofmeasures)
          Updates multiple UnitOfMeasure objects in the database.
 void GlobalObjectManager.updateUserFieldTitles(UserFieldTitle[] userfieldtitles)
          Updates multiple UserFieldTitle objects in the database.
 void GlobalObjectManager.updateUsers(User[] users)
          Updates multiple User objects in the database.
 void GlobalObjectManager.updateWBSCategories(WBSCategory[] wbscategories)
          Updates multiple WBSCategory objects in the database.
 

Uses of BusinessObjectException in com.primavera.integration.client.bo
 

Subclasses of BusinessObjectException in com.primavera.integration.client.bo
 class FieldNotLoadedException
          Field not loaded exception, which will occur when calling a get method on a field that has not been loaded from the server and not specified using the associated set method.
 class InvalidFieldException
          An exception that occurs when a field is not valid in a particular business object.
 class InvalidValueException
          An exception that occurs when attempting to set the value of a field in a business object to an invalid value.
 class OrderByFieldException
          An exception that occurs when an invalid field is specified in the order by parameter of a business object load method.
 class WhereClauseException
          WhereClauseException will be thrown when the client-side SQL parser encounters any errors.
 class WhereClauseFieldException
          An exception that occurs when an invalid field is specified in the where clause parameter of a business object load method.
 

Methods in com.primavera.integration.client.bo that throw BusinessObjectException
 ObjectId[] BOHelper.create(Session session, java.util.List<? extends BusinessObject> alObjects)
          Creates multiple business objects of this type in the database.
 void BOHelper.delete(Session session, java.util.List<? extends BusinessObject> alObjects)
          Deletes business objects of this type.
 void BOHelper.delete(Session session, java.util.List<? extends BusinessObject> alObjects, ObjectId replacementParent)
          Deletes business objects of this type, specifying a replacement parent
 T[] BOIterator.getAll()
          Gets all business objects from loads that are known to have small result sets.
 java.lang.String BOHelper.getCodeValue(BusinessObject bo, ObjectId codeTypeObjectId)
          Gets the value of a particular code value for the given business object.
 ObjectId BOHelper.getCodeValueObjectId(BusinessObject bo, ObjectId codeTypeObjectId)
          Gets the value of a particular code value for the given business object.
 java.lang.Integer BOHelper.getMaxFieldLength(Session session, java.lang.String fieldName)
          Retrieves the field length limit for string type field.
 ObjectId BusinessObject.getObjectId()
          Gets the ObjectId for this object.
 java.lang.String BOHelper.getUDFValue(BusinessObject bo, ObjectId typeObjectId, UDFDataType type)
          Gets the value of a particular UDF field for the given business object.
 java.lang.Object BOHelper.getUDFValueAsObject(BusinessObject bo, ObjectId typeObjectId, UDFDataType type)
          Gets the value as an Object of a particular UDF field for the given business object.
 java.lang.String BOHelper.getValue(BusinessObject bo, java.lang.String sFieldName)
          Gets the value as a String of a particular field that was loaded for the given business object.
 java.lang.Object BOHelper.getValueAsObject(BusinessObject bo, java.lang.String sFieldName)
          Gets the value as an Object of a particular field that was loaded for the given business object.
 boolean BOHelper.hasFieldValue(BusinessObject bo, java.lang.String fieldName)
          Checks if the business object has a value for the specified field
 boolean BusinessObject.isNull(java.lang.String sFieldName)
          Checks whether a field is currently null in the result set returned from the database.
 BOIterator<T> BOHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads business objects of this type from a given parent.
 T BOHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a business object of this type by ObjectId.
 BOIterator<T> BOHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple business objects of this type by ObjectId.
 T BOHelper.newBusinessObject(Session session, java.util.Map<java.lang.String,java.lang.String> fieldValueMap)
          Creates a new client-side instance of this type of business object and sets its field values from a map
 T BOHelper.newBusinessObject(Session session, ObjectId objectId)
          Creates a new client-side instance of this type of business object and sets its unique ID.
 void BOHelper.setCodeValueObjectId(BusinessObject bo, ObjectId codeTypeObjectId, ObjectId codeValueObjectId)
          Gets the value of a particular code value for the given business object.
 void BusinessObject.setNull(java.lang.String sFieldName)
          Sets a field to null.
 void BusinessObject.setObjectId(ObjectId objId)
          Sets the ObjectId for this object.
 void BOHelper.setUDFValue(BusinessObject bo, ObjectId typeObjectId, UDFDataType type, java.lang.String sValue)
          Sets the value of a particular UDF field for the given business object.
 void BOHelper.setValue(BusinessObject bo, java.lang.String sFieldName, java.lang.String sValue)
          Sets the value of a particular field for the given business object.
 void BOHelper.setValues(BusinessObject bo, java.util.Map<java.lang.String,java.lang.String> fieldValueMap)
          Sets field values (from a map) for the given business object
 void BOHelper.update(Session session, java.util.List<? extends BusinessObject> alObjects)
          Updates business objects of this type.
 

Constructors in com.primavera.integration.client.bo that throw BusinessObjectException
BOIterator(Session session, com.primavera.bo.defs.BusinessObjectDef boDef, com.primavera.infr.db.PrmRowSet rowSet, com.primavera.bo.base.RemoteTXId txId)
          Class constructor used for when an empty BOIterator is needed.
BOIterator(Session session, com.primavera.bo.defs.BusinessObjectDef boDef, com.primavera.infr.db.PrmRowSet rowSet, java.lang.String[] aIntgFieldName, ObjectId[] objIds, int iPageSize, com.primavera.bo.common.PRequestOptions opts, com.primavera.bo.base.RemoteTXId txId)
          Class constructor used when loading by ObjectId.
BOIterator(Session session, com.primavera.bo.defs.BusinessObjectDef boDef, com.primavera.infr.db.PrmRowSet rowSet, java.lang.String[] aIntgFieldName, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions opts, com.primavera.bo.base.RemoteTXId txId)
          Class constructor used when loading with where clause and order by clause.
 

Uses of BusinessObjectException in com.primavera.integration.client.bo.helper
 

Methods in com.primavera.integration.client.bo.helper that throw BusinessObjectException
 ObjectId[] ActivityCodeAssignmentHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ActivityCodeHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ActivityCodeTypeHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ActivityExpenseHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ActivityHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ActivityNoteHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ActivityOwnerHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ActivityPeriodActualHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ActivityStepHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ActivityStepTemplateHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ActivityStepTemplateItemHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] BaselineProjectHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] BaselineTypeHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] BatchReportHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] CalendarHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] CostAccountHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] CurrencyHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] DocumentCategoryHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] DocumentHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] DocumentStatusCodeHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] EPSBudgetChangeLogHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] EPSFundingHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] EPSHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] EPSNoteHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] EPSSpendingPlanHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ExpenseCategoryHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] FinancialPeriodHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] FundingSourceHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] GlobalPreferencesHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] GlobalProfileHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] InitiationHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] IssueHistoryHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] MethodologyHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] NotebookTopicHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] OBSHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] OverheadCodeHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectBudgetChangeLogHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectCodeAssignmentHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectCodeHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectCodeTypeHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectCodeUserHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectDocumentHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectEstimateHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectFundingHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectIssueHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectNoteHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectPortfolioHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectProfileHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectResourceCategoryHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectResourceHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectResourceQuantityHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectRiskHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectSpendingPlanHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ProjectThresholdHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] RelationshipHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ResourceAccessHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ResourceAssignmentHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ResourceAssignmentPeriodActualHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ResourceCodeAssignmentHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ResourceCodeHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ResourceCodeTypeHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ResourceCurveHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ResourceHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ResourceHourHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ResourceRateHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ResourceRoleHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ResourceTeamHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] RiskTypeHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] RoleHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] RoleLimitHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] RoleRateHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] RoleTeamHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ScheduleOptionsHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ShiftHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ShiftPeriodHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] ThresholdParameterHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] TimesheetAuditHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] TimesheetDelegateHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] TimesheetHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] TimesheetPeriodHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] UDFCodeHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] UDFTypeHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] UDFValueHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] UnitOfMeasureHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] UserFieldTitleHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] UserHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] UserInterfaceViewHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] UserLicenseHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] UserOBSHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] WBSCategoryHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] WBSHelper.create(Session session, java.util.List alObjects)
           
 ObjectId[] WBSMilestoneHelper.create(Session session, java.util.List alObjects)
           
 void ActivityCodeAssignmentHelper.delete(Session session, java.util.List alObjects)
           
 void ActivityCodeHelper.delete(Session session, java.util.List alObjects)
           
 void ActivityCodeTypeHelper.delete(Session session, java.util.List alObjects)
           
 void ActivityExpenseHelper.delete(Session session, java.util.List alObjects)
           
 void ActivityHelper.delete(Session session, java.util.List alObjects)
           
 void ActivityNoteHelper.delete(Session session, java.util.List alObjects)
           
 void ActivityOwnerHelper.delete(Session session, java.util.List alObjects)
           
 void ActivityPeriodActualHelper.delete(Session session, java.util.List alObjects)
           
 void ActivityStepHelper.delete(Session session, java.util.List alObjects)
           
 void ActivityStepTemplateHelper.delete(Session session, java.util.List alObjects)
           
 void ActivityStepTemplateItemHelper.delete(Session session, java.util.List alObjects)
           
 void BaselineProjectHelper.delete(Session session, java.util.List alObjects)
           
 void BaselineTypeHelper.delete(Session session, java.util.List alObjects)
           
 void BatchReportHelper.delete(Session session, java.util.List alObjects)
           
 void CalendarHelper.delete(Session session, java.util.List alObjects)
           
 void CostAccountHelper.delete(Session session, java.util.List alObjects)
           
 void CurrencyHelper.delete(Session session, java.util.List alObjects)
           
 void DocumentCategoryHelper.delete(Session session, java.util.List alObjects)
           
 void DocumentHelper.delete(Session session, java.util.List alObjects)
           
 void DocumentStatusCodeHelper.delete(Session session, java.util.List alObjects)
           
 void EPSBudgetChangeLogHelper.delete(Session session, java.util.List alObjects)
           
 void EPSFundingHelper.delete(Session session, java.util.List alObjects)
           
 void EPSHelper.delete(Session session, java.util.List alObjects)
           
 void EPSNoteHelper.delete(Session session, java.util.List alObjects)
           
 void EPSSpendingPlanHelper.delete(Session session, java.util.List alObjects)
           
 void ExpenseCategoryHelper.delete(Session session, java.util.List alObjects)
           
 void FinancialPeriodHelper.delete(Session session, java.util.List alObjects)
           
 void FundingSourceHelper.delete(Session session, java.util.List alObjects)
           
 void GlobalPreferencesHelper.delete(Session session, java.util.List alObjects)
           
 void GlobalProfileHelper.delete(Session session, java.util.List alObjects)
           
 void InitiationHelper.delete(Session session, java.util.List alObjects)
           
 void IssueHistoryHelper.delete(Session session, java.util.List alObjects)
           
 void MethodologyHelper.delete(Session session, java.util.List alObjects)
           
 void NotebookTopicHelper.delete(Session session, java.util.List alObjects)
           
 void OBSHelper.delete(Session session, java.util.List alObjects)
           
 void OverheadCodeHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectBudgetChangeLogHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectCodeAssignmentHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectCodeHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectCodeTypeHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectCodeUserHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectDocumentHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectEstimateHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectFundingHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectIssueHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectNoteHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectPortfolioHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectProfileHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectResourceCategoryHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectResourceHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectResourceQuantityHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectRiskHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectSpendingPlanHelper.delete(Session session, java.util.List alObjects)
           
 void ProjectThresholdHelper.delete(Session session, java.util.List alObjects)
           
 void RelationshipHelper.delete(Session session, java.util.List alObjects)
           
 void ResourceAccessHelper.delete(Session session, java.util.List alObjects)
           
 void ResourceAssignmentHelper.delete(Session session, java.util.List alObjects)
           
 void ResourceAssignmentPeriodActualHelper.delete(Session session, java.util.List alObjects)
           
 void ResourceCodeAssignmentHelper.delete(Session session, java.util.List alObjects)
           
 void ResourceCodeHelper.delete(Session session, java.util.List alObjects)
           
 void ResourceCodeTypeHelper.delete(Session session, java.util.List alObjects)
           
 void ResourceCurveHelper.delete(Session session, java.util.List alObjects)
           
 void ResourceHelper.delete(Session session, java.util.List alObjects)
           
 void ResourceHourHelper.delete(Session session, java.util.List alObjects)
           
 void ResourceRateHelper.delete(Session session, java.util.List alObjects)
           
 void ResourceRoleHelper.delete(Session session, java.util.List alObjects)
           
 void ResourceTeamHelper.delete(Session session, java.util.List alObjects)
           
 void RiskTypeHelper.delete(Session session, java.util.List alObjects)
           
 void RoleHelper.delete(Session session, java.util.List alObjects)
           
 void RoleLimitHelper.delete(Session session, java.util.List alObjects)
           
 void RoleRateHelper.delete(Session session, java.util.List alObjects)
           
 void RoleTeamHelper.delete(Session session, java.util.List alObjects)
           
 void ScheduleOptionsHelper.delete(Session session, java.util.List alObjects)
           
 void ShiftHelper.delete(Session session, java.util.List alObjects)
           
 void ShiftPeriodHelper.delete(Session session, java.util.List alObjects)
           
 void ThresholdParameterHelper.delete(Session session, java.util.List alObjects)
           
 void TimesheetAuditHelper.delete(Session session, java.util.List alObjects)
           
 void TimesheetDelegateHelper.delete(Session session, java.util.List alObjects)
           
 void TimesheetHelper.delete(Session session, java.util.List alObjects)
           
 void TimesheetPeriodHelper.delete(Session session, java.util.List alObjects)
           
 void UDFCodeHelper.delete(Session session, java.util.List alObjects)
           
 void UDFTypeHelper.delete(Session session, java.util.List alObjects)
           
 void UDFValueHelper.delete(Session session, java.util.List alObjects)
           
 void UnitOfMeasureHelper.delete(Session session, java.util.List alObjects)
           
 void UserFieldTitleHelper.delete(Session session, java.util.List alObjects)
           
 void UserHelper.delete(Session session, java.util.List alObjects)
           
 void UserInterfaceViewHelper.delete(Session session, java.util.List alObjects)
           
 void UserLicenseHelper.delete(Session session, java.util.List alObjects)
           
 void UserOBSHelper.delete(Session session, java.util.List alObjects)
           
 void WBSCategoryHelper.delete(Session session, java.util.List alObjects)
           
 void WBSHelper.delete(Session session, java.util.List alObjects)
           
 void WBSMilestoneHelper.delete(Session session, java.util.List alObjects)
           
 void ActivityCodeAssignmentHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ActivityCodeHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ActivityCodeTypeHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ActivityExpenseHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ActivityHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ActivityNoteHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ActivityOwnerHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ActivityPeriodActualHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ActivityStepHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ActivityStepTemplateHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ActivityStepTemplateItemHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void BaselineProjectHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void BaselineTypeHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void BatchReportHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void CalendarHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void CostAccountHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void CurrencyHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void DocumentCategoryHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void DocumentHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void DocumentStatusCodeHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void EPSBudgetChangeLogHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void EPSFundingHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void EPSHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void EPSNoteHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void EPSSpendingPlanHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ExpenseCategoryHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void FinancialPeriodHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void FundingSourceHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void GlobalPreferencesHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void GlobalProfileHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void InitiationHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void IssueHistoryHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void MethodologyHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void NotebookTopicHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void OBSHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void OverheadCodeHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectBudgetChangeLogHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectCodeAssignmentHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectCodeHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectCodeTypeHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectCodeUserHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectDocumentHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectEstimateHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectFundingHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectIssueHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectNoteHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectPortfolioHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectProfileHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectResourceCategoryHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectResourceHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectResourceQuantityHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectRiskHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectSpendingPlanHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ProjectThresholdHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void RelationshipHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ResourceAccessHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ResourceAssignmentHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ResourceAssignmentPeriodActualHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ResourceCodeAssignmentHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ResourceCodeHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ResourceCodeTypeHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ResourceCurveHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ResourceHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ResourceHourHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ResourceRateHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ResourceRoleHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ResourceTeamHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void RiskTypeHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void RoleHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void RoleLimitHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void RoleRateHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void RoleTeamHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ScheduleOptionsHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ShiftHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ShiftPeriodHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void ThresholdParameterHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void TimesheetAuditHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void TimesheetDelegateHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void TimesheetHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void TimesheetPeriodHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void UDFCodeHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void UDFTypeHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void UDFValueHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void UnitOfMeasureHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void UserFieldTitleHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void UserHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void UserInterfaceViewHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void UserLicenseHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void UserOBSHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void WBSCategoryHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void WBSHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 void WBSMilestoneHelper.delete(Session session, java.util.List alObjects, ObjectId replacementParent)
           
 BOIterator<ActivityCodeAssignment> ActivityCodeAssignmentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ActivityCode> ActivityCodeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ActivityCodeType> ActivityCodeTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ActivityExpense> ActivityExpenseHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Activity> ActivityHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ActivityNote> ActivityNoteHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ActivityOwner> ActivityOwnerHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ActivityPeriodActual> ActivityPeriodActualHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ActivityStep> ActivityStepHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ActivityStepTemplate> ActivityStepTemplateHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ActivityStepTemplateItem> ActivityStepTemplateItemHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<BaselineProject> BaselineProjectHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<BaselineType> BaselineTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<BatchReport> BatchReportHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Calendar> CalendarHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<CostAccount> CostAccountHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Currency> CurrencyHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<DocumentCategory> DocumentCategoryHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Document> DocumentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<DocumentStatusCode> DocumentStatusCodeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<EPSBudgetChangeLog> EPSBudgetChangeLogHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<EPSFunding> EPSFundingHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<EPS> EPSHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<EPSNote> EPSNoteHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<EPSSpendingPlan> EPSSpendingPlanHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ExpenseCategory> ExpenseCategoryHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<FinancialPeriod> FinancialPeriodHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<FundingSource> FundingSourceHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<GlobalPreferences> GlobalPreferencesHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<GlobalProfile> GlobalProfileHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Initiation> InitiationHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<IssueHistory> IssueHistoryHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Methodology> MethodologyHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<NotebookTopic> NotebookTopicHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<OBS> OBSHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<OverheadCode> OverheadCodeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectBudgetChangeLog> ProjectBudgetChangeLogHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectCodeAssignment> ProjectCodeAssignmentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectCode> ProjectCodeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectCodeType> ProjectCodeTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectCodeUser> ProjectCodeUserHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectDocument> ProjectDocumentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectEstimate> ProjectEstimateHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectFunding> ProjectFundingHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Project> ProjectHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectIssue> ProjectIssueHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectNote> ProjectNoteHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectPortfolio> ProjectPortfolioHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectProfile> ProjectProfileHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectResourceCategory> ProjectResourceCategoryHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectResource> ProjectResourceHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectResourceQuantity> ProjectResourceQuantityHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectRisk> ProjectRiskHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectSpendingPlan> ProjectSpendingPlanHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectThreshold> ProjectThresholdHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Relationship> RelationshipHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ResourceAccess> ResourceAccessHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ResourceAssignment> ResourceAssignmentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ResourceAssignmentPeriodActual> ResourceAssignmentPeriodActualHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ResourceCodeAssignment> ResourceCodeAssignmentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ResourceCode> ResourceCodeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ResourceCodeType> ResourceCodeTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ResourceCurve> ResourceCurveHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Resource> ResourceHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ResourceHour> ResourceHourHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ResourceRate> ResourceRateHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ResourceRole> ResourceRoleHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ResourceTeam> ResourceTeamHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<RiskType> RiskTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Role> RoleHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<RoleLimit> RoleLimitHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<RoleRate> RoleRateHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<RoleTeam> RoleTeamHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ScheduleOptions> ScheduleOptionsHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Shift> ShiftHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ShiftPeriod> ShiftPeriodHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ThresholdParameter> ThresholdParameterHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<TimesheetAudit> TimesheetAuditHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<TimesheetDelegate> TimesheetDelegateHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Timesheet> TimesheetHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<TimesheetPeriod> TimesheetPeriodHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<UDFCode> UDFCodeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<UDFType> UDFTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<UDFValue> UDFValueHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<UnitOfMeasure> UnitOfMeasureHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<UserFieldTitle> UserFieldTitleHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<User> UserHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<UserInterfaceView> UserInterfaceViewHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<UserLicense> UserLicenseHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<UserOBS> UserOBSHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<WBSCategory> WBSCategoryHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<WBS> WBSHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<WBSMilestone> WBSMilestoneHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ActivityCodeAssignment> ActivityCodeAssignmentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityCode> ActivityCodeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityCodeType> ActivityCodeTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityExpense> ActivityExpenseHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Activity> ActivityHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityNote> ActivityNoteHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityOwner> ActivityOwnerHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityPeriodActual> ActivityPeriodActualHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityStep> ActivityStepHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityStepTemplate> ActivityStepTemplateHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityStepTemplateItem> ActivityStepTemplateItemHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<BaselineProject> BaselineProjectHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<BaselineType> BaselineTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<BatchReport> BatchReportHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Calendar> CalendarHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<CostAccount> CostAccountHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Currency> CurrencyHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<DocumentCategory> DocumentCategoryHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Document> DocumentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<DocumentStatusCode> DocumentStatusCodeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPSBudgetChangeLog> EPSBudgetChangeLogHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPSFunding> EPSFundingHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPS> EPSHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPSNote> EPSNoteHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPSSpendingPlan> EPSSpendingPlanHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ExpenseCategory> ExpenseCategoryHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<FinancialPeriod> FinancialPeriodHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<FundingSource> FundingSourceHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<GlobalPreferences> GlobalPreferencesHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<GlobalProfile> GlobalProfileHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Initiation> InitiationHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<IssueHistory> IssueHistoryHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Methodology> MethodologyHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<NotebookTopic> NotebookTopicHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<OBS> OBSHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<OverheadCode> OverheadCodeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectBudgetChangeLog> ProjectBudgetChangeLogHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectCodeAssignment> ProjectCodeAssignmentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectCode> ProjectCodeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectCodeType> ProjectCodeTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectCodeUser> ProjectCodeUserHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectDocument> ProjectDocumentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectEstimate> ProjectEstimateHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectFunding> ProjectFundingHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Project> ProjectHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectIssue> ProjectIssueHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectNote> ProjectNoteHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectPortfolio> ProjectPortfolioHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectProfile> ProjectProfileHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectResourceCategory> ProjectResourceCategoryHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectResource> ProjectResourceHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectResourceQuantity> ProjectResourceQuantityHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectRisk> ProjectRiskHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectSpendingPlan> ProjectSpendingPlanHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectThreshold> ProjectThresholdHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Relationship> RelationshipHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceAccess> ResourceAccessHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceAssignment> ResourceAssignmentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceAssignmentPeriodActual> ResourceAssignmentPeriodActualHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceCodeAssignment> ResourceCodeAssignmentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceCode> ResourceCodeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceCodeType> ResourceCodeTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceCurve> ResourceCurveHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Resource> ResourceHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceHour> ResourceHourHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceRate> ResourceRateHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceRole> ResourceRoleHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceTeam> ResourceTeamHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<RiskType> RiskTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Role> RoleHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<RoleLimit> RoleLimitHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<RoleRate> RoleRateHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<RoleTeam> RoleTeamHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ScheduleOptions> ScheduleOptionsHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Shift> ShiftHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ShiftPeriod> ShiftPeriodHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ThresholdParameter> ThresholdParameterHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<TimesheetAudit> TimesheetAuditHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<TimesheetDelegate> TimesheetDelegateHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Timesheet> TimesheetHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<TimesheetPeriod> TimesheetPeriodHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UDFCode> UDFCodeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UDFType> UDFTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UDFValue> UDFValueHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UnitOfMeasure> UnitOfMeasureHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UserFieldTitle> UserFieldTitleHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<User> UserHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UserInterfaceView> UserInterfaceViewHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UserLicense> UserLicenseHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UserOBS> UserOBSHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<WBSCategory> WBSCategoryHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<WBS> WBSHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<WBSMilestone> WBSMilestoneHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 ActivityCodeAssignment ActivityCodeAssignmentHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ActivityCode ActivityCodeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ActivityCodeType ActivityCodeTypeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ActivityExpense ActivityExpenseHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Activity ActivityHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ActivityNote ActivityNoteHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ActivityOwner ActivityOwnerHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ActivityPeriodActual ActivityPeriodActualHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ActivityStep ActivityStepHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ActivityStepTemplate ActivityStepTemplateHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ActivityStepTemplateItem ActivityStepTemplateItemHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 BaselineProject BaselineProjectHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 BaselineType BaselineTypeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 BatchReport BatchReportHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Calendar CalendarHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 CostAccount CostAccountHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Currency CurrencyHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 DocumentCategory DocumentCategoryHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Document DocumentHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 DocumentStatusCode DocumentStatusCodeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 EPSBudgetChangeLog EPSBudgetChangeLogHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 EPSFunding EPSFundingHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 EPS EPSHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 EPSNote EPSNoteHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 EPSSpendingPlan EPSSpendingPlanHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ExpenseCategory ExpenseCategoryHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 FinancialPeriod FinancialPeriodHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 FundingSource FundingSourceHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 GlobalPreferences GlobalPreferencesHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 GlobalProfile GlobalProfileHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Initiation InitiationHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 IssueHistory IssueHistoryHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Methodology MethodologyHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 NotebookTopic NotebookTopicHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 OBS OBSHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 OverheadCode OverheadCodeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectBudgetChangeLog ProjectBudgetChangeLogHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectCodeAssignment ProjectCodeAssignmentHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectCode ProjectCodeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectCodeType ProjectCodeTypeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectCodeUser ProjectCodeUserHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectDocument ProjectDocumentHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectEstimate ProjectEstimateHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectFunding ProjectFundingHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Project ProjectHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectIssue ProjectIssueHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectNote ProjectNoteHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectPortfolio ProjectPortfolioHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectProfile ProjectProfileHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectResourceCategory ProjectResourceCategoryHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectResource ProjectResourceHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectResourceQuantity ProjectResourceQuantityHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectRisk ProjectRiskHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectSpendingPlan ProjectSpendingPlanHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectThreshold ProjectThresholdHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Relationship RelationshipHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ResourceAccess ResourceAccessHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ResourceAssignment ResourceAssignmentHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ResourceAssignmentPeriodActual ResourceAssignmentPeriodActualHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ResourceCodeAssignment ResourceCodeAssignmentHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ResourceCode ResourceCodeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ResourceCodeType ResourceCodeTypeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ResourceCurve ResourceCurveHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Resource ResourceHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ResourceHour ResourceHourHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ResourceRate ResourceRateHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ResourceRole ResourceRoleHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ResourceTeam ResourceTeamHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 RiskType RiskTypeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Role RoleHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 RoleLimit RoleLimitHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 RoleRate RoleRateHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 RoleTeam RoleTeamHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ScheduleOptions ScheduleOptionsHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Shift ShiftHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ShiftPeriod ShiftPeriodHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ThresholdParameter ThresholdParameterHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 TimesheetAudit TimesheetAuditHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 TimesheetDelegate TimesheetDelegateHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Timesheet TimesheetHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 TimesheetPeriod TimesheetPeriodHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 UDFCode UDFCodeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 UDFType UDFTypeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 UDFValue UDFValueHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 UnitOfMeasure UnitOfMeasureHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 UserFieldTitle UserFieldTitleHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 User UserHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 UserInterfaceView UserInterfaceViewHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 UserLicense UserLicenseHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 UserOBS UserOBSHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 WBSCategory WBSCategoryHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 WBS WBSHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 WBSMilestone WBSMilestoneHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 BOIterator<ActivityCodeAssignment> ActivityCodeAssignmentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ActivityCode> ActivityCodeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ActivityCodeType> ActivityCodeTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ActivityExpense> ActivityExpenseHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Activity> ActivityHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ActivityNote> ActivityNoteHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ActivityOwner> ActivityOwnerHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ActivityPeriodActual> ActivityPeriodActualHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ActivityStep> ActivityStepHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ActivityStepTemplate> ActivityStepTemplateHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ActivityStepTemplateItem> ActivityStepTemplateItemHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<BaselineProject> BaselineProjectHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<BaselineType> BaselineTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<BatchReport> BatchReportHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Calendar> CalendarHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<CostAccount> CostAccountHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Currency> CurrencyHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<DocumentCategory> DocumentCategoryHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Document> DocumentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<DocumentStatusCode> DocumentStatusCodeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<EPSBudgetChangeLog> EPSBudgetChangeLogHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<EPSFunding> EPSFundingHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<EPS> EPSHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<EPSNote> EPSNoteHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<EPSSpendingPlan> EPSSpendingPlanHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ExpenseCategory> ExpenseCategoryHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<FinancialPeriod> FinancialPeriodHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<FundingSource> FundingSourceHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<GlobalPreferences> GlobalPreferencesHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<GlobalProfile> GlobalProfileHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Initiation> InitiationHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<IssueHistory> IssueHistoryHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Methodology> MethodologyHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<NotebookTopic> NotebookTopicHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<OBS> OBSHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<OverheadCode> OverheadCodeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectBudgetChangeLog> ProjectBudgetChangeLogHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectCodeAssignment> ProjectCodeAssignmentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectCode> ProjectCodeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectCodeType> ProjectCodeTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectCodeUser> ProjectCodeUserHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectDocument> ProjectDocumentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectEstimate> ProjectEstimateHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectFunding> ProjectFundingHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Project> ProjectHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectIssue> ProjectIssueHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectNote> ProjectNoteHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectPortfolio> ProjectPortfolioHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectProfile> ProjectProfileHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectResourceCategory> ProjectResourceCategoryHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectResource> ProjectResourceHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectResourceQuantity> ProjectResourceQuantityHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectRisk> ProjectRiskHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectSpendingPlan> ProjectSpendingPlanHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectThreshold> ProjectThresholdHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Relationship> RelationshipHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ResourceAccess> ResourceAccessHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ResourceAssignment> ResourceAssignmentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ResourceAssignmentPeriodActual> ResourceAssignmentPeriodActualHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ResourceCodeAssignment> ResourceCodeAssignmentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ResourceCode> ResourceCodeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ResourceCodeType> ResourceCodeTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ResourceCurve> ResourceCurveHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Resource> ResourceHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ResourceHour> ResourceHourHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ResourceRate> ResourceRateHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ResourceRole> ResourceRoleHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ResourceTeam> ResourceTeamHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<RiskType> RiskTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Role> RoleHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<RoleLimit> RoleLimitHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<RoleRate> RoleRateHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<RoleTeam> RoleTeamHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ScheduleOptions> ScheduleOptionsHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Shift> ShiftHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ShiftPeriod> ShiftPeriodHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ThresholdParameter> ThresholdParameterHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<TimesheetAudit> TimesheetAuditHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<TimesheetDelegate> TimesheetDelegateHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Timesheet> TimesheetHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<TimesheetPeriod> TimesheetPeriodHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<UDFCode> UDFCodeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<UDFType> UDFTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<UDFValue> UDFValueHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<UnitOfMeasure> UnitOfMeasureHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<UserFieldTitle> UserFieldTitleHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<User> UserHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<UserInterfaceView> UserInterfaceViewHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<UserLicense> UserLicenseHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<UserOBS> UserOBSHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<WBSCategory> WBSCategoryHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<WBS> WBSHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<WBSMilestone> WBSMilestoneHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ActivityCodeAssignment> ActivityCodeAssignmentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityCode> ActivityCodeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityCodeType> ActivityCodeTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityExpense> ActivityExpenseHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Activity> ActivityHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityNote> ActivityNoteHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityOwner> ActivityOwnerHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityPeriodActual> ActivityPeriodActualHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityStep> ActivityStepHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityStepTemplate> ActivityStepTemplateHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityStepTemplateItem> ActivityStepTemplateItemHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<BaselineProject> BaselineProjectHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<BaselineType> BaselineTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<BatchReport> BatchReportHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Calendar> CalendarHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<CostAccount> CostAccountHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Currency> CurrencyHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<DocumentCategory> DocumentCategoryHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Document> DocumentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<DocumentStatusCode> DocumentStatusCodeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPSBudgetChangeLog> EPSBudgetChangeLogHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPSFunding> EPSFundingHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPS> EPSHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPSNote> EPSNoteHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPSSpendingPlan> EPSSpendingPlanHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ExpenseCategory> ExpenseCategoryHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<FinancialPeriod> FinancialPeriodHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<FundingSource> FundingSourceHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<GlobalPreferences> GlobalPreferencesHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<GlobalProfile> GlobalProfileHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Initiation> InitiationHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<IssueHistory> IssueHistoryHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Methodology> MethodologyHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<NotebookTopic> NotebookTopicHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<OBS> OBSHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<OverheadCode> OverheadCodeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectBudgetChangeLog> ProjectBudgetChangeLogHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectCodeAssignment> ProjectCodeAssignmentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectCode> ProjectCodeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectCodeType> ProjectCodeTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectCodeUser> ProjectCodeUserHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectDocument> ProjectDocumentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectEstimate> ProjectEstimateHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectFunding> ProjectFundingHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Project> ProjectHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectIssue> ProjectIssueHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectNote> ProjectNoteHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectPortfolio> ProjectPortfolioHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectProfile> ProjectProfileHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectResourceCategory> ProjectResourceCategoryHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectResource> ProjectResourceHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectResourceQuantity> ProjectResourceQuantityHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectRisk> ProjectRiskHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectSpendingPlan> ProjectSpendingPlanHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectThreshold> ProjectThresholdHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Relationship> RelationshipHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceAccess> ResourceAccessHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceAssignment> ResourceAssignmentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceAssignmentPeriodActual> ResourceAssignmentPeriodActualHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceCodeAssignment> ResourceCodeAssignmentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceCode> ResourceCodeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceCodeType> ResourceCodeTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceCurve> ResourceCurveHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Resource> ResourceHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceHour> ResourceHourHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceRate> ResourceRateHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceRole> ResourceRoleHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceTeam> ResourceTeamHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<RiskType> RiskTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Role> RoleHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<RoleLimit> RoleLimitHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<RoleRate> RoleRateHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<RoleTeam> RoleTeamHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ScheduleOptions> ScheduleOptionsHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Shift> ShiftHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ShiftPeriod> ShiftPeriodHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ThresholdParameter> ThresholdParameterHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<TimesheetAudit> TimesheetAuditHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<TimesheetDelegate> TimesheetDelegateHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Timesheet> TimesheetHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<TimesheetPeriod> TimesheetPeriodHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UDFCode> UDFCodeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UDFType> UDFTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UDFValue> UDFValueHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UnitOfMeasure> UnitOfMeasureHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UserFieldTitle> UserFieldTitleHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<User> UserHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UserInterfaceView> UserInterfaceViewHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UserLicense> UserLicenseHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UserOBS> UserOBSHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<WBSCategory> WBSCategoryHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<WBS> WBSHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<WBSMilestone> WBSMilestoneHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityCodeAssignment> ActivityCodeAssignmentHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityCode> ActivityCodeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityCodeType> ActivityCodeTypeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityExpense> ActivityExpenseHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Activity> ActivityHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityNote> ActivityNoteHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityOwner> ActivityOwnerHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityPeriodActual> ActivityPeriodActualHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityStep> ActivityStepHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityStepTemplate> ActivityStepTemplateHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ActivityStepTemplateItem> ActivityStepTemplateItemHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<BaselineProject> BaselineProjectHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<BaselineType> BaselineTypeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<BatchReport> BatchReportHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Calendar> CalendarHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<CostAccount> CostAccountHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Currency> CurrencyHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<DocumentCategory> DocumentCategoryHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Document> DocumentHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<DocumentStatusCode> DocumentStatusCodeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPSBudgetChangeLog> EPSBudgetChangeLogHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPSFunding> EPSFundingHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPS> EPSHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPSNote> EPSNoteHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<EPSSpendingPlan> EPSSpendingPlanHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ExpenseCategory> ExpenseCategoryHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<FinancialPeriod> FinancialPeriodHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<FundingSource> FundingSourceHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<GlobalPreferences> GlobalPreferencesHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<GlobalProfile> GlobalProfileHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Initiation> InitiationHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<IssueHistory> IssueHistoryHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Methodology> MethodologyHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<NotebookTopic> NotebookTopicHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<OBS> OBSHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<OverheadCode> OverheadCodeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectBudgetChangeLog> ProjectBudgetChangeLogHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectCodeAssignment> ProjectCodeAssignmentHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectCode> ProjectCodeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectCodeType> ProjectCodeTypeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectCodeUser> ProjectCodeUserHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectDocument> ProjectDocumentHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectEstimate> ProjectEstimateHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectFunding> ProjectFundingHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Project> ProjectHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectIssue> ProjectIssueHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectNote> ProjectNoteHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectPortfolio> ProjectPortfolioHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectProfile> ProjectProfileHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectResourceCategory> ProjectResourceCategoryHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectResource> ProjectResourceHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectResourceQuantity> ProjectResourceQuantityHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectRisk> ProjectRiskHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectSpendingPlan> ProjectSpendingPlanHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ProjectThreshold> ProjectThresholdHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Relationship> RelationshipHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceAccess> ResourceAccessHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceAssignment> ResourceAssignmentHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceAssignmentPeriodActual> ResourceAssignmentPeriodActualHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceCodeAssignment> ResourceCodeAssignmentHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceCode> ResourceCodeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceCodeType> ResourceCodeTypeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceCurve> ResourceCurveHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Resource> ResourceHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceHour> ResourceHourHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceRate> ResourceRateHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceRole> ResourceRoleHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ResourceTeam> ResourceTeamHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<RiskType> RiskTypeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Role> RoleHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<RoleLimit> RoleLimitHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<RoleRate> RoleRateHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<RoleTeam> RoleTeamHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ScheduleOptions> ScheduleOptionsHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Shift> ShiftHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ShiftPeriod> ShiftPeriodHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ThresholdParameter> ThresholdParameterHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<TimesheetAudit> TimesheetAuditHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<TimesheetDelegate> TimesheetDelegateHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Timesheet> TimesheetHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<TimesheetPeriod> TimesheetPeriodHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UDFCode> UDFCodeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UDFType> UDFTypeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UDFValue> UDFValueHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UnitOfMeasure> UnitOfMeasureHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UserFieldTitle> UserFieldTitleHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<User> UserHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UserInterfaceView> UserInterfaceViewHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UserLicense> UserLicenseHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<UserOBS> UserOBSHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<WBSCategory> WBSCategoryHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<WBS> WBSHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<WBSMilestone> WBSMilestoneHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 ActivityCodeAssignment ActivityCodeAssignmentHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ActivityCode ActivityCodeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ActivityCodeType ActivityCodeTypeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ActivityExpense ActivityExpenseHelper.newBusinessObject(Session session, ObjectId objectId)
           
 Activity ActivityHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ActivityNote ActivityNoteHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ActivityOwner ActivityOwnerHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ActivityPeriodActual ActivityPeriodActualHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ActivityStep ActivityStepHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ActivityStepTemplate ActivityStepTemplateHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ActivityStepTemplateItem ActivityStepTemplateItemHelper.newBusinessObject(Session session, ObjectId objectId)
           
 BaselineProject BaselineProjectHelper.newBusinessObject(Session session, ObjectId objectId)
           
 BaselineType BaselineTypeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 BatchReport BatchReportHelper.newBusinessObject(Session session, ObjectId objectId)
           
 Calendar CalendarHelper.newBusinessObject(Session session, ObjectId objectId)
           
 CostAccount CostAccountHelper.newBusinessObject(Session session, ObjectId objectId)
           
 Currency CurrencyHelper.newBusinessObject(Session session, ObjectId objectId)
           
 DocumentCategory DocumentCategoryHelper.newBusinessObject(Session session, ObjectId objectId)
           
 Document DocumentHelper.newBusinessObject(Session session, ObjectId objectId)
           
 DocumentStatusCode DocumentStatusCodeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 EPSBudgetChangeLog EPSBudgetChangeLogHelper.newBusinessObject(Session session, ObjectId objectId)
           
 EPSFunding EPSFundingHelper.newBusinessObject(Session session, ObjectId objectId)
           
 EPS EPSHelper.newBusinessObject(Session session, ObjectId objectId)
           
 EPSNote EPSNoteHelper.newBusinessObject(Session session, ObjectId objectId)
           
 EPSSpendingPlan EPSSpendingPlanHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ExpenseCategory ExpenseCategoryHelper.newBusinessObject(Session session, ObjectId objectId)
           
 FinancialPeriod FinancialPeriodHelper.newBusinessObject(Session session, ObjectId objectId)
           
 FundingSource FundingSourceHelper.newBusinessObject(Session session, ObjectId objectId)
           
 GlobalPreferences GlobalPreferencesHelper.newBusinessObject(Session session, ObjectId objectId)
           
 GlobalProfile GlobalProfileHelper.newBusinessObject(Session session, ObjectId objectId)
           
 Initiation InitiationHelper.newBusinessObject(Session session, ObjectId objectId)
           
 IssueHistory IssueHistoryHelper.newBusinessObject(Session session, ObjectId objectId)
           
 Methodology MethodologyHelper.newBusinessObject(Session session, ObjectId objectId)
           
 NotebookTopic NotebookTopicHelper.newBusinessObject(Session session, ObjectId objectId)
           
 OBS OBSHelper.newBusinessObject(Session session, ObjectId objectId)
           
 OverheadCode OverheadCodeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectBudgetChangeLog ProjectBudgetChangeLogHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectCodeAssignment ProjectCodeAssignmentHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectCode ProjectCodeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectCodeType ProjectCodeTypeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectCodeUser ProjectCodeUserHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectDocument ProjectDocumentHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectEstimate ProjectEstimateHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectFunding ProjectFundingHelper.newBusinessObject(Session session, ObjectId objectId)
           
 Project ProjectHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectIssue ProjectIssueHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectNote ProjectNoteHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectPortfolio ProjectPortfolioHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectProfile ProjectProfileHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectResourceCategory ProjectResourceCategoryHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectResource ProjectResourceHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectResourceQuantity ProjectResourceQuantityHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectRisk ProjectRiskHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectSpendingPlan ProjectSpendingPlanHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ProjectThreshold ProjectThresholdHelper.newBusinessObject(Session session, ObjectId objectId)
           
 Relationship RelationshipHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ResourceAccess ResourceAccessHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ResourceAssignment ResourceAssignmentHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ResourceAssignmentPeriodActual ResourceAssignmentPeriodActualHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ResourceCodeAssignment ResourceCodeAssignmentHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ResourceCode ResourceCodeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ResourceCodeType ResourceCodeTypeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ResourceCurve ResourceCurveHelper.newBusinessObject(Session session, ObjectId objectId)
           
 Resource ResourceHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ResourceHour ResourceHourHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ResourceRate ResourceRateHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ResourceRole ResourceRoleHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ResourceTeam ResourceTeamHelper.newBusinessObject(Session session, ObjectId objectId)
           
 RiskType RiskTypeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 Role RoleHelper.newBusinessObject(Session session, ObjectId objectId)
           
 RoleLimit RoleLimitHelper.newBusinessObject(Session session, ObjectId objectId)
           
 RoleRate RoleRateHelper.newBusinessObject(Session session, ObjectId objectId)
           
 RoleTeam RoleTeamHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ScheduleOptions ScheduleOptionsHelper.newBusinessObject(Session session, ObjectId objectId)
           
 Shift ShiftHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ShiftPeriod ShiftPeriodHelper.newBusinessObject(Session session, ObjectId objectId)
           
 ThresholdParameter ThresholdParameterHelper.newBusinessObject(Session session, ObjectId objectId)
           
 TimesheetAudit TimesheetAuditHelper.newBusinessObject(Session session, ObjectId objectId)
           
 TimesheetDelegate TimesheetDelegateHelper.newBusinessObject(Session session, ObjectId objectId)
           
 Timesheet TimesheetHelper.newBusinessObject(Session session, ObjectId objectId)
           
 TimesheetPeriod TimesheetPeriodHelper.newBusinessObject(Session session, ObjectId objectId)
           
 UDFCode UDFCodeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 UDFType UDFTypeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 UDFValue UDFValueHelper.newBusinessObject(Session session, ObjectId objectId)
           
 UnitOfMeasure UnitOfMeasureHelper.newBusinessObject(Session session, ObjectId objectId)
           
 UserFieldTitle UserFieldTitleHelper.newBusinessObject(Session session, ObjectId objectId)
           
 User UserHelper.newBusinessObject(Session session, ObjectId objectId)
           
 UserInterfaceView UserInterfaceViewHelper.newBusinessObject(Session session, ObjectId objectId)
           
 UserLicense UserLicenseHelper.newBusinessObject(Session session, ObjectId objectId)
           
 UserOBS UserOBSHelper.newBusinessObject(Session session, ObjectId objectId)
           
 WBSCategory WBSCategoryHelper.newBusinessObject(Session session, ObjectId objectId)
           
 WBS WBSHelper.newBusinessObject(Session session, ObjectId objectId)
           
 WBSMilestone WBSMilestoneHelper.newBusinessObject(Session session, ObjectId objectId)
           
 void ActivityCodeAssignmentHelper.update(Session session, java.util.List alObjects)
           
 void ActivityCodeHelper.update(Session session, java.util.List alObjects)
           
 void ActivityCodeTypeHelper.update(Session session, java.util.List alObjects)
           
 void ActivityExpenseHelper.update(Session session, java.util.List alObjects)
           
 void ActivityHelper.update(Session session, java.util.List alObjects)
           
 void ActivityNoteHelper.update(Session session, java.util.List alObjects)
           
 void ActivityOwnerHelper.update(Session session, java.util.List alObjects)
           
 void ActivityPeriodActualHelper.update(Session session, java.util.List alObjects)
           
 void ActivityStepHelper.update(Session session, java.util.List alObjects)
           
 void ActivityStepTemplateHelper.update(Session session, java.util.List alObjects)
           
 void ActivityStepTemplateItemHelper.update(Session session, java.util.List alObjects)
           
 void BaselineProjectHelper.update(Session session, java.util.List alObjects)
           
 void BaselineTypeHelper.update(Session session, java.util.List alObjects)
           
 void BatchReportHelper.update(Session session, java.util.List alObjects)
           
 void CalendarHelper.update(Session session, java.util.List alObjects)
           
 void CostAccountHelper.update(Session session, java.util.List alObjects)
           
 void CurrencyHelper.update(Session session, java.util.List alObjects)
           
 void DocumentCategoryHelper.update(Session session, java.util.List alObjects)
           
 void DocumentHelper.update(Session session, java.util.List alObjects)
           
 void DocumentStatusCodeHelper.update(Session session, java.util.List alObjects)
           
 void EPSBudgetChangeLogHelper.update(Session session, java.util.List alObjects)
           
 void EPSFundingHelper.update(Session session, java.util.List alObjects)
           
 void EPSHelper.update(Session session, java.util.List alObjects)
           
 void EPSNoteHelper.update(Session session, java.util.List alObjects)
           
 void EPSSpendingPlanHelper.update(Session session, java.util.List alObjects)
           
 void ExpenseCategoryHelper.update(Session session, java.util.List alObjects)
           
 void FinancialPeriodHelper.update(Session session, java.util.List alObjects)
           
 void FundingSourceHelper.update(Session session, java.util.List alObjects)
           
 void GlobalPreferencesHelper.update(Session session, java.util.List alObjects)
           
 void GlobalProfileHelper.update(Session session, java.util.List alObjects)
           
 void InitiationHelper.update(Session session, java.util.List alObjects)
           
 void IssueHistoryHelper.update(Session session, java.util.List alObjects)
           
 void MethodologyHelper.update(Session session, java.util.List alObjects)
           
 void NotebookTopicHelper.update(Session session, java.util.List alObjects)
           
 void OBSHelper.update(Session session, java.util.List alObjects)
           
 void OverheadCodeHelper.update(Session session, java.util.List alObjects)
           
 void ProjectBudgetChangeLogHelper.update(Session session, java.util.List alObjects)
           
 void ProjectCodeAssignmentHelper.update(Session session, java.util.List alObjects)
           
 void ProjectCodeHelper.update(Session session, java.util.List alObjects)
           
 void ProjectCodeTypeHelper.update(Session session, java.util.List alObjects)
           
 void ProjectCodeUserHelper.update(Session session, java.util.List alObjects)
           
 void ProjectDocumentHelper.update(Session session, java.util.List alObjects)
           
 void ProjectEstimateHelper.update(Session session, java.util.List alObjects)
           
 void ProjectFundingHelper.update(Session session, java.util.List alObjects)
           
 void ProjectHelper.update(Session session, java.util.List alObjects)
           
 void ProjectIssueHelper.update(Session session, java.util.List alObjects)
           
 void ProjectNoteHelper.update(Session session, java.util.List alObjects)
           
 void ProjectPortfolioHelper.update(Session session, java.util.List alObjects)
           
 void ProjectProfileHelper.update(Session session, java.util.List alObjects)
           
 void ProjectResourceCategoryHelper.update(Session session, java.util.List alObjects)
           
 void ProjectResourceHelper.update(Session session, java.util.List alObjects)
           
 void ProjectResourceQuantityHelper.update(Session session, java.util.List alObjects)
           
 void ProjectRiskHelper.update(Session session, java.util.List alObjects)
           
 void ProjectSpendingPlanHelper.update(Session session, java.util.List alObjects)
           
 void ProjectThresholdHelper.update(Session session, java.util.List alObjects)
           
 void RelationshipHelper.update(Session session, java.util.List alObjects)
           
 void ResourceAccessHelper.update(Session session, java.util.List alObjects)
           
 void ResourceAssignmentHelper.update(Session session, java.util.List alObjects)
           
 void ResourceAssignmentPeriodActualHelper.update(Session session, java.util.List alObjects)
           
 void ResourceCodeAssignmentHelper.update(Session session, java.util.List alObjects)
           
 void ResourceCodeHelper.update(Session session, java.util.List alObjects)
           
 void ResourceCodeTypeHelper.update(Session session, java.util.List alObjects)
           
 void ResourceCurveHelper.update(Session session, java.util.List alObjects)
           
 void ResourceHelper.update(Session session, java.util.List alObjects)
           
 void ResourceHourHelper.update(Session session, java.util.List alObjects)
           
 void ResourceRateHelper.update(Session session, java.util.List alObjects)
           
 void ResourceRoleHelper.update(Session session, java.util.List alObjects)
           
 void ResourceTeamHelper.update(Session session, java.util.List alObjects)
           
 void RiskTypeHelper.update(Session session, java.util.List alObjects)
           
 void RoleHelper.update(Session session, java.util.List alObjects)
           
 void RoleLimitHelper.update(Session session, java.util.List alObjects)
           
 void RoleRateHelper.update(Session session, java.util.List alObjects)
           
 void RoleTeamHelper.update(Session session, java.util.List alObjects)
           
 void ScheduleOptionsHelper.update(Session session, java.util.List alObjects)
           
 void ShiftHelper.update(Session session, java.util.List alObjects)
           
 void ShiftPeriodHelper.update(Session session, java.util.List alObjects)
           
 void ThresholdParameterHelper.update(Session session, java.util.List alObjects)
           
 void TimesheetAuditHelper.update(Session session, java.util.List alObjects)
           
 void TimesheetDelegateHelper.update(Session session, java.util.List alObjects)
           
 void TimesheetHelper.update(Session session, java.util.List alObjects)
           
 void TimesheetPeriodHelper.update(Session session, java.util.List alObjects)
           
 void UDFCodeHelper.update(Session session, java.util.List alObjects)
           
 void UDFTypeHelper.update(Session session, java.util.List alObjects)
           
 void UDFValueHelper.update(Session session, java.util.List alObjects)
           
 void UnitOfMeasureHelper.update(Session session, java.util.List alObjects)
           
 void UserFieldTitleHelper.update(Session session, java.util.List alObjects)
           
 void UserHelper.update(Session session, java.util.List alObjects)
           
 void UserInterfaceViewHelper.update(Session session, java.util.List alObjects)
           
 void UserLicenseHelper.update(Session session, java.util.List alObjects)
           
 void UserOBSHelper.update(Session session, java.util.List alObjects)
           
 void WBSCategoryHelper.update(Session session, java.util.List alObjects)
           
 void WBSHelper.update(Session session, java.util.List alObjects)
           
 void WBSMilestoneHelper.update(Session session, java.util.List alObjects)
           
 

Uses of BusinessObjectException in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that throw BusinessObjectException
 void ProjectPortfolio.addProject(ObjectId objId)
          Adds a project into the project portfolio.
 void ProjectPortfolio.addProject(Project project)
          Adds a project into the project portfolio.
 void ProjectPortfolio.addProjects(ObjectId[] objIds)
          Adds projects into the project portfolio.
 void ProjectPortfolio.addProjects(Project[] projects)
          Adds projects into the project portfolio.
 void ResourceTeam.addResource(ObjectId objId)
          Adds a resource into the resource team.
 void ResourceTeam.addResource(Resource rsrc)
          Adds a resource into the resource team.
 void ResourceTeam.addResources(ObjectId[] objIds)
          Adds resources into the resource team.
 void ResourceTeam.addResources(Resource[] rsrcs)
          Adds resources into the resource team.
 void RoleTeam.addRole(ObjectId objId)
          Adds a role into the role team.
 void RoleTeam.addRole(Role role)
          Adds a role into the role team.
 void RoleTeam.addRoles(ObjectId[] objIds)
          Adds roles into the role team.
 void RoleTeam.addRoles(Role[] roles)
          Adds roles into the role team.
 void Shift.addShiftPeriod(int iStartHour)
          Add a shift period with the start hour.
 ObjectId Project.assignProjectAsBaseline(ObjectId projectId)
          Converts the provided project to be a baseline of this project.
 int Project.calculateProjectScore(ObjectId[] aProjCodeTypeIds)
          Calculate the project score of this project based on a selected set of ProjectCodeType's.
 boolean ProjectPortfolio.containsProject(ObjectId objId)
          Find out whether the project portfolio contains the specified Project.
 boolean ProjectPortfolio.containsProject(Project project)
          Find out whether the project portfolio contains the specified Project.
 boolean ResourceTeam.containsResource(ObjectId objId)
          Find out whether the resource team contains the specified Resource.
 boolean ResourceTeam.containsResource(Resource rsrc)
          Find out whether the resource team contains the specified Resource.
 boolean RoleTeam.containsRole(ObjectId objId)
          Indicates if the role is in the role team.
 boolean RoleTeam.containsRole(Role role)
          Indicates if the role is in the role team.
 ObjectId Project.convertToBaseline(ObjectId projectId)
          Converts this project to a baseline of the project provided.
 ObjectId Project.copyBaseline(ObjectId baselineProjId)
          Creates a copy of the specified baseline project.
 ObjectId WBSMilestone.create()
          Creates this WBSMilestone object in the database.
 ObjectId WBSCategory.create()
          Creates this WBSCategory object in the database.
 ObjectId WBS.create()
          Creates this WBS object in the database.
 ObjectId UserOBS.create()
          Creates this UserOBS object in the database.
 ObjectId UserLicense.create()
          Creates this UserLicense object in the database.
 ObjectId User.create()
          Creates this User object in the database.
 ObjectId UnitOfMeasure.create()
          Creates this UnitOfMeasure object in the database.
 ObjectId UDFValue.create()
          Creates this UDFValue object in the database.
 ObjectId UDFType.create()
          Creates this UDFType object in the database.
 ObjectId UDFCode.create()
          Creates this UDFCode object in the database.
 ObjectId Shift.create()
          Creates this Shift object in the database.
 ObjectId RoleTeam.create()
          Creates this RoleTeam object in the database.
 ObjectId RoleRate.create()
          Creates this RoleRate object in the database.
 ObjectId RoleLimit.create()
          Creates this RoleLimit object in the database.
 ObjectId Role.create()
          Creates this Role object in the database.
 ObjectId RiskType.create()
          Creates this RiskType object in the database.
 ObjectId ResourceTeam.create()
          Creates this ResourceTeam object in the database.
 ObjectId ResourceRole.create()
          Creates this ResourceRole object in the database.
 ObjectId ResourceRate.create()
          Creates this ResourceRate object in the database.
 ObjectId ResourceCurve.create()
          Creates this ResourceCurve object in the database.
 ObjectId ResourceCodeType.create()
          Creates this ResourceCodeType object in the database.
 ObjectId ResourceCodeAssignment.create()
          Creates this ResourceCodeAssignment object in the database.
 ObjectId ResourceCode.create()
          Creates this ResourceCode object in the database.
 ObjectId ResourceAssignmentPeriodActual.create()
          Creates this ResourceAssignmentPeriodActual object in the database.
 ObjectId ResourceAssignment.create()
          Creates this ResourceAssignment object in the database.
 ObjectId ResourceAccess.create()
          Creates this ResourceAccess object in the database.
 ObjectId Resource.create()
          Creates this Resource object in the database.
 ObjectId Relationship.create()
          Creates this Relationship object in the database.
 ObjectId ProjectThreshold.create()
          Creates this ProjectThreshold object in the database.
 ObjectId ProjectSpendingPlan.create()
          Creates this ProjectSpendingPlan object in the database.
 ObjectId ProjectRisk.create()
          Creates this ProjectRisk object in the database.
 ObjectId ProjectResourceQuantity.create()
          Creates this ProjectResourceQuantity object in the database.
 ObjectId ProjectResourceCategory.create()
          Creates this ProjectResourceCategory object in the database.
 ObjectId ProjectResource.create()
          Creates this ProjectResource object in the database.
 ObjectId ProjectProfile.create()
          Creates this ProjectProfile object in the database.
 ObjectId ProjectPortfolio.create()
          Creates this ProjectPortfolio object in the database.
 ObjectId ProjectNote.create()
          Creates this ProjectNote object in the database.
 ObjectId ProjectIssue.create()
          Creates this ProjectIssue object in the database.
 ObjectId ProjectFunding.create()
          Creates this ProjectFunding object in the database.
 ObjectId ProjectEstimate.create()
          Creates this ProjectEstimate object in the database.
 ObjectId ProjectDocument.create()
          Creates this ProjectDocument object in the database.
 ObjectId ProjectCodeType.create()
          Creates this ProjectCodeType object in the database.
 ObjectId ProjectCodeAssignment.create()
          Creates this ProjectCodeAssignment object in the database.
 ObjectId ProjectCode.create()
          Creates this ProjectCode object in the database.
 ObjectId ProjectBudgetChangeLog.create()
          Creates this ProjectBudgetChangeLog object in the database.
 ObjectId Project.create()
          Creates this Project object in the database.
 ObjectId OverheadCode.create()
          Creates this OverheadCode object in the database.
 ObjectId OBS.create()
          Creates this OBS object in the database.
 ObjectId NotebookTopic.create()
          Creates this NotebookTopic object in the database.
 ObjectId GlobalProfile.create()
          Creates this GlobalProfile object in the database.
 ObjectId FundingSource.create()
          Creates this FundingSource object in the database.
 ObjectId FinancialPeriod.create()
          Creates this FinancialPeriod object in the database.
 ObjectId ExpenseCategory.create()
          Creates this ExpenseCategory object in the database.
 ObjectId EPSSpendingPlan.create()
          Creates this EPSSpendingPlan object in the database.
 ObjectId EPSNote.create()
          Creates this EPSNote object in the database.
 ObjectId EPSFunding.create()
          Creates this EPSFunding object in the database.
 ObjectId EPSBudgetChangeLog.create()
          Creates this EPSBudgetChangeLog object in the database.
 ObjectId EPS.create()
          Creates this EPS object in the database.
 ObjectId DocumentStatusCode.create()
          Creates this DocumentStatusCode object in the database.
 ObjectId DocumentCategory.create()
          Creates this DocumentCategory object in the database.
 ObjectId Document.create()
          Creates this Document object in the database.
 ObjectId Currency.create()
          Creates this Currency object in the database.
 ObjectId CostAccount.create()
          Creates this CostAccount object in the database.
 ObjectId Calendar.create()
          Creates this Calendar object in the database.
 ObjectId BaselineType.create()
          Creates this BaselineType object in the database.
 ObjectId ActivityStep.create()
          Creates this ActivityStep object in the database.
 ObjectId ActivityPeriodActual.create()
          Creates this ActivityPeriodActual object in the database.
 ObjectId ActivityNote.create()
          Creates this ActivityNote object in the database.
 ObjectId ActivityExpense.create()
          Creates this ActivityExpense object in the database.
 ObjectId ActivityCodeType.create()
          Creates this ActivityCodeType object in the database.
 ObjectId ActivityCodeAssignment.create()
          Creates this ActivityCodeAssignment object in the database.
 ObjectId ActivityCode.create()
          Creates this ActivityCode object in the database.
 ObjectId Activity.create()
          Creates this Activity object in the database.
static ObjectId[] Activity.create(Session session, Activity[] activities)
          Creates multiple Activity objects in the database.
static ObjectId[] ActivityCode.create(Session session, ActivityCode[] activitycodes)
          Creates multiple ActivityCode objects in the database.
static ObjectId[] ActivityCodeAssignment.create(Session session, ActivityCodeAssignment[] activitycodeassignments)
          Creates multiple ActivityCodeAssignment objects in the database.
static ObjectId[] ActivityCodeType.create(Session session, ActivityCodeType[] activitycodetypes)
          Creates multiple ActivityCodeType objects in the database.
static ObjectId[] ActivityExpense.create(Session session, ActivityExpense[] activityexpenses)
          Creates multiple ActivityExpense objects in the database.
static ObjectId[] ActivityNote.create(Session session, ActivityNote[] activitynotes)
          Creates multiple ActivityNote objects in the database.
static ObjectId[] ActivityPeriodActual.create(Session session, ActivityPeriodActual[] activityperiodactuals)
          Creates multiple ActivityPeriodActual objects in the database.
static ObjectId[] ActivityStep.create(Session session, ActivityStep[] activitysteps)
          Creates multiple ActivityStep objects in the database.
static ObjectId[] BaselineType.create(Session session, BaselineType[] baselinetypes)
          Creates multiple BaselineType objects in the database.
static ObjectId[] Calendar.create(Session session, Calendar[] calendars)
          Creates multiple Calendar objects in the database.
static ObjectId[] CostAccount.create(Session session, CostAccount[] costaccounts)
          Creates multiple CostAccount objects in the database.
static ObjectId[] Currency.create(Session session, Currency[] currencies)
          Creates multiple Currency objects in the database.
static ObjectId[] Document.create(Session session, Document[] documents)
          Creates multiple Document objects in the database.
static ObjectId[] DocumentCategory.create(Session session, DocumentCategory[] documentcategories)
          Creates multiple DocumentCategory objects in the database.
static ObjectId[] DocumentStatusCode.create(Session session, DocumentStatusCode[] documentstatuscodes)
          Creates multiple DocumentStatusCode objects in the database.
static ObjectId[] EPS.create(Session session, EPS[] eps)
          Creates multiple EPS objects in the database.
static ObjectId[] EPSBudgetChangeLog.create(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs)
          Creates multiple EPSBudgetChangeLog objects in the database.
static ObjectId[] EPSFunding.create(Session session, EPSFunding[] epsfundings)
          Creates multiple EPSFunding objects in the database.
static ObjectId[] EPSNote.create(Session session, EPSNote[] epsnotes)
          Creates multiple EPSNote objects in the database.
static ObjectId[] EPSSpendingPlan.create(Session session, EPSSpendingPlan[] epsspendingplans)
          Creates multiple EPSSpendingPlan objects in the database.
static ObjectId[] ExpenseCategory.create(Session session, ExpenseCategory[] expensecategories)
          Creates multiple ExpenseCategory objects in the database.
static ObjectId[] FinancialPeriod.create(Session session, FinancialPeriod[] financialperiods)
          Creates multiple FinancialPeriod objects in the database.
static ObjectId[] FundingSource.create(Session session, FundingSource[] fundingsources)
          Creates multiple FundingSource objects in the database.
static ObjectId[] GlobalProfile.create(Session session, GlobalProfile[] globalprofiles)
          Creates multiple GlobalProfile objects in the database.
static ObjectId[] NotebookTopic.create(Session session, NotebookTopic[] notebooktopics)
          Creates multiple NotebookTopic objects in the database.
static ObjectId[] OBS.create(Session session, OBS[] obs)
          Creates multiple OBS objects in the database.
static ObjectId[] OverheadCode.create(Session session, OverheadCode[] overheadcodes)
          Creates multiple OverheadCode objects in the database.
static ObjectId[] Project.create(Session session, Project[] projects)
          Creates multiple Project objects in the database.
static ObjectId[] ProjectBudgetChangeLog.create(Session session, ProjectBudgetChangeLog[] projectbudgetchangelogs)
          Creates multiple ProjectBudgetChangeLog objects in the database.
static ObjectId[] ProjectCode.create(Session session, ProjectCode[] projectcodes)
          Creates multiple ProjectCode objects in the database.
static ObjectId[] ProjectCodeAssignment.create(Session session, ProjectCodeAssignment[] projectcodeassignments)
          Creates multiple ProjectCodeAssignment objects in the database.
static ObjectId[] ProjectCodeType.create(Session session, ProjectCodeType[] projectcodetypes)
          Creates multiple ProjectCodeType objects in the database.
static ObjectId[] ProjectDocument.create(Session session, ProjectDocument[] projectdocuments)
          Creates multiple ProjectDocument objects in the database.
static ObjectId[] ProjectEstimate.create(Session session, ProjectEstimate[] projectestimates)
          Creates multiple ProjectEstimate objects in the database.
static ObjectId[] ProjectFunding.create(Session session, ProjectFunding[] projectfundings)
          Creates multiple ProjectFunding objects in the database.
static ObjectId[] ProjectIssue.create(Session session, ProjectIssue[] projectissues)
          Creates multiple ProjectIssue objects in the database.
static ObjectId[] ProjectNote.create(Session session, ProjectNote[] projectnotes)
          Creates multiple ProjectNote objects in the database.
static ObjectId[] ProjectPortfolio.create(Session session, ProjectPortfolio[] projectportfolios)
          Creates multiple ProjectPortfolio objects in the database.
static ObjectId[] ProjectProfile.create(Session session, ProjectProfile[] projectprofiles)
          Creates multiple ProjectProfile objects in the database.
static ObjectId[] ProjectResource.create(Session session, ProjectResource[] projectresources)
          Creates multiple ProjectResource objects in the database.
static ObjectId[] ProjectResourceCategory.create(Session session, ProjectResourceCategory[] projectresourcecategories)
          Creates multiple ProjectResourceCategory objects in the database.
static ObjectId[] ProjectResourceQuantity.create(Session session, ProjectResourceQuantity[] projectresourcequantities)
          Creates multiple ProjectResourceQuantity objects in the database.
static ObjectId[] ProjectRisk.create(Session session, ProjectRisk[] projectrisks)
          Creates multiple ProjectRisk objects in the database.
static ObjectId[] ProjectSpendingPlan.create(Session session, ProjectSpendingPlan[] projectspendingplans)
          Creates multiple ProjectSpendingPlan objects in the database.
static ObjectId[] ProjectThreshold.create(Session session, ProjectThreshold[] projectthresholds)
          Creates multiple ProjectThreshold objects in the database.
static ObjectId[] Relationship.create(Session session, Relationship[] relationships)
          Creates multiple Relationship objects in the database.
static ObjectId[] Resource.create(Session session, Resource[] resources)
          Creates multiple Resource objects in the database.
static ObjectId[] ResourceAccess.create(Session session, ResourceAccess[] resourceaccess)
          Creates multiple ResourceAccess objects in the database.
static ObjectId[] ResourceAssignment.create(Session session, ResourceAssignment[] resourceassignments)
          Creates multiple ResourceAssignment objects in the database.
static ObjectId[] ResourceAssignmentPeriodActual.create(Session session, ResourceAssignmentPeriodActual[] resourceassignmentperiodactuals)
          Creates multiple ResourceAssignmentPeriodActual objects in the database.
static ObjectId[] ResourceCode.create(Session session, ResourceCode[] resourcecodes)
          Creates multiple ResourceCode objects in the database.
static ObjectId[] ResourceCodeAssignment.create(Session session, ResourceCodeAssignment[] resourcecodeassignments)
          Creates multiple ResourceCodeAssignment objects in the database.
static ObjectId[] ResourceCodeType.create(Session session, ResourceCodeType[] resourcecodetypes)
          Creates multiple ResourceCodeType objects in the database.
static ObjectId[] ResourceCurve.create(Session session, ResourceCurve[] resourcecurves)
          Creates multiple ResourceCurve objects in the database.
static ObjectId[] ResourceRate.create(Session session, ResourceRate[] resourcerates)
          Creates multiple ResourceRate objects in the database.
static ObjectId[] ResourceRole.create(Session session, ResourceRole[] resourceroles)
          Creates multiple ResourceRole objects in the database.
static ObjectId[] ResourceTeam.create(Session session, ResourceTeam[] resourceteams)
          Creates multiple ResourceTeam objects in the database.
static ObjectId[] RiskType.create(Session session, RiskType[] risktypes)
          Creates multiple RiskType objects in the database.
static ObjectId[] Role.create(Session session, Role[] roles)
          Creates multiple Role objects in the database.
static ObjectId[] RoleLimit.create(Session session, RoleLimit[] rolelimits)
          Creates multiple RoleLimit objects in the database.
static ObjectId[] RoleRate.create(Session session, RoleRate[] rolerates)
          Creates multiple RoleRate objects in the database.
static ObjectId[] RoleTeam.create(Session session, RoleTeam[] roleteams)
          Creates multiple RoleTeam objects in the database.
static ObjectId[] Shift.create(Session session, Shift[] shifts)
          Creates multiple Shift objects in the database.
static ObjectId[] UDFCode.create(Session session, UDFCode[] udfcodes)
          Creates multiple UDFCode objects in the database.
static ObjectId[] UDFType.create(Session session, UDFType[] udftypes)
          Creates multiple UDFType objects in the database.
static ObjectId[] UDFValue.create(Session session, UDFValue[] udfvalues)
          Creates multiple UDFValue objects in the database.
static ObjectId[] UnitOfMeasure.create(Session session, UnitOfMeasure[] unitofmeasures)
          Creates multiple UnitOfMeasure objects in the database.
static ObjectId[] User.create(Session session, User[] users)
          Creates multiple User objects in the database.
static ObjectId[] UserLicense.create(Session session, UserLicense[] userlicenses)
          Creates multiple UserLicense objects in the database.
static ObjectId[] UserOBS.create(Session session, UserOBS[] userobs)
          Creates multiple UserOBS objects in the database.
static ObjectId[] WBS.create(Session session, WBS[] wbs)
          Creates multiple WBS objects in the database.
static ObjectId[] WBSCategory.create(Session session, WBSCategory[] wbscategories)
          Creates multiple WBSCategory objects in the database.
static ObjectId[] WBSMilestone.create(Session session, WBSMilestone[] wbsmilestones)
          Creates multiple WBSMilestone objects in the database.
 ObjectId[] WBS.createActivities(Activity[] activities)
          Creates multiple associated Activity objects in the database.
 ObjectId WBS.createActivity(Activity activity)
          Creates an associated Activity object in the database.
 ObjectId ActivityCode.createActivityCodeChild(ActivityCode activitycodechild)
          Creates an associated ActivityCode object in the database.
 ObjectId[] ActivityCode.createActivityCodeChildren(ActivityCode[] activitycodechildren)
          Creates multiple associated ActivityCode objects in the database.
 ObjectId Activity.createActivityExpense(ActivityExpense activityexpense)
          Creates an associated ActivityExpense object in the database.
 ObjectId[] Activity.createActivityExpenses(ActivityExpense[] activityexpenses)
          Creates multiple associated ActivityExpense objects in the database.
 ObjectId Activity.createActivityNote(ActivityNote activitynote)
          Creates an associated ActivityNote object in the database.
 ObjectId[] Activity.createActivityNotes(ActivityNote[] activitynotes)
          Creates multiple associated ActivityNote objects in the database.
 ObjectId Activity.createActivityStep(ActivityStep activitystep)
          Creates an associated ActivityStep object in the database.
 ObjectId[] Activity.createActivitySteps(ActivityStep[] activitysteps)
          Creates multiple associated ActivityStep objects in the database.
 ObjectId Project.createCopy(ObjectId epsId, CopyProjectOptions projOpts, CopyWBSOptions wbsOpts, CopyActivityOptions actOpts)
          Creates a copy of the project.
 ObjectId Activity.createCopy(ObjectId projectObjectId, ObjectId wbsObjectId, java.lang.String newId, CopyActivityOptions copyOptions)
          Copies the activity to a project node or a WBS node.
 ObjectId Project.createCopyAsBaseline()
          Copies a copy of the current project and makes the copy a baseline of the current project.
 ObjectId Project.createCopyAsReflection()
          Copies a copy of the current project and makes the copy a reflection of the current project.
 ObjectId CostAccount.createCostAccountChild(CostAccount costaccountchild)
          Creates an associated CostAccount object in the database.
 ObjectId[] CostAccount.createCostAccountChildren(CostAccount[] costaccountchildren)
          Creates multiple associated CostAccount objects in the database.
 ObjectId Document.createDocumentChild(Document documentchild)
          Creates an associated Document object in the database.
 ObjectId[] Document.createDocumentChildren(Document[] documentchildren)
          Creates multiple associated Document objects in the database.
 ObjectId EPS.createEPSBudgetChangeLog(EPSBudgetChangeLog epsbudgetchangelog)
          Creates an associated EPSBudgetChangeLog object in the database.
 ObjectId[] EPS.createEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs)
          Creates multiple associated EPSBudgetChangeLog objects in the database.
 ObjectId EPS.createEPSChild(EPS epschild)
          Creates an associated EPS object in the database.
 ObjectId[] EPS.createEPSChildren(EPS[] epschildren)
          Creates multiple associated EPS objects in the database.
 ObjectId EPS.createEPSFunding(EPSFunding epsfunding)
          Creates an associated EPSFunding object in the database.
 ObjectId[] EPS.createEPSFundings(EPSFunding[] epsfundings)
          Creates multiple associated EPSFunding objects in the database.
 ObjectId EPS.createEPSNote(EPSNote epsnote)
          Creates an associated EPSNote object in the database.
 ObjectId[] EPS.createEPSNotes(EPSNote[] epsnotes)
          Creates multiple associated EPSNote objects in the database.
 ObjectId EPS.createEPSSpendingPlan(EPSSpendingPlan epsspendingplan)
          Creates an associated EPSSpendingPlan object in the database.
 ObjectId[] EPS.createEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans)
          Creates multiple associated EPSSpendingPlan objects in the database.
 ObjectId FundingSource.createFundingSourceChild(FundingSource fundingsourcechild)
          Creates an associated FundingSource object in the database.
 ObjectId[] FundingSource.createFundingSourceChildren(FundingSource[] fundingsourcechildren)
          Creates multiple associated FundingSource objects in the database.
 ObjectId OBS.createOBSChild(OBS obschild)
          Creates an associated OBS object in the database.
 ObjectId[] OBS.createOBSChildren(OBS[] obschildren)
          Creates multiple associated OBS objects in the database.
 ObjectId Activity.createPredecessorRelationship(Relationship predecessorrelationship)
          Creates an associated Relationship object in the database.
 ObjectId[] Activity.createPredecessorRelationships(Relationship[] predecessorrelationships)
          Creates multiple associated Relationship objects in the database.
 ObjectId WBS.createProjectBudgetChangeLog(ProjectBudgetChangeLog projectbudgetchangelog)
          Creates an associated ProjectBudgetChangeLog object in the database.
 ObjectId[] WBS.createProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
          Creates multiple associated ProjectBudgetChangeLog objects in the database.
 ObjectId EPS.createProjectChild(Project projectchild)
          Creates an associated Project object in the database.
 ObjectId[] EPS.createProjectChildren(Project[] projectchildren)
          Creates multiple associated Project objects in the database.
 ObjectId ProjectCode.createProjectCodeChild(ProjectCode projectcodechild)
          Creates an associated ProjectCode object in the database.
 ObjectId[] ProjectCode.createProjectCodeChildren(ProjectCode[] projectcodechildren)
          Creates multiple associated ProjectCode objects in the database.
 ObjectId WBS.createProjectDocument(ProjectDocument projectdocument)
          Creates an associated ProjectDocument object in the database.
 ObjectId Activity.createProjectDocument(ProjectDocument projectdocument)
          Creates an associated ProjectDocument object in the database.
 ObjectId[] WBS.createProjectDocuments(ProjectDocument[] projectdocuments)
          Creates multiple associated ProjectDocument objects in the database.
 ObjectId[] Activity.createProjectDocuments(ProjectDocument[] projectdocuments)
          Creates multiple associated ProjectDocument objects in the database.
 ObjectId WBS.createProjectEstimate(ProjectEstimate projectestimate)
          Creates an associated ProjectEstimate object in the database.
 ObjectId[] WBS.createProjectEstimates(ProjectEstimate[] projectestimates)
          Creates multiple associated ProjectEstimate objects in the database.
 ObjectId Project.createProjectFunding(ProjectFunding projectfunding)
          Creates an associated ProjectFunding object in the database.
 ObjectId BaselineProject.createProjectFunding(ProjectFunding projectfunding)
          Creates an associated ProjectFunding object in the database.
 ObjectId[] Project.createProjectFundings(ProjectFunding[] projectfundings)
          Creates multiple associated ProjectFunding objects in the database.
 ObjectId[] BaselineProject.createProjectFundings(ProjectFunding[] projectfundings)
          Creates multiple associated ProjectFunding objects in the database.
 ObjectId WBS.createProjectIssue(ProjectIssue projectissue)
          Creates an associated ProjectIssue object in the database.
 ObjectId Activity.createProjectIssue(ProjectIssue projectissue)
          Creates an associated ProjectIssue object in the database.
 ObjectId[] WBS.createProjectIssues(ProjectIssue[] projectissues)
          Creates multiple associated ProjectIssue objects in the database.
 ObjectId[] Activity.createProjectIssues(ProjectIssue[] projectissues)
          Creates multiple associated ProjectIssue objects in the database.
 ObjectId[] Project.createProjectLevelActivities(Activity[] projectlevelactivities)
          Creates multiple associated Activity objects in the database.
 ObjectId[] BaselineProject.createProjectLevelActivities(Activity[] projectlevelactivities)
          Creates multiple associated Activity objects in the database.
 ObjectId Project.createProjectLevelActivity(Activity projectlevelactivity)
          Creates an associated Activity object in the database.
 ObjectId BaselineProject.createProjectLevelActivity(Activity projectlevelactivity)
          Creates an associated Activity object in the database.
 ObjectId Project.createProjectLevelBudgetChangeLog(ProjectBudgetChangeLog projectlevelbudgetchangelog)
          Creates an associated ProjectBudgetChangeLog object in the database.
 ObjectId BaselineProject.createProjectLevelBudgetChangeLog(ProjectBudgetChangeLog projectlevelbudgetchangelog)
          Creates an associated ProjectBudgetChangeLog object in the database.
 ObjectId[] Project.createProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs)
          Creates multiple associated ProjectBudgetChangeLog objects in the database.
 ObjectId[] BaselineProject.createProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs)
          Creates multiple associated ProjectBudgetChangeLog objects in the database.
 ObjectId Project.createProjectLevelEstimate(ProjectEstimate projectlevelestimate)
          Creates an associated ProjectEstimate object in the database.
 ObjectId BaselineProject.createProjectLevelEstimate(ProjectEstimate projectlevelestimate)
          Creates an associated ProjectEstimate object in the database.
 ObjectId[] Project.createProjectLevelEstimates(ProjectEstimate[] projectlevelestimates)
          Creates multiple associated ProjectEstimate objects in the database.
 ObjectId[] BaselineProject.createProjectLevelEstimates(ProjectEstimate[] projectlevelestimates)
          Creates multiple associated ProjectEstimate objects in the database.
 ObjectId Project.createProjectLevelIssue(ProjectIssue projectlevelissue)
          Creates an associated ProjectIssue object in the database.
 ObjectId BaselineProject.createProjectLevelIssue(ProjectIssue projectlevelissue)
          Creates an associated ProjectIssue object in the database.
 ObjectId[] Project.createProjectLevelIssues(ProjectIssue[] projectlevelissues)
          Creates multiple associated ProjectIssue objects in the database.
 ObjectId[] BaselineProject.createProjectLevelIssues(ProjectIssue[] projectlevelissues)
          Creates multiple associated ProjectIssue objects in the database.
 ObjectId Project.createProjectLevelNote(ProjectNote projectlevelnote)
          Creates an associated ProjectNote object in the database.
 ObjectId BaselineProject.createProjectLevelNote(ProjectNote projectlevelnote)
          Creates an associated ProjectNote object in the database.
 ObjectId[] Project.createProjectLevelNotes(ProjectNote[] projectlevelnotes)
          Creates multiple associated ProjectNote objects in the database.
 ObjectId[] BaselineProject.createProjectLevelNotes(ProjectNote[] projectlevelnotes)
          Creates multiple associated ProjectNote objects in the database.
 ObjectId Project.createProjectLevelRisk(ProjectRisk projectlevelrisk)
          Creates an associated ProjectRisk object in the database.
 ObjectId BaselineProject.createProjectLevelRisk(ProjectRisk projectlevelrisk)
          Creates an associated ProjectRisk object in the database.
 ObjectId[] Project.createProjectLevelRisks(ProjectRisk[] projectlevelrisks)
          Creates multiple associated ProjectRisk objects in the database.
 ObjectId[] BaselineProject.createProjectLevelRisks(ProjectRisk[] projectlevelrisks)
          Creates multiple associated ProjectRisk objects in the database.
 ObjectId Project.createProjectLevelSpendingPlan(ProjectSpendingPlan projectlevelspendingplan)
          Creates an associated ProjectSpendingPlan object in the database.
 ObjectId BaselineProject.createProjectLevelSpendingPlan(ProjectSpendingPlan projectlevelspendingplan)
          Creates an associated ProjectSpendingPlan object in the database.
 ObjectId[] Project.createProjectLevelSpendingPlans(ProjectSpendingPlan[] projectlevelspendingplans)
          Creates multiple associated ProjectSpendingPlan objects in the database.
 ObjectId[] BaselineProject.createProjectLevelSpendingPlans(ProjectSpendingPlan[] projectlevelspendingplans)
          Creates multiple associated ProjectSpendingPlan objects in the database.
 ObjectId Project.createProjectLevelThreshold(ProjectThreshold projectlevelthreshold)
          Creates an associated ProjectThreshold object in the database.
 ObjectId BaselineProject.createProjectLevelThreshold(ProjectThreshold projectlevelthreshold)
          Creates an associated ProjectThreshold object in the database.
 ObjectId[] Project.createProjectLevelThresholds(ProjectThreshold[] projectlevelthresholds)
          Creates multiple associated ProjectThreshold objects in the database.
 ObjectId[] BaselineProject.createProjectLevelThresholds(ProjectThreshold[] projectlevelthresholds)
          Creates multiple associated ProjectThreshold objects in the database.
 ObjectId Project.createProjectLevelWBSMilestone(WBSMilestone projectlevelwbsmilestone)
          Creates an associated WBSMilestone object in the database.
 ObjectId BaselineProject.createProjectLevelWBSMilestone(WBSMilestone projectlevelwbsmilestone)
          Creates an associated WBSMilestone object in the database.
 ObjectId[] Project.createProjectLevelWBSMilestones(WBSMilestone[] projectlevelwbsmilestones)
          Creates multiple associated WBSMilestone objects in the database.
 ObjectId[] BaselineProject.createProjectLevelWBSMilestones(WBSMilestone[] projectlevelwbsmilestones)
          Creates multiple associated WBSMilestone objects in the database.
 ObjectId WBS.createProjectNote(ProjectNote projectnote)
          Creates an associated ProjectNote object in the database.
 ObjectId[] WBS.createProjectNotes(ProjectNote[] projectnotes)
          Creates multiple associated ProjectNote objects in the database.
 ObjectId User.createProjectPortfolio(ProjectPortfolio projectportfolio)
          Creates an associated ProjectPortfolio object in the database.
 ObjectId[] User.createProjectPortfolios(ProjectPortfolio[] projectportfolios)
          Creates multiple associated ProjectPortfolio objects in the database.
 ObjectId WBS.createProjectRisk(ProjectRisk projectrisk)
          Creates an associated ProjectRisk object in the database.
 ObjectId[] WBS.createProjectRisks(ProjectRisk[] projectrisks)
          Creates multiple associated ProjectRisk objects in the database.
 ObjectId WBS.createProjectSpendingPlan(ProjectSpendingPlan projectspendingplan)
          Creates an associated ProjectSpendingPlan object in the database.
 ObjectId[] WBS.createProjectSpendingPlans(ProjectSpendingPlan[] projectspendingplans)
          Creates multiple associated ProjectSpendingPlan objects in the database.
 ObjectId WBS.createProjectThreshold(ProjectThreshold projectthreshold)
          Creates an associated ProjectThreshold object in the database.
 ObjectId[] WBS.createProjectThresholds(ProjectThreshold[] projectthresholds)
          Creates multiple associated ProjectThreshold objects in the database.
 ObjectId Resource.createResourceAssignment(ResourceAssignment resourceassignment)
          Creates an associated ResourceAssignment object in the database.
 ObjectId Activity.createResourceAssignment(ResourceAssignment resourceassignment)
          Creates an associated ResourceAssignment object in the database.
 ObjectId[] Resource.createResourceAssignments(ResourceAssignment[] resourceassignments)
          Creates multiple associated ResourceAssignment objects in the database.
 ObjectId[] Activity.createResourceAssignments(ResourceAssignment[] resourceassignments)
          Creates multiple associated ResourceAssignment objects in the database.
 ObjectId Resource.createResourceChild(Resource resourcechild)
          Creates an associated Resource object in the database.
 ObjectId[] Resource.createResourceChildren(Resource[] resourcechildren)
          Creates multiple associated Resource objects in the database.
 ObjectId ResourceCode.createResourceCodeChild(ResourceCode resourcecodechild)
          Creates an associated ResourceCode object in the database.
 ObjectId[] ResourceCode.createResourceCodeChildren(ResourceCode[] resourcecodechildren)
          Creates multiple associated ResourceCode objects in the database.
 ObjectId Resource.createResourceRate(ResourceRate resourcerate)
          Creates an associated ResourceRate object in the database.
 ObjectId[] Resource.createResourceRates(ResourceRate[] resourcerates)
          Creates multiple associated ResourceRate objects in the database.
 ObjectId User.createResourceTeam(ResourceTeam resourceteam)
          Creates an associated ResourceTeam object in the database.
 ObjectId[] User.createResourceTeams(ResourceTeam[] resourceteams)
          Creates multiple associated ResourceTeam objects in the database.
 ObjectId Role.createRoleChild(Role rolechild)
          Creates an associated Role object in the database.
 ObjectId[] Role.createRoleChildren(Role[] rolechildren)
          Creates multiple associated Role objects in the database.
 ObjectId Role.createRoleLimit(RoleLimit rolelimit)
          Creates an associated RoleLimit object in the database.
 ObjectId[] Role.createRoleLimits(RoleLimit[] rolelimits)
          Creates multiple associated RoleLimit objects in the database.
 ObjectId Role.createRoleRate(RoleRate rolerate)
          Creates an associated RoleRate object in the database.
 ObjectId User.createRoleTeam(RoleTeam roleteam)
          Creates an associated RoleTeam object in the database.
 ObjectId[] User.createRoleTeams(RoleTeam[] roleteams)
          Creates multiple associated RoleTeam objects in the database.
 ObjectId Activity.createSuccessorRelationship(Relationship successorrelationship)
          Creates an associated Relationship object in the database.
 ObjectId[] Activity.createSuccessorRelationships(Relationship[] successorrelationships)
          Creates multiple associated Relationship objects in the database.
 ObjectId User.createUserLicense(UserLicense userlicense)
          Creates an associated UserLicense object in the database.
 ObjectId[] User.createUserLicenses(UserLicense[] userlicenses)
          Creates multiple associated UserLicense objects in the database.
 ObjectId User.createUserOBS(UserOBS userobs)
          Creates an associated UserOBS object in the database.
 ObjectId OBS.createUserOBS(UserOBS userobs)
          Creates an associated UserOBS object in the database.
 ObjectId[] User.createUserOBS(UserOBS[] userobs)
          Creates multiple associated UserOBS objects in the database.
 ObjectId[] OBS.createUserOBS(UserOBS[] userobs)
          Creates multiple associated UserOBS objects in the database.
 ObjectId WBS.createWBSChild(WBS wbschild)
          Creates an associated WBS object in the database.
 ObjectId Project.createWBSChild(WBS wbschild)
          Creates an associated WBS object in the database.
 ObjectId BaselineProject.createWBSChild(WBS wbschild)
          Creates an associated WBS object in the database.
 ObjectId[] WBS.createWBSChildren(WBS[] wbschildren)
          Creates multiple associated WBS objects in the database.
 ObjectId[] Project.createWBSChildren(WBS[] wbschildren)
          Creates multiple associated WBS objects in the database.
 ObjectId[] BaselineProject.createWBSChildren(WBS[] wbschildren)
          Creates multiple associated WBS objects in the database.
 ObjectId WBS.createWBSMilestone(WBSMilestone wbsmilestone)
          Creates an associated WBSMilestone object in the database.
 ObjectId[] WBS.createWBSMilestones(WBSMilestone[] wbsmilestones)
          Creates multiple associated WBSMilestone objects in the database.
 void WBSMilestone.delete()
          Deletes this WBSMilestone object from the database.
 void WBSCategory.delete()
          Deletes this WBSCategory object from the database.
 void WBS.delete()
          Deletes this WBS object from the database.
 void UserOBS.delete()
          Deletes this UserOBS object from the database.
 void UserLicense.delete()
          Deletes this UserLicense object from the database.
 void User.delete()
          Deletes this User object from the database.
 void UnitOfMeasure.delete()
          Deletes this UnitOfMeasure object from the database.
 void UDFValue.delete()
          Deletes this UDFValue object from the database.
 void UDFType.delete()
          Deletes this UDFType object from the database.
 void UDFCode.delete()
          Deletes this UDFCode object from the database.
 void Shift.delete()
          Deletes this Shift object from the database.
 void RoleTeam.delete()
          Deletes this RoleTeam object from the database.
 void RoleLimit.delete()
          Deletes this RoleLimit object from the database.
 void Role.delete()
          Deletes this Role object from the database.
 void RiskType.delete()
          Deletes this RiskType object from the database.
 void ResourceTeam.delete()
          Deletes this ResourceTeam object from the database.
 void ResourceRole.delete()
          Deletes this ResourceRole object from the database.
 void ResourceRate.delete()
          Deletes this ResourceRate object from the database.
 void ResourceCurve.delete()
          Deletes this ResourceCurve object from the database.
 void ResourceCodeType.delete()
          Deletes this ResourceCodeType object from the database.
 void ResourceCodeAssignment.delete()
          Deletes this ResourceCodeAssignment object from the database.
 void ResourceCode.delete()
          Deletes this ResourceCode object from the database.
 void ResourceAssignmentPeriodActual.delete()
          Deletes this ResourceAssignmentPeriodActual object from the database.
 void ResourceAssignment.delete()
          Deletes this ResourceAssignment object from the database.
 void ResourceAccess.delete()
          Deletes this ResourceAccess object from the database.
 void Resource.delete()
          Deletes this Resource object from the database.
 void Relationship.delete()
          Deletes this Relationship object from the database.
 void ProjectThreshold.delete()
          Deletes this ProjectThreshold object from the database.
 void ProjectSpendingPlan.delete()
          Deletes this ProjectSpendingPlan object from the database.
 void ProjectRisk.delete()
          Deletes this ProjectRisk object from the database.
 void ProjectResourceQuantity.delete()
          Deletes this ProjectResourceQuantity object from the database.
 void ProjectResourceCategory.delete()
          Deletes this ProjectResourceCategory object from the database.
 void ProjectResource.delete()
          Deletes this ProjectResource object from the database.
 void ProjectProfile.delete()
          Deletes this ProjectProfile object from the database.
 void ProjectPortfolio.delete()
          Deletes this ProjectPortfolio object from the database.
 void ProjectNote.delete()
          Deletes this ProjectNote object from the database.
 void ProjectIssue.delete()
          Deletes this ProjectIssue object from the database.
 void ProjectFunding.delete()
          Deletes this ProjectFunding object from the database.
 void ProjectEstimate.delete()
          Deletes this ProjectEstimate object from the database.
 void ProjectDocument.delete()
          Deletes this ProjectDocument object from the database.
 void ProjectCodeType.delete()
          Deletes this ProjectCodeType object from the database.
 void ProjectCodeAssignment.delete()
          Deletes this ProjectCodeAssignment object from the database.
 void ProjectCode.delete()
          Deletes this ProjectCode object from the database.
 void ProjectBudgetChangeLog.delete()
          Deletes this ProjectBudgetChangeLog object from the database.
 void Project.delete()
          Deletes this Project object from the database.
 void OverheadCode.delete()
          Deletes this OverheadCode object from the database.
 void OBS.delete()
          Deletes this OBS object from the database.
 void NotebookTopic.delete()
          Deletes this NotebookTopic object from the database.
 void GlobalProfile.delete()
          Deletes this GlobalProfile object from the database.
 void FundingSource.delete()
          Deletes this FundingSource object from the database.
 void FinancialPeriod.delete()
          Deletes this FinancialPeriod object from the database.
 void ExpenseCategory.delete()
          Deletes this ExpenseCategory object from the database.
 void EPSSpendingPlan.delete()
          Deletes this EPSSpendingPlan object from the database.
 void EPSNote.delete()
          Deletes this EPSNote object from the database.
 void EPSFunding.delete()
          Deletes this EPSFunding object from the database.
 void EPSBudgetChangeLog.delete()
          Deletes this EPSBudgetChangeLog object from the database.
 void EPS.delete()
          Deletes this EPS object from the database.
 void DocumentStatusCode.delete()
          Deletes this DocumentStatusCode object from the database.
 void DocumentCategory.delete()
          Deletes this DocumentCategory object from the database.
 void Document.delete()
          Deletes this Document object from the database.
 void Currency.delete()
          Deletes this Currency object from the database.
 void CostAccount.delete()
          Deletes this CostAccount object from the database.
 void Calendar.delete()
          Deletes this Calendar object from the database.
 void BaselineType.delete()
          Deletes this BaselineType object from the database.
 void BaselineProject.delete()
          Deletes this BaselineProject object from the database.
 void ActivityStep.delete()
          Deletes this ActivityStep object from the database.
 void ActivityPeriodActual.delete()
          Deletes this ActivityPeriodActual object from the database.
 void ActivityNote.delete()
          Deletes this ActivityNote object from the database.
 void ActivityExpense.delete()
          Deletes this ActivityExpense object from the database.
 void ActivityCodeType.delete()
          Deletes this ActivityCodeType object from the database.
 void ActivityCodeAssignment.delete()
          Deletes this ActivityCodeAssignment object from the database.
 void ActivityCode.delete()
          Deletes this ActivityCode object from the database.
 void Activity.delete()
          Deletes this Activity object from the database.
 void WBS.delete(ObjectId replacementId)
          Deletes this WBS object from the database.
 void Role.delete(ObjectId replacementId)
          Deletes this Role object from the database.
 void Resource.delete(ObjectId replacementId)
          Deletes this Resource object from the database.
 void OBS.delete(ObjectId replacementId)
          Deletes this OBS object from the database.
 void FundingSource.delete(ObjectId replacementId)
          Deletes this FundingSource object from the database.
 void CostAccount.delete(ObjectId replacementId)
          Deletes this CostAccount object from the database.
 void Calendar.delete(ObjectId replacementId)
          Deletes this Calendar object from the database.
static void Activity.delete(Session session, Activity[] activities)
          Deletes multiple Activity objects from the database.
static void ActivityCode.delete(Session session, ActivityCode[] activitycodes)
          Deletes multiple ActivityCode objects from the database.
static void ActivityCodeAssignment.delete(Session session, ActivityCodeAssignment[] activitycodeassignments)
          Deletes multiple ActivityCodeAssignment objects from the database.
static void ActivityCodeType.delete(Session session, ActivityCodeType[] activitycodetypes)
          Deletes multiple ActivityCodeType objects from the database.
static void ActivityExpense.delete(Session session, ActivityExpense[] activityexpenses)
          Deletes multiple ActivityExpense objects from the database.
static void ActivityNote.delete(Session session, ActivityNote[] activitynotes)
          Deletes multiple ActivityNote objects from the database.
static void ActivityPeriodActual.delete(Session session, ActivityPeriodActual[] activityperiodactuals)
          Deletes multiple ActivityPeriodActual objects from the database.
static void ActivityStep.delete(Session session, ActivityStep[] activitysteps)
          Deletes multiple ActivityStep objects from the database.
static void BaselineProject.delete(Session session, BaselineProject[] baselineprojects)
          Deletes multiple BaselineProject objects from the database.
static void BaselineType.delete(Session session, BaselineType[] baselinetypes)
          Deletes multiple BaselineType objects from the database.
static void Calendar.delete(Session session, Calendar[] calendars)
          Deletes multiple Calendar objects from the database.
static void Calendar.delete(Session session, Calendar[] calendars, ObjectId replacementParent)
          Deletes multiple calendar objects in a hierarchy from the database and set the new parent of all child objects.
static void CostAccount.delete(Session session, CostAccount[] costaccounts)
          Deletes multiple CostAccount objects from the database.
static void CostAccount.delete(Session session, CostAccount[] costaccounts, ObjectId replacementParent)
          Deletes multiple costaccount objects in a hierarchy from the database and set the new parent of all child objects.
static void Currency.delete(Session session, Currency[] currencies)
          Deletes multiple Currency objects from the database.
static void Document.delete(Session session, Document[] documents)
          Deletes multiple Document objects from the database.
static void DocumentCategory.delete(Session session, DocumentCategory[] documentcategories)
          Deletes multiple DocumentCategory objects from the database.
static void DocumentStatusCode.delete(Session session, DocumentStatusCode[] documentstatuscodes)
          Deletes multiple DocumentStatusCode objects from the database.
static void EPS.delete(Session session, EPS[] eps)
          Deletes multiple EPS objects from the database.
static void EPSBudgetChangeLog.delete(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs)
          Deletes multiple EPSBudgetChangeLog objects from the database.
static void EPSFunding.delete(Session session, EPSFunding[] epsfundings)
          Deletes multiple EPSFunding objects from the database.
static void EPSNote.delete(Session session, EPSNote[] epsnotes)
          Deletes multiple EPSNote objects from the database.
static void EPSSpendingPlan.delete(Session session, EPSSpendingPlan[] epsspendingplans)
          Deletes multiple EPSSpendingPlan objects from the database.
static void ExpenseCategory.delete(Session session, ExpenseCategory[] expensecategories)
          Deletes multiple ExpenseCategory objects from the database.
static void FinancialPeriod.delete(Session session, FinancialPeriod[] financialperiods)
          Deletes multiple FinancialPeriod objects from the database.
static void FundingSource.delete(Session session, FundingSource[] fundingsources)
          Deletes multiple FundingSource objects from the database.
static void FundingSource.delete(Session session, FundingSource[] fundingsources, ObjectId replacementParent)
          Deletes multiple fundingsource objects in a hierarchy from the database and set the new parent of all child objects.
static void GlobalProfile.delete(Session session, GlobalProfile[] globalprofiles)
          Deletes multiple GlobalProfile objects from the database.
static void NotebookTopic.delete(Session session, NotebookTopic[] notebooktopics)
          Deletes multiple NotebookTopic objects from the database.
static void OBS.delete(Session session, OBS[] obs)
          Deletes multiple OBS objects from the database.
static void OBS.delete(Session session, OBS[] obs, ObjectId replacementParent)
          Deletes multiple obs objects in a hierarchy from the database and set the new parent of all child objects.
static void OverheadCode.delete(Session session, OverheadCode[] overheadcodes)
          Deletes multiple OverheadCode objects from the database.
static void Project.delete(Session session, Project[] projects)
          Deletes multiple Project objects from the database.
static void ProjectBudgetChangeLog.delete(Session session, ProjectBudgetChangeLog[] projectbudgetchangelogs)
          Deletes multiple ProjectBudgetChangeLog objects from the database.
static void ProjectCode.delete(Session session, ProjectCode[] projectcodes)
          Deletes multiple ProjectCode objects from the database.
static void ProjectCodeAssignment.delete(Session session, ProjectCodeAssignment[] projectcodeassignments)
          Deletes multiple ProjectCodeAssignment objects from the database.
static void ProjectCodeType.delete(Session session, ProjectCodeType[] projectcodetypes)
          Deletes multiple ProjectCodeType objects from the database.
static void ProjectDocument.delete(Session session, ProjectDocument[] projectdocuments)
          Deletes multiple ProjectDocument objects from the database.
static void ProjectEstimate.delete(Session session, ProjectEstimate[] projectestimates)
          Deletes multiple ProjectEstimate objects from the database.
static void ProjectFunding.delete(Session session, ProjectFunding[] projectfundings)
          Deletes multiple ProjectFunding objects from the database.
static void ProjectIssue.delete(Session session, ProjectIssue[] projectissues)
          Deletes multiple ProjectIssue objects from the database.
static void ProjectNote.delete(Session session, ProjectNote[] projectnotes)
          Deletes multiple ProjectNote objects from the database.
static void ProjectPortfolio.delete(Session session, ProjectPortfolio[] projectportfolios)
          Deletes multiple ProjectPortfolio objects from the database.
static void ProjectProfile.delete(Session session, ProjectProfile[] projectprofiles)
          Deletes multiple ProjectProfile objects from the database.
static void ProjectResource.delete(Session session, ProjectResource[] projectresources)
          Deletes multiple ProjectResource objects from the database.
static void ProjectResourceCategory.delete(Session session, ProjectResourceCategory[] projectresourcecategories)
          Deletes multiple ProjectResourceCategory objects from the database.
static void ProjectResourceQuantity.delete(Session session, ProjectResourceQuantity[] projectresourcequantities)
          Deletes multiple ProjectResourceQuantity objects from the database.
static void ProjectRisk.delete(Session session, ProjectRisk[] projectrisks)
          Deletes multiple ProjectRisk objects from the database.
static void ProjectSpendingPlan.delete(Session session, ProjectSpendingPlan[] projectspendingplans)
          Deletes multiple ProjectSpendingPlan objects from the database.
static void ProjectThreshold.delete(Session session, ProjectThreshold[] projectthresholds)
          Deletes multiple ProjectThreshold objects from the database.
static void Relationship.delete(Session session, Relationship[] relationships)
          Deletes multiple Relationship objects from the database.
static void Resource.delete(Session session, Resource[] resources)
          Deletes multiple Resource objects from the database.
static void Resource.delete(Session session, Resource[] resources, ObjectId replacementParent)
          Deletes multiple resource objects in a hierarchy from the database and set the new parent of all child objects.
static void ResourceAccess.delete(Session session, ResourceAccess[] resourceaccess)
          Deletes multiple ResourceAccess objects from the database.
static void ResourceAssignment.delete(Session session, ResourceAssignment[] resourceassignments)
          Deletes multiple ResourceAssignment objects from the database.
static void ResourceAssignmentPeriodActual.delete(Session session, ResourceAssignmentPeriodActual[] resourceassignmentperiodactuals)
          Deletes multiple ResourceAssignmentPeriodActual objects from the database.
static void ResourceCode.delete(Session session, ResourceCode[] resourcecodes)
          Deletes multiple ResourceCode objects from the database.
static void ResourceCodeAssignment.delete(Session session, ResourceCodeAssignment[] resourcecodeassignments)
          Deletes multiple ResourceCodeAssignment objects from the database.
static void ResourceCodeType.delete(Session session, ResourceCodeType[] resourcecodetypes)
          Deletes multiple ResourceCodeType objects from the database.
static void ResourceCurve.delete(Session session, ResourceCurve[] resourcecurves)
          Deletes multiple ResourceCurve objects from the database.
static void ResourceRate.delete(Session session, ResourceRate[] resourcerates)
          Deletes multiple ResourceRate objects from the database.
static void ResourceRole.delete(Session session, ResourceRole[] resourceroles)
          Deletes multiple ResourceRole objects from the database.
static void ResourceTeam.delete(Session session, ResourceTeam[] resourceteams)
          Deletes multiple ResourceTeam objects from the database.
static void RiskType.delete(Session session, RiskType[] risktypes)
          Deletes multiple RiskType objects from the database.
static void Role.delete(Session session, Role[] roles)
          Deletes multiple Role objects from the database.
static void Role.delete(Session session, Role[] roles, ObjectId replacementParent)
          Deletes multiple role objects in a hierarchy from the database and set the new parent of all child objects.
static void RoleLimit.delete(Session session, RoleLimit[] rolelimits)
          Deletes multiple RoleLimit objects from the database.
static void RoleTeam.delete(Session session, RoleTeam[] roleteams)
          Deletes multiple RoleTeam objects from the database.
static void Shift.delete(Session session, Shift[] shifts)
          Deletes multiple Shift objects from the database.
static void UDFCode.delete(Session session, UDFCode[] udfcodes)
          Deletes multiple UDFCode objects from the database.
static void UDFType.delete(Session session, UDFType[] udftypes)
          Deletes multiple UDFType objects from the database.
static void UDFValue.delete(Session session, UDFValue[] udfvalues)
          Deletes multiple UDFValue objects from the database.
static void UnitOfMeasure.delete(Session session, UnitOfMeasure[] unitofmeasures)
          Deletes multiple UnitOfMeasure objects from the database.
static void User.delete(Session session, User[] users)
          Deletes multiple User objects from the database.
static void UserLicense.delete(Session session, UserLicense[] userlicenses)
          Deletes multiple UserLicense objects from the database.
static void UserOBS.delete(Session session, UserOBS[] userobs)
          Deletes multiple UserOBS objects from the database.
static void WBS.delete(Session session, WBS[] wbs)
          Deletes multiple WBS objects from the database.
static void WBS.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.
static void WBSCategory.delete(Session session, WBSCategory[] wbscategories)
          Deletes multiple WBSCategory objects from the database.
static void WBSMilestone.delete(Session session, WBSMilestone[] wbsmilestones)
          Deletes multiple WBSMilestone objects from the database.
 void WBS.deleteActivities(Activity[] activities)
          Deletes multiple associated Activity objects from the database.
 void Project.deleteActivities(Activity[] activities)
          Deletes multiple associated Activity objects from the database.
 void BaselineProject.deleteActivities(Activity[] activities)
          Deletes multiple associated Activity objects from the database.
 void Activity.deleteActivityExpenses(ActivityExpense[] activityexpenses)
          Deletes multiple associated ActivityExpense objects from the database.
 void Activity.deleteActivityNotes(ActivityNote[] activitynotes)
          Deletes multiple associated ActivityNote objects from the database.
 void Activity.deleteActivitySteps(ActivityStep[] activitysteps)
          Deletes multiple associated ActivityStep objects from the database.
 void Project.deleteBaselineProjects(BaselineProject[] baselineprojects)
          Deletes multiple associated BaselineProject objects from the database.
 void EPS.deleteEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs)
          Deletes multiple associated EPSBudgetChangeLog objects from the database.
 void EPS.deleteEPSFundings(EPSFunding[] epsfundings)
          Deletes multiple associated EPSFunding objects from the database.
 void EPS.deleteEPSNotes(EPSNote[] epsnotes)
          Deletes multiple associated EPSNote objects from the database.
 void EPS.deleteEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans)
          Deletes multiple associated EPSSpendingPlan objects from the database.
 void Activity.deletePredecessorRelationships(Relationship[] predecessorrelationships)
          Deletes multiple associated Relationship objects from the database.
 void WBS.deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
          Deletes multiple associated ProjectBudgetChangeLog objects from the database.
 void Project.deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
          Deletes multiple associated ProjectBudgetChangeLog objects from the database.
 void BaselineProject.deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
          Deletes multiple associated ProjectBudgetChangeLog objects from the database.
 void WBS.deleteProjectDocuments(ProjectDocument[] projectdocuments)
          Deletes multiple associated ProjectDocument objects from the database.
 void Activity.deleteProjectDocuments(ProjectDocument[] projectdocuments)
          Deletes multiple associated ProjectDocument objects from the database.
 void WBS.deleteProjectEstimates(ProjectEstimate[] projectestimates)
          Deletes multiple associated ProjectEstimate objects from the database.
 void Project.deleteProjectEstimates(ProjectEstimate[] projectestimates)
          Deletes multiple associated ProjectEstimate objects from the database.
 void BaselineProject.deleteProjectEstimates(ProjectEstimate[] projectestimates)
          Deletes multiple associated ProjectEstimate objects from the database.
 void Project.deleteProjectFundings(ProjectFunding[] projectfundings)
          Deletes multiple associated ProjectFunding objects from the database.
 void BaselineProject.deleteProjectFundings(ProjectFunding[] projectfundings)
          Deletes multiple associated ProjectFunding objects from the database.
 void WBS.deleteProjectIssues(ProjectIssue[] projectissues)
          Deletes multiple associated ProjectIssue objects from the database.
 void Project.deleteProjectIssues(ProjectIssue[] projectissues)
          Deletes multiple associated ProjectIssue objects from the database.
 void BaselineProject.deleteProjectIssues(ProjectIssue[] projectissues)
          Deletes multiple associated ProjectIssue objects from the database.
 void WBS.deleteProjectNotes(ProjectNote[] projectnotes)
          Deletes multiple associated ProjectNote objects from the database.
 void Project.deleteProjectNotes(ProjectNote[] projectnotes)
          Deletes multiple associated ProjectNote objects from the database.
 void BaselineProject.deleteProjectNotes(ProjectNote[] projectnotes)
          Deletes multiple associated ProjectNote objects from the database.
 void User.deleteProjectPortfolios(ProjectPortfolio[] projectportfolios)
          Deletes multiple associated ProjectPortfolio objects from the database.
 void WBS.deleteProjectRisks(ProjectRisk[] projectrisks)
          Deletes multiple associated ProjectRisk objects from the database.
 void Project.deleteProjectRisks(ProjectRisk[] projectrisks)
          Deletes multiple associated ProjectRisk objects from the database.
 void BaselineProject.deleteProjectRisks(ProjectRisk[] projectrisks)
          Deletes multiple associated ProjectRisk objects from the database.
 void Project.deleteProjectSpendingPlans(ProjectSpendingPlan[] projectspendingplans)
          Deletes multiple associated ProjectSpendingPlan objects from the database.
 void BaselineProject.deleteProjectSpendingPlans(ProjectSpendingPlan[] projectspendingplans)
          Deletes multiple associated ProjectSpendingPlan objects from the database.
 void WBS.deleteProjectThresholds(ProjectThreshold[] projectthresholds)
          Deletes multiple associated ProjectThreshold objects from the database.
 void Project.deleteProjectThresholds(ProjectThreshold[] projectthresholds)
          Deletes multiple associated ProjectThreshold objects from the database.
 void BaselineProject.deleteProjectThresholds(ProjectThreshold[] projectthresholds)
          Deletes multiple associated ProjectThreshold objects from the database.
 void Activity.deleteResourceAssignments(ResourceAssignment[] resourceassignments)
          Deletes multiple associated ResourceAssignment objects from the database.
 void User.deleteResourceTeams(ResourceTeam[] resourceteams)
          Deletes multiple associated ResourceTeam objects from the database.
 void User.deleteRoleTeams(RoleTeam[] roleteams)
          Deletes multiple associated RoleTeam objects from the database.
 void Activity.deleteSuccessorRelationships(Relationship[] successorrelationships)
          Deletes multiple associated Relationship objects from the database.
 void User.deleteUserLicenses(UserLicense[] userlicenses)
          Deletes multiple associated UserLicense objects from the database.
 void User.deleteUserOBS(UserOBS[] userobs)
          Deletes multiple associated UserOBS objects from the database.
 void OBS.deleteUserOBS(UserOBS[] userobs)
          Deletes multiple associated UserOBS objects from the database.
 void Project.deleteWBS(WBS[] wbs)
          Deletes multiple associated WBS objects from the database.
 void BaselineProject.deleteWBS(WBS[] wbs)
          Deletes multiple associated WBS objects from the database.
 void WBS.deleteWBSMilestones(WBSMilestone[] wbsmilestones)
          Deletes multiple associated WBSMilestone objects from the database.
 void Project.deleteWBSMilestones(WBSMilestone[] wbsmilestones)
          Deletes multiple associated WBSMilestone objects from the database.
 void BaselineProject.deleteWBSMilestones(WBSMilestone[] wbsmilestones)
          Deletes multiple associated WBSMilestone objects from the database.
 java.lang.String UnitOfMeasure.getAbbreviation()
          Gets the abbreviation of the unit of measure.
 Cost Activity.getAccountingVariance()
          Gets the difference between the planned value of work scheduled and the actual cost of work performed.
 Unit Activity.getAccountingVarianceLaborUnits()
          Gets the difference between the planned value of work scheduled and the actual work performed.
 AccrualType ActivityExpense.getAccrualType()
          Gets the accrual type for the project expense.
 boolean TimesheetDelegate.getActiveFlag()
          Gets the flag indicating whether this delegate is active.
 ObjectId[] Project.getActivitiesWithCodeChanges(java.util.Date sinceDate)
          Deprecated. As of release 5.0 SP3, load the ActivityCodeAssignment objects to determine what changed. Use the timestamp fields in the where clause to see changes since a particular time.
 ObjectId[] Project.getActivitiesWithUDFChanges(java.util.Date sinceDate)
          Deprecated. As of release 5.0 SP3, load the UDFValue objects to determine what changed. Use the timestamp fields in the where clause to see changes since a particular time.
 java.lang.String ActivityCodeAssignment.getActivityCodeDescription()
          Gets the description of the associated activity code.
 ObjectId ActivityCodeAssignment.getActivityCodeObjectId()
          Gets the unique ID of the associated activity code.
 java.lang.String ActivityCodeAssignment.getActivityCodeTypeName()
          Gets the name of the parent activity code type.
 ObjectId ActivityCodeAssignment.getActivityCodeTypeObjectId()
          Gets the unique ID of the parent activity code type.
 ObjectId[] Project.getActivityCodeTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the activity code assignments using the ActivityCodeAssignment object.
 ObjectId[] BaselineProject.getActivityCodeTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the activity code assignments using the ActivityCodeAssignment object.
 ObjectId[] Activity.getActivityCodeTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the activity code assignments using the ActivityCodeAssignment object.
 ActivityCodeTypeScope ActivityCodeAssignment.getActivityCodeTypeScope()
          Gets the scope of the associated activity code type: Global, EPS, or Project.
 java.lang.String ActivityCodeAssignment.getActivityCodeValue()
          Gets the value of the associated activity code.
 ActivityType Project.getActivityDefaultActivityType()
          Gets the default type for activities.
 ActivityType BaselineProject.getActivityDefaultActivityType()
          Gets the default type for activities.
 ObjectId Project.getActivityDefaultCalendarObjectId()
          Gets the unique ID of the calendar assigned to new activities by default.
 ObjectId BaselineProject.getActivityDefaultCalendarObjectId()
          Gets the unique ID of the calendar assigned to new activities by default.
 ObjectId Project.getActivityDefaultCostAccountObjectId()
          Gets the unique ID of the cost account assigned to new activities and project expenses by default.
 ObjectId BaselineProject.getActivityDefaultCostAccountObjectId()
          Gets the unique ID of the cost account assigned to new activities and project expenses by default.
 DurationType Project.getActivityDefaultDurationType()
          Gets the duration type assigned to new activities by default.
 DurationType BaselineProject.getActivityDefaultDurationType()
          Gets the duration type assigned to new activities by default.
 PercentCompleteType Project.getActivityDefaultPercentCompleteType()
          Gets the percent complete type assigned to new activities by default.
 PercentCompleteType BaselineProject.getActivityDefaultPercentCompleteType()
          Gets the percent complete type assigned to new activities by default.
 Cost Project.getActivityDefaultPricePerUnit()
          Gets the price used to estimate resource costs for activities that have planned, actual, or remaining units, but no resource assignments.
 Cost BaselineProject.getActivityDefaultPricePerUnit()
          Gets the price used to estimate resource costs for activities that have planned, actual, or remaining units, but no resource assignments.
 java.lang.String ResourceAssignment.getActivityId()
          Gets the short ID that uniquely identifies the activity within the project.
 java.lang.String ProjectIssue.getActivityId()
          Gets the short ID that uniquely identifies the activity within the project.
 java.lang.String ProjectDocument.getActivityId()
          Gets the short ID that uniquely identifies the activity within the project.
 java.lang.String ActivityStep.getActivityId()
          Gets the short ID that uniquely identifies the activity within the project.
 java.lang.String ActivityNote.getActivityId()
          Gets the short ID that uniquely identifies the activity to which the activity note is assigned.
 java.lang.String ActivityExpense.getActivityId()
          Gets the short ID that uniquely identifies the activity within the project.
 java.lang.String ActivityCodeAssignment.getActivityId()
          Gets the short ID that uniquely identifies the activity to which the activity code is assigned.
 boolean Project.getActivityIdBasedOnSelectedActivity()
          Gets the flag that indicates how to auto-number activity IDs for new activities-Y/N - Y means use the selected activity's activity ID as prefix, N means use standard auto-numbering based on the prefix, suffix.
 boolean BaselineProject.getActivityIdBasedOnSelectedActivity()
          Gets the flag that indicates how to auto-number activity IDs for new activities-Y/N - Y means use the selected activity's activity ID as prefix, N means use standard auto-numbering based on the prefix, suffix.
 int Project.getActivityIdIncrement()
          Gets the increment used for auto-numbering of activity IDs.
 int BaselineProject.getActivityIdIncrement()
          Gets the increment used for auto-numbering of activity IDs.
 java.lang.String Project.getActivityIdPrefix()
          Gets the prefix used for auto-numbering of activity IDs.
 java.lang.String BaselineProject.getActivityIdPrefix()
          Gets the prefix used for auto-numbering of activity IDs.
 int Project.getActivityIdSuffix()
          Gets the suffix used for auto-numbering of activity IDs.
 int BaselineProject.getActivityIdSuffix()
          Gets the suffix used for auto-numbering of activity IDs.
 java.lang.String ResourceAssignment.getActivityName()
          Gets the name of the activity.
 java.lang.String ProjectIssue.getActivityName()
          Gets the name of the activity.
 java.lang.String ProjectDocument.getActivityName()
          Gets the name of the activity.
 java.lang.String ActivityStep.getActivityName()
          Gets the name of the activity.
 java.lang.String ActivityNote.getActivityName()
          Gets the name of the activity to which the activity note is assigned.
 java.lang.String ActivityExpense.getActivityName()
          Gets the name of the activity.
 java.lang.String ActivityCodeAssignment.getActivityName()
          Gets the name of the activity to which the activity code is assigned.
 ObjectId ResourceHour.getActivityObjectId()
          Gets the unique ID of the activity to which the resource is assigned.
 ObjectId ResourceAssignmentPeriodActual.getActivityObjectId()
          Gets the unique ID of the associated activity.
 ObjectId ResourceAssignment.getActivityObjectId()
          Gets the unique ID of the activity to which the resource is assigned.
 ObjectId ProjectIssue.getActivityObjectId()
          Gets the unique ID of the activity to which the project issue applies.
 ObjectId ProjectDocument.getActivityObjectId()
          Gets the unique ID of the activity to which the activity document applies.
 ObjectId ActivityStep.getActivityObjectId()
          Gets the unique ID of the activity to which the steps are assigned.
 ObjectId ActivityPeriodActual.getActivityObjectId()
          Gets the unique ID of the associated activity.
 ObjectId ActivityOwner.getActivityObjectId()
          Gets the unique ID of the associated activity.
 ObjectId ActivityNote.getActivityObjectId()
          Gets the unique ID of the activity to which the activity note is assigned.
 ObjectId ActivityExpense.getActivityObjectId()
          Gets the unique ID of the activity to which the project expense is linked.
 ObjectId ActivityCodeAssignment.getActivityObjectId()
          Gets the unique ID of the activity to which the activity code is assigned.
 boolean Project.getActivityPercentCompleteBasedOnActivitySteps()
          Gets the flag that indicates whether activity physical percent complete is automatically computed from the activity steps completed.
 boolean BaselineProject.getActivityPercentCompleteBasedOnActivitySteps()
          Gets the flag that indicates whether activity physical percent complete is automatically computed from the activity steps completed.
 ActivitySpread Activity.getActivitySpread()
          Gets the live activity spread data.
 ObjectId ActivityStepTemplateItem.getActivityStepTemplateObjectId()
          Gets the unique ID of the activity step template to which this item belongs.
 boolean ResourceHour.getActivityTimesheetLinkFlag()
          Gets the value which indicates if the record is a real timesheet entry (false) or simply a placeholder for a timesheet entry (true).
 ObjectId[] Project.getActivityUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] BaselineProject.getActivityUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 Cost ResourceAssignmentPeriodActual.getActualCost()
          Gets the actual cost on this resource assignment during a financial period.
 Cost ResourceAssignment.getActualCost()
          Gets the actual non-overtime plus overtime cost for the resource assignment on the activity.
 Cost ActivityExpense.getActualCost()
          Gets the actual cost for the project expense.
 Duration ResourceAssignment.getActualDuration()
          Gets the actual duration for the resource assignment on the activity.
 Duration Activity.getActualDuration()
          Gets the total working time from the activity actual start date to the actual finish date (for completed activities), or to the current data date (for in-progress activities).
 Cost ActivityPeriodActual.getActualExpenseCost()
          Gets the actual expense cost on this activity during a financial period.
 Cost Activity.getActualExpenseCost()
          Gets the actual costs for all project expenses associated with the activity.
 EndDate ResourceAssignment.getActualFinishDate()
          Gets the date the resource actually finished working on the activity.
 EndDate Activity.getActualFinishDate()
          Gets the date on which the activity is actually finished.
 Cost ActivityPeriodActual.getActualLaborCost()
          Gets the actual labor cost on this activity during a financial period.
 Cost Activity.getActualLaborCost()
          Gets the actual costs for all labor resources assigned to the activity.
 Unit ActivityPeriodActual.getActualLaborUnits()
          Gets the actual labor units on this activity during a financial period.
 Unit Activity.getActualLaborUnits()
          Gets the actual units for all labor resources assigned to the activity.
 Cost ActivityPeriodActual.getActualMaterialCost()
          Gets the actual material cost on this activity during a financial period.
 Cost Activity.getActualMaterialCost()
          Gets the sum of all regular and overtime costs for material resources.
 Cost ActivityPeriodActual.getActualNonLaborCost()
          Gets the actual nonlabor cost on this activity during a financial period.
 Cost Activity.getActualNonLaborCost()
          Gets the actual costs for all nonlabor resources assigned to the activity.
 Unit ActivityPeriodActual.getActualNonLaborUnits()
          Gets the actual nonlabor units on this activity during a financial period.
 Unit Activity.getActualNonLaborUnits()
          Gets the actual units for all nonlabor resources assigned to the activity.
 Cost ResourceAssignment.getActualOvertimeCost()
          Gets the actual overtime cost for the resource assignment on the activity.
 Unit ResourceAssignment.getActualOvertimeUnits()
          Gets the actual overtime units worked by the resource on this activity.
 Cost ResourceAssignment.getActualRegularCost()
          Gets the actual non-overtime cost for the resource assignment on the activity.
 Unit ResourceAssignment.getActualRegularUnits()
          Gets the actual non-overtime units worked by the resource on this activity.
 BeginDate ResourceAssignment.getActualStartDate()
          Gets the date the resource actually started working on the activity.
 BeginDate Activity.getActualStartDate()
          Gets the date on which the activity is actually started.
 Cost ResourceAssignment.getActualThisPeriodCost()
          Gets the actual this period cost (will be labor or nonlabor).
 Cost Activity.getActualThisPeriodLaborCost()
          Gets the actual this period labor cost for all labor resources assigned to the activity.
 Unit Activity.getActualThisPeriodLaborUnits()
          Gets the actual this period labor units (hours) for all labor resources assigned to the activity.
 Cost Activity.getActualThisPeriodMaterialCost()
          Gets the sum of all material resource costs for the current period.
 Cost Activity.getActualThisPeriodNonLaborCost()
          Gets the actual this period nonlabor cost for all nonlabor resources assigned to the activity.
 Unit Activity.getActualThisPeriodNonLaborUnits()
          Gets the actual this period nonlabor units (hours) for all nonlabor resources assigned to the activity.
 Unit ResourceAssignment.getActualThisPeriodUnits()
          Gets the actual this period units (hours) (will be labor or nonlabor).
 Cost Activity.getActualTotalCost()
          Gets the actual total cost for the activity, including labor resources, nonlabor resources, and project expenses.
 Unit Activity.getActualTotalUnits()
          Gets the sum of Actual Labor Units and Actual Nonlabor Units.
 Unit ResourceAssignmentPeriodActual.getActualUnits()
          Gets the actual units on this resource assignment during a financial period.
 Unit ResourceAssignment.getActualUnits()
          Gets the actual non-overtime plus overtime units worked by the resource on this activity.
 double ActivityExpense.getActualUnits()
          Gets the actual units for the project expense.
 double ProjectIssue.getActualValue()
          Gets the actual value of the threshold parameter for the project issue.
 boolean Project.getAddActualToRemaining()
          Gets the flag that indicates whether to add actual to remaining or to subtract actual from at complete when actual units and costs are updated.
 boolean BaselineProject.getAddActualToRemaining()
          Gets the flag that indicates whether to add actual to remaining or to subtract actual from at complete when actual units and costs are updated.
 java.lang.String Project.getAddedBy()
          Gets the name of the user who added the project to the database.
 java.lang.String BaselineProject.getAddedBy()
          Gets the name of the user who added the project to the database.
 Unit ProjectEstimate.getAdjustedUnits()
          Gets the adjusted estimated units required to complete the specified WBS, if an adjustment is applied.
 int ProjectEstimate.getAdjustmentFactor()
          Gets the adjustment, in percent, made to the estimated units before application to the activities.
 boolean Project.getAllowNegativeActualUnitsFlag()
          Gets the flag that indicates whether the project can allow the negative valus for the actual units.
 boolean User.getAllResourceAccessFlag()
          Gets the flag that determines whether the user has all resource access (TRUE) or restricted resource access (FALSE).
 Cost ProjectFunding.getAmount()
          Gets the amount of a funding source that is allocated to the project.
 Cost ProjectBudgetChangeLog.getAmount()
          Gets the amount of budget change.
 Cost EPSFunding.getAmount()
          Gets the amount of a funding source that is allocated to the EPS.
 Cost EPSBudgetChangeLog.getAmount()
          Gets the amount of budget change.
 double Project.getAnnualDiscountRate()
          Gets the user-defined number field that identifies the discount rate for the project.
 double BaselineProject.getAnnualDiscountRate()
          Gets the user-defined number field that identifies the discount rate for the project.
 EndDate WBS.getAnticipatedFinishDate()
          Gets the anticipated finish date of WBS, project and EPS elements.
 EndDate Project.getAnticipatedFinishDate()
          Gets the anticipated finish date of Project element.
 EndDate EPS.getAnticipatedFinishDate()
          Gets the anticipated finish date of the EPS.
 EndDate BaselineProject.getAnticipatedFinishDate()
          Gets the anticipated finish date of WBS, project and EPS elements.
 BeginDate WBS.getAnticipatedStartDate()
          Gets the anticipated start date of WBS, project and EPS elements.
 BeginDate Project.getAnticipatedStartDate()
          Gets the anticipated start date of Project element.
 BeginDate EPS.getAnticipatedStartDate()
          Gets the anticipated start date of the EPS.
 BeginDate BaselineProject.getAnticipatedStartDate()
          Gets the anticipated start date of WBS, project and EPS elements.
 boolean ProjectEstimate.getApplied()
          Gets the flag that indicates whether the estimate was applied to the activities.
 double ResourceHour.getApprovedHours()
          Gets the number of hours, approved.
 double ResourceHour.getApprovedOvertimeHours()
          Gets the number of overtime hours, approved.
 java.lang.String TimesheetDelegate.getApproverUserName()
          Gets the approver user's login name.
 java.lang.String TimesheetAudit.getApproverUserName()
          Gets the user name of the approver.
 ObjectId TimesheetDelegate.getApproverUserObjectId()
          Gets the unique ID of the approver user.
 ObjectId TimesheetAudit.getApproverUserObjectId()
          Gets the unique user ID of the approver.
 boolean Project.getAssignmentDefaultDrivingFlag()
          Gets the default flag assigned to new assignments, to indicate whether assignments will drive activity dates.
 boolean BaselineProject.getAssignmentDefaultDrivingFlag()
          Gets the default flag assigned to new assignments, to indicate whether assignments will drive activity dates.
 DefaultRateType Project.getAssignmentDefaultRateType()
          Gets the default rate type when adding resource assignments to a project.
 DefaultRateType BaselineProject.getAssignmentDefaultRateType()
          Gets the default rate type when adding resource assignments to a project.
 AssignmentStaffingPreference User.getAssignmentStaffingPreference()
          Gets the value that determines whether the current or the new resource's Units per Time and Overtime factor is used to calculate costs when assigning the resource to an existing activity assignment.
 Cost ResourceAssignment.getAtCompletionCost()
          Gets the sum of the actual plus remaining costs for the resource assignment on the activity.
 double ActivityExpense.getAtCompletionCost()
          Gets the sum of the actual plus remaining costs for the project expense.
 Duration ResourceAssignment.getAtCompletionDuration()
          Gets the total working time from the activity's current start date to the current finish date.
 Duration Activity.getAtCompletionDuration()
          Gets the total working time from the activity's current start date to the current finish date.
 Cost Activity.getAtCompletionExpenseCost()
          Gets the sum of the actual plus remaining costs for all expenses associated with the activity.
 Cost Activity.getAtCompletionLaborCost()
          Gets the sum of the actual plus remaining costs for all labor resources assigned to the activity.
 Unit Activity.getAtCompletionLaborUnits()
          Gets the sum of the actual plus remaining units for all labor resources assigned to the activity.
 Unit Activity.getAtCompletionLaborUnitsVariance()
          Gets the project baseline planned total labor units minus the estimate at completion labor units.
 Cost Activity.getAtCompletionMaterialCost()
          Gets the sum of all actual and remaining costs for material resources.
 Cost Activity.getAtCompletionNonLaborCost()
          Gets the sum of the actual plus remaining costs for all nonlabor resources assigned to the activity.
 Unit Activity.getAtCompletionNonLaborUnits()
          Gets the sum of the actual plus remaining units for all nonlabor resources assigned to the activity.
 Cost Activity.getAtCompletionTotalCost()
          Gets the total cost at completion for the activity, including labor resources, nonlabor resources, and project expenses.
 Unit Activity.getAtCompletionTotalUnits()
          Gets the sum of the actual plus remaining units for the resource assignment on the activity.
 Unit ResourceAssignment.getAtCompletionUnits()
          Gets the sum of the actual plus remaining units for the resource assignment on the activity.
 double ActivityExpense.getAtCompletionUnits()
          Gets the at completion units for the project expense.
 Cost Activity.getAtCompletionVariance()
          Gets the difference between the project baseline total cost and the current estimate of total cost.
 java.util.Date TimesheetAudit.getAuditDate()
          Gets the date this timesheet audit was created.
 java.lang.String Document.getAuthor()
          Gets the person who created the work product or document.
 boolean ResourceAssignment.getAutoComputeActuals()
          Gets the option that determines whether the activity's actual and remaining units, start date, finish date, and percent complete are computed automatically using the planned dates, planned units and the schedule percent complete.
 boolean Resource.getAutoComputeActuals()
          Gets the flag that identifies whether the activity actual and remaining units, start dates and finish dates for the resource are computed automatically using the planned dates, planned units and the activity's schedule percent complete.
 boolean ActivityExpense.getAutoComputeActuals()
          Gets the flag that identifies whether the actual and remaining costs for the expense are computed automatically using the planned cost and the activity's schedule percent complete.
 boolean Activity.getAutoComputeActuals()
          Gets the option that determines whether the activity's actual and remaining units, start date, finish date, and percent complete are computed automatically using the planned dates, planned units and the schedule percent complete.
 boolean ProjectNote.getAvailableForActivity()
          Gets the flag indicating whether this note is available for Activity objects.
 boolean NotebookTopic.getAvailableForActivity()
          Gets the flag indicating that the topic will be available to assign to activities.
 boolean ProjectNote.getAvailableForEPS()
          Gets the flag indicating whether this note is available for EPS objects.
 boolean NotebookTopic.getAvailableForEPS()
          Gets the flag indicating that the topic will be available to assign to EPS.
 boolean ProjectNote.getAvailableForProject()
          Gets the flag indicating whether this note is available for Project objects.
 boolean NotebookTopic.getAvailableForProject()
          Gets the flag indicating that the topic will be available to assign to projects.
 boolean ProjectNote.getAvailableForWBS()
          Gets the flag indicating whether this note is available for WBS objects.
 boolean NotebookTopic.getAvailableForWBS()
          Gets the flag indicating that the topic will be available to assign to WBS.
 double ProjectEstimate.getAverageProductivity()
          Gets the average productivity in function points per person-month used in top-down function point estimation.
 ObjectId Calendar.getBaseCalendarObjectId()
          Gets the unique ID of the global calendar to which this calendar is linked.
 ObjectId GlobalPreferences.getBaseCurrencyObjectId()
          Gets the unique ID of the currency.
 Duration Activity.getBaseline1Duration()
          Gets the duration for the activity in the primary baseline.
 EndDate Activity.getBaseline1FinishDate()
          Gets the current finish date of the activity in the primary baseline.
 Duration Activity.getBaseline1PlannedDuration()
          Gets the planned duration for the activity in the primary baseline.
 Cost Activity.getBaseline1PlannedExpenseCost()
          Gets the planned costs for all project expenses associated with the activity.
 Cost Activity.getBaseline1PlannedLaborCost()
          Gets the cost at completion for all labor resources assigned to the activity in the primary baseline.
 Unit Activity.getBaseline1PlannedLaborUnits()
          Gets the planned units for all labor resources assigned to the activity.
 Cost Activity.getBaseline1PlannedMaterialCost()
          Gets the Planned Material Cost for a primary baseline activity.
 Cost Activity.getBaseline1PlannedNonLaborCost()
          Gets the planned costs for all nonlabor resources assigned to the activity.
 Unit Activity.getBaseline1PlannedNonLaborUnits()
          Gets the planned units for all nonlabor resources assigned to the activity.
 Cost Activity.getBaseline1PlannedTotalCost()
          Gets the planned total cost for the activity, including labor resources, nonlabor resources, and project expenses.
 BeginDate Activity.getBaseline1StartDate()
          Gets the current start date of the activity in the primary baseline.
 Duration Activity.getBaselineDuration()
          Gets the duration for the activity in the project baseline.
 EndDate Activity.getBaselineFinishDate()
          Gets the current finish date of the activity in the project baseline.
 Duration Activity.getBaselinePlannedDuration()
          Gets the planned duration for the activity in the project baseline.
 Cost Activity.getBaselinePlannedExpenseCost()
          Gets the planned costs for all project expenses associated with the activity.
 Cost Activity.getBaselinePlannedLaborCost()
          Gets the cost at completion for all labor resources assigned to the activity in the project baseline.
 Unit Activity.getBaselinePlannedLaborUnits()
          Gets the planned units for all labor resources assigned to the activity.
 Cost Activity.getBaselinePlannedMaterialCost()
          Gets the Planned Material Cost for a project baseline activity.
 Cost Activity.getBaselinePlannedNonLaborCost()
          Gets the planned costs for all nonlabor resources assigned to the activity.
 Unit Activity.getBaselinePlannedNonLaborUnits()
          Gets the planned units for all nonlabor resources assigned to the activity.
 Cost Activity.getBaselinePlannedTotalCost()
          Gets the planned total cost for the activity, including labor resources, nonlabor resources, and project expenses.
 BeginDate Activity.getBaselineStartDate()
          Gets the current start date of the activity in the project baseline.
 java.lang.String BaselineProject.getBaselineTypeName()
          Gets the name of the baseline type for this project baseline.
 ObjectId BaselineProject.getBaselineTypeObjectId()
          Gets the unique ID of the baseline type.
 boolean GlobalPreferences.getBaselineUseAtCompletionValueForEV()
          Gets the flag indicating whether to use at completion values when calculating earned value using a primary baseline.
 boolean GlobalPreferences.getBaselineUseBudgetedValuesWithPlannedDatesForEV()
          Gets the flag indicating whether to use at budgeted values using planned dates when calculating earned value using a primary baseline.
 Cost ProjectSpendingPlan.getBenefitPlan()
          Gets the editable monthly profit portion for each month for the project.
 Cost EPSSpendingPlan.getBenefitPlan()
          Gets the editable monthly profit portion for each month for the EPS.
 Cost Activity.getBudgetAtCompletion()
          Gets the planned total cost through activity completion.
 boolean Role.getCalculateCostFromUnits()
          Gets the option that indicates whether costs and quantities are linked, and whether quantities should be updated when costs are updated.
 boolean Resource.getCalculateCostFromUnits()
          Gets the option to indicate that any new assignments for this resource will have its costs recalculated whenever any quantity changes occur.
 boolean ScheduleOptions.getCalculateFloatBasedOnFinishDate()
          Gets the flag that indicates how each activity's float will be calculated with respect to other projects in the scheduling batch.
 java.lang.String ResourceAssignment.getCalendarName()
          Gets the name of the calendar.
 java.lang.String Resource.getCalendarName()
          Gets the name of the calendar.
 java.lang.String Activity.getCalendarName()
          Gets the name of the calendar.
 ObjectId ResourceAssignment.getCalendarObjectId()
          Gets the unique ID generated by the system for the calendar associated with the resource assignment.
 ObjectId Resource.getCalendarObjectId()
          Gets the unique ID of the calendar assigned to the resource.
 ObjectId Activity.getCalendarObjectId()
          Gets the unique ID of the calendar assigned to the activity.
 java.lang.String ProjectBudgetChangeLog.getChangeNumber()
          Gets the change number that is automatically incremented according to when changes are added.
 java.lang.String EPSBudgetChangeLog.getChangeNumber()
          Gets the change number that is automatically incremented according to when changes are added.
 java.util.Date Project.getCheckOutDate()
          Gets the date on which the project was checked out of the Project Management database.
 java.util.Date BaselineProject.getCheckOutDate()
          Gets the date on which the baseline project was checked out of the Project Management database.
 boolean Project.getCheckOutStatus()
          Gets the flag that indicates that the project is currently checked out to an external file or database and is being managed remotely.
 boolean BaselineProject.getCheckOutStatus()
          Gets the flag that indicates that the baseline project is currently checked out to an external file or database and is being managed remotely.
 ObjectId Project.getCheckOutUserObjectId()
          Gets the unique ID of the User that checked out this project.
 ObjectId BaselineProject.getCheckOutUserObjectId()
          Gets the unique ID of the User that checked out this baseline project.
 java.lang.String WBS.getCode()
          Gets the short code assigned to each WBS element for identification.
 ObjectId ProjectCodeUser.getCodeObjectId()
          Gets the unique ID of the project code.
 java.lang.String ResourceCode.getCodeTypeName()
          Gets the name of the parent code type for this code.
 java.lang.String ProjectCode.getCodeTypeName()
          Gets the name of the parent code type for this code.
 java.lang.String ActivityCode.getCodeTypeName()
          Gets the name of the parent code type for this code.
 ObjectId UDFCode.getCodeTypeObjectId()
          Gets the unique ID of the code type.
 ObjectId ResourceCode.getCodeTypeObjectId()
          Gets the unique ID of the parent resource code type.
 ObjectId ProjectCodeUser.getCodeTypeObjectId()
          Gets the unique ID of the parent project code type.
 ObjectId ProjectCode.getCodeTypeObjectId()
          Gets the unique ID of the parent project code type.
 ObjectId ActivityCode.getCodeTypeObjectId()
          Gets the unique ID of the parent activity code type.
 ActivityCodeTypeScope ActivityCode.getCodeTypeScope()
          Gets the scope of the parent activity code type: Global, EPS, or Project.
 java.lang.String UDFCode.getCodeTypeTitle()
          Gets the title of the parent code type for this code.
 java.lang.String UDFValue.getCodeValue()
          Gets the short ID that uniquely identifies the associated UDF code within the UDF code type.
 java.lang.String UDFCode.getCodeValue()
          Gets the short ID that uniquely identifies the code within the code type.
 java.lang.String ResourceCode.getCodeValue()
          Gets the value of the resource code.
 java.lang.String ProjectCodeUser.getCodeValue()
          Gets the value of the project code.
 java.lang.String ProjectCode.getCodeValue()
          Gets the value of the project code.
 java.lang.String ActivityCode.getCodeValue()
          Gets the value of the activity code.
 java.lang.String Resource.getCodeValue(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, load resource code assignments using the ResourceCodeAssignment business object.
 java.lang.String Project.getCodeValue(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, load project code assignments using the ProjectCodeAssignment business object.
 java.lang.String BaselineProject.getCodeValue(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, load project code assignments using the ProjectCodeAssignment business object.
 java.lang.String Activity.getCodeValue(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, load activity code assignments using the ActivityCodeAssignment business object.
 java.lang.String ResourceCodeType.getCodeValueFieldName()
          Deprecated. As of release 5.0 SP3, create, load or update resource code assignments using the ResourceCodeAssignment business object.
 java.lang.String ProjectCodeType.getCodeValueFieldName()
          Deprecated. As of release 5.0 SP3, create, load or update project code assignments using the ProjectCodeAssignment business object.
 java.lang.String ActivityCodeType.getCodeValueFieldName()
          Deprecated. As of release 5.0 SP3, create, load or update activity code assignments using the ActivityCodeAssignment business object.
 ObjectId Resource.getCodeValueObjectId(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, load resource code assignments using the ResourceCodeAssignment business object.
 ObjectId Project.getCodeValueObjectId(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, load project code assignments using the ProjectCodeAssignment business object.
 ObjectId BaselineProject.getCodeValueObjectId(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, load project code assignments using the ProjectCodeAssignment business object.
 ObjectId Activity.getCodeValueObjectId(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, load activity code assignments using the ActivityCodeAssignment business object.
 java.lang.String ResourceCodeType.getCodeValueObjectIdFieldName()
          Deprecated. As of release 5.0 SP3, create, load or update resource code assignments using the ResourceCodeAssignment business object.
 java.lang.String ProjectCodeType.getCodeValueObjectIdFieldName()
          Deprecated. As of release 5.0 SP3, create, load or update project code assignments using the ProjectCodeAssignment business object.
 java.lang.String ActivityCodeType.getCodeValueObjectIdFieldName()
          Deprecated. As of release 5.0 SP3, create, load or update activity code assignments using the ActivityCodeAssignment business object.
 boolean ProjectResourceQuantity.getCommittedFlag()
          Gets the Boolean value that determines whether a resource is committed, and so, the resource assignment is stable and unlikely to change.
 boolean ProjectResource.getCommittedFlag()
          Gets the Boolean value that determines whether a resource is committed, and so, the resource assignment is stable and unlikely to change.
 ScheduleFloatType ScheduleOptions.getComputeTotalFloatType()
          Gets the method for calculating total float for all activities.
 int UDFValue.getConditionalIndicator()
          Gets the conditional indicator of the user defined field, obtained by evaluating the conditional expression.
 boolean WBS.getContainsSummaryData()
          Gets the flag that indicates that the WBS has been summarized.
 boolean Project.getContainsSummaryData()
          Gets the flag that indicates that the Project has been summarized.
 boolean BaselineProject.getContainsSummaryData()
          Gets the flag that indicates that the WBS has been summarized.
 boolean Project.getContainsSummaryDataOnly()
          Gets the flag that indicates that the project does not contain detail data and cannot be opened.
 boolean BaselineProject.getContainsSummaryDataOnly()
          Gets the flag that indicates that the project does not contain detail data and cannot be opened.
 Cost UDFValue.getCost()
          Gets the value of the cost UDF.
 java.lang.String ResourceAssignment.getCostAccountId()
          Gets the id of associated cost account.
 java.lang.String ActivityExpense.getCostAccountId()
          Gets the id of associated cost account.
 java.lang.String ResourceAssignment.getCostAccountName()
          Gets the name of the associated cost account.
 java.lang.String ActivityExpense.getCostAccountName()
          Gets the name of the associated cost account.
 ObjectId ResourceAssignment.getCostAccountObjectId()
          Gets the unique ID of the cost account associated with this resource assignment.
 ObjectId ActivityExpense.getCostAccountObjectId()
          Gets the unique ID of the cost account associated with the project expense.
 Percent Activity.getCostPercentComplete()
          Gets the percent complete of costs for all labor resources, nonlabor resources, and expenses for the activity.
 Percent Activity.getCostPercentOfPlanned()
          Gets the percent complete of planned costs for all labor resources, nonlabor resources, and expenses for the activity.
 double Activity.getCostPerformanceIndex()
          Gets the earned value divided by the actual cost.
 double Activity.getCostPerformanceIndexLaborUnits()
          Gets the ratio of the earned value labor units and the actual work performed.
 boolean Project.getCostQuantityRecalculateFlag()
          Gets the flag that, when costs and quantities are linked, indicates whether the quantities should be updated when costs are updated,.
 boolean BaselineProject.getCostQuantityRecalculateFlag()
          Gets the flag that indicates whether quantities should be updated when costs are updated, if costs and quantities are linked.
 Cost Activity.getCostVariance()
          Gets the difference between the earned value and the actual cost of work performed.
 double Activity.getCostVarianceIndex()
          Gets the ratio of the cost variance and the earned value of work performed.
 double Activity.getCostVarianceIndexLaborUnits()
          Gets the ratio of the cost variance labor units and the earned value of work performed.
 Unit Activity.getCostVarianceLaborUnits()
          Gets the difference between the earned value of labor units and the actual cost of labor units.
 java.util.Date WBSMilestone.getCreateDate()
          Gets the date this WBS milestone was created.
 java.util.Date WBSCategory.getCreateDate()
          Gets the date this phase was created.
 java.util.Date WBS.getCreateDate()
          Gets the date this wbs was created.
 java.util.Date UserOBS.getCreateDate()
          Gets the date this association was created.
 java.util.Date UserLicense.getCreateDate()
          Gets the date this user license was created.
 java.util.Date UserInterfaceView.getCreateDate()
          Gets the date this user interface view was created.
 java.util.Date UserFieldTitle.getCreateDate()
          Gets the date this user field title was created.
 java.util.Date User.getCreateDate()
          Gets the date this user was created.
 java.util.Date UnitOfMeasure.getCreateDate()
          Gets the date this unit of measure was created.
 java.util.Date UDFValue.getCreateDate()
          Gets the date this UDF value was created.
 java.util.Date UDFType.getCreateDate()
          Gets the date this user-defined field was created.
 java.util.Date UDFCode.getCreateDate()
          Gets the date this code was created.
 java.util.Date TimesheetPeriod.getCreateDate()
          Gets the date this timesheet period was created.
 java.util.Date TimesheetDelegate.getCreateDate()
          Gets the date this timesheet delegate was created.
 java.util.Date Timesheet.getCreateDate()
          Gets the date this timesheet was created.
 java.util.Date ThresholdParameter.getCreateDate()
          Gets the date this threshold parameter was created.
 java.util.Date ShiftPeriod.getCreateDate()
          Gets the date this shift period was created.
 java.util.Date Shift.getCreateDate()
          Gets the date this shift was created.
 java.util.Date ScheduleOptions.getCreateDate()
          Gets the date this schedule option was created.
 java.util.Date RoleTeam.getCreateDate()
          Gets the date this role team was created.
 java.util.Date RoleRate.getCreateDate()
          Gets the date this role rate was created.
 java.util.Date RoleLimit.getCreateDate()
          Gets the date this role limit was created.
 java.util.Date Role.getCreateDate()
          Gets the date this role was created.
 java.util.Date RiskType.getCreateDate()
          Gets the date this risk type was created.
 java.util.Date ResourceTeam.getCreateDate()
          Gets the date this resource team was created.
 java.util.Date ResourceRole.getCreateDate()
          Gets the date this resource role was created.
 java.util.Date ResourceRate.getCreateDate()
          Gets the date this resource rate was created.
 java.util.Date ResourceHour.getCreateDate()
          Gets the date this data was created.
 java.util.Date ResourceCurve.getCreateDate()
          Gets the date this resource curve was created.
 java.util.Date ResourceCodeType.getCreateDate()
          Gets the date this resource code type was created.
 java.util.Date ResourceCodeAssignment.getCreateDate()
          Gets the date this code assignment was created.
 java.util.Date ResourceCode.getCreateDate()
          Gets the date this resource code was created.
 java.util.Date ResourceAssignmentPeriodActual.getCreateDate()
          Gets the date this resource assignment period actual was created.
 java.util.Date ResourceAssignment.getCreateDate()
          Gets the date this assignment was created.
 java.util.Date ResourceAccess.getCreateDate()
          Gets the date this resource security was created.
 java.util.Date Resource.getCreateDate()
          Gets the date this resource was created.
 java.util.Date Relationship.getCreateDate()
          Gets the date this dependency was created.
 java.util.Date ProjectThreshold.getCreateDate()
          Gets the date this project threshold was created.
 java.util.Date ProjectSpendingPlan.getCreateDate()
          Gets the date this spending plan was created.
 java.util.Date ProjectRisk.getCreateDate()
          Gets the date this project risk was created.
 java.util.Date ProjectResourceQuantity.getCreateDate()
          Gets the date this project resource quantity was created.
 java.util.Date ProjectResourceCategory.getCreateDate()
          Gets the date this project resource category was created.
 java.util.Date ProjectResource.getCreateDate()
          Gets the date this project resource was created.
 java.util.Date ProjectProfile.getCreateDate()
          Gets the date this project profile was created.
 java.util.Date ProjectPortfolio.getCreateDate()
          Gets the date this project portfolio was created.
 java.util.Date ProjectNote.getCreateDate()
          Gets the date this note was created.
 java.util.Date ProjectIssue.getCreateDate()
          Gets the date this project issue was created.
 java.util.Date ProjectFunding.getCreateDate()
          Gets the date this project funding data was created.
 java.util.Date ProjectEstimate.getCreateDate()
          Gets the date this project estimate was created.
 java.util.Date ProjectDocument.getCreateDate()
          Gets the date this document was created.
 java.util.Date ProjectCodeUser.getCreateDate()
          Gets the date this ProjectCodeUser was created.
 java.util.Date ProjectCodeType.getCreateDate()
          Gets the date this project code type was created.
 java.util.Date ProjectCodeAssignment.getCreateDate()
          Gets the date this code assignment was created.
 java.util.Date ProjectCode.getCreateDate()
          Gets the date this project code was created.
 java.util.Date ProjectBudgetChangeLog.getCreateDate()
          Gets the date this log of budget changes was created.
 java.util.Date Project.getCreateDate()
          Gets the date this project was created.
 java.util.Date OverheadCode.getCreateDate()
          Gets the date this nonworktype was created.
 java.util.Date OBS.getCreateDate()
          Gets the date this OBS was created.
 java.util.Date NotebookTopic.getCreateDate()
          Gets the date this notebook topic was created.
 java.util.Date IssueHistory.getCreateDate()
          Gets the date this issue history was created.
 java.util.Date Initiation.getCreateDate()
          Gets the date this Initation was created.
 java.util.Date GlobalProfile.getCreateDate()
          Gets the date this Global Profile was created.
 java.util.Date GlobalPreferences.getCreateDate()
          Gets the date this global preferences was created.
 java.util.Date FundingSource.getCreateDate()
          Gets the date this funding source was created.
 java.util.Date FinancialPeriod.getCreateDate()
          Gets the date this financial period was created.
 java.util.Date ExpenseCategory.getCreateDate()
          Gets the date this expense category was created.
 java.util.Date EPSSpendingPlan.getCreateDate()
          Gets the date this EPS Spending plan was created.
 java.util.Date EPSNote.getCreateDate()
          Gets the date this EPS Note was created.
 java.util.Date EPSFunding.getCreateDate()
          Gets the date this epsfunding was created.
 java.util.Date EPSBudgetChangeLog.getCreateDate()
          Gets the date this epsbudgetchangelog was created.
 java.util.Date EPS.getCreateDate()
          Gets the date this EPS was created.
 java.util.Date DocumentStatusCode.getCreateDate()
          Gets the date this document status was created.
 java.util.Date DocumentCategory.getCreateDate()
          Gets the date this document category was created.
 java.util.Date Document.getCreateDate()
          Gets the date this document was created.
 java.util.Date Currency.getCreateDate()
          Gets the date this currency was created.
 java.util.Date CostAccount.getCreateDate()
          Gets the date this account was created.
 java.util.Date Calendar.getCreateDate()
          Gets the date this calendar was created.
 java.util.Date BatchReport.getCreateDate()
          Gets the date this batch report was created.
 java.util.Date BaselineType.getCreateDate()
          Gets the date this baseline type was created.
 java.util.Date BaselineProject.getCreateDate()
          Gets the date this project baseline was created.
 java.util.Date ActivityStepTemplateItem.getCreateDate()
          Gets the date this activity step template item was created.
 java.util.Date ActivityStepTemplate.getCreateDate()
          Gets the date this activity step template was created.
 java.util.Date ActivityStep.getCreateDate()
          Gets the date this activity step was created.
 java.util.Date ActivityPeriodActual.getCreateDate()
          Gets the date this activity period actual was created.
 java.util.Date ActivityOwner.getCreateDate()
          Gets the date this activity owner was created.
 java.util.Date ActivityNote.getCreateDate()
          Gets the date this note was created.
 java.util.Date ActivityExpense.getCreateDate()
          Gets the date this expense was created.
 java.util.Date ActivityCodeType.getCreateDate()
          Gets the date this Activity Code Type was created.
 java.util.Date ActivityCodeAssignment.getCreateDate()
          Gets the date this code assignment was created.
 java.util.Date ActivityCode.getCreateDate()
          Gets the date this activity code was created.
 java.util.Date Activity.getCreateDate()
          Gets the date this activity was created.
 java.lang.String WBSMilestone.getCreateUser()
          Gets the name of the user that created this WBS milestone.
 java.lang.String WBSCategory.getCreateUser()
          Gets the name of the user that created this phase.
 java.lang.String WBS.getCreateUser()
          Gets the name of the user that created this wbs.
 java.lang.String UserOBS.getCreateUser()
          Gets the name of the user that created this association.
 java.lang.String UserLicense.getCreateUser()
          Gets the name of the user that created this user license.
 java.lang.String UserInterfaceView.getCreateUser()
          Gets the name of the user that created this user interface view.
 java.lang.String UserFieldTitle.getCreateUser()
          Gets the name of the user that created this user field title.
 java.lang.String User.getCreateUser()
          Gets the name of the user that created this user.
 java.lang.String UnitOfMeasure.getCreateUser()
          Gets the name of the user that created this unit of measure.
 java.lang.String UDFValue.getCreateUser()
          Gets the name of the user that created this UDF value.
 java.lang.String UDFType.getCreateUser()
          Gets the name of the user that created this user-defined field.
 java.lang.String UDFCode.getCreateUser()
          Gets the name of the user that created this code.
 java.lang.String TimesheetPeriod.getCreateUser()
          Gets the name of the user that created this timesheet period.
 java.lang.String TimesheetDelegate.getCreateUser()
          Gets the name of the user that created this timesheet delegate.
 java.lang.String Timesheet.getCreateUser()
          Gets the name of the user that created this timesheet.
 java.lang.String ThresholdParameter.getCreateUser()
          Gets the name of the user that created this threshold parameter.
 java.lang.String ShiftPeriod.getCreateUser()
          Gets the name of the user that created this shift period.
 java.lang.String Shift.getCreateUser()
          Gets the name of the user that created this shift.
 java.lang.String ScheduleOptions.getCreateUser()
          Gets the name of the user that created this schedule option.
 java.lang.String RoleTeam.getCreateUser()
          Gets the name of the user that created this role team.
 java.lang.String RoleRate.getCreateUser()
          Gets the name of the user that created this role rate.
 java.lang.String RoleLimit.getCreateUser()
          Gets the name of the user that created this role limit.
 java.lang.String Role.getCreateUser()
          Gets the name of the user that created this role.
 java.lang.String RiskType.getCreateUser()
          Gets the name of the user that created this risk type.
 java.lang.String ResourceTeam.getCreateUser()
          Gets the name of the user that created this resource team.
 java.lang.String ResourceRole.getCreateUser()
          Gets the name of the user that created this resource role.
 java.lang.String ResourceRate.getCreateUser()
          Gets the name of the user that created this resource rate.
 java.lang.String ResourceHour.getCreateUser()
          Gets the name of the user that created this data.
 java.lang.String ResourceCurve.getCreateUser()
          Gets the name of the user that created this resource curve.
 java.lang.String ResourceCodeType.getCreateUser()
          Gets the name of the user that created this resource code type.
 java.lang.String ResourceCodeAssignment.getCreateUser()
          Gets the name of the user that created this code assignment.
 java.lang.String ResourceCode.getCreateUser()
          Gets the name of the user that created this resource code.
 java.lang.String ResourceAssignmentPeriodActual.getCreateUser()
          Gets the name of the user that created this resource assignment period actual.
 java.lang.String ResourceAssignment.getCreateUser()
          Gets the name of the user that created this assignment.
 java.lang.String ResourceAccess.getCreateUser()
          Gets the name of the user that created this resource security.
 java.lang.String Resource.getCreateUser()
          Gets the name of the user that created this resource.
 java.lang.String Relationship.getCreateUser()
          Gets the name of the user that created this dependency.
 java.lang.String ProjectThreshold.getCreateUser()
          Gets the name of the user that created this project threshold.
 java.lang.String ProjectSpendingPlan.getCreateUser()
          Gets the name of the user that created this spending plan.
 java.lang.String ProjectRisk.getCreateUser()
          Gets the name of the user that created this project risk.
 java.lang.String ProjectResourceQuantity.getCreateUser()
          Gets the name of the user that created this project resource quantity.
 java.lang.String ProjectResourceCategory.getCreateUser()
          Gets the name of the user that created this project resource category.
 java.lang.String ProjectResource.getCreateUser()
          Gets the name of the user that created this project resource.
 java.lang.String ProjectProfile.getCreateUser()
          Gets the name of the user that created this project profile.
 java.lang.String ProjectPortfolio.getCreateUser()
          Gets the name of the user that created this project portfolio.
 java.lang.String ProjectNote.getCreateUser()
          Gets the name of the user that created this note.
 java.lang.String ProjectIssue.getCreateUser()
          Gets the name of the user that created this project issue.
 java.lang.String ProjectFunding.getCreateUser()
          Gets the name of the user that created this project funding data.
 java.lang.String ProjectEstimate.getCreateUser()
          Gets the name of the user that created this project estimate.
 java.lang.String ProjectDocument.getCreateUser()
          Gets the name of the user that created this document.
 java.lang.String ProjectCodeUser.getCreateUser()
          Gets the name of the user that created this ProjectCodeUser.
 java.lang.String ProjectCodeType.getCreateUser()
          Gets the name of the user that created this project code type.
 java.lang.String ProjectCodeAssignment.getCreateUser()
          Gets the name of the user that created this code assignment.
 java.lang.String ProjectCode.getCreateUser()
          Gets the name of the user that created this project code.
 java.lang.String ProjectBudgetChangeLog.getCreateUser()
          Gets the name of the user that created this log of budget changes.
 java.lang.String Project.getCreateUser()
          Gets the name of the user that created this project.
 java.lang.String OverheadCode.getCreateUser()
          Gets the name of the user that created this nonworktype.
 java.lang.String OBS.getCreateUser()
          Gets the name of the user that created this OBS.
 java.lang.String NotebookTopic.getCreateUser()
          Gets the name of the user that created this notebook topic.
 java.lang.String IssueHistory.getCreateUser()
          Gets the name of the user that created this issue history.
 java.lang.String Initiation.getCreateUser()
          Gets the name of the user that created this Initation.
 java.lang.String GlobalProfile.getCreateUser()
          Gets the name of the user that created this Global Profile.
 java.lang.String GlobalPreferences.getCreateUser()
          Gets the name of the user that created this global preferences.
 java.lang.String FundingSource.getCreateUser()
          Gets the name of the user that created this funding source.
 java.lang.String FinancialPeriod.getCreateUser()
          Gets the name of the user that created this financial period.
 java.lang.String ExpenseCategory.getCreateUser()
          Gets the name of the user that created this expense category.
 java.lang.String EPSSpendingPlan.getCreateUser()
          Gets the name of the user that created this EPS Spending plan.
 java.lang.String EPSNote.getCreateUser()
          Gets the name of the user that created this EPS Note.
 java.lang.String EPSFunding.getCreateUser()
          Gets the name of the user that created this epsfunding.
 java.lang.String EPSBudgetChangeLog.getCreateUser()
          Gets the name of the user that created this epsbudgetchangelog.
 java.lang.String EPS.getCreateUser()
          Gets the name of the user that created this EPS.
 java.lang.String DocumentStatusCode.getCreateUser()
          Gets the name of the user that created this document status.
 java.lang.String DocumentCategory.getCreateUser()
          Gets the name of the user that created this document category.
 java.lang.String Document.getCreateUser()
          Gets the name of the user that created this document.
 java.lang.String Currency.getCreateUser()
          Gets the name of the user that created this currency.
 java.lang.String CostAccount.getCreateUser()
          Gets the name of the user that created this account.
 java.lang.String Calendar.getCreateUser()
          Gets the name of the user that created this calendar.
 java.lang.String BatchReport.getCreateUser()
          Gets the name of the user that created this batch report.
 java.lang.String BaselineType.getCreateUser()
          Gets the name of the user that created this baseline type.
 java.lang.String BaselineProject.getCreateUser()
          Gets the name of the user that created this project baseline.
 java.lang.String ActivityStepTemplateItem.getCreateUser()
          Gets the name of the user that created this activity step template item.
 java.lang.String ActivityStepTemplate.getCreateUser()
          Gets the name of the user that created this activity step template.
 java.lang.String ActivityStep.getCreateUser()
          Gets the name of the user that created this activity step.
 java.lang.String ActivityPeriodActual.getCreateUser()
          Gets the name of the user that created this activity period actual.
 java.lang.String ActivityOwner.getCreateUser()
          Gets the name of the user that created this activity owner.
 java.lang.String ActivityNote.getCreateUser()
          Gets the name of the user that created this note.
 java.lang.String ActivityExpense.getCreateUser()
          Gets the name of the user that created this expense.
 java.lang.String ActivityCodeType.getCreateUser()
          Gets the name of the user that created this ActivityCodeType.
 java.lang.String ActivityCodeAssignment.getCreateUser()
          Gets the name of the user that created this code assignment.
 java.lang.String ActivityCode.getCreateUser()
          Gets the name of the user that created this activity code.
 java.lang.String Activity.getCreateUser()
          Gets the name of the user that created this activity.
 Duration Project.getCriticalActivityFloatLimit()
          Gets the duration used to determine if an activity is critical.
 Duration BaselineProject.getCriticalActivityFloatLimit()
          Gets the duration used to determine if an activity is critical.
 Duration ScheduleOptions.getCriticalActivityFloatThreshold()
          Gets the maximum float time for activities before they are marked critical.
 CriticalActivityPathType ScheduleOptions.getCriticalActivityPathType()
          Gets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.
 CriticalActivityPathType Project.getCriticalActivityPathType()
          Gets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.
 CriticalActivityPathType BaselineProject.getCriticalActivityPathType()
          Gets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.
 java.lang.String User.getCurrencyId()
          Gets the unique currency abbreviation for the currency associated with this user.
 java.lang.String Resource.getCurrencyId()
          Gets the unique currency abbreviation for the currency associated with this resource.
 java.lang.String User.getCurrencyName()
          Gets the name of the currency associated with this user.
 java.lang.String Resource.getCurrencyName()
          Gets the name of the currency associated with this resource.
 ObjectId User.getCurrencyObjectId()
          Gets the unique ID of the associated currency.
 ObjectId Resource.getCurrencyObjectId()
          Gets the unique ID of the currency associated with this resource.
 ObjectId Project.getCurrentBaselineProjectObjectId()
          Gets the unique ID of the project's baseline to use for computing summaries.
 Cost WBS.getCurrentBudget()
          Gets the current budget for this WBS.
 Cost Project.getCurrentBudget()
          Gets the sum of the original budget plus the approved and pending budgets from the budget change log.
 Cost EPS.getCurrentBudget()
          Gets the sum of the original budget plus the approved and pending budgets from the budget change log.
 Cost BaselineProject.getCurrentBudget()
          Gets the sum of the original budget plus the approved and pending budgets from the budget change log.
 java.lang.String Initiation.getCurrentStageName()
          Gets the name of the stage in the initiation process where the project is currently in.
 int Initiation.getCurrentStageNumber()
          Gets the number of the stage in the initiation process where the project is currently in.
 Cost WBS.getCurrentVariance()
          Gets the current budget minus the total spending plan.
 Cost Project.getCurrentVariance()
          Gets the difference between the current budget and the total spending plan.
 Cost EPS.getCurrentVariance()
          Gets the difference between the current budget and the total spending plan.
 Cost BaselineProject.getCurrentVariance()
          Gets the current budget minus the total spending plan.
 double[] ResourceCurve.getCurveValues()
          Gets the 21-point curve data.
 java.lang.String GlobalPreferences.getCustomLabel1()
          Gets the custom (user-defined) text that will be inserted into any report containing the Custom Label 1 global variable text cell, when printed.
 java.lang.String GlobalPreferences.getCustomLabel2()
          Gets the custom (user-defined) text that will be inserted into any report containing the Custom Label 2 global variable text cell, when printed.
 java.lang.String GlobalPreferences.getCustomLabel3()
          Gets the custom (user-defined) text that will be inserted into any report containing the Custom Label 3 global variable text cell, when printed.
 java.util.Date Project.getDataDate()
          Gets the current data date for the project.
 java.util.Date BaselineProject.getDataDate()
          Gets the current data date for the project.
 BeginDate Activity.getDataDate()
          Gets the current data date for the project.
 UDFDataType UDFType.getDataType()
          Gets the data type of the user-defined field: "Text", "Start Date", "Finish Date", "Cost", "Double", "Integer", "Indicator", or "Code".
 java.util.Date ResourceHour.getDate()
          Gets the date to which the hours apply.
 java.util.Date ProjectSpendingPlan.getDate()
          Gets the start of a spending/benefit plan time period for the project.
 java.util.Date ProjectEstimate.getDate()
          Gets the date on which the estimation was made.
 java.util.Date ProjectBudgetChangeLog.getDate()
          Gets the date of this budget change entry.
 java.util.Date EPSSpendingPlan.getDate()
          Gets the start of a spending/benefit plan time period for the EPS.
 java.util.Date EPSBudgetChangeLog.getDate()
          Gets the date of this budget change entry.
 java.util.Date Project.getDateAdded()
          Gets the date on which the project was added to the Project Management database.
 java.util.Date BaselineProject.getDateAdded()
          Gets the date on which the project was added to the Project Management database.
 java.util.Date ProjectRisk.getDateIdentified()
          Gets the date the project risk was identified.
 java.util.Date ProjectIssue.getDateIdentified()
          Gets the date the project issue was identified.
 java.lang.String GlobalPreferences.getDayAbbreviation()
          Gets the abbreviation character for time periods of days.
 int Currency.getDecimalPlaces()
          Gets the number of decimal places displayed.
 java.lang.String Currency.getDecimalSymbol()
          Gets the decimal symbol displayed.
 Duration GlobalPreferences.getDefaultDuration()
          Gets the planned duration assigned to new activities by default.
 UnitType Project.getDefaultPriceTimeUnits()
          Gets the time units associated with the project's default price per time.
 UnitType BaselineProject.getDefaultPriceTimeUnits()
          Gets the time units associated with the project's default price per time.
 ObjectId GlobalPreferences.getDefaultTimesheetApprovalManager()
          Gets the unique ID of the resource manager assigned to approve timesheets for new resources by default.
 java.lang.String UserFieldTitle.getDefaultTitle()
          Gets the default title of the column name.
 UnitsPerTime Resource.getDefaultUnitsPerTime()
          Gets the default units/time setting, which determines the value of the remaining units/time and planned units/time when a resource assignment is added.
 java.lang.String TimesheetDelegate.getDelegateUserEmailAddress()
          Gets the delegate user's email address.
 java.lang.String TimesheetDelegate.getDelegateUserName()
          Gets the delegate user's login name.
 ObjectId TimesheetDelegate.getDelegateUserObjectId()
          Gets the unique ID of the delegate user.
 boolean Document.getDeliverable()
          Gets the flag that indicates that the work product or document is a project deliverable.
 java.lang.String UDFValue.getDescription()
          Gets the description of the associated UDF code.
 java.lang.String UDFCode.getDescription()
          Gets the description of the code.
 java.lang.String RoleTeam.getDescription()
          Gets the description of the role team.
 java.lang.String ResourceTeam.getDescription()
          Gets the description of the resource team.
 java.lang.String ResourceCode.getDescription()
          Gets the description of the resource code.
 java.lang.String ProjectRisk.getDescription()
          Gets the description of the project risk.
 java.lang.String ProjectPortfolio.getDescription()
          Gets the description of the project portfolio.
 java.lang.String ProjectCode.getDescription()
          Gets the description of the project code.
 java.lang.String OverheadCode.getDescription()
          Gets the description of the overhead code.
 java.lang.String OBS.getDescription()
          Gets the description of the person/role in the organization.
 java.lang.String FundingSource.getDescription()
          Gets the description of the funding source.
 java.lang.String Document.getDescription()
          Gets the narrative description of the work product or document.
 java.lang.String CostAccount.getDescription()
          Gets the description of the cost account.
 java.lang.String ActivityStepTemplateItem.getDescription()
          Gets the description of the activity step.
 java.lang.String ActivityStep.getDescription()
          Gets the description of the activity step.
 java.lang.String ActivityCode.getDescription()
          Gets the description of the activity code.
 DetailedWorkHours Calendar.getDetailedWorkHours(java.util.Date date)
          Gets the detailed work hours for the given date.
 ThresholdMonitorDetail ProjectThreshold.getDetailToMonitor()
          Gets the level of detail to monitor, either Activity or WBS.
 java.lang.String Currency.getDigitGroupingSymbol()
          Gets the symbol used to group the numbers.
 DiscountApplicationPeriod Project.getDiscountApplicationPeriod()
          Gets the timescale for entering ROI spending and benefit plan.
 DiscountApplicationPeriod BaselineProject.getDiscountApplicationPeriod()
          Gets the timescale for entering ROI spending and benefit plan.
 Cost WBS.getDistributedCurrentBudget()
          Gets the sum of the current budget values from one level lower.
 Cost Project.getDistributedCurrentBudget()
          Gets the current budget values from one level lower.
 Cost EPS.getDistributedCurrentBudget()
          Gets the current budget values from one level lower.
 Cost BaselineProject.getDistributedCurrentBudget()
          Gets the sum of the current budget values from one level lower.
 java.lang.String Document.getDocumentCategoryName()
          Gets the name of the associated document category.
 ObjectId Document.getDocumentCategoryObjectId()
          Gets the unique ID of the associated document category.
 java.lang.String ActivityExpense.getDocumentNumber()
          Gets the document number for the expense.
 ObjectId ProjectDocument.getDocumentObjectId()
          Gets the unique ID of the document to which the activity document applies.
 java.lang.String Document.getDocumentStatusCodeName()
          Gets the name of the associated document status code.
 ObjectId Document.getDocumentStatusCodeObjectId()
          Gets the unique ID of the associated document status code.
 java.lang.String ProjectDocument.getDocumentTitle()
          Gets the title or name of a document assigned to a WBS or activity within a project.
 DocumentType Document.getDocumentType()
          Gets the type of document: 'Non-Collaboration' or 'Collaboration'.
 double UDFValue.getDouble()
          Gets the value of the double UDF.
 boolean ResourceAssignment.getDrivingActivityDatesFlag()
          Gets the flag indicating whether new resource/role assignments drive activity dates, by default.
 Duration Activity.getDuration1Variance()
          Gets the duration between the activity's primary baseline duration and the at complete duration.
 Percent Activity.getDurationPercentComplete()
          Gets the percent complete of the activity duration.
 Percent Activity.getDurationPercentOfPlanned()
          Gets the activity actual duration percent of planned.
 DurationType Activity.getDurationType()
          Gets the duration type of the activity.
 Duration Activity.getDurationVariance()
          Gets the duration between the activity's project baseline duration and the at complete duration.
 EndDate Activity.getEarlyFinishDate()
          Gets the earliest possible date the activity can finish.
 BeginDate Activity.getEarlyStartDate()
          Gets the earliest possible date the remaining work for the activity can begin.
 EarnedValueComputeType WBS.getEarnedValueComputeType()
          Gets the technique used for computing earned-value percent complete for activities within the WBS.
 EarnedValueComputeType Project.getEarnedValueComputeType()
          Gets the technique used for computing earned-value percent complete for activities within the Project.
 Cost ActivityPeriodActual.getEarnedValueCost()
          Gets the earned value cost on this activity during a financial period.
 Cost Activity.getEarnedValueCost()
          Gets the portion of the project baseline total cost of the activity that is actually completed as of the project data date.
 EarnedValueETCComputeType WBS.getEarnedValueETCComputeType()
          Gets the technique for computing earned-value estimate-to-complete for activities within the WBS.
 EarnedValueETCComputeType Project.getEarnedValueETCComputeType()
          Gets the technique for computing earned-value estimate-to-complete for activities within the Project.
 Unit WBS.getEarnedValueETCUserValue()
          Gets the user-defined performance factor, PF, for computing earned-value estimate-to-complete.
 Unit Project.getEarnedValueETCUserValue()
          Gets the user-defined performance factor, PF, for computing earned-value estimate-to-complete.
 Unit ActivityPeriodActual.getEarnedValueLaborUnits()
          Gets the earned value labor units on this activity during a financial period.
 Unit Activity.getEarnedValueLaborUnits()
          Gets the portion of the project baseline labor units that is actually completed as of the project data date.
 Percent WBS.getEarnedValueUserPercent()
          Gets the user-defined percent complete for computing earned value for activities within the WBS.
 Percent Project.getEarnedValueUserPercent()
          Gets the user-defined percent complete for computing earned value for activities within the Project.
 BeginDate RoleLimit.getEffectiveDate()
          Gets the effective date for the role maximum units per time.
 BeginDate ResourceRate.getEffectiveDate()
          Gets the effective date for the resource price and maximum units per time.
 BeginDate Resource.getEffectiveDate()
          Gets the earliest day when the resource becomes overallocated, calculated during the summarization.
 java.lang.String User.getEmailAddress()
          Gets the current user's return email address.
 java.lang.String Resource.getEmailAddress()
          Gets the e-mail address for the resource.
 EmailType User.getEmailProtocol()
          Gets the email type for the user: 'Internet Mail' or 'MAPI Mail'.
 java.lang.String Resource.getEmployeeId()
          Gets the resource identifier within the organization, typically the employee number or social security number.
 boolean GlobalPreferences.getEnablePasswordPolicy()
          Gets the flag that indicates whether the password policy is enforced.
 boolean Project.getEnableSummarization()
          Gets the option which, when true, directs the Summarizer service to automatically summarize the project.
 boolean BaselineProject.getEnableSummarization()
          Gets the flag which, when true, causes the Summarizer service to automatically summarize the project.
 boolean GlobalPreferences.getEnableTSAudit()
          Gets the flag indicating whether to track timesheet submission, approval, and rejection.
 boolean User.getEnableUserToModifyViewSettingsFlag()
          Gets the flag that when set to true allows the user to change his or her personal view settings in P6 Web Access.
 java.util.Date TimesheetPeriod.getEndDate()
          Gets the timesheet period end date.
 EndDate FinancialPeriod.getEndDate()
          Gets the end date of the period.
 java.lang.String EPSSpendingPlan.getEPSId()
          Gets the short code assigned to the associated EPS.
 java.lang.String EPSNote.getEPSId()
          Gets the short code assigned to the associated EPS.
 java.lang.String EPSFunding.getEPSId()
          Gets the short code assigned to the associated EPS.
 java.lang.String EPSBudgetChangeLog.getEPSId()
          Gets the short code assigned to the associated EPS.
 java.lang.String EPSSpendingPlan.getEPSName()
          Gets the name of the EPS element associated with this spending plan.
 java.lang.String EPSNote.getEPSName()
          Gets the name of the EPS element associated with this note.
 java.lang.String EPSFunding.getEPSName()
          Gets the name of the EPS element associated with this funding.
 java.lang.String EPSBudgetChangeLog.getEPSName()
          Gets the name of the EPS element associated with this budget change log.
 ObjectId EPSSpendingPlan.getEPSObjectId()
          Gets the unique ID of the associated EPS for this EPS spending plan.
 ObjectId EPSNote.getEPSObjectId()
          Gets the unique ID of the associated EPS.
 ObjectId EPSFunding.getEPSObjectId()
          Gets the unique ID of the associated EPS for this EPS funding.
 ObjectId EPSBudgetChangeLog.getEPSObjectId()
          Gets the unique ID of the EPS element to which the budget change log applies.
 ObjectId ActivityCodeType.getEPSObjectId()
          Gets the unique ID of the associated EPS.
 EPSSpread EPS.getEPSSpread()
          Gets the field containing spread data for this EPS.
 Cost Activity.getEstimateAtCompletionCost()
          Gets the estimated cost at completion for the activity.
 Unit Activity.getEstimateAtCompletionLaborUnits()
          Gets the estimated labor units at completion of the activity.
 Unit WBS.getEstimatedWeight()
          Gets the estimation weight for the WBS element, used for top-down estimation.
 Unit Project.getEstimatedWeight()
          Gets the estimation weight for the Project element, used for top-down estimation.
 Unit BaselineProject.getEstimatedWeight()
          Gets the estimation weight for the WBS element, used for top-down estimation.
 double Activity.getEstimatedWeight()
          Gets the estimation weight for the activity, used for top-down estimation.
 Cost Activity.getEstimateToComplete()
          Gets the estimated cost to complete the activity.
 Unit Activity.getEstimateToCompleteLaborUnits()
          Gets the estimated quantity to complete the activity.
 Unit GlobalPreferences.getEVEstimateToCompleteFactor()
          Gets the user-defined performance factor, PF, for computing earned-value estimate-to-complete.
 EarnedValueETCComputeType GlobalPreferences.getEVEstimateToCompleteTechnique()
          Gets the technique for computing earned-value estimate-to-complete.
 Percent GlobalPreferences.getEVPerformancePctCompleteCustomPct()
          Gets the user-defined percent complete for computing earned value for activities within the WBS.
 EarnedValueComputeType GlobalPreferences.getEVPerformancePctCompleteTechnique()
          Gets the technique used for computing earned-value percent complete.
 double Currency.getExchangeRate()
          Gets the exchange rate against the base currency.
 EndDate Activity.getExpectedFinishDate()
          Gets the date the activity is expected to be finished according to the progress made on the activity's work products.
 java.lang.String ActivityExpense.getExpenseCategoryName()
          Gets the name of the expense category.
 ObjectId ActivityExpense.getExpenseCategoryObjectId()
          Gets the unique ID of the expense category for the project expense.
 Cost Activity.getExpenseCost1Variance()
          Gets the difference between primary baseline expense cost and at completion expense cost.
 Percent Activity.getExpenseCostPercentComplete()
          Gets the percent complete of costs for all expenses associated with the activity.
 Cost Activity.getExpenseCostVariance()
          Gets the difference between project baseline expense cost and at completion expense cost.
 java.lang.String ActivityExpense.getExpenseDescription()
          Gets the description of the expense.
 java.lang.String ActivityExpense.getExpenseItem()
          Gets the name of the project expense.
 Percent ActivityExpense.getExpensePercentComplete()
          Gets the percent complete of the project expense.
 double ProjectRisk.getExposureExpenses()
          Gets the net exposure of the risk on the project in terms of expenses.
 Unit ProjectRisk.getExposureLaborUnits()
          Gets the net exposure of the risk on the project in terms of labor units.
 Unit ProjectRisk.getExposureMaterialUnits()
          Gets the net exposure of the risk on the project in terms of labor units.
 Unit ProjectRisk.getExposureNonLaborUnits()
          Gets the net exposure of the risk on the project in terms of nonlabor units.
 BeginDate Activity.getExternalEarlyStartDate()
          Gets the date value that determines the early start date for imported activities with external constraints lost (relations from/to external projects that do not exist in the database).
 EndDate Activity.getExternalLateFinishDate()
          Gets the date value that determines the Late Finish Date for imported activities with external constraints lost (from/to external projects that do not exist in the database).
 java.lang.String Activity.getFeedback()
          Gets the feedback from the resource.
 ObjectId ProjectResourceQuantity.getFinancialPeriod1ObjectId()
          Gets the unique ID of the associated first financial period for this project resource quantity.
 Unit ProjectResourceQuantity.getFinancialPeriod1Quantity()
          Gets the value that represents the resource allocation hours for the first financial period for this project resource quantity.
 ObjectId ProjectResourceQuantity.getFinancialPeriod2ObjectId()
          Gets the unique ID of the associated second financial period for this project resource quantity.
 Unit ProjectResourceQuantity.getFinancialPeriod2Quantity()
          Gets the value that represents the resource allocation hours for the second financial period for this project resource quantity.
 ObjectId User.getFinancialPeriodEndObjectId()
          Gets the unique ID generated by the system of the last financial period viewable in columns in Project Management.
 ObjectId ResourceAssignmentPeriodActual.getFinancialPeriodObjectId()
          Gets the unique ID of the associated financial period.
 ObjectId ActivityPeriodActual.getFinancialPeriodObjectId()
          Gets the unique ID of the associated financial period.
 ObjectId User.getFinancialPeriodStartObjectId()
          Gets the unique ID generated by the system of the first financial period viewable in columns in Project Management.
 EndDate WBS.getFinishDate()
          Gets the finish date of the WBS.
 EndDate UDFValue.getFinishDate()
          Gets the value of the finish date UDF.
 EndDate ResourceAssignment.getFinishDate()
          Gets the finish date of the resource assignment on the activity.
 java.util.Date ProjectResource.getFinishDate()
          Gets the finish date of the assignment.
 EndDate Project.getFinishDate()
          Gets the finish date of the project.
 EndDate EPS.getFinishDate()
          Gets the finish date of the EPS.
 EndDate BaselineProject.getFinishDate()
          Gets the finish date of the baseline project.
 EndDate Activity.getFinishDate()
          Gets the current finish date of the activity.
 Duration Activity.getFinishDate1Variance()
          Gets the duration between the finish date in the current project and the primary baseline finish date.
 Duration Activity.getFinishDateVariance()
          Gets the duration between the finish date in the current project and the project baseline finish date.
 int Project.getFiscalYearStartMonth()
          Gets the month that marks the beginning of the fiscal year for the project.
 int BaselineProject.getFiscalYearStartMonth()
          Gets the month that marks the beginning of the fiscal year for the project.
 int Activity.getFloatPath()
          Gets the integer representing the critical path this activity is on.
 int Activity.getFloatPathOrder()
          Gets the integer representing the order in which this object was found on one of the critical paths.
 java.lang.String GlobalPreferences.getFooterLabel1()
          Gets the first footer for reports.
 java.lang.String GlobalPreferences.getFooterLabel2()
          Gets the second footer for reports.
 java.lang.String GlobalPreferences.getFooterLabel3()
          Gets the third footer for reports.
 EndDate WBS.getForecastFinishDate()
          Gets the alternate end date to be optionally used by the scheduler.
 EndDate Project.getForecastFinishDate()
          Gets the alternate end date to be optionally used by the scheduler.
 EndDate BaselineProject.getForecastFinishDate()
          Gets the alternate end date to be optionally used by the scheduler).
 BeginDate WBS.getForecastStartDate()
          Gets the alternate start date to be optionally used by the scheduler.
 BeginDate Project.getForecastStartDate()
          Gets the alternate start date to be optionally used by the scheduler.
 BeginDate BaselineProject.getForecastStartDate()
          Gets the alternate start date to be optionally used by the scheduler.
 ObjectId UDFValue.getForeignObjectId()
          Gets the unique ID of the business object to which the UDF is assigned: ProjectObjectId, ActivityObjectId, ResourceObjectId, etc.
 Duration Activity.getFreeFloat()
          Gets the amount of time the activity can be delayed before delaying the start date of any successor activity.
 java.util.Date ProjectThreshold.getFromDate()
          Gets the starting custom date of the time window that is monitored against a project threshold.
 java.lang.String ProjectThreshold.getFromDateExpression()
          Gets the expression for the starting date of the time window that is monitored against a project threshold.
 int ProjectEstimate.getFunctionPointCount()
          Gets the final adjusted function point count, used in top-down function point estimation.
 ObjectId ProjectFunding.getFundingSourceObjectId()
          Gets the unique ID of the associated funding source for this project funding.
 ObjectId EPSFunding.getFundingSourceObjectId()
          Gets the unique ID of the associated funding source for this EPS funding.
 Percent ProjectFunding.getFundShare()
          Gets the percentage of the total fund that is allocated to the project.
 Percent EPSFunding.getFundShare()
          Gets the percentage of the total fund that is allocated to the EPS.
 ObjectId User.getGlobalProfileObjectId()
          Gets the unique ID of the global security profile assigned to the user.
 java.lang.String WBS.getGUID()
          Gets the globally unique ID generated by the system.
 java.lang.String User.getGUID()
          Gets the globally unique ID generated by the system.
 java.lang.String ResourceAssignment.getGUID()
          Gets the globally unique ID generated by the system.
 java.lang.String Resource.getGUID()
          Gets the globally unique ID generated by the system.
 java.lang.String Project.getGUID()
          Gets the globally unique ID generated by the system.
 java.lang.String OBS.getGUID()
          Gets the globally unique ID generated by the system.
 java.lang.String EPS.getGUID()
          Gets the globally unique ID generated by the system.
 java.lang.String Document.getGUID()
          Gets the globally unique ID generated by the system.
 java.lang.String BaselineProject.getGUID()
          Gets the globally unique ID generated by the system.
 java.lang.String Activity.getGUID()
          Gets the globally unique ID generated by the system.
 boolean ResourceAssignment.getHasFutureBucketData()
          Gets the flag that indicates whether the assignment has future bucket data.
 boolean Project.getHasFutureBucketData()
          Gets the flag that indicates whether a resource assignment in the project has future bucket data.
 boolean BaselineProject.getHasFutureBucketData()
          Gets the flag that indicates whether a resource assignment in the baseline has future bucket data.
 boolean Activity.getHasFutureBucketData()
          Gets the flag that indicates whether a resource assignment on the activity has future bucket data.
 java.lang.String GlobalPreferences.getHeaderLabel1()
          Gets the first header for reports.
 java.lang.String GlobalPreferences.getHeaderLabel2()
          Gets the second header for reports.
 java.lang.String GlobalPreferences.getHeaderLabel3()
          Gets the third header for reports.
 java.util.List<java.util.Date> Calendar.getHolidayExceptionDates()
          Gets a List (ordered by date) of all dates with holidays or exceptions in this calendar.
 java.lang.String GlobalPreferences.getHourAbbreviation()
          Gets the abbreviation character for time periods of hours.
 double GlobalPreferences.getHoursPerDay()
          Gets the number of work hours per day.
 double Calendar.getHoursPerDay()
          Gets the number of work hours per day.
 double GlobalPreferences.getHoursPerMonth()
          Gets the number of work hours per month.
 double Calendar.getHoursPerMonth()
          Gets the number of work hours per month.
 double GlobalPreferences.getHoursPerWeek()
          Gets the number of work hours per week.
 double Calendar.getHoursPerWeek()
          Gets the number of work hours per week.
 double GlobalPreferences.getHoursPerYear()
          Gets the number of work hours per year.
 double Calendar.getHoursPerYear()
          Gets the number of work hours per year.
 java.lang.String Role.getId()
          Gets the short code that uniquely identifies the role.
 java.lang.String Resource.getId()
          Gets the short code that uniquely identifies the resource.
 java.lang.String Project.getId()
          Gets the short code assigned to each Project element for identification.
 java.lang.String EPS.getId()
          Gets the short code assigned to each EPS element for identification.
 java.lang.String Currency.getId()
          Gets the unique currency abbreviation for each currency.
 java.lang.String CostAccount.getId()
          Gets the short ID assigned to each cost account for identification.
 java.lang.String BaselineProject.getId()
          Gets the short code assigned to each WBS element for identification.
 java.lang.String Activity.getId()
          Gets the short ID that uniquely identifies the activity within the project.
 java.lang.String ProjectIssue.getIdentifiedBy()
          Gets the identifier of the project issue.
 boolean ScheduleOptions.getIgnoreOtherProjectRelationships()
          Gets the option used by the scheduler for treating activity relationships between projects when scheduling.
 java.util.Date ProjectRisk.getImpactDate()
          Gets the estimated impact date of the project risk.
 double ProjectRisk.getImpactExpenses()
          Gets the estimated impact of the risk on the project in terms of expenses, if the risk occurs.
 Unit ProjectRisk.getImpactLaborUnits()
          Gets the estimated impact of the risk on the project in terms of labor units, if the risk occurs.
 Unit ProjectRisk.getImpactMaterialUnits()
          Gets the estimated impact of the risk on the project in terms of labor units, if the risk occurs.
 Unit ProjectRisk.getImpactNonLaborUnits()
          Gets the estimated impact of the risk on the project in terms of nonlabor units, if the risk occurs.
 int ProjectRisk.getImpactProbability()
          Gets the probability of occurrence of the project risk, as a percent.
 boolean ProjectPortfolio.getIncludeClosedProjects()
          Gets the flag that indicates whether closed projects are included in the portfolio.
 boolean ProjectPortfolio.getIncludeWhatIfProjects()
          Gets the flag that indicates whether what-if projects are included in the portfolio.
 Unit WBS.getIndependentETCLaborUnits()
          Gets the user-entered ETC total labor.
 Unit Project.getIndependentETCLaborUnits()
          Gets the user-entered ETC total labor.
 Unit EPS.getIndependentETCLaborUnits()
          Gets the user-entered ETC total labor.
 Unit BaselineProject.getIndependentETCLaborUnits()
          Gets the user-entered ETC total labor.
 Cost WBS.getIndependentETCTotalCost()
          Gets the user-entered ETC total cost.
 Cost Project.getIndependentETCTotalCost()
          Gets the user-entered ETC total cost.
 Cost EPS.getIndependentETCTotalCost()
          Gets the user-entered ETC total cost.
 Cost BaselineProject.getIndependentETCTotalCost()
          Gets the user-entered ETC total cost.
 UDFIndicator UDFValue.getIndicator()
          Gets the value of the indicator UDF.
 java.util.Date Initiation.getInitiatedDate()
          Gets the date when this project was initiated.
 ObjectId GlobalPreferences.getInitiationAdministrator()
          Gets the ID of the project initiation administrative user.
 java.lang.String Initiation.getInitiatorName()
          Gets the name of the user who initiated the project or process request.
 ObjectId Initiation.getInitiatorObjectId()
          Gets the unique ID of the user who initiated the project or process request.
 int UDFValue.getInteger()
          Gets the value of the integer UDF.
 IntegratedProjectType Project.getIntegratedType()
          Gets the flag indicating whether the project is integrated with an Enterprise Resource Planning (ERP) system.
 boolean ResourceAssignment.getIsActive()
          Gets the flag that indicates whether this resource assignment is active.
 boolean Resource.getIsActive()
          Gets the flag that indicates whether the resource is currently active.
 boolean Currency.getIsBaseCurrency()
          Gets the currency used to store cost in the Project Management database.
 boolean WBSMilestone.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean WBS.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean UDFValue.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ResourceHour.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ResourceAssignmentPeriodActual.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ResourceAssignment.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ProjectThreshold.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ProjectSpendingPlan.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ProjectRisk.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ProjectResourceQuantity.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ProjectResource.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ProjectNote.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ProjectIssue.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ProjectFunding.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ProjectEstimate.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ProjectDocument.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ProjectCodeAssignment.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ProjectBudgetChangeLog.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean IssueHistory.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean Initiation.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean Document.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean Calendar.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean BatchReport.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ActivityStep.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ActivityPeriodActual.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ActivityOwner.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ActivityNote.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ActivityExpense.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ActivityCodeType.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean ActivityCodeAssignment.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean Activity.getIsBaseline()
          Gets the boolean value indicating if this business object is related to a Project or Baseline.
 boolean UDFType.getIsCalculated()
          Gets the flag indicating whether this is a calculated user defined field type.
 boolean WBSMilestone.getIsCompleted()
          Gets the flag that indicates whether the step has been completed.
 boolean ActivityStep.getIsCompleted()
          Gets the flag that indicates whether the step has been completed.
 boolean UDFType.getIsConditional()
          Gets the flag indicating whether this is a indicator user defined field type.
 boolean ResourceAssignment.getIsCostUnitsLinked()
          Gets the flag that determines whether or not cost should be calculated based on units.
 boolean Activity.getIsCritical()
          Gets the flag that indicates whether the activity is critical.
 boolean Timesheet.getIsDaily()
          Gets the flag that identifies whether timesheet users enter hours daily or by entire timesheet reporting period.
 boolean ResourceCurve.getIsDefault()
          Gets the flag that identifies the default curve.
 boolean ProjectProfile.getIsDefault()
          Gets the flag that indicates this security profile is the default profile assigned to UserOBS objects.
 boolean GlobalProfile.getIsDefault()
          Gets the flag that indicates this security profile is assigned to new users by default.
 boolean Calendar.getIsDefault()
          Gets the flag that identifies the default global calendar (applies to global calendars only).
 boolean Activity.getIsLongestPath()
          Gets the flag that indicates whether an activity is on the longest path.
 boolean Activity.getIsNewFeedback()
          Gets the flag that indicates that a resource has sent feedback notes about this activity which have not been reviewed yet.
 boolean ResourceAssignment.getIsOvertimeAllowed()
          Gets the flag that indicates whether the resource is allowed to log overtime hours.
 boolean Resource.getIsOverTimeAllowed()
          Gets the flag that indicates whether the resource is allowed to log overtime hours.
 boolean Relationship.getIsPredecessorBaseline()
          Gets the YesNo value indicating if the predecessor activity is related to a Project or Baseline.
 boolean ResourceAssignment.getIsPrimaryResource()
          Gets the flag that indicates whether this resource is the activity's primary resource.
 boolean UDFType.getIsSecureCode()
          Gets the flag indicating whether this is a secure code type.
 boolean ResourceCodeType.getIsSecureCode()
          Gets the flag indicating whether this is a secure Resource Code Type.
 boolean ProjectCodeType.getIsSecureCode()
          Gets the flag indicating whether this is a secure Project Code Type.
 boolean ActivityCodeType.getIsSecureCode()
          Gets the flag indicating whether this is a secure Activity Code Type.
 boolean Relationship.getIsSuccessorBaseline()
          Gets the YesNo value indicating if the successor activity is related to a Project or Baseline.
 IssuePriority ProjectThreshold.getIssuePriority()
          Gets the priority of any issues generated from the project threshold.
 boolean ProjectProfile.getIsSuperUser()
          Gets the flag that indicates this is the project superuser profile, which gives a user read/write privileges for all project and OBS specific information and features.
 boolean GlobalProfile.getIsSuperUser()
          Gets the flag that identifies the superuser profile.
 boolean UDFValue.getIsUDFTypeCalculated()
          Gets the flag indicating whether this is a value associated with a calculated user defined field type.
 boolean UDFValue.getIsUDFTypeConditional()
          Gets the flag indicating whether this is a value associated with a user defined field type having a conditional expression.
 boolean ProjectDocument.getIsWorkProduct()
          Gets the flag that indicates whether the document is a work product.
 Cost Activity.getLaborCost1Variance()
          Gets the difference between primary baseline labor cost and at completion labor cost.
 Percent Activity.getLaborCostPercentComplete()
          Gets the percent complete of costs for all labor resources assigned to the activity.
 Cost Activity.getLaborCostVariance()
          Gets the difference between project baseline labor cost and at completion labor cost.
 Unit Activity.getLaborUnits1Variance()
          Gets the difference between primary baseline labor units and at completion labor units.
 Percent Activity.getLaborUnitsPercentComplete()
          Gets the percent complete of units for all labor resources for the activity.
 Unit Activity.getLaborUnitsVariance()
          Gets the difference between project baseline labor units and at completion labor units.
 Duration Relationship.getLag()
          Gets the time lag of the relationship.
 java.util.Date Project.getLastApplyActualsDate()
          Gets the last date Apply Actuals was run for this project.
 java.util.Date BaselineProject.getLastBaselineUpdateDate()
          Gets the date this project baseline was last changed by Baseline Update in Project Management.
 ObjectId Project.getLastFinancialPeriodObjectId()
          Gets the unique ID of the last closed financial period for the project.
 ObjectId BaselineProject.getLastFinancialPeriodObjectId()
          Gets the unique ID of the last closed financial period for the baseline project.
 java.util.Date Timesheet.getLastReceivedDate()
          Gets the last date on which the timesheet was submitted by the resource.
 java.util.Date Project.getLastSummarizedDate()
          Gets the date the project was last summarized.
 java.util.Date EPS.getLastSummarizedDate()
          Gets the date the project was last summarized.
 java.util.Date BaselineProject.getLastSummarizedDate()
          Gets the date the project was last summarized.
 java.util.Date WBSMilestone.getLastUpdateDate()
          Gets the date this WBS milestone was last updated.
 java.util.Date WBSCategory.getLastUpdateDate()
          Gets the date this phase was last updated.
 java.util.Date WBS.getLastUpdateDate()
          Gets the date this wbs was last updated.
 java.util.Date UserOBS.getLastUpdateDate()
          Gets the date this association was last updated.
 java.util.Date UserLicense.getLastUpdateDate()
          Gets the date this user license was last updated.
 java.util.Date UserInterfaceView.getLastUpdateDate()
          Gets the date this user interface view was last updated.
 java.util.Date UserFieldTitle.getLastUpdateDate()
          Gets the date this user field title was last updated.
 java.util.Date User.getLastUpdateDate()
          Gets the date this user was last updated.
 java.util.Date UnitOfMeasure.getLastUpdateDate()
          Gets the date this unit of measure was last updated.
 java.util.Date UDFValue.getLastUpdateDate()
          Gets the date this UDF value was last updated.
 java.util.Date UDFType.getLastUpdateDate()
          Gets the date this user-defined field was last updated.
 java.util.Date UDFCode.getLastUpdateDate()
          Gets the date this code was last updated.
 java.util.Date TimesheetPeriod.getLastUpdateDate()
          Gets the date this timesheet period was last updated.
 java.util.Date TimesheetDelegate.getLastUpdateDate()
          Gets the date this timesheet delegate was last updated.
 java.util.Date Timesheet.getLastUpdateDate()
          Gets the date this timesheet was last updated.
 java.util.Date ThresholdParameter.getLastUpdateDate()
          Gets the date this threshold parameter was last updated.
 java.util.Date ShiftPeriod.getLastUpdateDate()
          Gets the date this shift period was last updated.
 java.util.Date Shift.getLastUpdateDate()
          Gets the date this shift was last updated.
 java.util.Date ScheduleOptions.getLastUpdateDate()
          Gets the date this schedule option was last updated.
 java.util.Date RoleTeam.getLastUpdateDate()
          Gets the date this role team was last updated.
 java.util.Date RoleRate.getLastUpdateDate()
          Gets the date this role rate was last updated.
 java.util.Date RoleLimit.getLastUpdateDate()
          Gets the date this role limit was last updated.
 java.util.Date Role.getLastUpdateDate()
          Gets the date this role was last updated.
 java.util.Date RiskType.getLastUpdateDate()
          Gets the date this risk type was last updated.
 java.util.Date ResourceTeam.getLastUpdateDate()
          Gets the date this resource team was last updated.
 java.util.Date ResourceRole.getLastUpdateDate()
          Gets the date this resource role was last updated.
 java.util.Date ResourceRate.getLastUpdateDate()
          Gets the date this resource rate was last updated.
 java.util.Date ResourceHour.getLastUpdateDate()
          Gets the date this data was last updated.
 java.util.Date ResourceCurve.getLastUpdateDate()
          Gets the date this resource curve was last updated.
 java.util.Date ResourceCodeType.getLastUpdateDate()
          Gets the date this resource code type was last updated.
 java.util.Date ResourceCodeAssignment.getLastUpdateDate()
          Gets the date this code assignment was last updated.
 java.util.Date ResourceCode.getLastUpdateDate()
          Gets the date this resource code was last updated.
 java.util.Date ResourceAssignmentPeriodActual.getLastUpdateDate()
          Gets the date this resource assignment period actual was last updated.
 java.util.Date ResourceAssignment.getLastUpdateDate()
          Gets the date this assignment was last updated.
 java.util.Date ResourceAccess.getLastUpdateDate()
          Gets the date this resource security was last updated.
 java.util.Date Resource.getLastUpdateDate()
          Gets the date this resource was last updated.
 java.util.Date Relationship.getLastUpdateDate()
          Gets the date this dependency was last updated.
 java.util.Date ProjectThreshold.getLastUpdateDate()
          Gets the date this project threshold was last updated.
 java.util.Date ProjectSpendingPlan.getLastUpdateDate()
          Gets the date this spending plan was last updated.
 java.util.Date ProjectRisk.getLastUpdateDate()
          Gets the date this project risk was last updated.
 java.util.Date ProjectResourceQuantity.getLastUpdateDate()
          Gets the date this project resource quantity was last updated.
 java.util.Date ProjectResourceCategory.getLastUpdateDate()
          Gets the date this document status was last updated.
 java.util.Date ProjectResource.getLastUpdateDate()
          Gets the date this project resource was last updated.
 java.util.Date ProjectProfile.getLastUpdateDate()
          Gets the date this project profile was last updated.
 java.util.Date ProjectPortfolio.getLastUpdateDate()
          Gets the date this project portfolio was last updated.
 java.util.Date ProjectNote.getLastUpdateDate()
          Gets the date this note was last updated.
 java.util.Date ProjectIssue.getLastUpdateDate()
          Gets the date this project issue was last updated.
 java.util.Date ProjectFunding.getLastUpdateDate()
          Gets the date this project funding data was last updated.
 java.util.Date ProjectEstimate.getLastUpdateDate()
          Gets the date this project estimate was last updated.
 java.util.Date ProjectDocument.getLastUpdateDate()
          Gets the date this document was last updated.
 java.util.Date ProjectCodeUser.getLastUpdateDate()
          Gets the date this ProjectCodeUser was last updated.
 java.util.Date ProjectCodeType.getLastUpdateDate()
          Gets the date this project code type was last updated.
 java.util.Date ProjectCodeAssignment.getLastUpdateDate()
          Gets the date this code assignment was last updated.
 java.util.Date ProjectCode.getLastUpdateDate()
          Gets the date this project code was last updated.
 java.util.Date ProjectBudgetChangeLog.getLastUpdateDate()
          Gets the date this log of budget changes was last updated.
 java.util.Date Project.getLastUpdateDate()
          Gets the date this project was last updated.
 java.util.Date OverheadCode.getLastUpdateDate()
          Gets the date this nonworktype was last updated.
 java.util.Date OBS.getLastUpdateDate()
          Gets the date this OBS was last updated.
 java.util.Date NotebookTopic.getLastUpdateDate()
          Gets the date this notebook topic was last updated.
 java.util.Date IssueHistory.getLastUpdateDate()
          Gets the date this issue history was last updated.
 java.util.Date Initiation.getLastUpdateDate()
          Gets the date this Initation was last updated.
 java.util.Date GlobalProfile.getLastUpdateDate()
          Gets the date this Global Profile was last updated.
 java.util.Date GlobalPreferences.getLastUpdateDate()
          Gets the date this global preferences was last updated.
 java.util.Date FundingSource.getLastUpdateDate()
          Gets the date this funding source was last updated.
 java.util.Date FinancialPeriod.getLastUpdateDate()
          Gets the date this financial period was last updated.
 java.util.Date ExpenseCategory.getLastUpdateDate()
          Gets the date this expense category was last updated.
 java.util.Date EPSSpendingPlan.getLastUpdateDate()
          Gets the date this EPS Spending plan was last updated.
 java.util.Date EPSNote.getLastUpdateDate()
          Gets the date this EPS Note was last updated.
 java.util.Date EPSFunding.getLastUpdateDate()
          Gets the date this epsfunding was last updated.
 java.util.Date EPSBudgetChangeLog.getLastUpdateDate()
          Gets the date this epsbudgetchangelog was last updated.
 java.util.Date EPS.getLastUpdateDate()
          Gets the date this EPS was last updated.
 java.util.Date DocumentStatusCode.getLastUpdateDate()
          Gets the date this document status was last updated.
 java.util.Date DocumentCategory.getLastUpdateDate()
          Gets the date this document category was last updated.
 java.util.Date Document.getLastUpdateDate()
          Gets the date this document was last updated.
 java.util.Date Currency.getLastUpdateDate()
          Gets the date this currency was last updated.
 java.util.Date CostAccount.getLastUpdateDate()
          Gets the date this account was last updated.
 java.util.Date Calendar.getLastUpdateDate()
          Gets the date this calendar was last updated.
 java.util.Date BatchReport.getLastUpdateDate()
          Gets the date this batch report was last updated.
 java.util.Date BaselineType.getLastUpdateDate()
          Gets the date this baseline type was last updated.
 java.util.Date BaselineProject.getLastUpdateDate()
          Gets the date this project baseline was last updated.
 java.util.Date ActivityStepTemplateItem.getLastUpdateDate()
          Gets the date this activity step template item was last updated.
 java.util.Date ActivityStepTemplate.getLastUpdateDate()
          Gets the date this activity step template was last updated.
 java.util.Date ActivityStep.getLastUpdateDate()
          Gets the date this activity step was last updated.
 java.util.Date ActivityPeriodActual.getLastUpdateDate()
          Gets the date this activity period actual was last updated.
 java.util.Date ActivityOwner.getLastUpdateDate()
          Gets the date this activity owner was last updated.
 java.util.Date ActivityNote.getLastUpdateDate()
          Gets the date this note was last updated.
 java.util.Date ActivityExpense.getLastUpdateDate()
          Gets the date this expense was last updated.
 java.util.Date ActivityCodeType.getLastUpdateDate()
          Gets the date this Activity Code Type was last updated.
 java.util.Date ActivityCodeAssignment.getLastUpdateDate()
          Gets the date this code assignment was last updated.
 java.util.Date ActivityCode.getLastUpdateDate()
          Gets the date this activity code was last updated.
 java.util.Date Activity.getLastUpdateDate()
          Gets the date this activity was last updated.
 java.lang.String WBSMilestone.getLastUpdateUser()
          Gets the name of the user that last updated this WBS milestone.
 java.lang.String WBSCategory.getLastUpdateUser()
          Gets the name of the user that last updated this phase.
 java.lang.String WBS.getLastUpdateUser()
          Gets the name of the user that last updated this wbs.
 java.lang.String UserOBS.getLastUpdateUser()
          Gets the name of the user that last updated this association.
 java.lang.String UserLicense.getLastUpdateUser()
          Gets the name of the user that last updated this user license.
 java.lang.String UserInterfaceView.getLastUpdateUser()
          Gets the name of the user that last updated this user interface view.
 java.lang.String UserFieldTitle.getLastUpdateUser()
          Gets the name of the user that last updated this user field title.
 java.lang.String User.getLastUpdateUser()
          Gets the name of the user that last updated this user.
 java.lang.String UnitOfMeasure.getLastUpdateUser()
          Gets the name of the user that last updated this unit of measure.
 java.lang.String UDFValue.getLastUpdateUser()
          Gets the name of the user that last updated this UDF value.
 java.lang.String UDFType.getLastUpdateUser()
          Gets the name of the user that last updated this user-defined field.
 java.lang.String UDFCode.getLastUpdateUser()
          Gets the name of the user that last updated this code.
 java.lang.String TimesheetPeriod.getLastUpdateUser()
          Gets the name of the user that last updated this timesheet period.
 java.lang.String TimesheetDelegate.getLastUpdateUser()
          Gets the name of the user that last updated this timesheet delegate.
 java.lang.String Timesheet.getLastUpdateUser()
          Gets the name of the user that last updated this timesheet.
 java.lang.String ThresholdParameter.getLastUpdateUser()
          Gets the name of the user that last updated this threshold parameter.
 java.lang.String ShiftPeriod.getLastUpdateUser()
          Gets the name of the user that last updated this shift period.
 java.lang.String Shift.getLastUpdateUser()
          Gets the name of the user that last updated this shift.
 java.lang.String ScheduleOptions.getLastUpdateUser()
          Gets the name of the user that last updated this schedule option.
 java.lang.String RoleTeam.getLastUpdateUser()
          Gets the name of the user that last updated this role team.
 java.lang.String RoleRate.getLastUpdateUser()
          Gets the name of the user that last updated this role rate.
 java.lang.String RoleLimit.getLastUpdateUser()
          Gets the name of the user that last updated this role limit.
 java.lang.String Role.getLastUpdateUser()
          Gets the name of the user that last updated this role.
 java.lang.String RiskType.getLastUpdateUser()
          Gets the name of the user that last updated this risk type.
 java.lang.String ResourceTeam.getLastUpdateUser()
          Gets the name of the user that last updated this resource team.
 java.lang.String ResourceRole.getLastUpdateUser()
          Gets the name of the user that last updated this resource role.
 java.lang.String ResourceRate.getLastUpdateUser()
          Gets the name of the user that last updated this resource rate.
 java.lang.String ResourceHour.getLastUpdateUser()
          Gets the name of the user that last updated this data.
 java.lang.String ResourceCurve.getLastUpdateUser()
          Gets the name of the user that last updated this resource curve.
 java.lang.String ResourceCodeType.getLastUpdateUser()
          Gets the name of the user that last updated this resource code type.
 java.lang.String ResourceCodeAssignment.getLastUpdateUser()
          Gets the name of the user that last updated this code assignment.
 java.lang.String ResourceCode.getLastUpdateUser()
          Gets the name of the user that last updated this resource code.
 java.lang.String ResourceAssignmentPeriodActual.getLastUpdateUser()
          Gets the name of the user that last updated this resource assignment period actual.
 java.lang.String ResourceAssignment.getLastUpdateUser()
          Gets the name of the user that last updated this assignment.
 java.lang.String ResourceAccess.getLastUpdateUser()
          Gets the name of the user that last updated this resource security.
 java.lang.String Resource.getLastUpdateUser()
          Gets the name of the user that last updated this resource.
 java.lang.String Relationship.getLastUpdateUser()
          Gets the name of the user that last updated this dependency.
 java.lang.String ProjectThreshold.getLastUpdateUser()
          Gets the name of the user that last updated this project threshold.
 java.lang.String ProjectSpendingPlan.getLastUpdateUser()
          Gets the name of the user that last updated this spending plan.
 java.lang.String ProjectRisk.getLastUpdateUser()
          Gets the name of the user that last updated this project risk.
 java.lang.String ProjectResourceQuantity.getLastUpdateUser()
          Gets the name of the user that last updated this project resource quantity.
 java.lang.String ProjectResourceCategory.getLastUpdateUser()
          Gets the name of the user that last updated this project resource category.
 java.lang.String ProjectResource.getLastUpdateUser()
          Gets the name of the user that last updated this project resource.
 java.lang.String ProjectProfile.getLastUpdateUser()
          Gets the name of the user that last updated this project profile.
 java.lang.String ProjectPortfolio.getLastUpdateUser()
          Gets the name of the user that last updated this project portfolio.
 java.lang.String ProjectNote.getLastUpdateUser()
          Gets the name of the user that last updated this note.
 java.lang.String ProjectIssue.getLastUpdateUser()
          Gets the name of the user that last updated this project issue.
 java.lang.String ProjectFunding.getLastUpdateUser()
          Gets the name of the user that last updated this project funding data.
 java.lang.String ProjectEstimate.getLastUpdateUser()
          Gets the name of the user that last updated this project estimate.
 java.lang.String ProjectDocument.getLastUpdateUser()
          Gets the name of the user that last updated this document.
 java.lang.String ProjectCodeUser.getLastUpdateUser()
          Gets the name of the user that last updated this ProjectCodeUser.
 java.lang.String ProjectCodeType.getLastUpdateUser()
          Gets the name of the user that last updated this project code type.
 java.lang.String ProjectCodeAssignment.getLastUpdateUser()
          Gets the name of the user that last updated this code assignment.
 java.lang.String ProjectCode.getLastUpdateUser()
          Gets the name of the user that last updated this project code.
 java.lang.String ProjectBudgetChangeLog.getLastUpdateUser()
          Gets the name of the user that last updated this log of budget changes.
 java.lang.String Project.getLastUpdateUser()
          Gets the name of the user that last updated this project.
 java.lang.String OverheadCode.getLastUpdateUser()
          Gets the name of the user that last updated this nonworktype.
 java.lang.String OBS.getLastUpdateUser()
          Gets the name of the user that last updated this OBS.
 java.lang.String NotebookTopic.getLastUpdateUser()
          Gets the name of the user that last updated this notebook topic.
 java.lang.String IssueHistory.getLastUpdateUser()
          Gets the name of the user that last updated this issue history.
 java.lang.String Initiation.getLastUpdateUser()
          Gets the name of the user that last updated this Initation.
 java.lang.String GlobalProfile.getLastUpdateUser()
          Gets the name of the user that last updated this Global Profile.
 java.lang.String GlobalPreferences.getLastUpdateUser()
          Gets the name of the user that last updated this global preferences.
 java.lang.String FundingSource.getLastUpdateUser()
          Gets the name of the user that last updated this funding source.
 java.lang.String FinancialPeriod.getLastUpdateUser()
          Gets the name of the user that last updated this financial period.
 java.lang.String ExpenseCategory.getLastUpdateUser()
          Gets the name of the user that last updated this expense category.
 java.lang.String EPSSpendingPlan.getLastUpdateUser()
          Gets the name of the user that last updated this EPS Spending plan.
 java.lang.String EPSNote.getLastUpdateUser()
          Gets the name of the user that last updated this EPS Note.
 java.lang.String EPSFunding.getLastUpdateUser()
          Gets the name of the user that last updated this epsfunding.
 java.lang.String EPSBudgetChangeLog.getLastUpdateUser()
          Gets the name of the user that last updated this epsbudgetchangelog.
 java.lang.String EPS.getLastUpdateUser()
          Gets the name of the user that last updated this EPS.
 java.lang.String DocumentStatusCode.getLastUpdateUser()
          Gets the name of the user that last updated this document status.
 java.lang.String DocumentCategory.getLastUpdateUser()
          Gets the name of the user that last updated this document category.
 java.lang.String Document.getLastUpdateUser()
          Gets the name of the user that last updated this document.
 java.lang.String Currency.getLastUpdateUser()
          Gets the name of the user that last updated this currency.
 java.lang.String CostAccount.getLastUpdateUser()
          Gets the name of the user that last updated this account.
 java.lang.String Calendar.getLastUpdateUser()
          Gets the name of the user that last updated this calendar.
 java.lang.String BatchReport.getLastUpdateUser()
          Gets the name of the user that last updated this batch report.
 java.lang.String BaselineType.getLastUpdateUser()
          Gets the name of the user that last updated this baseline type.
 java.lang.String BaselineProject.getLastUpdateUser()
          Gets the name of the user that last updated this project baseline.
 java.lang.String ActivityStepTemplateItem.getLastUpdateUser()
          Gets the name of the user that last updated this activity step template item.
 java.lang.String ActivityStepTemplate.getLastUpdateUser()
          Gets the name of the user that last updated this activity step template.
 java.lang.String ActivityStep.getLastUpdateUser()
          Gets the name of the user that last updated this activity step.
 java.lang.String ActivityPeriodActual.getLastUpdateUser()
          Gets the name of the user that last updated this activity period actual.
 java.lang.String ActivityOwner.getLastUpdateUser()
          Gets the name of the user that last updated this activity owner.
 java.lang.String ActivityNote.getLastUpdateUser()
          Gets the name of the user that last updated this note.
 java.lang.String ActivityExpense.getLastUpdateUser()
          Gets the name of the user that last updated this expense.
 java.lang.String ActivityCodeType.getLastUpdateUser()
          Gets the name of the user that last updated this ActivityCodeType.
 java.lang.String ActivityCodeAssignment.getLastUpdateUser()
          Gets the name of the user that last updated this code assignment.
 java.lang.String ActivityCode.getLastUpdateUser()
          Gets the name of the user that last updated this activity code.
 java.lang.String Activity.getLastUpdateUser()
          Gets the name of the user that last updated this activity.
 EndDate Activity.getLateFinishDate()
          Gets the latest possible date the activity must finish without delaying the project finish date.
 BeginDate Activity.getLateStartDate()
          Gets the latest possible date the remaining work for the activity must begin without delaying the project finish date.
 int ResourceCodeType.getLength()
          Gets the maximum number of characters allowed for values of this resource code.
 int ProjectCodeType.getLength()
          Gets the maximum number of characters allowed for values of this project code.
 int ActivityCodeType.getLength()
          Gets the maximum number of characters allowed for values of this activity code.
 int Project.getLevelingPriority()
          Gets the priority for scheduling.
 int BaselineProject.getLevelingPriority()
          Gets the priority for scheduling.
 LevelingPriority Activity.getLevelingPriority()
          Gets the activity priority used to prioritize activities in a project when performing resource leveling.
 boolean ScheduleOptions.getLevelResourcesDuringScheduling()
          Gets the option used by the scheduler for automatically leveling resources when scheduling projects.
 LicenseType UserLicense.getLicenseType()
          Gets the type of product for which the user has a license.
 boolean ProjectResource.getLifeOfProjectFlag()
          Gets the Boolean value that determines whether a resource that is assigned to a project at Project or WBS level, has that assignment for the duration of the project.
 boolean Project.getLinkActualToActualThisPeriod()
          Gets the flag that indicates whether actual units and costs are linked to actual-this-period units and costs.
 boolean BaselineProject.getLinkActualToActualThisPeriod()
          Gets the flag that determines whether actual units and costs are linked to actual-this-period units and costs.
 boolean Project.getLinkPercentCompleteWithActual()
          Gets the flag that indicates whether actual units and cost should be recalculated when percent complete changes.
 boolean BaselineProject.getLinkPercentCompleteWithActual()
          Gets the flag that determines whether actual units and cost should be recalculated when percent complete changes.
 boolean Project.getLinkPlannedAndAtCompletionFlag()
          Gets the flag that indicates whether the At Completion Cost/Units should be linked to Planned Cost/Units for not-started activities.
 boolean BaselineProject.getLinkPlannedAndAtCompletionFlag()
          Gets the flag that indicates whether the At Completion Cost/Units should be linked to Planned Cost/Units for not-started activities.
 boolean GlobalPreferences.getLogHoursAfterActualFinish()
          Gets the flag that indicates whether timesheet application users are allowed to log timesheet hours on activities for dates after the activities' actual finish dates.
 boolean GlobalPreferences.getLogHoursBeforeActualStart()
          Gets the flag that indicates whether timesheet application users are allowed to log timesheet hours on activities for dates prior to the activities' actual start dates.
 boolean GlobalPreferences.getLogHoursCompletedActivities()
          Gets the flag that indicates whether timesheet application users are allowed to log timesheet hours on activities that are already marked as completed.
 boolean GlobalPreferences.getLogHoursInFuture()
          Gets the flag that indicates whether the user can log hours in the future.
 boolean GlobalPreferences.getLogHoursNotStartedActivities()
          Gets the flag that indicates whether timesheet application users are allowed to log timesheet hours on activities that are still marked as Not started.
 double ProjectThreshold.getLowerThreshold()
          Gets the lower value of a project threshold that will trigger an issue.
 double ProjectIssue.getLowerThreshold()
          Gets the lower value of the threshold parameter that triggered the project issue.
 java.lang.String User.getMailServerLoginName()
          Gets the mail login name (profile name) for the current user to send outgoing email.
 boolean ScheduleOptions.getMakeOpenEndedActivitiesCritical()
          Gets the option used by the scheduler for automatically leveling resources when scheduling projects.
 Cost Activity.getMaterialCost1Variance()
          Gets the primary Baseline Planned Material Cost minus the At Completion Material Cost.
 Percent Activity.getMaterialCostPercentComplete()
          Gets the percent complete of costs for all material resources assigned to the activity.
 Cost Activity.getMaterialCostVariance()
          Gets the project BaselinePlannedMaterialCost minus the AtCompletionMaterialCost.
 int GlobalPreferences.getMaxActivityCodesPerProject()
          Gets the maximum number of project-level activity user codes that can be created per project.
 int GlobalPreferences.getMaxActivityCodeTreeLevels()
          Gets the maximum number of levels that can be created in activity code hierarchies in the Project Management application.
 int GlobalPreferences.getMaxActivityIdLength()
          Gets the maximum number of characters allowed for activity IDs.
 int GlobalPreferences.getMaxBaselinesPerProject()
          Gets the maximum number of baselines that can be created per project.
 double ProjectCodeType.getMaxCodeValueWeight()
          Gets the maximum weight of the code values for this project code type.
 int GlobalPreferences.getMaxCostAccountLength()
          Gets the maximum number of characters allowed for cost account IDs (at each level in the cost account tree).
 int GlobalPreferences.getMaxCostAccountTreeLevels()
          Gets the maximum number of levels that can be created in the cost account hierarchy in the Project Management application.
 int GlobalPreferences.getMaxEPSTreeLevels()
          Deprecated. As of release 6.2, this method is no longer supported in the API. MaxWBSTreeLevels should be used instead.
 int ScheduleOptions.getMaximumMultipleFloatPaths()
          Gets the number of critical float paths to calculate.
 int GlobalPreferences.getMaxOBSTreeLevels()
          Gets the maximum number of levels that can be created in OBS hierarchies in the Project Management application.
 int GlobalPreferences.getMaxProjectCodeTreeLevels()
          Gets the maximum number of levels in the project category hierarchy in the Project Management application.
 int GlobalPreferences.getMaxProjectIdLength()
          Gets the maximum number characters allowed for project IDs.
 int GlobalPreferences.getMaxResourceCodeTreeLevels()
          Gets the maximum number of levels in the resource code hierarchy in the Project Management application.
 int GlobalPreferences.getMaxResourceIdLength()
          Gets the maximum number of characters allowed for resource IDs (at each level in the resource tree).
 int GlobalPreferences.getMaxResourceTreeLevels()
          Gets the maximum number of levels that can be created in the resource hierarchy.
 int GlobalPreferences.getMaxRoleIdLength()
          Gets the maximum number characters allowed for role IDs.
 int GlobalPreferences.getMaxRoleTreeLevels()
          Gets the maximum number of levels in the role hierarchy in the Project Management application.
 double GlobalPreferences.getMaxTimesheetResourceHours()
          Gets the maximum hours a resource can enter per day for all of their assigned activities.
 UnitsPerTime RoleLimit.getMaxUnitsPerTime()
          Gets the maximum work units per time this role can perform on all their assigned activities.
 UnitsPerTime ResourceRate.getMaxUnitsPerTime()
          Gets the maximum work units per time this resource can perform on all their assigned activities.
 UnitsPerTime Resource.getMaxUnitsPerTime()
          Gets the maximum work units per time this resource can perform on all their assigned activities.
 int GlobalPreferences.getMaxWBSCodeLength()
          Gets the maximum number of characters allowed for WBS codes (at each level in the WBS tree).
 int GlobalPreferences.getMaxWBSTreeLevels()
          Gets the maximum number of levels that can be created in WBS hierarchies.
 EstimateType ProjectEstimate.getMethod()
          Gets the type of estimate: "TopDown" or "UserDefined".
 java.lang.String GlobalPreferences.getMinuteAbbreviation()
          Gets the abbreviation character for time periods of minutes.
 java.lang.String GlobalPreferences.getMonthAbbreviation()
          Gets the abbreviation character for time periods of months.
 java.util.Date ProjectResourceQuantity.getMonthStartDate()
          Gets the date value that represents the first day of the month.
 boolean Project.getMSProjectManagedFlag()
          Gets the flag indicating whether this is a Microsoft Project-managed project.
 boolean ScheduleOptions.getMultipleFloatPathsEnabled()
          Gets the Boolean value that indicates whether multiple critical float paths (sequences of activities) should be calculated in the project schedule.
 ObjectId ScheduleOptions.getMultipleFloatPathsEndingActivityObjectId()
          Gets the activity in the WBS that you want to represent the end of the float paths.
 boolean ScheduleOptions.getMultipleFloatPathsUseTotalFloat()
          Gets the Boolean value that decides whether or not to use total float in multiple float path calculations.
 EndDate Project.getMustFinishByDate()
          Gets the date by which all project activities must finish.
 EndDate BaselineProject.getMustFinishByDate()
          Gets the date by which all project activities must finish.
 java.lang.String WBSMilestone.getName()
          Gets the name of the WBS milestone.
 java.lang.String WBSCategory.getName()
          Gets the name of the WBS category.
 java.lang.String WBS.getName()
          Gets the name of the WBS element.
 java.lang.String UserInterfaceView.getName()
          Gets the name of the user interface view.
 java.lang.String User.getName()
          Gets the user's login name.
 java.lang.String UnitOfMeasure.getName()
          Gets the name of the unit of measure.
 java.lang.String ThresholdParameter.getName()
          Gets the name of the threshold parameter.
 java.lang.String Shift.getName()
          Gets the name of the shift.
 java.lang.String RoleTeam.getName()
          Gets the name of the role team.
 java.lang.String Role.getName()
          Gets the name of the role.
 java.lang.String RiskType.getName()
          Gets the name of the risk type.
 java.lang.String ResourceTeam.getName()
          Gets the name of the resource team.
 java.lang.String ResourceCurve.getName()
          Gets the name of the resource curve.
 java.lang.String ResourceCodeType.getName()
          Gets the name of the resource code type.
 java.lang.String Resource.getName()
          Gets the name of the resource.
 java.lang.String ProjectRisk.getName()
          Gets the name of the project risk.
 java.lang.String ProjectResourceCategory.getName()
          Gets the name of the project resource category.
 java.lang.String ProjectProfile.getName()
          Gets the unique name of this project profile.
 java.lang.String ProjectPortfolio.getName()
          Gets the name of the project portfolio.
 java.lang.String ProjectIssue.getName()
          Gets the name of the project issue.
 java.lang.String ProjectEstimate.getName()
          Gets the name of the project estimate.
 java.lang.String ProjectCodeType.getName()
          Gets the name of the project code type.
 java.lang.String Project.getName()
          Gets the name of the Project element.
 java.lang.String OverheadCode.getName()
          Gets the name of the overhead code.
 java.lang.String OBS.getName()
          Gets the name of the person/role in the organization, sometimes referred to elsewhere as the "responsible manager".
 java.lang.String NotebookTopic.getName()
          Gets the name of the notebook topic.
 java.lang.String Methodology.getName()
          Gets the name of the Methodology.
 java.lang.String Initiation.getName()
          Gets the name of the initiated project.
 java.lang.String GlobalProfile.getName()
          Gets the privileges that are turned on.
 java.lang.String FundingSource.getName()
          Gets the name of the funding source.
 java.lang.String FinancialPeriod.getName()
          Gets the name of the financial period.
 java.lang.String ExpenseCategory.getName()
          Gets the name of the expense category.
 java.lang.String EPS.getName()
          Gets the name of the EPS element.
 java.lang.String DocumentStatusCode.getName()
          Gets the name of the document status code.
 java.lang.String DocumentCategory.getName()
          Gets the name of the document category.
 java.lang.String Currency.getName()
          Gets the name of the currency.
 java.lang.String CostAccount.getName()
          Gets the name of the cost account.
 java.lang.String Calendar.getName()
          Gets the name of the calendar.
 java.lang.String BatchReport.getName()
          Gets the name of the batch report.
 java.lang.String BaselineType.getName()
          Gets the name of this baseline type.
 java.lang.String BaselineProject.getName()
          Gets the name of the baseline project.
 java.lang.String ActivityStepTemplateItem.getName()
          Gets the name of the activity step templat item.
 java.lang.String ActivityStepTemplate.getName()
          Gets the name of the activity step template.
 java.lang.String ActivityStep.getName()
          Gets the name of the activity step.
 java.lang.String ActivityCodeType.getName()
          Gets the name of the activity code type.
 java.lang.String Activity.getName()
          Gets the name of the activity.
 NegativeCurrencyFormat Currency.getNegativeSymbol()
          Gets the symbol used to display a negative currency.
 DurationType User.getNewProjectDurationType()
          Gets the default duration type assigned to new activities.
 Cost Activity.getNonLaborCost1Variance()
          Gets the difference between the primary baseline nonlabor cost and at completion nonlabor cost.
 Percent Activity.getNonLaborCostPercentComplete()
          Gets the percent complete of costs for all nonlabor resources assigned to the activity.
 Cost Activity.getNonLaborCostVariance()
          Gets the difference between the project baseline labor cost and at completion labor cost.
 Unit Activity.getNonLaborUnits1Variance()
          Gets the difference between the primary baseline nonlabor units and at completion nonlabor units.
 Percent Activity.getNonLaborUnitsPercentComplete()
          Gets the percent complete of units for all nonlabor resources for the activity.
 Unit Activity.getNonLaborUnitsVariance()
          Gets the difference between the project baseline labor units and at completion labor units.
 java.lang.String ProjectNote.getNote()
          Gets the information that is associated with the notebook topic.
 java.lang.String EPSNote.getNote()
          Gets the information that is associated with the notebook topic.
 java.lang.String ActivityNote.getNote()
          Gets the information that is associated with the notebook topic.
 java.lang.String ProjectNote.getNotebookTopicName()
          Gets the name of the associated notebook topic.
 java.lang.String EPSNote.getNotebookTopicName()
          Gets the name of the associated notebook topic.
 java.lang.String ActivityNote.getNotebookTopicName()
          Gets the name of the associated notebook topic.
 ObjectId ProjectNote.getNotebookTopicObjectId()
          Gets the unique ID of the associated notebook topic.
 ObjectId EPSNote.getNotebookTopicObjectId()
          Gets the unique ID of the associated notebook topic.
 ObjectId ActivityNote.getNotebookTopicObjectId()
          Gets the unique ID of the associated notebook topic.
 java.lang.String Timesheet.getNotes()
          Gets the notes associated with the timesheet.
 java.lang.String ProjectIssue.getNotes()
          Gets the notes associated with the project issue.
 java.lang.String ProjectEstimate.getNotes()
          Gets the notes associated with the project estimate.
 java.lang.String IssueHistory.getNotes()
          Gets the notes associated with the issue history.
 java.lang.String Activity.getNotesToResources()
          Gets the notes from the project manager to the timesheet resources.
 int GlobalPreferences.getNumberOfAccessibleFutureTimesheets()
          Gets the number of future timesheets that timesheet application users are allowed to access.
 int GlobalPreferences.getNumberOfAccessiblePastTimesheets()
          Gets the number of past timesheets that can be accessed.
 ObjectId WBSMilestone.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId WBSCategory.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId WBS.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId UserOBS.getObjectId()
          Gets the ObjectId for this object.
 ObjectId UserLicense.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId UserInterfaceView.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId UserFieldTitle.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId User.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId UnitOfMeasure.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId UDFValue.getObjectId()
          Gets the ObjectId for this object.
 ObjectId UDFType.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId UDFCode.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId TimesheetPeriod.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId TimesheetDelegate.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId TimesheetAudit.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId Timesheet.getObjectId()
          Gets the ObjectId for this object.
 ObjectId ThresholdParameter.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ShiftPeriod.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId Shift.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ScheduleOptions.getObjectId()
          Gets the ObjectId for this object.
 ObjectId RoleTeam.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId RoleRate.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId RoleLimit.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId Role.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId RiskType.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ResourceTeam.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ResourceRole.getObjectId()
          Gets the ObjectId for this object.
 ObjectId ResourceRate.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ResourceHour.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ResourceCurve.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ResourceCodeType.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ResourceCodeAssignment.getObjectId()
          Gets the ObjectId for this object.
 ObjectId ResourceCode.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ResourceAssignmentPeriodActual.getObjectId()
          Gets the ObjectId for this object.
 ObjectId ResourceAssignment.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ResourceAccess.getObjectId()
          Gets the ObjectId for this object.
 ObjectId Resource.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId Relationship.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectThreshold.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectSpendingPlan.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectRisk.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectResourceQuantity.getObjectId()
          Gets the ObjectId for this object.
 ObjectId ProjectResourceCategory.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectResource.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectProfile.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectPortfolio.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectNote.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectIssue.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectFunding.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectEstimate.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectDocument.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectCodeType.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectCodeAssignment.getObjectId()
          Gets the ObjectId for this object.
 ObjectId ProjectCode.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ProjectBudgetChangeLog.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId Project.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId OverheadCode.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId OBS.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId NotebookTopic.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId Methodology.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId Initiation.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId GlobalProfile.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId FundingSource.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId FinancialPeriod.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ExpenseCategory.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId EPSSpendingPlan.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId EPSNote.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId EPSFunding.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId EPSBudgetChangeLog.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId EPS.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId DocumentStatusCode.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId DocumentCategory.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId Document.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId Currency.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId CostAccount.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId Calendar.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId BatchReport.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId BaselineType.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId BaselineProject.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ActivityStepTemplateItem.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ActivityStepTemplate.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ActivityStep.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ActivityPeriodActual.getObjectId()
          Gets the ObjectId for this object.
 ObjectId ActivityOwner.getObjectId()
          Gets the ObjectId for this object.
 ObjectId ActivityNote.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ActivityExpense.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ActivityCodeType.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId ActivityCodeAssignment.getObjectId()
          Gets the ObjectId for this object.
 ObjectId ActivityCode.getObjectId()
          Gets the unique ID generated by the system.
 ObjectId Activity.getObjectId()
          Gets the unique ID generated by the system.
 java.lang.String UserFieldTitle.getObjectName()
          Gets the name of the business object to which this user defined column belongs.
 java.lang.String WBS.getOBSName()
          Gets the name of the person/role in the organization, sometimes referred to as the "responsible manager".
 java.lang.String UserOBS.getOBSName()
          Gets the name of the person/role in the organization, sometimes referred to as the "responsible manager".
 java.lang.String ProjectRisk.getOBSName()
          Gets the name of the person/role in the organization, sometimes referred to as the "responsible manager".
 java.lang.String ProjectIssue.getOBSName()
          Gets the name of the person/role in the organization, sometimes referred to as the "responsible manager".
 java.lang.String Project.getOBSName()
          Gets the name of the person/role in the organization, sometimes referred to as the "responsible manager".
 java.lang.String EPS.getOBSName()
          Gets the name of the person/role in the organization, sometimes referred to as the "responsible manager".
 java.lang.String BaselineProject.getOBSName()
          Gets the name of the person/role in the organization, sometimes referred to as the "responsible manager".
 ObjectId WBS.getOBSObjectId()
          Gets the unique ID of the project manager from the project's OBS tree who is responsible for the WBS.
 ObjectId UserOBS.getOBSObjectId()
          Gets the unique ID of the OBS to which the user is granted access.
 ObjectId ProjectThreshold.getOBSObjectId()
          Gets the unique ID of the associated OBS for this project threshold.
 ObjectId ProjectRisk.getOBSObjectId()
          Gets the unique ID of the project manager from the project's OBS tree who is responsible for the project risk.
 ObjectId ProjectIssue.getOBSObjectId()
          Gets the unique ID of the project manager from the project's OBS tree who is responsible for the project issue.
 ObjectId Project.getOBSObjectId()
          Gets the unique ID of the project manager from the project's OBS tree who is responsible for the Project.
 ObjectId EPS.getOBSObjectId()
          Gets the unique ID of the project manager from the project's OBS tree who is responsible for the EPS.
 ObjectId BaselineProject.getOBSObjectId()
          Gets the unique ID of the project manager from the project's OBS tree who is responsible for the WBS.
 java.lang.String User.getOfficePhone()
          Gets the work phone number of the user.
 java.lang.String Resource.getOfficePhone()
          Gets the office phone number for the resource.
 Cost WBS.getOriginalBudget()
          Gets the original budget for the WBS element.
 Cost Project.getOriginalBudget()
          Gets the original budget for the project.
 Cost EPS.getOriginalBudget()
          Gets the original budget for the project.
 Cost BaselineProject.getOriginalBudget()
          Gets the original budget for the baseline project.
 ObjectId BaselineProject.getOriginalProjectObjectId()
          Gets the unique ID of the project from which the project baseline was created, if the current project is a project baseline.
 java.lang.String Resource.getOtherPhone()
          Gets the other phone numbers for the resource - pager, home phone, cell phone, etc.
 java.lang.String User.getOutgoingMailServer()
          Gets the outgoing mail server (SMTP) address used to send outgoing email for this user.
 OutOfSequenceScheduleType ScheduleOptions.getOutOfSequenceScheduleType()
          Gets the type of logic used to schedule the progressed activities: 'Retained Logic', 'Progress Override', or 'Actual Dates'.
 int Project.getOverallProjectScore()
          Gets the project score calculated based on all project code types assigned to this project.
 boolean ActivityExpense.getOverBudget()
          Gets the indicator that reflects whether the project expense is over budget.
 java.lang.String ResourceHour.getOverheadCodeName()
          Gets the name of the overhead code.
 ObjectId ResourceHour.getOverheadCodeObjectId()
          Gets the unique ID of the overhead code, if the hours are for an overhead activity.
 double TimesheetAudit.getOverheadHours()
          Gets the total overhead hours for the timesheet.
 double TimesheetAudit.getOverheadOvertimeHours()
          Gets the total overhead overtime hours for the timesheet.
 double ResourceAssignment.getOvertimeFactor()
          Gets the overtime factor used to compute the overtime price for the resource assignment on this activity.
 double Resource.getOvertimeFactor()
          Gets the overtime factor used to compute the overtime price for the resource.
 ObjectId Project.getOwnerResourceObjectId()
          Gets the unique ID of the Owner Resource of this project.
 ObjectId BaselineProject.getOwnerResourceObjectId()
          Gets the unique ID of the Owner Resource of this baseline project.
 ObjectId Project.getParentEPSObjectId()
          Gets the unique ID of the parent EPS of this project.
 ObjectId BaselineProject.getParentEPSObjectId()
          Gets the unique ID of the parent EPS of this baseline project.
 ObjectId WBS.getParentObjectId()
          Gets the unique ID of the parent WBS of this WBS in the hierarchy.
 ObjectId Role.getParentObjectId()
          Gets the unique ID of the parent role of this role in the hierarchy.
 ObjectId ResourceCode.getParentObjectId()
          Gets the unique ID of the parent resource code of this resource code in the hierarchy.
 ObjectId Resource.getParentObjectId()
          Gets the unique ID of the parent resource of this resource in the hierarchy.
 ObjectId ProjectCode.getParentObjectId()
          Gets the unique ID of the parent project code of this project code in the hierarchy.
 ObjectId OBS.getParentObjectId()
          Gets the unique ID of the parent OBS of this OBS in the hierarchy.
 ObjectId FundingSource.getParentObjectId()
          Gets the unique ID of the parent funding source of this funding source in the hierarchy.
 ObjectId EPS.getParentObjectId()
          Gets the unique ID of the parent EPS of this EPS in the hierarchy.
 ObjectId Document.getParentObjectId()
          Gets the unique ID of the parent document of this document in the hierarchy.
 ObjectId CostAccount.getParentObjectId()
          Gets the unique ID of the parent cost account of this cost account in the hierarchy.
 ObjectId ActivityCode.getParentObjectId()
          Gets the unique ID of the parent activity code of this activity code in the hierarchy.
 Unit ResourceAssignment.getPendingActualOvertimeUnits()
          Gets the actual overtime units worked by the resource on this activity.
 Unit ResourceAssignment.getPendingActualRegularUnits()
          Gets the actual nonovertime units worked by the resource on this activity.
 double TimesheetAudit.getPendingOverheadHours()
          Gets the total pending overhead hours for the timesheet.
 double TimesheetAudit.getPendingOverheadOvertimeHours()
          Gets the total pending overhead overtime hours for the timesheet.
 Percent ResourceAssignment.getPendingPercentComplete()
          Gets the estimate of the percentage of the resource's units of work completed on this activity.
 double TimesheetAudit.getPendingProjectHours()
          Gets the total pending project hours for the timesheet.
 double TimesheetAudit.getPendingProjectOvertimeHours()
          Gets the total pending project overtime hours for the timesheet.
 double ResourceAssignment.getPendingRemainingUnits()
          Gets the estimate of the resource's remaining units on this activity.
 Percent ActivityStep.getPercentComplete()
          Gets the percent complete for the step.
 Percent Activity.getPercentComplete()
          Gets the activity percent complete.
 PercentCompleteType Activity.getPercentCompleteType()
          Gets the activity percent complete type: 'Physical', 'Duration', or 'Units'.
 Percent Activity.getPerformancePercentComplete()
          Gets the activity performance percent complete.
 java.lang.String User.getPersonalName()
          Gets the user's personal or actual name.
 Percent Activity.getPhysicalPercentComplete()
          Gets the physical percent complete, which can either be user entered or calculated from the activity's weighted steps.
 Cost ResourceAssignment.getPlannedCost()
          Gets the planned cost for the resource assignment on the activity.
 Cost ActivityExpense.getPlannedCost()
          Gets the planned cost for the project expense.
 Duration ResourceAssignment.getPlannedDuration()
          Gets the planned working time for the resource assignment on the activity, from the resource's planned start date to the planned finish date.
 Duration Activity.getPlannedDuration()
          Gets the total working time from the activity planned start date to the planned finish date.
 Cost Activity.getPlannedExpenseCost()
          Gets the planned costs for all project expenses associated with the activity.
 EndDate ResourceAssignment.getPlannedFinishDate()
          Gets the date the resource is scheduled to finish working on the activity.
 EndDate Activity.getPlannedFinishDate()
          Gets the date the activity is scheduled to finish.
 Cost Activity.getPlannedLaborCost()
          Gets the planned costs for all labor resources assigned to the activity.
 Unit Activity.getPlannedLaborUnits()
          Gets the planned units for all labor resources assigned to the activity.
 Duration ResourceAssignment.getPlannedLag()
          Gets the planned time lag between the activity's planned start date and the resource's planned start date on the activity.
 Cost Activity.getPlannedMaterialCost()
          Gets the sum of all material resource costs.
 Cost Activity.getPlannedNonLaborCost()
          Gets the planned costs for all nonlabor resources assigned to the activity.
 Unit Activity.getPlannedNonLaborUnits()
          Gets the planned units for all nonlabor resources assigned to the activity.
 BeginDate ResourceAssignment.getPlannedStartDate()
          Gets the date the resource is scheduled to begin working on the activity.
 BeginDate Project.getPlannedStartDate()
          Gets the planned start date of the project.
 BeginDate EPS.getPlannedStartDate()
          Gets the planned start date of the project.
 BeginDate BaselineProject.getPlannedStartDate()
          Gets the planned start date of the project.
 BeginDate Activity.getPlannedStartDate()
          Gets the date the activity is scheduled to begin.
 Cost Activity.getPlannedTotalCost()
          Gets the planned total cost for the activity, including labor resources, nonlabor resources, and project expenses.
 Unit Activity.getPlannedTotalUnits()
          Gets the sum of Planned Labor Units and Planned Nonlabor Units.
 Unit ResourceAssignment.getPlannedUnits()
          Gets the planned units of work for the resource assignment on the activity.
 double ActivityExpense.getPlannedUnits()
          Gets the planned number of units for the project expense.
 UnitsPerTime ResourceAssignment.getPlannedUnitsPerTime()
          Gets the planned units per time at which the resource is to perform work on this activity.
 Cost ActivityPeriodActual.getPlannedValueCost()
          Gets the planned value cost on this activity during a financial period.
 Cost Activity.getPlannedValueCost()
          Gets the portion of the project baseline total cost of the activity that is scheduled to be completed as of the project data date.
 Unit ActivityPeriodActual.getPlannedValueLaborUnits()
          Gets the planned value labor units on this activity during a financial period.
 Unit Activity.getPlannedValueLaborUnits()
          Gets the portion of the project baseline labor units that is scheduled to be completed as of the project data date.
 PositiveCurrencyFormat Currency.getPositiveSymbol()
          Gets the symbol used to display a positive currency.
 java.lang.String Relationship.getPredecessorActivityId()
          Gets the activity ID of the predecessor activity.
 java.lang.String Relationship.getPredecessorActivityName()
          Gets the name of the predecessor activity.
 ObjectId Relationship.getPredecessorActivityObjectId()
          Gets the unique ID of the predecessor activity.
 ActivityType Relationship.getPredecessorActivityType()
          Gets the type of the predecessor activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'.
 java.lang.String Relationship.getPredecessorProjectId()
          Gets the project ID of the project that owns the predecessor activity.
 ObjectId Relationship.getPredecessorProjectObjectId()
          Gets the unique ID of the project that owns the predecessor activity.
 Cost RoleRate.getPricePerUnit()
          Gets the non-overtime price per time for the role.
 Cost ResourceRate.getPricePerUnit()
          Gets the non-overtime price per time for the resource.
 Cost ResourceAssignment.getPricePerUnit()
          Gets the price per time for the resource on this activity.
 Cost Resource.getPricePerUnit()
          Gets the planned price per unit for the project expense.
 Cost ActivityExpense.getPricePerUnit()
          Gets the planned price per unit for the project expense.
 Cost RoleRate.getPricePerUnit2()
          Gets the non-overtime price per time for the role.
 Cost ResourceRate.getPricePerUnit2()
          Gets the non-overtime price per time for the resource.
 Cost RoleRate.getPricePerUnit3()
          Gets the non-overtime price per time for the role.
 Cost ResourceRate.getPricePerUnit3()
          Gets the non-overtime price per time for the resource.
 Cost RoleRate.getPricePerUnit4()
          Gets the non-overtime price per time for the role.
 Cost ResourceRate.getPricePerUnit4()
          Gets the non-overtime price per time for the resource.
 Cost RoleRate.getPricePerUnit5()
          Gets the non-overtime price per time for the role.
 Cost ResourceRate.getPricePerUnit5()
          Gets the non-overtime price per time for the resource.
 ObjectId User.getPrimaryBaselineProject(ObjectId projectId)
          Gets the user's primary BaselineProject for the specified project.
 java.util.Date Activity.getPrimaryConstraintDate()
          Gets the constraint date for the activity, if the activity has a constraint.
 ConstraintType Activity.getPrimaryConstraintType()
          Gets the type of constraint applied to the activity start or finish date.
 java.lang.String Activity.getPrimaryResourceId()
          Gets the name of the resource.
 java.lang.String Activity.getPrimaryResourceName()
          Gets the name of the resource.
 ObjectId Activity.getPrimaryResourceObjectId()
          Gets the unique ID of the primary resource for the activity.
 boolean Project.getPrimaryResourcesCanMarkActivitiesAsCompleted()
          Gets the flag that indicates whether primary resources can mark the project activities as completed.
 boolean BaselineProject.getPrimaryResourcesCanMarkActivitiesAsCompleted()
          Gets the flag that indicates whether primary resources can mark the project activities as completed.
 java.lang.String Resource.getPrimaryRoleId()
          Gets the short code that uniquely identifies the primary role for this resource.
 java.lang.String Resource.getPrimaryRoleName()
          Gets the name of the primary role for this resource.
 ObjectId Resource.getPrimaryRoleObjectId()
          Gets the unique ID of the role that is assigned as the resource's primary role.
 Unit ResourceAssignment.getPriorActualOvertimeUnits()
          Gets the difference between the pending quantity value and the actual quantity value for overtime before applying the new actual value.
 Unit ResourceAssignment.getPriorActualRegularUnits()
          Gets the difference between the pending quantity value and the actual quantity value before applying the new actual value.
 RiskPriority ProjectRisk.getPriority()
          Gets the priority of the project risk: 'Top', 'High', 'Normal', 'Low', or 'Lowest'.
 IssuePriority ProjectIssue.getPriority()
          Gets the priority of the project issue.
 java.lang.String Document.getPrivateLocation()
          Gets the work product or document's private file location.
 ProjectPrivilege[] ProjectProfile.getPrivileges()
          Sets this privilege on or off.
 GlobalPrivilege[] GlobalProfile.getPrivileges()
          Retrieve privileges that are on.
 boolean Initiation.getProcessFlag()
          Gets the flag indicating whether this object represents an initiated process or an initated project.
 Proficiency ResourceRole.getProficiency()
          Gets the resource's proficiency at performing this role.
 Proficiency ResourceAssignment.getProficiency()
          Gets the skill level that is associated with the role.
 java.lang.String UserOBS.getProfileName()
          Gets the name of security profile.
 java.lang.String ProjectCodeAssignment.getProjectCodeDescription()
          Gets the description of the associated project code.
 ObjectId ProjectCodeAssignment.getProjectCodeObjectId()
          Gets the unique ID of the associated project code.
 java.lang.String ProjectCodeAssignment.getProjectCodeTypeName()
          Gets the name of the parent project code type.
 ObjectId ProjectCodeAssignment.getProjectCodeTypeObjectId()
          Gets the unique ID of the parent project code type.
 ObjectId[] Project.getProjectCodeTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the project code assignments using the ProjectCodeAssignment object.
 ObjectId[] BaselineProject.getProjectCodeTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the project code assignments using the ProjectCodeAssignment object.
 java.lang.String ProjectCodeAssignment.getProjectCodeValue()
          Gets the value of the associated project code.
 BeginDate Project.getProjectForecastStartDate()
          Gets the alternate start date to be optionally used by the scheduler.
 BeginDate BaselineProject.getProjectForecastStartDate()
          Gets the alternate start date to be optionally used by the scheduler.
 double TimesheetAudit.getProjectHours()
          Gets the total project hours for the timesheet.
 java.lang.String WBSMilestone.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String WBS.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String TimesheetAudit.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String ScheduleOptions.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String ResourceHour.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String ResourceAssignment.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String ProjectThreshold.getProjectId()
          Gets the Project short code that uniquely identifies the project.
 java.lang.String ProjectSpendingPlan.getProjectId()
          Gets the Project short code that uniquely identifies the project.
 java.lang.String ProjectRisk.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String ProjectResource.getProjectId()
          Gets the short code that uniquely identifies the associated project.
 java.lang.String ProjectNote.getProjectId()
          Gets the short code that uniquely identifies the project associated with this note.
 java.lang.String ProjectIssue.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String ProjectFunding.getProjectId()
          Gets the short code that uniquely identifies the associated project.
 java.lang.String ProjectEstimate.getProjectId()
          Gets the Project short code that uniquely identifies the project.
 java.lang.String ProjectDocument.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String ProjectCodeAssignment.getProjectId()
          Gets the short code that uniquely identifies the associated project.
 java.lang.String ProjectBudgetChangeLog.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String Document.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String ActivityStep.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String ActivityNote.getProjectId()
          Gets the short code that uniquely identifies the associated project.
 java.lang.String ActivityExpense.getProjectId()
          Gets the short code that uniquely identifies the project.
 java.lang.String ActivityCodeAssignment.getProjectId()
          Gets the short code of the associated project.
 java.lang.String Activity.getProjectId()
          Gets the short code of the associated project.
 ObjectId IssueHistory.getProjectIssueObjectId()
          Gets the unique ID of the associated project issue for this issue history.
 java.lang.String ResourceHour.getProjectName()
          Gets the name of the associated project.
 java.lang.String ProjectRisk.getProjectName()
          Gets the name of the associated project.
 java.lang.String ProjectIssue.getProjectName()
          Gets the name of the associated project.
 java.lang.String ProjectCodeAssignment.getProjectName()
          Gets the name of the project to which the project code is assigned.
 java.lang.String Activity.getProjectName()
          Gets the name of the associated project.
 ObjectId WBSMilestone.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId WBS.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId UDFValue.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId TimesheetDelegate.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId TimesheetAudit.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ScheduleOptions.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ResourceHour.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ResourceAssignmentPeriodActual.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ResourceAssignment.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ProjectThreshold.getProjectObjectId()
          Gets the unique ID of the associated project for this project threshold.
 ObjectId ProjectSpendingPlan.getProjectObjectId()
          Gets the unique ID of the associated project for this project spending plan.
 ObjectId ProjectRisk.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ProjectResourceQuantity.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ProjectResource.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ProjectNote.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ProjectIssue.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ProjectFunding.getProjectObjectId()
          Gets the unique ID of the associated project source for this project funding.
 ObjectId ProjectEstimate.getProjectObjectId()
          Gets the unique ID of the associated project for this project estimate.
 ObjectId ProjectDocument.getProjectObjectId()
          Gets the unique ID of the project to which the activity document applies.
 ObjectId ProjectCodeAssignment.getProjectObjectId()
          Gets the unique ID of the project to which the project code is assigned.
 ObjectId ProjectBudgetChangeLog.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId IssueHistory.getProjectObjectId()
          Gets the unique ID of the associated project for this issue history.
 ObjectId Initiation.getProjectObjectId()
          Gets the unique ID of the initiated project.
 ObjectId EPS.getProjectObjectId()
          Gets the internal Project ID of the EPS.
 ObjectId Document.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId Calendar.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId BatchReport.getProjectObjectId()
          Gets the unique ID of the project related to this batch report.
 ObjectId ActivityStep.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ActivityPeriodActual.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ActivityOwner.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ActivityNote.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ActivityExpense.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ActivityCodeType.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ActivityCodeAssignment.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId ActivityCode.getProjectObjectId()
          Gets the unique project ID of the parent code type for this code if code type scope is 'Project' or 'EPS', null for code types with scope 'Global'.
 ObjectId Activity.getProjectObjectId()
          Gets the unique ID of the associated project.
 ObjectId[] ProjectPortfolio.getProjectObjectIds()
          Gets an array of project unique IDs contained in the project portfolio.
 double TimesheetAudit.getProjectOvertimeHours()
          Gets the total project overtime hours for the timesheet.
 ObjectId UserOBS.getProjectProfileObjectId()
          Gets the unique ID of the project profile with which the user is granted access to the project and OBS.
 java.lang.String ProjectResource.getProjectResourceCategoryName()
          Gets the name of the associated project resource category.
 ObjectId ProjectResource.getProjectResourceCategoryObjectId()
          Gets the unique ID of the associated project resource category.
 ObjectId ProjectResourceQuantity.getProjectResourceObjectId()
          Gets the unique ID of the associated project resource.
 ProjectResourceSpread[] Resource.getProjectResourceSpreads()
          Gets the field containing project spread data for this resource.
 ProjectResourceSpread[] Project.getProjectResourceSpreads()
          Gets the field containing resource spread data for this project.
 ProjectRoleSpread[] Role.getProjectRoleSpreads()
          Gets the field containing project spread data for this role.
 ProjectRoleSpread[] Project.getProjectRoleSpreads()
          Gets the field containing role spread data for this project.
 ProjectSpread Project.getProjectSpread()
          Gets the field containing spread data for this project.
 ProjectSpread BaselineProject.getProjectSpread()
          Gets the field containing spread data for this project.
 ObjectId ProjectIssue.getProjectThresholdObjectId()
          Gets the unique ID of the associated project threshold for the project issue.
 Cost WBS.getProposedBudget()
          Gets the sum of the original budget plus the approved and pending budgets from the budget change log.
 Cost Project.getProposedBudget()
          Gets the Proposed Budget, which is the sum of the original budget plus the approved and pending budgets from the budget change log.
 Cost EPS.getProposedBudget()
          Gets the Proposed Budget, which is the sum of the original budget plus the approved and pending budgets from the budget change log.
 Cost BaselineProject.getProposedBudget()
          Gets the sum of the original budget plus the approved and pending budgets from the budget change log.
 java.lang.String Document.getPublicLocation()
          Gets the work product or document's publicly-accessible file location.
 Unit ProjectResourceQuantity.getQuantity()
          Gets the value that represents the resource allocation hours per week for this project resource quantity.
 RateSource ResourceAssignment.getRateSource()
          Gets the value that indicates which price/unit will be used to calculate costs for the assignment, such as 'Resource', 'Role', and 'Override'.
 RateSourcePreference User.getRateSourcePreference()
          Gets the value that determines which price/unit will be used by default to calculate costs for the assignment when both a resource and role are assigned.
 RateType ResourceAssignment.getRateType()
          Gets the rate type that determines which of the five prices specified for the resource will be used to calculate the cost for the resource assignment.
 java.lang.String ProjectNote.getRawTextNote()
          Gets the information that is associated with the notebook topic, without any HTML.
 java.lang.String ProjectIssue.getRawTextNote()
          Gets the notes associated with the project issue.
 java.lang.String EPSNote.getRawTextNote()
          Gets the information that is associated with the notebook topic, without any HTML.
 java.lang.String ActivityNote.getRawTextNote()
          Gets the information that is associated with the notebook topic, without any HTML.
 java.lang.String ProjectBudgetChangeLog.getReason()
          Gets the description of the reason for the budget change request.
 java.lang.String EPSBudgetChangeLog.getReason()
          Gets the description of the reason for the budget change request.
 boolean ScheduleOptions.getRecalculateResourceCosts()
          Gets the option used by the scheduler for recalculating the resource costs after scheduling the open projects.
 java.lang.String Document.getReferenceNumber()
          Gets the work product or document's reference or catalog number.
 ScheduleRelationshipLagCalendar ScheduleOptions.getRelationshipLagCalendar()
          Gets the calendar used to calculate the lag between predecessors and successors for all activities.
 Cost ResourceAssignment.getRemainingCost()
          Gets the remaining cost for the resource assignment on the activity.
 Cost ActivityExpense.getRemainingCost()
          Gets the remaining cost for the project expense.
 Duration ResourceAssignment.getRemainingDuration()
          Gets the remaining duration of the resource assignment.
 Duration Activity.getRemainingDuration()
          Gets the remaining duration of the activity.
 EndDate Activity.getRemainingEarlyFinishDate()
          Gets the remaining late end date, which is calculated by the scheduler.
 BeginDate Activity.getRemainingEarlyStartDate()
          Gets the date the remaining work for the activity is scheduled to begin.
 Cost Activity.getRemainingExpenseCost()
          Gets the remaining costs for all project expenses associated with the activity.
 EndDate ResourceAssignment.getRemainingFinishDate()
          Gets the date the resource is scheduled to finish the remaining work for the activity.
 Duration Activity.getRemainingFloat()
          Gets the amount of time remaining by which the activity can be delayed before delaying the project finish date.
 Cost Activity.getRemainingLaborCost()
          Gets the remaining costs for all labor resources assigned to the activity.
 Unit Activity.getRemainingLaborUnits()
          Gets the remaining units for all labor resources assigned to the activity.
 Duration ResourceAssignment.getRemainingLag()
          Gets the time lag between the activity's remaining start date and the resource's remaining start date on the activity.
 EndDate ResourceAssignment.getRemainingLateFinishDate()
          Gets the remaining late finish date calculated by the scheduler.
 EndDate Activity.getRemainingLateFinishDate()
          Gets the remaining late finish date calculated by the scheduler.
 BeginDate ResourceAssignment.getRemainingLateStartDate()
          Gets the remaining late start date calculated by the scheduler.
 BeginDate Activity.getRemainingLateStartDate()
          Gets the remaining late start date calculated by the scheduler.
 Cost Activity.getRemainingMaterialCost()
          Gets the sum of all material resource remaining costs.
 Cost Activity.getRemainingNonLaborCost()
          Gets the remaining costs for all nonlabor resources assigned to the activity.
 Unit Activity.getRemainingNonLaborUnits()
          Gets the remaining units for all nonlabor resources assigned to the activity.
 BeginDate ResourceAssignment.getRemainingStartDate()
          Gets the date the resource is scheduled to begin the remaining work for the activity.
 Cost Activity.getRemainingTotalCost()
          Gets the remaining total cost for the activity, including labor resources, nonlabor resources, and project expenses.
 Unit Activity.getRemainingTotalUnits()
          Gets the sum of Remaining Labor Units and Remaining Nonlabor Units.
 Unit ResourceAssignment.getRemainingUnits()
          Gets the remaining units of work to be performed by this resource on this activity.
 double ActivityExpense.getRemainingUnits()
          Gets the remaining units for the project expense.
 UnitsPerTime ResourceAssignment.getRemainingUnitsPerTime()
          Gets the units per time at which the resource will be performing work on the remaining portion of this activity.
 boolean User.getReportingFlag()
          Gets the flag that determines whether the user can access the ODS database.
 boolean Project.getResetPlannedToRemainingFlag()
          Gets the flag that indicates whether to reset Planned Duration and Units to Remaining Duration and Units, or to reset Remaining Duration and Units to Planned Duration and Units when the Activity Status is or becomes not started.
 boolean BaselineProject.getResetPlannedToRemainingFlag()
          Gets the flag that indicates whether to reset Planned Duration and Units to Remaining Duration and Units, or to reset Remaining Duration and Units to Planned Duration and Units when the Activity Status is or becomes not started.
 java.util.Date ProjectIssue.getResolutionDate()
          Gets the date the project issue was resolved.
 ObjectId ResourceHour.getResourceAssignmentObjectId()
          Gets the unique ID of the associated resource assignment.
 ObjectId ResourceAssignmentPeriodActual.getResourceAssignmentObjectId()
          Gets the unique ID of the associated resource assignment.
 ResourceAssignmentSpread ResourceAssignment.getResourceAssignmentSpread()
          Gets the live resource assignment spread data.
 java.lang.String ResourceAssignment.getResourceCalendarName()
          Gets the name of the calendar for the resource.
 boolean Project.getResourceCanBeAssignedToSameActivityMoreThanOnce()
          Gets the flag that indicates whether a resource can be assigned more than once to the same activity.
 boolean BaselineProject.getResourceCanBeAssignedToSameActivityMoreThanOnce()
          Gets the flag that indicates whether a resource can be assigned more than once to the same activity.
 java.lang.String ResourceCodeAssignment.getResourceCodeDescription()
          Gets the description of the associated resource code.
 ObjectId ResourceCodeAssignment.getResourceCodeObjectId()
          Gets the unique ID of the associated resource code.
 java.lang.String ResourceCodeAssignment.getResourceCodeTypeName()
          Gets the name of the parent resource code type.
 ObjectId ResourceCodeAssignment.getResourceCodeTypeObjectId()
          Gets the unique ID of the parent resource code type.
 ObjectId[] Resource.getResourceCodeTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the resource code assignments using the ResourceCodeAssignment object.
 java.lang.String ResourceCodeAssignment.getResourceCodeValue()
          Gets the value of the associated resource code.
 java.lang.String ResourceAssignment.getResourceCurveName()
          Gets the name of the resource curve that determines how resources and costs are distributed over time for this activity.
 ObjectId ResourceAssignment.getResourceCurveObjectId()
          Gets the unique ID of the resource curve.
 java.lang.String TimesheetAudit.getResourceId()
          Gets the short code that uniquely identifies the resource.
 java.lang.String Timesheet.getResourceId()
          Gets the short code that uniquely identifies the resource.
 java.lang.String ResourceRole.getResourceId()
          Gets the short code that uniquely identifies the resource.
 java.lang.String ResourceRate.getResourceId()
          Gets the short code that uniquely identifies the resource.
 java.lang.String ResourceHour.getResourceId()
          Gets the short code that uniquely identifies the resource.
 java.lang.String ResourceCodeAssignment.getResourceId()
          Gets the short code that uniquely identifies the associated resource.
 java.lang.String ResourceAssignment.getResourceId()
          Gets the short code that uniquely identifies the resource.
 java.lang.String ResourceAccess.getResourceId()
          Gets the short code that uniquely identifies the resource.
 java.lang.String ProjectRisk.getResourceId()
          Gets the short code that uniquely identifies the resource.
 java.lang.String ProjectIssue.getResourceId()
          Gets the short code that uniquely identifies the resource.
 java.lang.String ProjectEstimate.getResourceId()
          Gets the short code that uniquely identifies the resource.
 java.lang.String Document.getResourceId()
          Gets the short code that uniquely identifies the associated resource.
 java.lang.String TimesheetAudit.getResourceName()
          Gets the name of the resource.
 java.lang.String Timesheet.getResourceName()
          Gets the name of the resource.
 java.lang.String ResourceRole.getResourceName()
          Gets the name of the resource.
 java.lang.String ResourceRate.getResourceName()
          Gets the name of the resource.
 java.lang.String ResourceHour.getResourceName()
          Gets the name of the resource.
 java.lang.String ResourceCodeAssignment.getResourceName()
          Gets the name of the resource to which the resource code is assigned.
 java.lang.String ResourceAssignment.getResourceName()
          Gets the name of the resource.
 java.lang.String ResourceAccess.getResourceName()
          Gets the name of the resource.
 java.lang.String ProjectRisk.getResourceName()
          Gets the name of the resource.
 java.lang.String ProjectResource.getResourceName()
          Gets the name of the associated resource.
 java.lang.String ProjectIssue.getResourceName()
          Gets the name of the resource.
 java.lang.String ProjectEstimate.getResourceName()
          Gets the name of the resource.
 java.lang.String Document.getResourceName()
          Gets the name of the associated resource.
 java.lang.String Resource.getResourceNotes()
          Gets the notes about the resource.
 ObjectId TimesheetAudit.getResourceObjectId()
          Gets the unique ID of the associated resource.
 ObjectId Timesheet.getResourceObjectId()
          Gets the unique ID of the associated resource.
 ObjectId ResourceRole.getResourceObjectId()
          Gets the unique ID of the associated resource.
 ObjectId ResourceRate.getResourceObjectId()
          Gets the unique ID of the associated resource.
 ObjectId ResourceHour.getResourceObjectId()
          Gets the unique ID of the associated resource.
 ObjectId ResourceCodeAssignment.getResourceObjectId()
          Gets the unique ID of the resource to which the resource code is assigned.
 ObjectId ResourceAssignment.getResourceObjectId()
          Gets the unique ID of the associated resource.
 ObjectId ResourceAccess.getResourceObjectId()
          Gets the unique ID of the associated resource.
 ObjectId ProjectRisk.getResourceObjectId()
          Gets the unique ID of the associated resource for this project risk.
 ObjectId ProjectResourceQuantity.getResourceObjectId()
          Gets the unique ID of the associated resource.
 ObjectId ProjectResource.getResourceObjectId()
          Gets the unique ID of the associated resource.
 ObjectId ProjectIssue.getResourceObjectId()
          Gets the unique ID of the associated resource for this project issue.
 ObjectId ProjectEstimate.getResourceObjectId()
          Gets the unique ID of the associated resource for this project estimate.
 ObjectId Document.getResourceObjectId()
          Gets the unique ID of the associated resource.
 ObjectId[] ResourceTeam.getResourceObjectIds()
          Returns an array of resource unique IDs contained in the resource team.
 com.primavera.integration.common.value.ResourceRequest ResourceAssignment.getResourceRequest()
          Gets the resource request used as a search template to search for a qualified resource.
 com.primavera.integration.common.value.ResourceRequest ProjectResource.getResourceRequest()
          Gets the resource request used as a search template to search for a qualified resource.
 com.primavera.integration.common.value.ResourceRequest[] User.getResourceRequests()
          Gets the resource requests used as search templates to search for qualified resources.
 boolean Project.getResourcesCanAssignThemselvesToActivities()
          Gets the flag that indicates whether timesheet application users are allowed to assign themselves to activities in this project.
 boolean GlobalPreferences.getResourcesCanAssignThemselvesToActivities()
          Gets the flag that indicates whether timesheet application users are allowed to assign themselves to activities in this project.
 boolean BaselineProject.getResourcesCanAssignThemselvesToActivities()
          Gets the flag that indicates whether timesheet application users are allowed to assign themselves to activities in this project.
 boolean Project.getResourcesCanEditAssignmentPercentComplete()
          Gets the flag that indicates whether the project's resource update the remaining units or the percent complete for their activities in the timesheet application.
 boolean BaselineProject.getResourcesCanEditAssignmentPercentComplete()
          Gets the flag that indicates whether the project's resource can use the timesheet application to update remaining units or percent complete for their activities.
 boolean Project.getResourcesCanMarkAssignmentAsCompleted()
          Gets the flag that indicates whether timesheet resources can mark the assignment as complete.
 boolean Project.getResourcesCanViewInactiveActivities()
          Gets the flag that indicates whether timesheet resources can view inactive project activities.
 ResourceType ResourceAssignmentPeriodActual.getResourceType()
          Gets the resource type: "Labor", "Nonlabor", or "Material".
 ResourceType ResourceAssignment.getResourceType()
          Gets the resource type: "Labor", "Nonlabor", or "Material".
 ResourceType Resource.getResourceType()
          Gets the resource type: "Labor", "Nonlabor", or "Material".
 ResourceType ProjectEstimate.getResourceType()
          Gets the resource type: "Labor", "Nonlabor", or "Material".
 boolean User.getRespectActivityDurationType()
          Gets the setting that indicates whether to recalculate the Duration, Units, or Units/Time for existing assignments based on the activity Duration Type (true) or to preserve the Duration, Units, or Units/Time for existing assignments (false) when adding or removing assignments on activities.
 java.lang.String Role.getResponsibilities()
          Gets the responsibilities for the role.
 java.lang.String ProjectBudgetChangeLog.getResponsible()
          Gets the person responsible for the change.
 java.lang.String EPSBudgetChangeLog.getResponsible()
          Gets the person responsible for the change.
 EndDate Activity.getResumeDate()
          Gets the date when a suspended task or resource dependent activity should be resumed.
 EndDate Activity.getReviewFinishDate()
          Gets the finish date of the activity as proposed by the primary resource using Timesheets, while the activity is in "For Review" state.
 ReviewStatus Activity.getReviewStatus()
          Gets the activity review status.
 java.util.Date Document.getRevisionDate()
          Gets the date of the work product or document's last update.
 java.lang.String ProjectRisk.getRiskControlPlan()
          Gets the description of the plan for managing selected risks and their effects.
 ProjectRiskLevel Project.getRiskLevel()
          Gets the risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'.
 ProjectRiskLevel BaselineProject.getRiskLevel()
          Gets the risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'.
 ObjectId ProjectRisk.getRiskTypeObjectId()
          Gets the unique ID of the associated risk type.
 java.lang.String RoleRate.getRoleId()
          Gets the short code that uniquely identifies the role.
 java.lang.String ResourceRole.getRoleId()
          Gets the short code that uniquely identifies the role.
 java.lang.String ResourceAssignment.getRoleId()
          Gets the short code that uniquely identifies the role.
 RoleLimitDisplayOption User.getRoleLimitDisplayOption()
          Gets the option for how RoleLimit is displayed.
 java.lang.String RoleRate.getRoleName()
          Gets the name of the role.
 java.lang.String ResourceRole.getRoleName()
          Gets the name of the role.
 java.lang.String ResourceAssignment.getRoleName()
          Gets the name of the role.
 java.lang.String ProjectResource.getRoleName()
          Gets the name of the associated role.
 ObjectId RoleRate.getRoleObjectId()
          Gets the unique ID of the associated role.
 ObjectId RoleLimit.getRoleObjectId()
          Gets the unique ID of the associated role.
 ObjectId ResourceRole.getRoleObjectId()
          Gets the unique ID of the associated role.
 ObjectId ResourceAssignment.getRoleObjectId()
          Gets the unique ID of the role the resource is performing on this activity.
 ObjectId ProjectResourceQuantity.getRoleObjectId()
          Gets the unique ID of the associated role.
 ObjectId ProjectResource.getRoleObjectId()
          Gets the unique ID of the associated role.
 ObjectId[] RoleTeam.getRoleObjectIds()
          Gets an array of role unique IDs contained in the role team.
 EndDate Project.getScheduledFinishDate()
          Gets the early finish date of the latest activity in the project, as computed by the project scheduler.
 EndDate BaselineProject.getScheduledFinishDate()
          Gets the early finish date of the latest activity in the project, as computed by the project scheduler.
 Percent Activity.getSchedulePercentComplete()
          Gets the activity schedule percent complete, which specifies how much of the activity's project baseline duration has been completed so far.
 double Activity.getSchedulePerformanceIndex()
          Gets the ratio of the earned value of work performed and the work scheduled to be performed.
 double Activity.getSchedulePerformanceIndexLaborUnits()
          Gets the ratio of the earned value of labor units and the planned value of labor units.
 Cost Activity.getScheduleVariance()
          Gets the difference between the earned value of work performed and the work scheduled to be performed.
 double Activity.getScheduleVarianceIndex()
          Gets the ratio of the schedule variance and the work scheduled to be performed.
 double Activity.getScheduleVarianceIndexLaborUnits()
          Gets the ratio of the schedule variance and the work scheduled to be performed.
 Unit Activity.getScheduleVarianceLaborUnits()
          Gets the difference between the earned value of work performed and the work scheduled to be performed.
 ActivityCodeTypeScope ActivityCodeType.getScope()
          Gets the scope of the code type: Global, EPS, or Project.
 ObjectId User.getSecondaryBaselineProject(ObjectId projectId)
          Gets the user's secondary BaselineProject for the specified project.
 java.util.Date Activity.getSecondaryConstraintDate()
          Gets the date to be used for the cstr_type2 assignment, if the activity has a cstr_type2 value.
 ConstraintType Activity.getSecondaryConstraintType()
          Gets the additional constraint to be used by the scheduler.
 int WBSMilestone.getSequenceNumber()
          Gets the sequence number for sorting.
 int WBSCategory.getSequenceNumber()
          Gets the sequence number for sorting.
 int WBS.getSequenceNumber()
          Gets the sequence number for sorting.
 int UnitOfMeasure.getSequenceNumber()
          Gets the sequence number for sorting.
 int UDFCode.getSequenceNumber()
          Gets the sequence number for sorting.
 int Role.getSequenceNumber()
          Gets the sequence number for sorting.
 int RiskType.getSequenceNumber()
          Gets the sequence number for sorting.
 int ResourceCodeType.getSequenceNumber()
          Gets the sequence number for sorting.
 int ResourceCode.getSequenceNumber()
          Gets the sequence number for sorting.
 int Resource.getSequenceNumber()
          Gets the sequence number for sorting.
 int ProjectCodeType.getSequenceNumber()
          Gets the sequence number for sorting.
 int ProjectCode.getSequenceNumber()
          Gets the sequence number for sorting.
 int OverheadCode.getSequenceNumber()
          Gets the sequence number for sorting.
 int OBS.getSequenceNumber()
          Gets the sequence number for sorting.
 int NotebookTopic.getSequenceNumber()
          Gets the sequence number for sorting.
 int FundingSource.getSequenceNumber()
          Gets the sequence number for sorting.
 int ExpenseCategory.getSequenceNumber()
          Gets the sequence number for sorting.
 int EPS.getSequenceNumber()
          Gets the sequence number for sorting.
 int DocumentStatusCode.getSequenceNumber()
          Gets the sequence number for sorting.
 int DocumentCategory.getSequenceNumber()
          Gets the sequence number for sorting.
 int Document.getSequenceNumber()
          Gets the sequence number for sorting.
 int CostAccount.getSequenceNumber()
          Gets the sequence number for sorting.
 int BaselineType.getSequenceNumber()
          Gets the sequence number for sorting.
 int ActivityStepTemplateItem.getSequenceNumber()
          Gets the sequence number for sorting.
 int ActivityStepTemplate.getSequenceNumber()
          Gets the sequence number for sorting.
 int ActivityStep.getSequenceNumber()
          Gets the sequence number for sorting.
 int ActivityCodeType.getSequenceNumber()
          Gets the sequence number for sorting.
 int ActivityCode.getSequenceNumber()
          Gets the sequence number for sorting.
 ObjectId ShiftPeriod.getShiftObjectId()
          Gets the unique ID of the associated shift.
 ObjectId Resource.getShiftObjectId()
          Gets the unique ID of the shift associated with the resource.
 int[] Shift.getShiftPeriodDurations()
          Gets the durations of the shift periods in an array.
 ObjectId ResourceRate.getShiftPeriodObjectId()
          Gets the unique ID of the associated shift.
 int[] Shift.getShiftPeriodStarts()
          Gets the start hours of the shift periods in an array.
 ObjectId Project.getSourceProjectObjectId()
          Gets the unique ID of the project from which the reflection project was created, if the current project is a reflection project.
 Cost ProjectSpendingPlan.getSpendingPlan()
          Gets the editable total monthly expenditure for the project.
 Cost EPSSpendingPlan.getSpendingPlan()
          Gets the editable total monthly expenditure for the EPS.
 Cost ResourceAssignment.getStaffedRemainingCost()
          Gets the time distribution of the resource's remaining cost for resource assignments that have filled a role.
 Unit ResourceAssignment.getStaffedRemainingUnits()
          Gets the time distribution of the resource's remaining units for resource assignments that have filled a role.
 boolean Initiation.getStageModifiedFlag()
          Gets the boolean value that determines whether any information has been changed at the current stage.
 DetailedWorkHours Calendar.getStandardDetailedWorkHours(int iDayOfWeek)
          Gets the standard detailed work hours for the given day of week.
 double Calendar.getStandardTotalWorkHours(int iDayOfWeek)
          Get the standard total work hours for the given day of week.
 BeginDate WBS.getStartDate()
          Gets the start date of the WBS.
 BeginDate UDFValue.getStartDate()
          Gets the value of the start date UDF.
 java.util.Date TimesheetPeriod.getStartDate()
          Gets the timesheet period start date.
 BeginDate ResourceAssignment.getStartDate()
          Gets the start date of the resource assignment on the activity.
 java.util.Date ProjectResource.getStartDate()
          Gets the start date of the assignment.
 BeginDate Project.getStartDate()
          Gets the start date of the project.
 BeginDate FinancialPeriod.getStartDate()
          Gets the start date of the period.
 BeginDate EPS.getStartDate()
          Gets the start date of the EPS.
 BeginDate BaselineProject.getStartDate()
          Gets the start date of the baseline project.
 BeginDate Activity.getStartDate()
          Gets the start date of the activity.
 Duration Activity.getStartDate1Variance()
          Gets the duration between the start date in the current project and the primary baseline start date.
 Duration Activity.getStartDateVariance()
          Gets the duration between the start date in the current project and the project baseline start date.
 int GlobalPreferences.getStartDayOfWeek()
          Gets the starting day of the week as displayed in all calendars.
 int ShiftPeriod.getStartHour()
          Gets the start time of the shift that is displayed on screen.
 boolean ScheduleOptions.getStartToStartLagCalculationType()
          Gets the method used to calculate lag when a start-to-start relationship exists and the predecessor starts out of sequence.
 ProjectStatus WBS.getStatus()
          Gets the WBS status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'.
 TimesheetStatus Timesheet.getStatus()
          Gets the current status of the timesheet: 'Submitted', 'Approved', 'Resource Manager Approved', 'Project Manager Approved', 'Active', or 'Rejected'.
 ResourceHourStatus ResourceHour.getStatus()
          Gets the approval level, when timesheets require approval: 'Submitted', 'Approved', 'Resource Manager Approved', 'Project Manager Approved', 'Active', or 'Rejected'.
 ThresholdStatus ProjectThreshold.getStatus()
          Gets the current status of the project threshold.
 RiskStatus ProjectRisk.getStatus()
          Gets the current status of the project risk: 'Open' or 'Closed'.
 ProjectStatus ProjectResource.getStatus()
          Gets the project or WBS status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'.
 IssueStatus ProjectIssue.getStatus()
          Gets the current status of the project issue.
 BudgetChangeStatus ProjectBudgetChangeLog.getStatus()
          Gets the status of this budget change request.
 ProjectStatus Project.getStatus()
          Gets the project status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'.
 InitiationStatus Initiation.getStatus()
          Gets the status of the project in the current stage of initiation: 'Initiated', 'Submitted', 'InReview', 'Approved', or 'Rejected'.
 BudgetChangeStatus EPSBudgetChangeLog.getStatus()
          Gets the status of this budget change request.
 ProjectStatus BaselineProject.getStatus()
          Gets the project status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'.
 ActivityStatus Activity.getStatus()
          Gets the current status of the activity, either 'Not Started', 'In Progress', or 'Completed'.
 java.util.Date Timesheet.getStatusDate()
          Gets the date on which the status of the timesheet was last changed.
 int ActivityStepTemplate.getStepCount()
          Gets the number of items in this activity step template.
 int Project.getStrategicPriority()
          Gets the project's priority.
 int BaselineProject.getStrategicPriority()
          Gets the baseline project's priority.
 UDFSubjectArea UDFType.getSubjectArea()
          Gets the subject area of the user-defined field: "Activity", "Activity Expense", "Activity Step", "Activity Step Template Item", "Project", "Project Issue", "Project Risk", "Resource", "Resource Assignment", "WBS", or "Work Products and Documents".
 java.lang.String Relationship.getSuccessorActivityId()
          Gets the activity ID of the successor activity.
 java.lang.String Relationship.getSuccessorActivityName()
          Gets the name of the successor activity.
 ObjectId Relationship.getSuccessorActivityObjectId()
          Gets the unique ID of the successor activity.
 ActivityType Relationship.getSuccessorActivityType()
          Gets the type of the successor activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'.
 java.lang.String Relationship.getSuccessorProjectId()
          Gets the project ID of the project that owns the successor activity.
 ObjectId Relationship.getSuccessorProjectObjectId()
          Gets the unique ID of the project that owns the successor activity.
 boolean GlobalPreferences.getSummarizeByCalendar()
          Gets the flag indicating whether to summarize by calendar .
 boolean GlobalPreferences.getSummarizeByFinancialPeriods()
          Gets the flag indicating whether to summarize the EPS, project or WBS by financial periods.
 java.util.Date Project.getSummarizedDataDate()
          Gets the data date of the project when it was last summarized-only updated by summarizer.
 java.util.Date BaselineProject.getSummarizedDataDate()
          Gets the data date of the project when it was last summarized-only updated by summarizer.
 int Project.getSummarizeToWBSLevel()
          Gets the maximum level within the project's WBS to perform summarization - default to 2.
 int BaselineProject.getSummarizeToWBSLevel()
          Gets the maximum level within the project's WBS to perform summarization - default to 2.
 Cost WBS.getSummaryAccountingVarianceByCost()
          Gets the Planned Value minus the Actual Cost.
 Cost Project.getSummaryAccountingVarianceByCost()
          Gets the Planned Value minus the Actual Cost.
 Cost EPS.getSummaryAccountingVarianceByCost()
          Gets the Planned Value minus the Actual Cost.
 Cost BaselineProject.getSummaryAccountingVarianceByCost()
          Gets the Planned Value minus the Actual Cost.
 Unit WBS.getSummaryAccountingVarianceByLaborUnits()
          Gets the Planned Value Labor Units minus the Actual Units.
 Unit Project.getSummaryAccountingVarianceByLaborUnits()
          Gets the Planned Value Labor Units minus the Actual Units.
 Unit EPS.getSummaryAccountingVarianceByLaborUnits()
          Gets the Planned Value Labor Units minus the Actual Units.
 Unit BaselineProject.getSummaryAccountingVarianceByLaborUnits()
          Gets the Planned Value Labor Units minus the Actual Units.
 int WBS.getSummaryActivityCount()
          Gets the number of activities that are currently in progress.
 int Project.getSummaryActivityCount()
          Gets the number of activities that are currently in progress.
 int EPS.getSummaryActivityCount()
          Gets the number of activities that are currently in progress.
 int BaselineProject.getSummaryActivityCount()
          Gets the number of activities that are currently in progress.
 Duration WBS.getSummaryActualDuration()
          Gets the actual duration.
 Duration Project.getSummaryActualDuration()
          Gets the actual duration.
 Duration EPS.getSummaryActualDuration()
          Gets the actual duration.
 Duration BaselineProject.getSummaryActualDuration()
          Gets the actual duration.
 Cost WBS.getSummaryActualExpenseCost()
          Gets the actual costs for all project expenses associated with the WBS.
 Cost Project.getSummaryActualExpenseCost()
          Gets the actual costs for all project expenses associated with the project.
 Cost EPS.getSummaryActualExpenseCost()
          Gets the actual costs for all project expenses associated with the EPS.
 Cost BaselineProject.getSummaryActualExpenseCost()
          Gets the actual costs for all project expenses associated with the project.
 EndDate WBS.getSummaryActualFinishDate()
          Gets the latest actual finish date of all activities in the WBS.
 EndDate Project.getSummaryActualFinishDate()
          Gets the latest actual finish date of all activities in the project.
 EndDate EPS.getSummaryActualFinishDate()
          Gets the latest actual finish date of all activities in the EPS.
 EndDate BaselineProject.getSummaryActualFinishDate()
          Gets the latest actual finish date of all activities in the project.
 Cost WBS.getSummaryActualLaborCost()
          Gets the actual cost for all labor resources assigned to the activity.
 Cost Project.getSummaryActualLaborCost()
          Gets the actual cost for all labor resources assigned to the activity.
 Cost EPS.getSummaryActualLaborCost()
          Gets the actual cost for all labor resources assigned to the activity.
 Cost BaselineProject.getSummaryActualLaborCost()
          Gets the actual cost for all labor resources assigned to the activity.
 Unit WBS.getSummaryActualLaborUnits()
          Gets the actual labor units.
 Unit Project.getSummaryActualLaborUnits()
          Gets the actual labor units.
 Unit EPS.getSummaryActualLaborUnits()
          Gets the actual labor units.
 Unit BaselineProject.getSummaryActualLaborUnits()
          Gets the actual labor units.
 Cost WBS.getSummaryActualMaterialCost()
          Gets the actual units for all material resources assigned to the activity.
 Cost Project.getSummaryActualMaterialCost()
          Gets the actual units for all material resources assigned to the activity.
 Cost EPS.getSummaryActualMaterialCost()
          Gets the actual units for all material resources assigned to the activity.
 Cost BaselineProject.getSummaryActualMaterialCost()
          Gets the actual units for all material resources assigned to the activity.
 Cost WBS.getSummaryActualNonLaborCost()
          Gets the actual units for all nonlabor resources assigned to the activity.
 Cost Project.getSummaryActualNonLaborCost()
          Gets the actual units for all nonlabor resources assigned to the activity.
 Cost EPS.getSummaryActualNonLaborCost()
          Gets the actual units for all nonlabor resources assigned to the activity.
 Cost BaselineProject.getSummaryActualNonLaborCost()
          Gets the actual units for all nonlabor resources assigned to the activity.
 Unit WBS.getSummaryActualNonLaborUnits()
          Gets the actual nonlabor units.
 Unit Project.getSummaryActualNonLaborUnits()
          Gets the actual nonlabor units.
 Unit EPS.getSummaryActualNonLaborUnits()
          Gets the actual nonlabor units.
 Unit BaselineProject.getSummaryActualNonLaborUnits()
          Gets the actual nonlabor units.
 BeginDate WBS.getSummaryActualStartDate()
          Gets the earliest actual start date of all activities in the WBS.
 BeginDate Project.getSummaryActualStartDate()
          Gets the earliest actual start date of all activities in the project.
 BeginDate EPS.getSummaryActualStartDate()
          Gets the earliest actual start date of all activities in the EPS.
 BeginDate BaselineProject.getSummaryActualStartDate()
          Gets the earliest actual start date of all activities in the project.
 Cost WBS.getSummaryActualThisPeriodCost()
          Gets the actual this period cost (will be labor or nonlabor).
 Cost Project.getSummaryActualThisPeriodCost()
          Gets the actual this period cost (will be labor or nonlabor).
 Cost EPS.getSummaryActualThisPeriodCost()
          Gets the actual this period cost (will be labor or nonlabor).
 Cost BaselineProject.getSummaryActualThisPeriodCost()
          Gets the actual this period cost (will be labor or nonlabor).
 Cost WBS.getSummaryActualThisPeriodLaborCost()
          Gets the actual this period labor cost.
 Cost Project.getSummaryActualThisPeriodLaborCost()
          Gets the actual this period labor cost.
 Cost EPS.getSummaryActualThisPeriodLaborCost()
          Gets the actual this period labor cost.
 Cost BaselineProject.getSummaryActualThisPeriodLaborCost()
          Gets the actual this period labor cost.
 Unit WBS.getSummaryActualThisPeriodLaborUnits()
          Gets the actual this period labor units.
 Unit Project.getSummaryActualThisPeriodLaborUnits()
          Gets the actual this period labor units.
 Unit EPS.getSummaryActualThisPeriodLaborUnits()
          Gets the actual this period labor units.
 Unit BaselineProject.getSummaryActualThisPeriodLaborUnits()
          Gets the actual this period labor units.
 Cost WBS.getSummaryActualThisPeriodMaterialCost()
          Gets the actual this period material cost.
 Cost Project.getSummaryActualThisPeriodMaterialCost()
          Gets the actual this period material cost.
 Cost EPS.getSummaryActualThisPeriodMaterialCost()
          Gets the actual this period material cost.
 Cost BaselineProject.getSummaryActualThisPeriodMaterialCost()
          Gets the actual this period material cost.
 Cost WBS.getSummaryActualThisPeriodNonLaborCost()
          Gets the actual this period nonlabor cost.
 Cost Project.getSummaryActualThisPeriodNonLaborCost()
          Gets the actual this period nonlabor cost.
 Cost EPS.getSummaryActualThisPeriodNonLaborCost()
          Gets the actual this period nonlabor cost.
 Cost BaselineProject.getSummaryActualThisPeriodNonLaborCost()
          Gets the actual this period nonlabor cost.
 Unit WBS.getSummaryActualThisPeriodNonLaborUnits()
          Gets the actual this period nonlabor units.
 Unit Project.getSummaryActualThisPeriodNonLaborUnits()
          Gets the actual this period nonlabor units.
 Unit EPS.getSummaryActualThisPeriodNonLaborUnits()
          Gets the actual this period nonlabor units.
 Unit BaselineProject.getSummaryActualThisPeriodNonLaborUnits()
          Gets the actual this period nonlabor units.
 Cost WBS.getSummaryActualTotalCost()
          Gets the actual labor cost + actual nonlabor cost + actual expense cost as of the project data date.
 Cost Project.getSummaryActualTotalCost()
          Gets the actual labor cost + actual nonlabor cost + actual expense cost as of the project data date.
 Cost EPS.getSummaryActualTotalCost()
          Gets the actual labor cost + actual nonlabor cost + actual expense cost as of the project data date.
 Cost BaselineProject.getSummaryActualTotalCost()
          Gets the actual labor cost + actual nonlabor cost + actual expense cost as of the project data date.
 Cost WBS.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.
 Cost Project.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.
 Cost EPS.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.
 Cost BaselineProject.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 WBS.getSummaryActualValueByLaborUnits()
          Gets the actual total labor units for the activity as of the project data date (i.e., actual total cost by labor units).
 Unit Project.getSummaryActualValueByLaborUnits()
          Gets the actual total labor units for the activity as of the project data date (i.e., actual total cost by labor units).
 Unit EPS.getSummaryActualValueByLaborUnits()
          Gets the actual total labor units for the activity as of the project data date (i.e., actual total cost by labor units).
 Unit BaselineProject.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 WBS.getSummaryAtCompletionDuration()
          Gets the total working time from the activity's current start date to the current finish date.
 Duration Project.getSummaryAtCompletionDuration()
          Gets the duration at completion.
 Duration EPS.getSummaryAtCompletionDuration()
          Gets the duration at completion.
 Duration BaselineProject.getSummaryAtCompletionDuration()
          Gets the duration at completion.
 Cost WBS.getSummaryAtCompletionExpenseCost()
          Gets the sum of the actual plus remaining cost for all project expenses associated with the cost account.
 Cost Project.getSummaryAtCompletionExpenseCost()
          Gets the sum of the actual plus remaining cost for all project expenses associated with the cost account.
 Cost EPS.getSummaryAtCompletionExpenseCost()
          Gets the sum of the actual plus remaining cost for all project expenses associated with the cost account.
 Cost BaselineProject.getSummaryAtCompletionExpenseCost()
          Gets the sum of the actual plus remaining cost for all project expenses associated with the cost account.
 Cost WBS.getSummaryAtCompletionLaborCost()
          Gets the sum of the actual plus remaining costs for all labor resources assigned to the activity.
 Cost Project.getSummaryAtCompletionLaborCost()
          Gets the sum of the actual plus remaining costs for all labor resources assigned to the activity.
 Cost EPS.getSummaryAtCompletionLaborCost()
          Gets the sum of the actual plus remaining costs for all labor resources assigned to the activity.
 Cost BaselineProject.getSummaryAtCompletionLaborCost()
          Gets the sum of the actual plus remaining costs for all labor resources assigned to the activity.
 Unit WBS.getSummaryAtCompletionLaborUnits()
          Gets the sum of the actual plus remaining units for all labor resources assigned to the activity.
 Unit Project.getSummaryAtCompletionLaborUnits()
          Gets the sum of the actual plus remaining units for all labor resources assigned to the activity.
 Unit EPS.getSummaryAtCompletionLaborUnits()
          Gets the sum of the actual plus remaining units for all labor resources assigned to the activity.
 Unit BaselineProject.getSummaryAtCompletionLaborUnits()
          Gets the sum of the actual plus remaining units for all labor resources assigned to the activity.
 Cost WBS.getSummaryAtCompletionMaterialCost()
          Gets the material cost at completion.
 Cost Project.getSummaryAtCompletionMaterialCost()
          Gets the material cost at completion.
 Cost EPS.getSummaryAtCompletionMaterialCost()
          Gets the material cost at completion.
 Cost BaselineProject.getSummaryAtCompletionMaterialCost()
          Gets the material cost at completion.
 Cost WBS.getSummaryAtCompletionNonLaborCost()
          Gets the nonlabor cost at completion.
 Cost Project.getSummaryAtCompletionNonLaborCost()
          Gets the nonlabor cost at completion.
 Cost EPS.getSummaryAtCompletionNonLaborCost()
          Gets the nonlabor cost at completion.
 Cost BaselineProject.getSummaryAtCompletionNonLaborCost()
          Gets the nonlabor cost at completion.
 Unit WBS.getSummaryAtCompletionNonLaborUnits()
          Gets the nonlabor units at completion.
 Unit Project.getSummaryAtCompletionNonLaborUnits()
          Gets the nonlabor units at completion.
 Unit EPS.getSummaryAtCompletionNonLaborUnits()
          Gets the nonlabor units at completion.
 Unit BaselineProject.getSummaryAtCompletionNonLaborUnits()
          Gets the nonlabor units at completion.
 Cost WBS.getSummaryAtCompletionTotalCost()
          Gets the estimated cost at completion for the activity.
 Cost Project.getSummaryAtCompletionTotalCost()
          Gets the estimated cost at completion for the activity.
 Cost EPS.getSummaryAtCompletionTotalCost()
          Gets the estimated cost at completion for the activity.
 Cost BaselineProject.getSummaryAtCompletionTotalCost()
          Gets the estimated cost at completion for the activity.
 Cost WBS.getSummaryAtCompletionTotalCostVariance()
          Gets the Baseline Planned Total Cost - At Completion Total Cost.
 Cost Project.getSummaryAtCompletionTotalCostVariance()
          Gets the Baseline Planned Total Cost - At Completion Total Cost.
 Cost EPS.getSummaryAtCompletionTotalCostVariance()
          Gets the Baseline Planned Total Cost - At Completion Total Cost.
 Cost BaselineProject.getSummaryAtCompletionTotalCostVariance()
          Gets the Baseline Planned Total Cost - At Completion Total Cost.
 int WBS.getSummaryBaselineCompletedActivityCount()
          Gets the number of completed activities in the baseline.
 int Project.getSummaryBaselineCompletedActivityCount()
          Gets the number of completed activities in the baseline.
 int EPS.getSummaryBaselineCompletedActivityCount()
          Gets the number of completed activities in the baseline.
 int BaselineProject.getSummaryBaselineCompletedActivityCount()
          Gets the number of completed activities in the baseline.
 Duration WBS.getSummaryBaselineDuration()
          Gets the planned duration for the activity in the primary baseline.
 Duration Project.getSummaryBaselineDuration()
          Gets the planned duration for the activity in the primary baseline.
 Duration EPS.getSummaryBaselineDuration()
          Gets the planned duration for the activity in the primary baseline.
 Duration BaselineProject.getSummaryBaselineDuration()
          Gets the planned duration for the activity in the primary baseline.
 Cost WBS.getSummaryBaselineExpenseCost()
          Gets the planned cost for all project expenses associated with the activity in the primary baseline.
 Cost Project.getSummaryBaselineExpenseCost()
          Gets the planned cost for all project expenses associated with the activity in the primary baseline.
 Cost EPS.getSummaryBaselineExpenseCost()
          Gets the planned cost for all project expenses associated with the activity in the primary baseline.
 Cost BaselineProject.getSummaryBaselineExpenseCost()
          Gets the planned cost for all project expenses associated with the activity in the primary baseline.
 EndDate WBS.getSummaryBaselineFinishDate()
          Gets the current latest finish date of all activities in the WBS for the current baseline.
 EndDate Project.getSummaryBaselineFinishDate()
          Gets the current latest finish date of all activities in the project for the current baseline.
 EndDate EPS.getSummaryBaselineFinishDate()
          Gets the current latest finish date of all activities in the EPS for the current baseline.
 EndDate BaselineProject.getSummaryBaselineFinishDate()
          Gets the current latest finish date of all activities in the project for the current baseline.
 int WBS.getSummaryBaselineInProgressActivityCount()
          Gets the number of activities that should be currently in progress, according to the primary baseline.
 int Project.getSummaryBaselineInProgressActivityCount()
          Gets the number of in-progress activities in the baseline.
 int EPS.getSummaryBaselineInProgressActivityCount()
          Gets the number of activities that should be currently in progress, according to the primary baseline.
 int BaselineProject.getSummaryBaselineInProgressActivityCount()
          Gets the number of in-progress activities in the baseline.
 Cost WBS.getSummaryBaselineLaborCost()
          Gets the planned cost for all labor resources assigned to the activity in the primary baseline.
 Cost Project.getSummaryBaselineLaborCost()
          Gets the planned cost for all labor resources assigned to the activity in the primary baseline.
 Cost EPS.getSummaryBaselineLaborCost()
          Gets the planned cost for all labor resources assigned to the activity in the primary baseline.
 Cost BaselineProject.getSummaryBaselineLaborCost()
          Gets the planned cost for all labor resources assigned to the activity in the primary baseline.
 Unit WBS.getSummaryBaselineLaborUnits()
          Gets the planned units for all labor resources assigned to the activity in the primary baseline.
 Unit Project.getSummaryBaselineLaborUnits()
          Gets the planned units for all labor resources assigned to the activity in the primary baseline.
 Unit EPS.getSummaryBaselineLaborUnits()
          Gets the planned units for all labor resources assigned to the activity in the primary baseline.
 Unit BaselineProject.getSummaryBaselineLaborUnits()
          Gets the planned units for all labor resources assigned to the activity in the primary baseline.
 Cost WBS.getSummaryBaselineMaterialCost()
          Gets the planned cost for all material resources assigned to the activity in the primary baseline.
 Cost Project.getSummaryBaselineMaterialCost()
          Gets the planned cost for all material resources assigned to the activity in the primary baseline.
 Cost EPS.getSummaryBaselineMaterialCost()
          Gets the planned cost for all material resources assigned to the activity in the primary baseline.
 Cost BaselineProject.getSummaryBaselineMaterialCost()
          Gets the planned cost for all material resources assigned to the activity in the primary baseline.
 Cost WBS.getSummaryBaselineNonLaborCost()
          Gets the planned cost for all nonlabor resources assigned to the activity in the primary baseline.
 Cost Project.getSummaryBaselineNonLaborCost()
          Gets the planned cost for all nonlabor resources assigned to the activity in the primary baseline.
 Cost EPS.getSummaryBaselineNonLaborCost()
          Gets the planned cost for all nonlabor resources assigned to the activity in the primary baseline.
 Cost BaselineProject.getSummaryBaselineNonLaborCost()
          Gets the planned cost for all nonlabor resources assigned to the activity in the primary baseline.
 Unit WBS.getSummaryBaselineNonLaborUnits()
          Gets the planned units for all nonlabor resources assigned to the activity in the primary baseline.
 Unit Project.getSummaryBaselineNonLaborUnits()
          Gets the planned units for all nonlabor resources assigned to the activity in the primary baseline.
 Unit EPS.getSummaryBaselineNonLaborUnits()
          Gets the planned units for all nonlabor resources assigned to the activity in the primary baseline.
 Unit BaselineProject.getSummaryBaselineNonLaborUnits()
          Gets the planned units for all nonlabor resources assigned to the activity in the primary baseline.
 int WBS.getSummaryBaselineNotStartedActivityCount()
          Gets the number of activities not started in the baseline.
 int Project.getSummaryBaselineNotStartedActivityCount()
          Gets the number of activities not started in the baseline.
 int EPS.getSummaryBaselineNotStartedActivityCount()
          Gets the number of activities not started in the baseline.
 int BaselineProject.getSummaryBaselineNotStartedActivityCount()
          Gets the number of activities not started in the baseline.
 BeginDate WBS.getSummaryBaselineStartDate()
          Gets the current earliest start date of all activities in the WBS for the current baseline.
 BeginDate Project.getSummaryBaselineStartDate()
          Gets the current earliest start date of all activities in the Project for the current baseline.
 BeginDate EPS.getSummaryBaselineStartDate()
          Gets the current earliest start date of all activities in the EPS for the current baseline.
 BeginDate BaselineProject.getSummaryBaselineStartDate()
          Gets the current earliest start date of all activities in the WBS for the current baseline.
 Cost WBS.getSummaryBaselineTotalCost()
          Gets the Planned Total Cost for the activity in the primary baseline, including labor resources, nonlabor resources, and project expenses.
 Cost Project.getSummaryBaselineTotalCost()
          Gets the Planned Total Cost for the activity in the primary baseline, including labor resources, nonlabor resources, and project expenses.
 Cost EPS.getSummaryBaselineTotalCost()
          Gets the Planned Total Cost for the activity in the primary baseline, including labor resources, nonlabor resources, and project expenses.
 Cost BaselineProject.getSummaryBaselineTotalCost()
          Gets the Planned Total Cost for the activity in the primary baseline, including labor resources, nonlabor resources, and project expenses.
 Cost WBS.getSummaryBudgetAtCompletionByCost()
          Gets the Planned Total Cost through activity completion.
 Cost Project.getSummaryBudgetAtCompletionByCost()
          Gets the Planned Total Cost through activity completion.
 Cost EPS.getSummaryBudgetAtCompletionByCost()
          Gets the Planned Total Cost through activity completion.
 Cost BaselineProject.getSummaryBudgetAtCompletionByCost()
          Gets the Planned Total Cost through activity completion.
 Unit WBS.getSummaryBudgetAtCompletionByLaborUnits()
          Gets the Baseline Labor Units.
 Unit Project.getSummaryBudgetAtCompletionByLaborUnits()
          Gets the Baseline Labor Units.
 Unit EPS.getSummaryBudgetAtCompletionByLaborUnits()
          Gets the Baseline Labor Units.
 Unit BaselineProject.getSummaryBudgetAtCompletionByLaborUnits()
          Gets the Baseline Planned Labor Cost + Baseline Planned Nonlabor Cost + Baseline Planned Expense Cost.
 int WBS.getSummaryCompletedActivityCount()
          Gets the number of activities that have an Actual Finish in the WBS.
 int Project.getSummaryCompletedActivityCount()
          Gets the number of activities that have an Actual Finish in the Project.
 int EPS.getSummaryCompletedActivityCount()
          Gets the number of activities that have an Actual Finish in the EPS.
 int BaselineProject.getSummaryCompletedActivityCount()
          Gets the number of activities that have an Actual Finish in the WBS.
 Percent WBS.getSummaryCostPercentComplete()
          Gets the percent complete of costs for the resource assignments in the wbs.
 Percent Project.getSummaryCostPercentComplete()
          Gets the percent complete of cost for all nonlabor resources assigned.
 Percent EPS.getSummaryCostPercentComplete()
          Gets the percent complete of costs for the resource assignments in the EPS.
 Percent BaselineProject.getSummaryCostPercentComplete()
          Gets the percent complete of cost for all nonlabor resources assigned.
 Percent WBS.getSummaryCostPercentOfPlanned()
          Gets the activity actual cost percent of planned.
 Percent Project.getSummaryCostPercentOfPlanned()
          Gets the activity actual cost percent of planned.
 Percent EPS.getSummaryCostPercentOfPlanned()
          Gets the activity actual cost percent of planned.
 Percent BaselineProject.getSummaryCostPercentOfPlanned()
          Gets the activity actual cost percent of planned.
 double WBS.getSummaryCostPerformanceIndexByCost()
          Gets the Earned Value divided by the Actual Cost.
 double Project.getSummaryCostPerformanceIndexByCost()
          Gets the Earned Value divided by the Actual Cost.
 double EPS.getSummaryCostPerformanceIndexByCost()
          Gets the Earned Value divided by the Actual Cost.
 double BaselineProject.getSummaryCostPerformanceIndexByCost()
          Gets the Earned Value divided by the Actual Cost.
 double WBS.getSummaryCostPerformanceIndexByLaborUnits()
          Gets the Earned Value Labor Units / Actual Labor Units.
 double Project.getSummaryCostPerformanceIndexByLaborUnits()
          Gets the Earned Value Labor Units / Actual Labor Units.
 double EPS.getSummaryCostPerformanceIndexByLaborUnits()
          Gets the Earned Value Labor Units / Actual Labor Units.
 double BaselineProject.getSummaryCostPerformanceIndexByLaborUnits()
          Gets the Earned Value Labor Units / Actual Labor Units.
 Cost WBS.getSummaryCostVarianceByCost()
          Gets the Earned Value minus the Actual Cost.
 Cost Project.getSummaryCostVarianceByCost()
          Gets the Earned Value minus the Actual Cost.
 Cost EPS.getSummaryCostVarianceByCost()
          Gets the Earned Value minus the Actual Cost.
 Cost BaselineProject.getSummaryCostVarianceByCost()
          Gets the Earned Value minus the Actual Cost.
 Unit WBS.getSummaryCostVarianceByLaborUnits()
          Gets the Earned Value Labor Cost minus Actual Value Labor Cost.
 Unit Project.getSummaryCostVarianceByLaborUnits()
          Gets the Earned Value Labor Cost minus Actual Value Labor Cost.
 Unit EPS.getSummaryCostVarianceByLaborUnits()
          Gets the Earned Value Labor Cost minus Actual Value Labor Cost.
 Unit BaselineProject.getSummaryCostVarianceByLaborUnits()
          Gets the Earned Value Labor Cost minus Actual Value Labor Cost.
 double WBS.getSummaryCostVarianceIndex()
          Gets the value that is calcuated as the Cost Variance divided by Earned Value.
 double Project.getSummaryCostVarianceIndex()
          Gets the value that is calculated as the Cost Variance divided by Earned Value.
 double EPS.getSummaryCostVarianceIndex()
          Gets the value that is calculated as the Cost Variance divided by Earned Value.
 double BaselineProject.getSummaryCostVarianceIndex()
          Gets the value that is calculated as the Cost Variance divided by Earned Value.
 Percent WBS.getSummaryCostVarianceIndexByCost()
          Gets the Cost Variance divided by Earned Value.
 Percent Project.getSummaryCostVarianceIndexByCost()
          Gets the Cost Variance divided by Earned Value.
 Percent EPS.getSummaryCostVarianceIndexByCost()
          Gets the Cost Variance divided by Earned Value.
 Percent BaselineProject.getSummaryCostVarianceIndexByCost()
          Gets the Cost Variance divided by Earned Value.
 double WBS.getSummaryCostVarianceIndexByLaborUnits()
          Gets the Cost Variance Labor Units divided by Earned Value Labor Units.
 double Project.getSummaryCostVarianceIndexByLaborUnits()
          Gets the Cost Variance Labor Units divided by Earned Value Labor Units.
 double EPS.getSummaryCostVarianceIndexByLaborUnits()
          Gets the Cost Variance Labor Units divided by Earned Value Labor Units.
 double BaselineProject.getSummaryCostVarianceIndexByLaborUnits()
          Gets the Cost Variance Labor Units divided by Earned Value Labor Units.
 Percent WBS.getSummaryDurationPercentComplete()
          Gets the activity actual duration percent of planned.
 Percent Project.getSummaryDurationPercentComplete()
          Gets the activity actual duration percent of planned.
 Percent EPS.getSummaryDurationPercentComplete()
          Gets the activity actual duration percent of planned.
 Percent BaselineProject.getSummaryDurationPercentComplete()
          Gets the activity actual duration percent of planned.
 Percent WBS.getSummaryDurationPercentOfPlanned()
          Gets the summary actual duration percent of planned of all activities under this WBS.
 Percent Project.getSummaryDurationPercentOfPlanned()
          Gets the summary actual duration percent of planned of all activities under this project.
 Percent EPS.getSummaryDurationPercentOfPlanned()
          Gets the summary actual duration percent of planned of all activities under this EPS.
 Percent BaselineProject.getSummaryDurationPercentOfPlanned()
          Gets the summary actual duration percent of planned of all activities under this project.
 Duration WBS.getSummaryDurationVariance()
          Gets the duration between the activity's baseline duration and the at complete duration.
 Duration Project.getSummaryDurationVariance()
          Gets the duration between the activity's baseline duration and the at complete duration.
 Duration EPS.getSummaryDurationVariance()
          Gets the duration between the activity's baseline duration and the at complete duration.
 Duration BaselineProject.getSummaryDurationVariance()
          Gets the duration between the activity's baseline duration and the at complete duration.
 Cost WBS.getSummaryEarnedValueByCost()
          Gets the Budget at Completion * Performance % Complete.
 Cost Project.getSummaryEarnedValueByCost()
          Gets the Budget at Completion * Performance % Complete.
 Cost EPS.getSummaryEarnedValueByCost()
          Gets the Budget at Completion * Performance % Complete.
 Cost BaselineProject.getSummaryEarnedValueByCost()
          Gets the Budget at Completion * Performance % Complete.
 Unit WBS.getSummaryEarnedValueByLaborUnits()
          Gets the portion of the baseline labor units that is actually completed as of the project data date.
 Unit Project.getSummaryEarnedValueByLaborUnits()
          Gets the portion of the baseline labor units that is actually completed as of the project data date.
 Unit EPS.getSummaryEarnedValueByLaborUnits()
          Gets the Schedule Variance Labor Units divided by the Planned Value Labor Units.
 Unit BaselineProject.getSummaryEarnedValueByLaborUnits()
          Gets the portion of the baseline labor units that is actually completed as of the project data date.
 Cost WBS.getSummaryEstimateAtCompletionByCost()
          Gets the Actual Cost plus the Estimate to Complete Cost.
 Cost Project.getSummaryEstimateAtCompletionByCost()
          Gets the Actual Cost plus the Estimate to Complete Cost.
 Cost EPS.getSummaryEstimateAtCompletionByCost()
          Gets the Actual Cost plus the Estimate to Complete Cost.
 Cost BaselineProject.getSummaryEstimateAtCompletionByCost()
          Gets the Actual Cost plus the Estimate to Complete Cost.
 Unit WBS.getSummaryEstimateAtCompletionByLaborUnits()
          Gets the Actual Labor Units + Estimate To Complete Labor Units.
 Unit Project.getSummaryEstimateAtCompletionByLaborUnits()
          Gets the Actual Labor Units + Estimate To Complete Labor Units.
 Unit EPS.getSummaryEstimateAtCompletionByLaborUnits()
          Gets the Actual Labor Units + Estimate To Complete Labor Units.
 Unit BaselineProject.getSummaryEstimateAtCompletionByLaborUnits()
          Gets the Actual Labor Units + Estimate To Complete Labor Units.
 Percent WBS.getSummaryEstimateAtCompletionHighPercentByLaborUnits()
          Gets the high forecast of Estimate At Completion (EAC) by labor units.
 Percent Project.getSummaryEstimateAtCompletionHighPercentByLaborUnits()
          Gets the high forecast of Estimate At Completion (EAC) by labor units.
 Percent EPS.getSummaryEstimateAtCompletionHighPercentByLaborUnits()
          Gets the high forecast of Estimate At Completion (EAC) by labor units.
 Percent BaselineProject.getSummaryEstimateAtCompletionHighPercentByLaborUnits()
          Gets the high forecast of Estimate At Completion (EAC) by labor units.
 Percent WBS.getSummaryEstimateAtCompletionLowPercentByLaborUnits()
          Gets the low forecast of Estimate At Completion (EAC) by labor units.
 Percent Project.getSummaryEstimateAtCompletionLowPercentByLaborUnits()
          Gets the low forecast of Estimate At Completion (EAC) by labor units.
 Percent EPS.getSummaryEstimateAtCompletionLowPercentByLaborUnits()
          Gets the low forecast of Estimate At Completion (EAC) by labor units.
 Percent BaselineProject.getSummaryEstimateAtCompletionLowPercentByLaborUnits()
          Gets the low forecast of Estimate At Completion (EAC) by labor units.
 Cost WBS.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).
 Cost Project.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).
 Cost EPS.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).
 Cost BaselineProject.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 WBS.getSummaryEstimateToCompleteByLaborUnits()
          Gets the estimated quantity to complete the activity.
 Unit Project.getSummaryEstimateToCompleteByLaborUnits()
          Gets the estimated quantity to complete the activity.
 Unit EPS.getSummaryEstimateToCompleteByLaborUnits()
          Gets the estimated quantity to complete the activity.
 Unit BaselineProject.getSummaryEstimateToCompleteByLaborUnits()
          Gets the estimated quantity to complete the activity.
 Percent WBS.getSummaryExpenseCostPercentComplete()
          Gets the percent complete of cost for all expenses associated with the WBS.
 Percent Project.getSummaryExpenseCostPercentComplete()
          Gets the percent complete of cost for all expenses associated with the project.
 Percent EPS.getSummaryExpenseCostPercentComplete()
          Gets the percent complete of cost for all expenses associated with the EPS.
 Percent BaselineProject.getSummaryExpenseCostPercentComplete()
          Gets the percent complete of cost for all expenses associated with the project.
 Cost WBS.getSummaryExpenseCostVariance()
          Gets the Baseline Planned Expense Cost - At Completion Expense Cost (At Completion Expense Cost = Actual Expense Cost + Remaining Expense Cost).
 Cost Project.getSummaryExpenseCostVariance()
          Gets the Baseline Planned Expense Cost - At Completion Expense Cost (At Completion Expense Cost = Actual Expense Cost + Remaining Expense Cost).
 Cost EPS.getSummaryExpenseCostVariance()
          Gets the Baseline Planned Expense Cost - At Completion Expense Cost (At Completion Expense Cost = Actual Expense Cost + Remaining Expense Cost).
 Cost BaselineProject.getSummaryExpenseCostVariance()
          Gets the Baseline Planned Expense Cost - At Completion Expense Cost (At Completion Expense Cost = Actual Expense Cost + Remaining Expense Cost).
 Duration WBS.getSummaryFinishDateVariance()
          Gets the duration between the finish date in the current project and the baseline finish date.
 Duration Project.getSummaryFinishDateVariance()
          Gets the duration between the finish date in the current project and the baseline finish date.
 Duration EPS.getSummaryFinishDateVariance()
          Gets the duration between the finish date in the current project and the baseline finish date.
 Duration BaselineProject.getSummaryFinishDateVariance()
          Gets the duration between the finish date in the current project and the baseline finish date.
 int WBS.getSummaryInProgressActivityCount()
          Gets the number of activities that are currently in progress.
 int Project.getSummaryInProgressActivityCount()
          Gets the number of activities that are currently in progress.
 int EPS.getSummaryInProgressActivityCount()
          Gets the number of activities that are currently in progress.
 int BaselineProject.getSummaryInProgressActivityCount()
          Gets the number of activities that are currently in progress.
 Percent WBS.getSummaryLaborCostPercentComplete()
          Gets the percent complete of cost for all labor resources assigned to the WBS.
 Percent Project.getSummaryLaborCostPercentComplete()
          Gets the percent complete of cost for all labor resources assigned to the project.
 Percent EPS.getSummaryLaborCostPercentComplete()
          Gets the percent complete of cost for all labor resources assigned to the EPS.
 Percent BaselineProject.getSummaryLaborCostPercentComplete()
          Gets the percent complete of cost for all labor resources assigned to the project.
 Cost WBS.getSummaryLaborCostVariance()
          Gets the Baseline Planned Labor Cost - At Completion Labor Cost.
 Cost Project.getSummaryLaborCostVariance()
          Gets the Baseline Planned Labor Cost - At Completion Labor Cost.
 Cost EPS.getSummaryLaborCostVariance()
          Gets the Baseline Planned Labor Cost - At Completion Labor Cost.
 Cost BaselineProject.getSummaryLaborCostVariance()
          Gets the Baseline Planned Labor Cost - At Completion Labor Cost.
 Percent WBS.getSummaryLaborUnitsPercentComplete()
          Gets the percent complete of units for all labor resources for the WBS.
 Percent Project.getSummaryLaborUnitsPercentComplete()
          Gets the percent complete of units for all labor resources for the Project.
 Percent EPS.getSummaryLaborUnitsPercentComplete()
          Gets the percent complete of units for all labor resources for the EPS.
 Percent BaselineProject.getSummaryLaborUnitsPercentComplete()
          Gets the percent complete of units for all labor resources for the WBS.
 Unit WBS.getSummaryLaborUnitsVariance()
          Gets the difference between baseline labor units and at completion labor units.
 Unit Project.getSummaryLaborUnitsVariance()
          Gets the difference between baseline labor units and at completion labor units.
 Unit EPS.getSummaryLaborUnitsVariance()
          Gets the difference between baseline labor units and at completion labor units.
 Unit BaselineProject.getSummaryLaborUnitsVariance()
          Gets the difference between baseline labor units and at completion labor units.
 SummaryLevel Project.getSummaryLevel()
          Gets the summary level for the project while performing project summarization.
 Percent WBS.getSummaryMaterialCostPercentComplete()
          Gets the percent complete of cost for all material resources assigned to the WBS.
 Percent Project.getSummaryMaterialCostPercentComplete()
          Gets the percent complete of cost for all material resources assigned to the project.
 Percent EPS.getSummaryMaterialCostPercentComplete()
          Gets the percent complete of cost for all material resources assigned to the EPS.
 Percent BaselineProject.getSummaryMaterialCostPercentComplete()
          Gets the percent complete of cost for all material resources assigned to the project.
 Cost WBS.getSummaryMaterialCostVariance()
          Gets the variance that is calculated as Baseline Material Cost - At Completion Material Cost.
 Cost Project.getSummaryMaterialCostVariance()
          Gets the variance that is calculated as Baseline Material Cost - At Completion Material Cost.
 Cost EPS.getSummaryMaterialCostVariance()
          Gets the variance that is calculated as Baseline Material Cost - At Completion Material Cost.
 Cost BaselineProject.getSummaryMaterialCostVariance()
          Gets the variance that is calculated as Baseline Material Cost - At Completion Material Cost.
 Percent WBS.getSummaryNonLaborCostPercentComplete()
          Gets the percent complete of cost for all non-labor resources assigned to the WBS.
 Percent Project.getSummaryNonLaborCostPercentComplete()
          Gets the percent complete of cost for all non-labor resources assigned to the project.
 Percent EPS.getSummaryNonLaborCostPercentComplete()
          Gets the percent complete of cost for all non-labor resources assigned to the EPS.
 Percent BaselineProject.getSummaryNonLaborCostPercentComplete()
          Gets the percent complete of cost for all non-labor resources assigned to the project.
 Unit WBS.getSummaryNonLaborCostVariance()
          Gets the Baseline Planned Nonlabor Cost - At Completion Nonlabor Cost.
 Unit Project.getSummaryNonLaborCostVariance()
          Gets the Baseline Planned Nonlabor Cost - At Completion Nonlabor Cost.
 Unit EPS.getSummaryNonLaborCostVariance()
          Gets the Baseline Planned Nonlabor Cost - At Completion Nonlabor Cost.
 Unit BaselineProject.getSummaryNonLaborCostVariance()
          Gets the Baseline Planned Nonlabor Cost - At Completion Nonlabor Cost.
 Percent WBS.getSummaryNonLaborUnitsPercentComplete()
          Gets the percent complete of units for all nonlabor resources for the WBS.
 Percent Project.getSummaryNonLaborUnitsPercentComplete()
          Gets the percent complete of units for all nonlabor resources for the Project.
 Percent EPS.getSummaryNonLaborUnitsPercentComplete()
          Gets the percent complete of units for all nonlabor resources for the EPS.
 Percent BaselineProject.getSummaryNonLaborUnitsPercentComplete()
          Gets the percent complete of units for all nonlabor resources for the Project.
 Unit WBS.getSummaryNonLaborUnitsVariance()
          Gets the difference between baseline nonlabor units and at completion non labor units.
 Unit Project.getSummaryNonLaborUnitsVariance()
          Gets the difference between baseline nonlabor units and at completion non labor units.
 Unit EPS.getSummaryNonLaborUnitsVariance()
          Gets the difference between baseline nonlabor units and at completion non labor units.
 Unit BaselineProject.getSummaryNonLaborUnitsVariance()
          Gets the difference between baseline nonlabor units and at completion non labor units.
 int WBS.getSummaryNotStartedActivityCount()
          Gets the number of activities that are currently not started.
 int Project.getSummaryNotStartedActivityCount()
          Gets the number of activities that are currently not started.
 int EPS.getSummaryNotStartedActivityCount()
          Gets the number of activities that are currently not started.
 int BaselineProject.getSummaryNotStartedActivityCount()
          Gets the number of activities that are currently not started.
 Percent WBS.getSummaryPerformancePercentCompleteByCost()
          Gets the percent complete of performance for all labor resources, nonlabor resources, and expenses.
 Percent Project.getSummaryPerformancePercentCompleteByCost()
          Gets the percent complete of performance for all labor resources, nonlabor resources, and expenses.
 Percent EPS.getSummaryPerformancePercentCompleteByCost()
          Gets the percent complete of performance for all labor resources, nonlabor resources, and expenses.
 Percent WBS.getSummaryPerformancePercentCompleteByLaborUnits()
          Gets the percent complete of performance for all labor resources.
 Percent Project.getSummaryPerformancePercentCompleteByLaborUnits()
          Gets the percent complete of performance for all labor resources.
 Percent EPS.getSummaryPerformancePercentCompleteByLaborUnits()
          Gets the percent complete of performance for all labor resources.
 Percent BaselineProject.getSummaryPerformancePercentCompleteByLaborUnits()
          Gets the percent complete of units for the resource assignments in the WBS Computed as Actual Units / At Complete Units * 100.
 Cost WBS.getSummaryPlannedValueByCost()
          Gets the Budget at Completion * Schedule % Complete.
 Cost Project.getSummaryPlannedValueByCost()
          Gets the Budget at Completion * Schedule % Complete.
 Cost EPS.getSummaryPlannedValueByCost()
          Gets the Budget at Completion * Schedule % Complete.
 Cost BaselineProject.getSummaryPlannedValueByCost()
          Gets the Budget at Completion * Schedule % Complete.
 Unit WBS.getSummaryPlannedValueByLaborUnits()
          Gets the portion of the baseline labor units that is scheduled to be completed as of the project data date.
 Unit Project.getSummaryPlannedValueByLaborUnits()
          Gets the portion of the baseline labor units that is scheduled to be completed as of the project data date.
 Unit EPS.getSummaryPlannedValueByLaborUnits()
          Gets the portion of the baseline labor units that is scheduled to be completed as of the project data date.
 Unit BaselineProject.getSummaryPlannedValueByLaborUnits()
          Gets the portion of the baseline labor units that is scheduled to be completed as of the project data date.
 EndDate WBS.getSummaryProgressFinishDate()
          Gets the date the activity is expected to be finished according to the progress made on the activity's work products.
 EndDate Project.getSummaryProgressFinishDate()
          Gets the date the activity is expected to be finished according to the progress made on the activity's work products.
 EndDate EPS.getSummaryProgressFinishDate()
          Gets the date the activity is expected to be finished according to the progress made on the activity's work products.
 EndDate BaselineProject.getSummaryProgressFinishDate()
          Gets the date the activity is expected to be finished according to the progress made on the activity's work products.
 Duration WBS.getSummaryRemainingDuration()
          Gets the total working time from the WBS remaining start date to the remaining finish date.
 Duration Project.getSummaryRemainingDuration()
          Gets the total working time from the Project remaining start date to the remaining finish date.
 Duration EPS.getSummaryRemainingDuration()
          Gets the total working time from the EPS remaining start date to the remaining finish date.
 Duration BaselineProject.getSummaryRemainingDuration()
          Gets the total working time from the WBS remaining start date to the remaining finish date.
 Cost WBS.getSummaryRemainingExpenseCost()
          Gets the remaining costs for all project expenses associated with the activities in the WBS.
 Cost Project.getSummaryRemainingExpenseCost()
          Gets the remaining costs for all project expenses associated with the activities in the Project.
 Cost EPS.getSummaryRemainingExpenseCost()
          Gets the remaining costs for all project expenses associated with the activities in the EPS.
 Cost BaselineProject.getSummaryRemainingExpenseCost()
          Gets the remaining costs for all project expenses associated with the activities in the WBS.
 EndDate WBS.getSummaryRemainingFinishDate()
          Gets the date the resource is scheduled to finish the remaining work for the activity.
 EndDate Project.getSummaryRemainingFinishDate()
          Gets the date the resource is scheduled to finish the remaining work for the activity.
 EndDate EPS.getSummaryRemainingFinishDate()
          Gets the date the resource is scheduled to finish the remaining work for the activity.
 EndDate BaselineProject.getSummaryRemainingFinishDate()
          Gets the date the resource is scheduled to finish the remaining work for the activity.
 Cost WBS.getSummaryRemainingLaborCost()
          Gets the remaining costs for all labor resources assigned to the activities.
 Cost Project.getSummaryRemainingLaborCost()
          Gets the remaining costs for all labor resources assigned to the activities.
 Cost EPS.getSummaryRemainingLaborCost()
          Gets the remaining costs for all labor resources assigned to the activities.
 Cost BaselineProject.getSummaryRemainingLaborCost()
          Gets the remaining costs for all labor resources assigned to the activities.
 Unit WBS.getSummaryRemainingLaborUnits()
          Gets the remaining units for all labor resources assigned to the activities.
 Unit Project.getSummaryRemainingLaborUnits()
          Gets the remaining units for all labor resources assigned to the activities.
 Unit EPS.getSummaryRemainingLaborUnits()
          Gets the remaining units for all labor resources assigned to the activities.
 Unit BaselineProject.getSummaryRemainingLaborUnits()
          Gets the remaining units for all labor resources assigned to the activities.
 Cost WBS.getSummaryRemainingMaterialCost()
          Gets the remaining material costs for all project expenses associated with the activities in the WBS.
 Cost Project.getSummaryRemainingMaterialCost()
          Gets the remaining material costs for all project expenses associated with the activities in the Project.
 Cost EPS.getSummaryRemainingMaterialCost()
          Gets the remaining material costs for all project expenses associated with the activities in the EPS.
 Cost BaselineProject.getSummaryRemainingMaterialCost()
          Gets the remaining material costs for all project expenses associated with the activities in the WBS.
 Cost WBS.getSummaryRemainingNonLaborCost()
          Gets the remaining nonlabor costs for all project expenses associated with the activities in the WBS.
 Cost Project.getSummaryRemainingNonLaborCost()
          Gets the remaining nonlabor costs for all project expenses associated with the activities in the Project.
 Cost EPS.getSummaryRemainingNonLaborCost()
          Gets the remaining nonlabor costs for all project expenses associated with the activities in the EPS.
 Cost BaselineProject.getSummaryRemainingNonLaborCost()
          Gets the remaining nonlabor costs for all project expenses associated with the activities in the WBS.
 Unit WBS.getSummaryRemainingNonLaborUnits()
          Gets the remaining units for all nonlabor resources assigned to the activities.
 Unit Project.getSummaryRemainingNonLaborUnits()
          Gets the remaining units for all nonlabor resources assigned to the activities.
 Unit EPS.getSummaryRemainingNonLaborUnits()
          Gets the remaining units for all nonlabor resources assigned to the activities.
 Unit BaselineProject.getSummaryRemainingNonLaborUnits()
          Gets the remaining units for all nonlabor resources assigned to the activities.
 BeginDate WBS.getSummaryRemainingStartDate()
          Gets the earliest remaining start of all activities assigned to the WBS.
 BeginDate Project.getSummaryRemainingStartDate()
          Gets the earliest remaining start of all activities assigned to the Project.
 BeginDate EPS.getSummaryRemainingStartDate()
          Gets the earliest remaining start of all activities assigned to the EPS.
 BeginDate BaselineProject.getSummaryRemainingStartDate()
          Gets the earliest remaining start of all activities assigned to the WBS.
 Cost WBS.getSummaryRemainingTotalCost()
          Gets the sum of all remaining total costs in the WBS.
 Cost Project.getSummaryRemainingTotalCost()
          Gets the sum of all remaining total costs in the Project.
 Cost EPS.getSummaryRemainingTotalCost()
          Gets the sum of all remaining total costs in the EPS.
 Cost BaselineProject.getSummaryRemainingTotalCost()
          Gets the sum of all remaining total costs in the WBS.
 SummarySpreadInterval GlobalPreferences.getSummaryResourceSpreadInterval()
          Gets the interval in which resource and role level spreads are summarized and stored.
 Percent WBS.getSummarySchedulePercentComplete()
          Gets the measure that indicates how much of the WBS baseline duration has been completed so far.
 Percent Project.getSummarySchedulePercentComplete()
          Gets the measure that indicates how much of the Project baseline duration has been completed so far.
 Percent EPS.getSummarySchedulePercentComplete()
          Gets the measure that indicates how much of the EPS baseline duration has been completed so far.
 Percent BaselineProject.getSummarySchedulePercentComplete()
          Gets the measure that indicates how much of the WBS baseline duration has been completed so far.
 Percent WBS.getSummarySchedulePercentCompleteByCost()
          Deprecated. As of release 6.1 SP2, the name has been changed to SummaryPerformancePercentCompleteByCost.
 Percent Project.getSummarySchedulePercentCompleteByCost()
          Deprecated. As of release 6.1 SP2, the name has been changed to SummaryPerformancePercentCompleteByCost.
 Percent EPS.getSummarySchedulePercentCompleteByCost()
          Deprecated. As of release 6.1 SP2, the name has been changed to SummaryPerformancePercentCompleteByCost.
 Percent BaselineProject.getSummarySchedulePercentCompleteByCost()
          Gets the percent complete of cost for all labor resources, nonlabor resources, and expenses.
 Percent WBS.getSummarySchedulePercentCompleteByLaborUnits()
          Gets the percent complete of units for all labor resources.
 Percent Project.getSummarySchedulePercentCompleteByLaborUnits()
          Gets the percent complete of units for all labor resources.
 Percent EPS.getSummarySchedulePercentCompleteByLaborUnits()
          Gets the percent complete of units for all labor resources.
 Percent BaselineProject.getSummarySchedulePercentCompleteByLaborUnits()
          Gets the percent complete of units for all labor resources.
 double WBS.getSummarySchedulePerformanceIndexByCost()
          Gets the Earned Value divided by the Planned Value.
 double Project.getSummarySchedulePerformanceIndexByCost()
          Gets the Earned Value divided by the Planned Value.
 double EPS.getSummarySchedulePerformanceIndexByCost()
          Gets the Earned Value divided by the Planned Value.
 double BaselineProject.getSummarySchedulePerformanceIndexByCost()
          Gets the Earned Value divided by the Planned Value.
 double WBS.getSummarySchedulePerformanceIndexByLaborUnits()
          Gets the Earned Value Labor Units divided by Planned Value Labor Units.
 double Project.getSummarySchedulePerformanceIndexByLaborUnits()
          Gets the Earned Value Labor Units divided by Planned Value Labor Units.
 double EPS.getSummarySchedulePerformanceIndexByLaborUnits()
          Gets the Earned Value Labor Units divided by Planned Value Labor Units.
 double BaselineProject.getSummarySchedulePerformanceIndexByLaborUnits()
          Gets the Earned Value Labor Units divided by Planned Value Labor Units.
 Cost WBS.getSummaryScheduleVarianceByCost()
          Gets the Earned Value divided by the Planned Value.
 Cost Project.getSummaryScheduleVarianceByCost()
          Gets the Earned Value divided by the Planned Value.
 Cost EPS.getSummaryScheduleVarianceByCost()
          Gets the Earned Value divided by the Planned Value.
 Cost BaselineProject.getSummaryScheduleVarianceByCost()
          Gets the Earned Value divided by the Planned Value.
 Unit WBS.getSummaryScheduleVarianceByLaborUnits()
          Gets the Earned Value Labor Units minus the Planned Value Labor Units.
 Unit Project.getSummaryScheduleVarianceByLaborUnits()
          Gets the Earned Value Labor Units minus the Planned Value Labor Units.
 Unit EPS.getSummaryScheduleVarianceByLaborUnits()
          Gets the Earned Value Labor Units minus the Planned Value Labor Units.
 Unit BaselineProject.getSummaryScheduleVarianceByLaborUnits()
          Gets the Earned Value Labor Units minus the Planned Value Labor Units.
 double WBS.getSummaryScheduleVarianceIndex()
          Gets the value that is calculated as the Schedule Variance Labor Units divided by Planned Value Labor Units.
 double Project.getSummaryScheduleVarianceIndex()
          Gets the value that is calculated as the Schedule Variance Labor Units divided by Planned Value Labor Units.
 double EPS.getSummaryScheduleVarianceIndex()
          Gets the value that is calculated as the Schedule Variance Labor Units divided by Planned Value Labor Units.
 double BaselineProject.getSummaryScheduleVarianceIndex()
          Gets the value that is calculated as the Schedule Variance Labor Units divided by Planned Value Labor Units.
 Percent WBS.getSummaryScheduleVarianceIndexByCost()
          Gets the Schedule Variance divided by the Planned Value.
 Percent Project.getSummaryScheduleVarianceIndexByCost()
          Gets the Schedule Variance divided by the Planned Value.
 Percent EPS.getSummaryScheduleVarianceIndexByCost()
          Gets the Schedule Variance divided by the Planned Value.
 Percent BaselineProject.getSummaryScheduleVarianceIndexByCost()
          Gets the Schedule Variance divided by the Planned Value.
 double WBS.getSummaryScheduleVarianceIndexByLaborUnits()
          Gets the Schedule Variance Labor Units divided by the Planned Value Labor Units.
 double Project.getSummaryScheduleVarianceIndexByLaborUnits()
          Gets the Schedule Variance Labor Units divided by the Planned Value Labor Units.
 double EPS.getSummaryScheduleVarianceIndexByLaborUnits()
          Gets the Schedule Variance Labor Units divided by the Planned Value Labor Units.
 double BaselineProject.getSummaryScheduleVarianceIndexByLaborUnits()
          Gets the Schedule Variance Labor Units divided by the Planned Value Labor Units.
 Duration WBS.getSummaryStartDateVariance()
          Gets the duration between the start date in the current project and the baseline start date.
 Duration Project.getSummaryStartDateVariance()
          Gets the duration between the start date in the current project and the baseline start date.
 Duration EPS.getSummaryStartDateVariance()
          Gets the duration between the start date in the current project and the baseline start date.
 Duration BaselineProject.getSummaryStartDateVariance()
          Gets the duration between the start date in the current project and the baseline start date.
 double WBS.getSummaryToCompletePerformanceIndexByCost()
          Gets the (Budget at Completion - Earned Value) divided by (Estimate at Completion - Actual Cost).
 double Project.getSummaryToCompletePerformanceIndexByCost()
          Gets the (Budget at Completion - Earned Value) divided by (Estimate at Completion - Actual Cost).
 double EPS.getSummaryToCompletePerformanceIndexByCost()
          Gets the (Budget at Completion - Earned Value) divided by (Estimate at Completion - Actual Cost).
 double BaselineProject.getSummaryToCompletePerformanceIndexByCost()
          Gets the (Budget at Completion - Earned Value) divided by (Estimate at Completion - Actual Cost).
 Cost WBS.getSummaryTotalCostVariance()
          Gets the value that is calculated as baseline total cost - total cost.
 Cost Project.getSummaryTotalCostVariance()
          Gets the value that is calculated as baseline total cost - total cost.
 Cost EPS.getSummaryTotalCostVariance()
          Gets the value that is calculated as baseline total cost - total cost.
 Cost BaselineProject.getSummaryTotalCostVariance()
          Gets the value that is calculated as baseline total cost - total cost.
 Duration WBS.getSummaryTotalFloat()
          Gets the amount of time the WBS can be delayed before delaying the project finish date.
 Duration Project.getSummaryTotalFloat()
          Gets the amount of time the Project can be delayed before delaying the project finish date.
 Duration EPS.getSummaryTotalFloat()
          Gets the amount of time the EPS can be delayed before delaying the project finish date.
 Duration BaselineProject.getSummaryTotalFloat()
          Gets the amount of time the WBS can be delayed before delaying the project finish date.
 Percent WBS.getSummaryUnitsPercentComplete()
          Gets the percent complete of units for the resource assignments in the wbs.
 Percent Project.getSummaryUnitsPercentComplete()
          Gets the percent complete of units for the resource assignments in the Project.
 Percent EPS.getSummaryUnitsPercentComplete()
          Gets the percent complete of units for the resource assignments in the EPS.
 Percent BaselineProject.getSummaryUnitsPercentComplete()
          Gets the percent complete of units for the resource assignments in the WBS.
 Unit WBS.getSummaryVarianceAtCompletionByLaborUnits()
          Gets the Baseline Planned Total Labor Units minus Estimate at Completion Labor Units.
 Unit Project.getSummaryVarianceAtCompletionByLaborUnits()
          Gets the Baseline Planned Total Labor Units minus Estimate at Completion Labor Units.
 Unit EPS.getSummaryVarianceAtCompletionByLaborUnits()
          Gets the Baseline Planned Total Labor Units minus Estimate at Completion Labor Units.
 Unit BaselineProject.getSummaryVarianceAtCompletionByLaborUnits()
          Gets the Baseline Planned Total Labor Units minus Estimate at Completion Labor Units.
 SummarySpreadInterval GlobalPreferences.getSummaryWBSSpreadInterval()
          Gets the interval in which WBS level spreads are summarized and stored.
 BeginDate Activity.getSuspendDate()
          Gets the start date when the progress of a task or resource dependent activity is delayed from.
 java.lang.String Currency.getSymbol()
          Gets the currency symbol displayed.
 ObjectId User.getTertiaryBaselineProject(ObjectId projectId)
          Gets the user's tertiary BaselineProject for the specified project.
 java.lang.String UDFValue.getText()
          Gets the value of the text UDF.
 ObjectId ProjectThreshold.getThresholdParameterObjectId()
          Gets the unique ID of the associated threshold parameter for this project threshold.
 ObjectId ProjectIssue.getThresholdParameterObjectId()
          Gets the unique ID of the associated threshold parameter for the project issue.
 ResourceHourStatus TimesheetAudit.getTimesheetActivityStatus()
          Gets the status of the timesheet activity, the value of which will depend on who approved or rejected it.
 int GlobalPreferences.getTimesheetApprovalLevel()
          Gets the number of approval levels required for timesheets (0, 1, or 2) before timesheets hours are applied to activities as actuals.
 java.lang.String Resource.getTimesheetApprovalManager()
          Gets the resource manager assigned to approve timesheets for the resource.
 ObjectId Resource.getTimesheetApprovalManagerObjectId()
          Gets the unique ID of the resource manager assigned to approve timesheets for the resource.
 TimesheetApprovingAs TimesheetAudit.getTimesheetApprovingAs()
          Gets the role of the timesheet approver.
 int GlobalPreferences.getTimesheetDecimalDigits()
          Gets the number of decimal digits for recording hours in timesheets.
 boolean GlobalPreferences.getTimesheetInterval()
          Gets the flag that indicates whether timesheet application users enter timesheet hours daily or by entire timesheet reporting period.
 java.util.Date TimesheetAudit.getTimesheetPeriodEndDate()
          Gets the timesheet period end date.
 ObjectId TimesheetAudit.getTimesheetPeriodObjectId()
          Gets the unique ID of the timesheet period.
 ObjectId Timesheet.getTimesheetPeriodObjectId()
          Gets the unique ID of the timesheet period.
 ObjectId ResourceHour.getTimesheetPeriodObjectId()
          Gets the unique ID of the associated timesheet.
 java.util.Date TimesheetAudit.getTimesheetPeriodStartDate()
          Gets the timesheet period start date.
 TimesheetStatus TimesheetAudit.getTimesheetStatus()
          Gets the status of the timesheet.
 int GlobalPreferences.getTimeWindowCompletedActivities()
          Gets the time window (days) to access completed activities in the timesheet application, assigned to new resources by default.
 int GlobalPreferences.getTimeWindowNotStartedActivities()
          Gets the time window (days) to access not started activities in the timesheet application, assigned to new resources by default.
 java.lang.String UDFType.getTitle()
          Gets the name/title of the user-defined field.
 java.lang.String Resource.getTitle()
          Gets the title of the resource.
 java.lang.String Document.getTitle()
          Gets the title or name of a project work product or document.
 double Activity.getToCompletePerformanceIndex()
          Gets the TCPI, which is calculated as (budget at completion - earned value) / (estimate at completion - ACWP).
 java.util.Date ProjectThreshold.getToDate()
          Gets the ending custom date of the time window that is monitored against a project threshold.
 java.lang.String ProjectThreshold.getToDateExpression()
          Gets the expression for the ending date of the time window that is monitored against a project threshold.
 int ProjectEstimate.getTotalActivities()
          Gets the total number of activities involved in the top-down estimation.
 Cost WBS.getTotalBenefitPlan()
          Gets the sum of the monthly benefit plan.
 Cost Project.getTotalBenefitPlan()
          Gets the sum of the monthly benefit plan.
 Cost EPS.getTotalBenefitPlan()
          Gets the sum of the monthly benefit plan.
 Cost BaselineProject.getTotalBenefitPlan()
          Gets the sum of the monthly benefit plan.
 Cost WBS.getTotalBenefitPlanTally()
          Gets the sum of the monthly benefit plan tally.
 Cost Project.getTotalBenefitPlanTally()
          Gets the sum of the monthly benefit plan tally.
 Cost EPS.getTotalBenefitPlanTally()
          Gets the sum of the monthly benefit plan tally.
 Cost BaselineProject.getTotalBenefitPlanTally()
          Gets the sum of the monthly benefit plan tally.
 Cost Activity.getTotalCost1Variance()
          Gets the difference between the primary baseline total cost and the at completion total cost.
 Cost Activity.getTotalCostVariance()
          Gets the difference between the project baseline total cost and the at completion total cost.
 int ProjectEstimate.getTotalDegreeOfInfluence()
          Gets the total degree of influence (TDI), used in top-down function point estimation.
 Duration Activity.getTotalFloat()
          Gets the amount of time the activity can be delayed before delaying the project finish date.
 Cost Project.getTotalFunding()
          Gets the total amount of funding contributed to the project by your funding sources.
 Cost EPS.getTotalFunding()
          Gets the total amount of funding contributed to the project by your funding sources.
 Cost WBS.getTotalSpendingPlan()
          Gets the sum of the monthly spending plan.
 Cost Project.getTotalSpendingPlan()
          Gets the sum of the monthly spending plan.
 Cost EPS.getTotalSpendingPlan()
          Gets the sum of the monthly spending plan.
 Cost BaselineProject.getTotalSpendingPlan()
          Gets the sum of the monthly spending plan.
 Cost WBS.getTotalSpendingPlanTally()
          Gets the sum of the monthly spending plan tally.
 Cost Project.getTotalSpendingPlanTally()
          Gets the sum of the monthly spending plan tally.
 Cost EPS.getTotalSpendingPlanTally()
          Gets the sum of the monthly spending plan tally.
 Cost BaselineProject.getTotalSpendingPlanTally()
          Gets the sum of the monthly spending plan tally.
 double Calendar.getTotalWorkHours(java.util.Date date)
          Gets the total work hours and date for this given date.
 ThresholdParameterType ThresholdParameter.getType()
          Gets the field name for the threshold parameter.
 RelationshipType Relationship.getType()
          Gets the type of relationship: 'Finish to Start', 'Finish to Finish', 'Start to Start', or 'Start to Finish'.
 java.lang.String ProjectRisk.getType()
          Gets the risk types used to categorize risks.
 PortfolioType ProjectPortfolio.getType()
          Gets the type of the project portfolio: "Manual", "Auto-Maintained", or "Filtered".
 MethodologyType Methodology.getType()
          Gets the type of the Methodology, one of 'Base', 'Plug-In', or 'Activity Library'.
 CalendarType Calendar.getType()
          Gets the calendar type - either 'Global', 'Resource', or 'Project'.
 ActivityType Activity.getType()
          Gets the type of activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'.
 ObjectId ProjectIssue.getUDFCode(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 ObjectId UDFValue.getUDFCodeObjectId()
          Gets the unique ID of the associated UDF code.
 Cost WBS.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 Cost ResourceAssignment.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 Cost Resource.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 Cost ProjectRisk.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 Cost ProjectIssue.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 Cost Project.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 Cost EPS.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 Cost Document.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 Cost BaselineProject.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 Cost ActivityStepTemplateItem.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 Cost ActivityStep.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 Cost ActivityExpense.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 Cost Activity.getUDFCost(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double WBS.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double ResourceAssignment.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double Resource.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double ProjectRisk.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double ProjectIssue.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double Project.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double EPS.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double Document.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double BaselineProject.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double ActivityStepTemplateItem.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double ActivityStep.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double ActivityExpense.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Double Activity.getUDFDouble(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String UDFType.getUDFFieldName()
          Obtaining composed field name used for loading udf data.
 EndDate WBS.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 EndDate ResourceAssignment.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 EndDate Resource.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 EndDate ProjectRisk.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 EndDate ProjectIssue.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 EndDate Project.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 EndDate EPS.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 EndDate Document.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 EndDate BaselineProject.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 EndDate ActivityStepTemplateItem.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 EndDate ActivityStep.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 EndDate ActivityExpense.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 EndDate Activity.getUDFFinishDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator WBS.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator ResourceAssignment.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator Resource.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator ProjectRisk.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator ProjectIssue.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator Project.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator EPS.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator Document.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator BaselineProject.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator ActivityStepTemplateItem.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator ActivityStep.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator ActivityExpense.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFIndicator Activity.getUDFIndicator(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer WBS.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer ResourceAssignment.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer Resource.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer ProjectRisk.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer ProjectIssue.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer Project.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer EPS.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer Document.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer BaselineProject.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer ActivityStepTemplateItem.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer ActivityStep.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer ActivityExpense.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.Integer Activity.getUDFInteger(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate WBS.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate ResourceAssignment.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate Resource.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate ProjectRisk.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate ProjectIssue.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate Project.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate EPS.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate Document.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate BaselineProject.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate ActivityStepTemplateItem.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate ActivityStep.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate ActivityExpense.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 BeginDate Activity.getUDFStartDate(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String WBS.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String ResourceAssignment.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String Resource.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String ProjectRisk.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String ProjectIssue.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String Project.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String EPS.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String Document.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String BaselineProject.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String ActivityStepTemplateItem.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String ActivityStep.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String ActivityExpense.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 java.lang.String Activity.getUDFText(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 UDFDataType UDFValue.getUDFTypeDataType()
          Gets the data type of the associated user-defined field type: "Text", "Start Date", "Finish Date", "Cost", "Double", "Integer", "Indicator", or "Code".
 ObjectId UDFValue.getUDFTypeObjectId()
          Gets the unique ID of the associated UDF type.
 ObjectId[] WBS.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] ResourceAssignment.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] Resource.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] ProjectRisk.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] ProjectIssue.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] Project.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] EPS.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] Document.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] BaselineProject.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] ActivityStepTemplateItem.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] ActivityStep.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] ActivityExpense.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 ObjectId[] Activity.getUDFTypesAssigned()
          Deprecated. As of release 5.0 SP3, determine the UDF assignments using the UDFValue object.
 UDFSubjectArea UDFValue.getUDFTypeSubjectArea()
          Gets the subject area of the associated user-defined field type: "Activity", "Activity Expense", "Activity Step", "Activity Step Template Item", "Project", "Project Issue", "Project Risk", "Resource", "Resource Assignment", "WBS", or "Work Products and Documents".
 java.lang.String UDFValue.getUDFTypeTitle()
          Gets the name/title of the associated user-defined field type.
 int ProjectEstimate.getUnadjustedFunctionPointCount()
          Gets the unadjusted function point count (UFP), used in top-down function point estimation.
 Cost WBS.getUnallocatedBudget()
          Gets the difference between the total current and distributed current budget.
 Cost Project.getUnallocatedBudget()
          Gets the total current budget minus the distributed current budget.
 Cost EPS.getUnallocatedBudget()
          Gets the total current budget minus the distributed current budget.
 Cost BaselineProject.getUnallocatedBudget()
          Gets the total current budget minus the distributed current budget.
 double ResourceHour.getUnapprovedHours()
          Gets the actual non-overtime units submitted by the resource on the activity.
 double ResourceHour.getUnapprovedOvertimeHours()
          Gets the actual overtime units submitted by the resource on the acitivity.
 Cost WBS.getUndistributedCurrentVariance()
          Gets the total spending plan minus the total spending plan tally.
 Cost Project.getUndistributedCurrentVariance()
          Gets the total spending plan minus the total spending plan tally.
 Cost EPS.getUndistributedCurrentVariance()
          Gets the total spending plan minus the total spending plan tally.
 Cost BaselineProject.getUndistributedCurrentVariance()
          Gets the total spending plan minus the total spending plan tally.
 java.lang.String ActivityExpense.getUnitOfMeasure()
          Gets the unit of measure for the project expense.
 ObjectId Resource.getUnitOfMeasureObjectId()
          Gets the unit of measure this material resource uses.
 Unit ProjectEstimate.getUnits()
          Gets the estimated units, prior to any adjustment, for application to the selected activities.
 Percent ResourceAssignment.getUnitsPercentComplete()
          Gets the percent complete of units for the resource assignment on the activity.
 Percent Activity.getUnitsPercentComplete()
          Gets the percent complete of units for all labor and nonlabor resources assigned to the activity.
 Cost ResourceAssignment.getUnstaffedRemainingCost()
          Gets the time distribution of the resource's remaining cost for resource assignments that have not filled a role.
 Unit ResourceAssignment.getUnstaffedRemainingUnits()
          Gets the time distribution of the resource's remaining units for resource assignments that have not filled a role.
 double ProjectThreshold.getUpperThreshold()
          Gets the upper value of a project threshold parameter which will trigger an issue.
 double ProjectIssue.getUpperThreshold()
          Gets the upper value of the threshold parameter which triggered the project issue.
 boolean GlobalPreferences.getUseCalendarTimePeriodsFlag()
          Gets the flag that indicates whether the system uses the hours per time period defined in the calendar.If this flag is true, the system uses the hours per time period settings that are defined in the calendar.If this flag is false, the system uses the hours per time period from the global preferences.
 boolean ScheduleOptions.getUseExpectedFinishDates()
          Gets the option used for setting activity finish dates as the expected finish dates when scheduling projects.
 boolean GlobalPreferences.getUseMaxTimesheetResourceHours()
          Gets the flag indicating whether to restrict the number of hours a user can enter to the limit specified in MaxTimesheetResourceHours.
 boolean GlobalPreferences.getUseProjectArchitect()
          Gets the flag that indicates whether the Project Architect feature is enabled in the Project Management application.
 boolean Project.getUseProjectBaselineForEarnedValue()
          Gets the flag that indicates whether earned value should be calculated based on the project baseline or the user's primary baseline.
 java.lang.String GlobalPreferences.getUseProjectManagerApproval()
          Gets the flag that indicates the approval sequence, if any, required for level 2 timesheet approvals.
 java.lang.String UserFieldTitle.getUserDefinedTitle()
          Gets the user defined column name.
 ObjectId User.getUserInterfaceViewObjectId()
          Gets the unique ID of the associated user interface view.
 java.lang.String UserOBS.getUserName()
          Gets the user's login name.
 java.lang.String UserLicense.getUserName()
          Gets the user's login name.
 java.lang.String ScheduleOptions.getUserName()
          Gets the user's login name.
 java.lang.String RoleTeam.getUserName()
          Gets the user's login name.
 java.lang.String ResourceTeam.getUserName()
          Gets the user's login name.
 java.lang.String ResourceAccess.getUserName()
          Gets the user's login name.
 java.lang.String Resource.getUserName()
          Gets the user's login name.
 java.lang.String ProjectPortfolio.getUserName()
          Gets the user's login name.
 java.lang.String ProjectCodeUser.getUserName()
          Gets the user's login name.
 ObjectId UserOBS.getUserObjectId()
          Gets the unique ID of the user who is assigned to the project OBS.
 ObjectId UserLicense.getUserObjectId()
          Gets the unique ID of the associated user.
 ObjectId UserInterfaceView.getUserObjectId()
          Gets the unique ID of the associated user.
 ObjectId ScheduleOptions.getUserObjectId()
          Gets the unique ID of the associated user.
 ObjectId RoleTeam.getUserObjectId()
          Gets the unique ID of a specific user who has access to the selected role team.
 ObjectId ResourceTeam.getUserObjectId()
          Gets the unique ID of the associated user.
 ObjectId ResourceAccess.getUserObjectId()
          Gets the unique ID of the associated user.
 ObjectId Resource.getUserObjectId()
          Gets the unique ID of the associated user.
 ObjectId ProjectPortfolio.getUserObjectId()
          Gets the unique ID of a specific user who has access to the selected project portfolio.
 ObjectId ProjectCodeUser.getUserObjectId()
          Gets the unique ID of the user.
 ObjectId ActivityOwner.getUserObjectId()
          Gets the unique ID of the associated user.
 java.lang.String UserFieldTitle.getUserTableName()
          Gets the table name of the user defined column.
 boolean Resource.getUseTimesheets()
          Gets the flag that indicates whether the resource uses timesheets.
 boolean GlobalPreferences.getUseTimesheets()
          Gets the flag that indicates whether new resources use timesheets by default.
 java.lang.String ActivityExpense.getVendor()
          Gets the name of the vendor providing the product or service associated with the expense.
 java.lang.String Document.getVersion()
          Gets the work product or document's version number.
 java.lang.String GlobalPreferences.getWBSCategoryLabel()
          Gets the dynamic label used for the WBS category.
 ObjectId WBS.getWBSCategoryObjectId()
          Gets the unique ID of the associated WBS category value.
 java.lang.String WBSMilestone.getWBSCode()
          Gets the short code assigned to each WBS element for identification.
 java.lang.String ProjectThreshold.getWBSCode()
          Gets the short code assigned to each WBS element for identification.
 java.lang.String ProjectSpendingPlan.getWBSCode()
          Gets the short code assigned to each WBS element for identification.
 java.lang.String ProjectRisk.getWBSCode()
          Gets the short code assigned to each WBS element for identification.
 java.lang.String ProjectResource.getWBSCode()
          Gets the short code assigned to the associated WBS element for identification.
 java.lang.String ProjectNote.getWBSCode()
          Gets the short code assigned to each WBS element for identification.
 java.lang.String ProjectIssue.getWBSCode()
          Gets the short code assigned to each WBS element for identification.
 java.lang.String ProjectEstimate.getWBSCode()
          Gets the short code assigned to each WBS element for identification.
 java.lang.String ProjectDocument.getWBSCode()
          Gets the short code assigned to each WBS element for identification.
 java.lang.String ProjectBudgetChangeLog.getWBSCode()
          Gets the short code assigned to each WBS element for identification.
 java.lang.String Activity.getWBSCode()
          Gets the short code assigned to each WBS element for identification.
 java.lang.String Project.getWBSCodeSeparator()
          Gets the character used to separate the concatenated code fields for the project's WBS tree.
 java.lang.String GlobalPreferences.getWBSCodeSeparator()
          Gets the character used for separating code fields for the cost account tree.
 java.lang.String BaselineProject.getWBSCodeSeparator()
          Gets the character used to separate the concatenated code fields for the project's WBS tree.
 java.lang.String WBSMilestone.getWBSName()
          Gets the name of the WBS element.
 java.lang.String ProjectThreshold.getWBSName()
          Gets the name of the WBS element.
 java.lang.String ProjectSpendingPlan.getWBSName()
          Gets the name of the WBS element.
 java.lang.String ProjectRisk.getWBSName()
          Gets the name of the WBS element.
 java.lang.String ProjectNote.getWBSName()
          Gets the name of the WBS element associated with this note.
 java.lang.String ProjectIssue.getWBSName()
          Gets the name of the WBS element.
 java.lang.String ProjectEstimate.getWBSName()
          Gets the name of the WBS element.
 java.lang.String ProjectDocument.getWBSName()
          Gets the name of the WBS element.
 java.lang.String ProjectBudgetChangeLog.getWBSName()
          Gets the name of the WBS element.
 java.lang.String Activity.getWBSName()
          Gets the name of the WBS element.
 ObjectId WBSMilestone.getWBSObjectId()
          Gets the unique ID of the WBS where the WBS milestone is assigned.
 ObjectId ResourceHour.getWBSObjectId()
          Gets the unique ID of the WBS for the activity.
 ObjectId ResourceAssignmentPeriodActual.getWBSObjectId()
          Gets the unique ID of the WBS for the associated activity.
 ObjectId ResourceAssignment.getWBSObjectId()
          Gets the unique ID of the WBS for the activity.
 ObjectId ProjectThreshold.getWBSObjectId()
          Gets the unique ID of the associated WBS for this project threshold.
 ObjectId ProjectSpendingPlan.getWBSObjectId()
          Gets the unique ID of the associated WBS for this project spending plan.
 ObjectId ProjectRisk.getWBSObjectId()
          Gets the unique ID of the WBS to which the risk applies.
 ObjectId ProjectResourceQuantity.getWBSObjectId()
          Gets the unique ID of the associated WBS.
 ObjectId ProjectResource.getWBSObjectId()
          Gets the unique ID of the associated WBS.
 ObjectId ProjectNote.getWBSObjectId()
          Gets the unique ID of the associated WBS.
 ObjectId ProjectIssue.getWBSObjectId()
          Gets the unique ID of the WBS to which the project issue applies.
 ObjectId ProjectEstimate.getWBSObjectId()
          Gets the unique ID of the associated WBS for this project estimate.
 ObjectId ProjectDocument.getWBSObjectId()
          Gets the unique ID of the WBS to which the activity document applies.
 ObjectId ProjectBudgetChangeLog.getWBSObjectId()
          Gets the unique ID of the WBS element to which the budget change log applies.
 ObjectId Project.getWBSObjectId()
          Gets the internal WBS ID of the project.
 ObjectId BaselineProject.getWBSObjectId()
          Gets the internal WBS ID of the project.
 ObjectId ActivityStep.getWBSObjectId()
          Gets the unique ID of the WBS for the activity.
 ObjectId ActivityPeriodActual.getWBSObjectId()
          Gets the unique ID of the WBS for the activity.
 ObjectId ActivityNote.getWBSObjectId()
          Gets the unique ID of the WBS for the activity.
 ObjectId ActivityExpense.getWBSObjectId()
          Gets the unique ID of the WBS for the activity.
 ObjectId ActivityCodeAssignment.getWBSObjectId()
          Gets the unique ID of the WBS for the associated activity.
 ObjectId Activity.getWBSObjectId()
          Gets the unique ID of the WBS for the activity.
 WBSSpread WBS.getWBSSpread()
          Gets the field containing spread data for this WBS.
 java.lang.String Project.getWebSiteRootDirectory()
          Gets the root directory for storing project Web site files before they are published to the Web server.
 java.lang.String BaselineProject.getWebSiteRootDirectory()
          Gets the root directory for storing project Web site files before they are published to the Web server.
 java.lang.String Project.getWebSiteURL()
          Gets the project Web site URL, which is the Web address of the project's website.
 java.lang.String BaselineProject.getWebSiteURL()
          Gets the project Web site URL, which is the Web address of the project's website.
 java.lang.String GlobalPreferences.getWeekAbbreviation()
          Gets the abbreviation character for time periods of weeks.
 java.util.Date ProjectResourceQuantity.getWeekStartDate()
          Gets the date value that represents the first day of the week.
 double WBSMilestone.getWeight()
          Gets the weight that is assigned to the milestone.
 double ProjectCodeType.getWeight()
          Gets the weight for this project code type.
 double ProjectCode.getWeight()
          Gets the weight for this code value.
 double ActivityStepTemplateItem.getWeight()
          Gets the weight that is assigned to the step.
 double ActivityStep.getWeight()
          Gets the weight that is assigned to the step.
 Percent ActivityStep.getWeightPercent()
          Gets the non-editable field that displays the percentage amount that corresponds to the step.
 java.lang.String Initiation.getWorkflowTemplateId()
          Gets the unique ID of the template used in the initiation process.
 java.lang.String GlobalPreferences.getYearAbbreviation()
          Gets the abbreviation character for time periods of years.
 boolean GlobalProfile.hasPrivilege(GlobalPrivilege priv)
          Find out whether this profile has a certain privilege.
 boolean ProjectProfile.hasPrivilege(ProjectPrivilege priv)
          Find out whether this profile has a certain privilege.
 void BaselineProject.linkBaselineActivity(ObjectId origActivity, ObjectId baselineActivity)
          Link an existing Activity from BaselineProject as a baseline Activity of an original Activity.
static GlobalPreferences GlobalPreferences.load(Session session, java.lang.String[] fields)
          Loads the GlobalPreferences object from the database.
static WBSMilestone WBSMilestone.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single WBSMilestone object from the database.
static WBSCategory WBSCategory.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single WBSCategory object from the database.
static WBS WBS.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single WBS object from the database.
static UserOBS UserOBS.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UserOBS object from the database.
static UserLicense UserLicense.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UserLicense object from the database.
static UserInterfaceView UserInterfaceView.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UserInterfaceView object from the database.
static UserFieldTitle UserFieldTitle.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UserFieldTitle object from the database.
static User User.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single User object from the database.
static UnitOfMeasure UnitOfMeasure.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UnitOfMeasure object from the database.
static UDFValue UDFValue.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UDFValue object from the database.
static UDFType UDFType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UDFType object from the database.
static UDFCode UDFCode.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UDFCode object from the database.
static TimesheetPeriod TimesheetPeriod.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single TimesheetPeriod object from the database.
static TimesheetDelegate TimesheetDelegate.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single TimesheetDelegate object from the database.
static TimesheetAudit TimesheetAudit.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single TimesheetAudit object from the database.
static Timesheet Timesheet.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Timesheet object from the database.
static ThresholdParameter ThresholdParameter.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ThresholdParameter object from the database.
static ShiftPeriod ShiftPeriod.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ShiftPeriod object from the database.
static Shift Shift.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Shift object from the database.
static ScheduleOptions ScheduleOptions.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ScheduleOptions object from the database.
static RoleTeam RoleTeam.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single RoleTeam object from the database.
static RoleRate RoleRate.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single RoleRate object from the database.
static RoleLimit RoleLimit.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single RoleLimit object from the database.
static Role Role.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Role object from the database.
static RiskType RiskType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single RiskType object from the database.
static ResourceTeam ResourceTeam.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceTeam object from the database.
static ResourceRole ResourceRole.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceRole object from the database.
static ResourceRate ResourceRate.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceRate object from the database.
static ResourceHour ResourceHour.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceHour object from the database.
static ResourceCurve ResourceCurve.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceCurve object from the database.
static ResourceCodeType ResourceCodeType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceCodeType object from the database.
static ResourceCodeAssignment ResourceCodeAssignment.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceCodeAssignment object from the database.
static ResourceCode ResourceCode.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceCode object from the database.
static ResourceAssignmentPeriodActual ResourceAssignmentPeriodActual.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceAssignmentPeriodActual object from the database.
static ResourceAssignment ResourceAssignment.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceAssignment object from the database.
static ResourceAccess ResourceAccess.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceAccess object from the database.
static Resource Resource.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Resource object from the database.
static Relationship Relationship.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Relationship object from the database.
static ProjectThreshold ProjectThreshold.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectThreshold object from the database.
static ProjectSpendingPlan ProjectSpendingPlan.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectSpendingPlan object from the database.
static ProjectRisk ProjectRisk.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectRisk object from the database.
static ProjectResourceQuantity ProjectResourceQuantity.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectResourceQuantity object from the database.
static ProjectResourceCategory ProjectResourceCategory.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectResourceCategory object from the database.
static ProjectResource ProjectResource.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectResource object from the database.
static ProjectProfile ProjectProfile.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectProfile object from the database.
static ProjectPortfolio ProjectPortfolio.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectPortfolio object from the database.
static ProjectNote ProjectNote.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectNote object from the database.
static ProjectIssue ProjectIssue.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectIssue object from the database.
static ProjectFunding ProjectFunding.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectFunding object from the database.
static ProjectEstimate ProjectEstimate.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectEstimate object from the database.
static ProjectDocument ProjectDocument.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectDocument object from the database.
static ProjectCodeUser ProjectCodeUser.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectCodeUser object from the database.
static ProjectCodeType ProjectCodeType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectCodeType object from the database.
static ProjectCodeAssignment ProjectCodeAssignment.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectCodeAssignment object from the database.
static ProjectCode ProjectCode.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectCode object from the database.
static ProjectBudgetChangeLog ProjectBudgetChangeLog.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectBudgetChangeLog object from the database.
static Project Project.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Project object from the database.
static OverheadCode OverheadCode.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single OverheadCode object from the database.
static OBS OBS.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single OBS object from the database.
static NotebookTopic NotebookTopic.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single NotebookTopic object from the database.
static Methodology Methodology.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Methodology object from the database.
static IssueHistory IssueHistory.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single IssueHistory object from the database.
static Initiation Initiation.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Initiation object from the database.
static GlobalProfile GlobalProfile.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single GlobalProfile object from the database.
static FundingSource FundingSource.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single FundingSource object from the database.
static FinancialPeriod FinancialPeriod.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single FinancialPeriod object from the database.
static ExpenseCategory ExpenseCategory.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ExpenseCategory object from the database.
static EPSSpendingPlan EPSSpendingPlan.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single EPSSpendingPlan object from the database.
static EPSNote EPSNote.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single EPSNote object from the database.
static EPSFunding EPSFunding.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single EPSFunding object from the database.
static EPSBudgetChangeLog EPSBudgetChangeLog.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single EPSBudgetChangeLog object from the database.
static EPS EPS.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single EPS object from the database.
static DocumentStatusCode DocumentStatusCode.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single DocumentStatusCode object from the database.
static DocumentCategory DocumentCategory.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single DocumentCategory object from the database.
static Document Document.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Document object from the database.
static Currency Currency.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Currency object from the database.
static CostAccount CostAccount.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single CostAccount object from the database.
static Calendar Calendar.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Calendar object from the database.
static BatchReport BatchReport.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single BatchReport object from the database.
static BaselineType BaselineType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single BaselineType object from the database.
static BaselineProject BaselineProject.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single BaselineProject object from the database.
static ActivityStepTemplateItem ActivityStepTemplateItem.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityStepTemplateItem object from the database.
static ActivityStepTemplate ActivityStepTemplate.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityStepTemplate object from the database.
static ActivityStep ActivityStep.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityStep object from the database.
static ActivityPeriodActual ActivityPeriodActual.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityPeriodActual object from the database.
static ActivityOwner ActivityOwner.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityOwner object from the database.
static ActivityNote ActivityNote.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityNote object from the database.
static ActivityExpense ActivityExpense.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityExpense object from the database.
static ActivityCodeType ActivityCodeType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityCodeType object from the database.
static ActivityCodeAssignment ActivityCodeAssignment.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityCodeAssignment object from the database.
static ActivityCode ActivityCode.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityCode object from the database.
static Activity Activity.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Activity object from the database.
static BOIterator<WBSMilestone> WBSMilestone.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple WBSMilestone objects from the database.
static BOIterator<WBSCategory> WBSCategory.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple WBSCategory objects from the database.
static BOIterator<WBS> WBS.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple WBS objects from the database.
static BOIterator<UserOBS> UserOBS.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UserOBS objects from the database.
static BOIterator<UserLicense> UserLicense.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UserLicense objects from the database.
static BOIterator<UserInterfaceView> UserInterfaceView.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UserInterfaceView objects from the database.
static BOIterator<UserFieldTitle> UserFieldTitle.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UserFieldTitle objects from the database.
static BOIterator<User> User.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple User objects from the database.
static BOIterator<UnitOfMeasure> UnitOfMeasure.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UnitOfMeasure objects from the database.
static BOIterator<UDFValue> UDFValue.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UDFValue objects from the database.
static BOIterator<UDFType> UDFType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UDFType objects from the database.
static BOIterator<UDFCode> UDFCode.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UDFCode objects from the database.
static BOIterator<TimesheetPeriod> TimesheetPeriod.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple TimesheetPeriod objects from the database.
static BOIterator<TimesheetDelegate> TimesheetDelegate.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple TimesheetDelegate objects from the database.
static BOIterator<TimesheetAudit> TimesheetAudit.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple TimesheetAudit objects from the database.
static BOIterator<Timesheet> Timesheet.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Timesheet objects from the database.
static BOIterator<ThresholdParameter> ThresholdParameter.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ThresholdParameter objects from the database.
static BOIterator<ShiftPeriod> ShiftPeriod.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ShiftPeriod objects from the database.
static BOIterator<Shift> Shift.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Shift objects from the database.
static BOIterator<ScheduleOptions> ScheduleOptions.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ScheduleOptions objects from the database.
static BOIterator<RoleTeam> RoleTeam.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple RoleTeam objects from the database.
static BOIterator<RoleRate> RoleRate.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple RoleRate objects from the database.
static BOIterator<RoleLimit> RoleLimit.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple RoleLimit objects from the database.
static BOIterator<Role> Role.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Role objects from the database.
static BOIterator<RiskType> RiskType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple RiskType objects from the database.
static BOIterator<ResourceTeam> ResourceTeam.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceTeam objects from the database.
static BOIterator<ResourceRole> ResourceRole.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceRole objects from the database.
static BOIterator<ResourceRate> ResourceRate.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceRate objects from the database.
static BOIterator<ResourceHour> ResourceHour.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceHour objects from the database.
static BOIterator<ResourceCurve> ResourceCurve.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceCurve objects from the database.
static BOIterator<ResourceCodeType> ResourceCodeType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceCodeType objects from the database.
static BOIterator<ResourceCodeAssignment> ResourceCodeAssignment.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceCodeAssignment objects from the database.
static BOIterator<ResourceCode> ResourceCode.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceCode objects from the database.
static BOIterator<ResourceAssignmentPeriodActual> ResourceAssignmentPeriodActual.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceAssignmentPeriodActual objects from the database.
static BOIterator<ResourceAssignment> ResourceAssignment.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceAssignment objects from the database.
static BOIterator<ResourceAccess> ResourceAccess.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceAccess objects from the database.
static BOIterator<Resource> Resource.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Resource objects from the database.
static BOIterator<Relationship> Relationship.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Relationship objects from the database.
static BOIterator<ProjectThreshold> ProjectThreshold.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectThreshold objects from the database.
static BOIterator<ProjectSpendingPlan> ProjectSpendingPlan.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectSpendingPlan objects from the database.
static BOIterator<ProjectRisk> ProjectRisk.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectRisk objects from the database.
static BOIterator<ProjectResourceQuantity> ProjectResourceQuantity.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectResourceQuantity objects from the database.
static BOIterator<ProjectResourceCategory> ProjectResourceCategory.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectResourceCategory objects from the database.
static BOIterator<ProjectResource> ProjectResource.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectResource objects from the database.
static BOIterator<ProjectProfile> ProjectProfile.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectProfile objects from the database.
static BOIterator<ProjectPortfolio> ProjectPortfolio.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectPortfolio objects from the database.
static BOIterator<ProjectNote> ProjectNote.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectNote objects from the database.
static BOIterator<ProjectIssue> ProjectIssue.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectIssue objects from the database.
static BOIterator<ProjectFunding> ProjectFunding.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectFunding objects from the database.
static BOIterator<ProjectEstimate> ProjectEstimate.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectEstimate objects from the database.
static BOIterator<ProjectDocument> ProjectDocument.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectDocument objects from the database.
static BOIterator<ProjectCodeUser> ProjectCodeUser.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectCodeUser objects from the database.
static BOIterator<ProjectCodeType> ProjectCodeType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectCodeType objects from the database.
static BOIterator<ProjectCodeAssignment> ProjectCodeAssignment.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectCodeAssignment objects from the database.
static BOIterator<ProjectCode> ProjectCode.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectCode objects from the database.
static BOIterator<ProjectBudgetChangeLog> ProjectBudgetChangeLog.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectBudgetChangeLog objects from the database.
static BOIterator<Project> Project.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Project objects from the database.
static BOIterator<OverheadCode> OverheadCode.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple OverheadCode objects from the database.
static BOIterator<OBS> OBS.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple OBS objects from the database.
static BOIterator<NotebookTopic> NotebookTopic.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple NotebookTopic objects from the database.
static BOIterator<Methodology> Methodology.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Methodology objects from the database.
static BOIterator<IssueHistory> IssueHistory.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple IssueHistory objects from the database.
static BOIterator<Initiation> Initiation.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Initiation objects from the database.
static BOIterator<GlobalProfile> GlobalProfile.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple GlobalProfile objects from the database.
static BOIterator<FundingSource> FundingSource.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple FundingSource objects from the database.
static BOIterator<FinancialPeriod> FinancialPeriod.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple FinancialPeriod objects from the database.
static BOIterator<ExpenseCategory> ExpenseCategory.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ExpenseCategory objects from the database.
static BOIterator<EPSSpendingPlan> EPSSpendingPlan.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple EPSSpendingPlan objects from the database.
static BOIterator<EPSNote> EPSNote.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple EPSNote objects from the database.
static BOIterator<EPSFunding> EPSFunding.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple EPSFunding objects from the database.
static BOIterator<EPSBudgetChangeLog> EPSBudgetChangeLog.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple EPSBudgetChangeLog objects from the database.
static BOIterator<EPS> EPS.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple EPS objects from the database.
static BOIterator<DocumentStatusCode> DocumentStatusCode.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple DocumentStatusCode objects from the database.
static BOIterator<DocumentCategory> DocumentCategory.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple DocumentCategory objects from the database.
static BOIterator<Document> Document.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Document objects from the database.
static BOIterator<Currency> Currency.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Currency objects from the database.
static BOIterator<CostAccount> CostAccount.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple CostAccount objects from the database.
static BOIterator<Calendar> Calendar.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Calendar objects from the database.
static BOIterator<BatchReport> BatchReport.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple BatchReport objects from the database.
static BOIterator<BaselineType> BaselineType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple BaselineType objects from the database.
static BOIterator<BaselineProject> BaselineProject.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple BaselineProject objects from the database.
static BOIterator<ActivityStepTemplateItem> ActivityStepTemplateItem.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityStepTemplateItem objects from the database.
static BOIterator<ActivityStepTemplate> ActivityStepTemplate.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityStepTemplate objects from the database.
static BOIterator<ActivityStep> ActivityStep.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityStep objects from the database.
static BOIterator<ActivityPeriodActual> ActivityPeriodActual.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityPeriodActual objects from the database.
static BOIterator<ActivityOwner> ActivityOwner.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityOwner objects from the database.
static BOIterator<ActivityNote> ActivityNote.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityNote objects from the database.
static BOIterator<ActivityExpense> ActivityExpense.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityExpense objects from the database.
static BOIterator<ActivityCodeType> ActivityCodeType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityCodeType objects from the database.
static BOIterator<ActivityCodeAssignment> ActivityCodeAssignment.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityCodeAssignment objects from the database.
static BOIterator<ActivityCode> ActivityCode.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityCode objects from the database.
static BOIterator<Activity> Activity.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Activity objects from the database.
 BOIterator<Activity> WBS.loadActivities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Activity objects from the database.
 BOIterator<Activity> Resource.loadActivities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Load the Activity objects to which this Resource is assigned as a ResourceAssignment.
 BOIterator<Activity> Calendar.loadActivities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Activity objects from the database.
 BOIterator<Activity> ActivityCode.loadActivities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Load the Activity objects to which this activity code is assigned.
 Activity ResourceAssignmentPeriodActual.loadActivity(java.lang.String[] fields)
          Loads an associated Activity object from the database.
 Activity ResourceAssignment.loadActivity(java.lang.String[] fields)
          Loads an associated Activity object from the database.
 Activity ProjectIssue.loadActivity(java.lang.String[] fields)
          Loads an associated Activity object from the database.
 Activity ProjectDocument.loadActivity(java.lang.String[] fields)
          Loads an associated Activity object from the database.
 Activity ActivityStep.loadActivity(java.lang.String[] fields)
          Loads an associated Activity object from the database.
 Activity ActivityPeriodActual.loadActivity(java.lang.String[] fields)
          Loads an associated Activity object from the database.
 Activity ActivityOwner.loadActivity(java.lang.String[] fields)
          Loads an associated Activity object from the database.
 Activity ActivityNote.loadActivity(java.lang.String[] fields)
          Loads an associated Activity object from the database.
 Activity ActivityExpense.loadActivity(java.lang.String[] fields)
          Loads an associated Activity object from the database.
 Activity ActivityCodeAssignment.loadActivity(java.lang.String[] fields)
          Loads an associated Activity object from the database.
 ActivityCode ActivityCodeAssignment.loadActivityCode(java.lang.String[] fields)
          Loads an associated ActivityCode object from the database.
 BOIterator<ActivityCodeAssignment> WBS.loadActivityCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityCodeAssignment objects from the database.
 BOIterator<ActivityCodeAssignment> ActivityCodeType.loadActivityCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityCodeAssignment objects from the database.
 BOIterator<ActivityCodeAssignment> ActivityCode.loadActivityCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityCodeAssignment objects from the database.
 BOIterator<ActivityCodeAssignment> Activity.loadActivityCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityCodeAssignment objects from the database.
 BOIterator<ActivityCode> ActivityCode.loadActivityCodeChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityCode objects from the database.
 ActivityCodeType ActivityCodeAssignment.loadActivityCodeType(java.lang.String[] fields)
          Loads an associated ActivityCodeType object from the database.
 ActivityCodeType ActivityCode.loadActivityCodeType(java.lang.String[] fields)
          Loads an associated ActivityCodeType object from the database.
 BOIterator<ActivityCodeType> Project.loadActivityCodeTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityCodeType objects from the database.
 BOIterator<ActivityCodeType> EPS.loadActivityCodeTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityCodeType objects from the database.
 BOIterator<ActivityCodeType> BaselineProject.loadActivityCodeTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityCodeType objects from the database.
 BOIterator<ActivityExpense> WBS.loadActivityExpenses(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityExpense objects from the database.
 BOIterator<ActivityExpense> ExpenseCategory.loadActivityExpenses(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityExpense objects from the database.
 BOIterator<ActivityExpense> CostAccount.loadActivityExpenses(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityExpense objects from the database.
 BOIterator<ActivityExpense> Activity.loadActivityExpenses(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityExpense objects from the database.
 BOIterator<ActivityNote> WBS.loadActivityNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityNote objects from the database.
 BOIterator<ActivityNote> NotebookTopic.loadActivityNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityNote objects from the database.
 BOIterator<ActivityNote> Activity.loadActivityNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityNote objects from the database.
 ActivityOwner Activity.loadActivityOwner(java.lang.String[] fields)
          Loads an associated ActivityOwner object from the database.
 BOIterator<ActivityPeriodActual> WBS.loadActivityPeriodActuals(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityPeriodActual objects from the database.
 BOIterator<ActivityPeriodActual> FinancialPeriod.loadActivityPeriodActuals(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityPeriodActual objects from the database.
 BOIterator<ActivityPeriodActual> Activity.loadActivityPeriodActuals(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityPeriodActual objects from the database.
 BOIterator<ActivityStep> WBS.loadActivitySteps(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityStep objects from the database.
 BOIterator<ActivityStep> Activity.loadActivitySteps(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityStep objects from the database.
 ActivityStepTemplate ActivityStepTemplateItem.loadActivityStepTemplate(java.lang.String[] fields)
          Loads an associated ActivityStepTemplate object from the database.
 BOIterator<ActivityStepTemplateItem> ActivityStepTemplate.loadActivityStepTemplateItems(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityStepTemplateItem objects from the database.
 BOIterator<Activity> WBS.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<Activity> Project.loadAllActivities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Activity objects from the database.
 BOIterator<Activity> BaselineProject.loadAllActivities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Activity objects from the database.
 BOIterator<Activity> Project.loadAllActivitiesWithLiveSpread(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 Activity objects with Live spreads from the database.
 BOIterator<Activity> BaselineProject.loadAllActivitiesWithLiveSpread(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 Activity objects with Live spreads from the database.
 BOIterator<ActivityCodeAssignment> Project.loadAllActivityCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityCodeAssignment objects from the database.
 BOIterator<ActivityCodeAssignment> BaselineProject.loadAllActivityCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityCodeAssignment objects from the database.
 BOIterator<ActivityCode> ActivityCodeType.loadAllActivityCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityCode objects from the database.
 BOIterator<ActivityExpense> WBS.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<ActivityExpense> Project.loadAllActivityExpenses(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityExpense objects from the database.
 BOIterator<ActivityExpense> BaselineProject.loadAllActivityExpenses(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityExpense objects from the database.
 BOIterator<ActivityNote> Project.loadAllActivityNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityNote objects from the database.
 BOIterator<ActivityNote> BaselineProject.loadAllActivityNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityNote objects from the database.
 BOIterator<ActivityOwner> Project.loadAllActivityOwners(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityOwner objects from the database.
 BOIterator<ActivityOwner> BaselineProject.loadAllActivityOwners(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityOwner objects from the database.
 BOIterator<ActivityPeriodActual> Project.loadAllActivityPeriodActuals(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityPeriodActual objects from the database.
 BOIterator<ActivityPeriodActual> BaselineProject.loadAllActivityPeriodActuals(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityPeriodActual objects from the database.
 BOIterator<ActivityStep> Project.loadAllActivitySteps(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityStep objects from the database.
 BOIterator<ActivityStep> BaselineProject.loadAllActivitySteps(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ActivityStep objects from the database.
 BOIterator<BaselineProject> Project.loadAllBaselineProjects(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated BaselineProject objects from the database.
 BOIterator<Initiation> Project.loadAllInitiations(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Initiation objects from the database.
 BOIterator<ProjectBudgetChangeLog> Project.loadAllProjectBudgetChangeLogs(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectBudgetChangeLog objects from the database.
 BOIterator<ProjectBudgetChangeLog> BaselineProject.loadAllProjectBudgetChangeLogs(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectBudgetChangeLog objects from the database.
 BOIterator<ProjectCode> ProjectCodeType.loadAllProjectCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectCode objects from the database.
 BOIterator<ProjectEstimate> Project.loadAllProjectEstimates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectEstimate objects from the database.
 BOIterator<ProjectEstimate> BaselineProject.loadAllProjectEstimates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectEstimate objects from the database.
 BOIterator<ProjectIssue> Project.loadAllProjectIssues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectIssue objects from the database.
 BOIterator<ProjectIssue> BaselineProject.loadAllProjectIssues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectIssue objects from the database.
 BOIterator<ProjectNote> Project.loadAllProjectNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectNote objects from the database.
 BOIterator<ProjectNote> BaselineProject.loadAllProjectNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectNote objects from the database.
 BOIterator<ProjectResourceQuantity> Project.loadAllProjectResourceQuantities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectResourceQuantity objects from the database.
 BOIterator<ProjectResource> Project.loadAllProjectResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectResource objects from the database.
 BOIterator<ProjectResource> BaselineProject.loadAllProjectResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectResource objects from the database.
 BOIterator<ProjectRisk> Project.loadAllProjectRisks(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectRisk objects from the database.
 BOIterator<ProjectRisk> BaselineProject.loadAllProjectRisks(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectRisk objects from the database.
 BOIterator<Project> EPS.loadAllProjects(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Return all child Projects from this EPS and its all descendent EPS.
 BOIterator<ProjectSpendingPlan> Project.loadAllProjectSpendingPlans(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectSpendingPlan objects from the database.
 BOIterator<ProjectSpendingPlan> BaselineProject.loadAllProjectSpendingPlans(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectSpendingPlan objects from the database.
 BOIterator<ProjectThreshold> Project.loadAllProjectThresholds(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectThreshold objects from the database.
 BOIterator<ProjectThreshold> BaselineProject.loadAllProjectThresholds(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectThreshold objects from the database.
 BOIterator<ResourceAssignmentPeriodActual> Project.loadAllResourceAssignmentPeriodActuals(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignmentPeriodActual objects from the database.
 BOIterator<ResourceAssignmentPeriodActual> BaselineProject.loadAllResourceAssignmentPeriodActuals(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignmentPeriodActual objects from the database.
 BOIterator<ResourceAssignment> WBS.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<ResourceAssignment> Project.loadAllResourceAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignment objects from the database.
 BOIterator<ResourceAssignment> BaselineProject.loadAllResourceAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignment objects from the database.
 BOIterator<ResourceAssignment> Project.loadAllResourceAssignmentsWithLiveSpread(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 ResourceAssignment objects with Live spreads from the database.
 BOIterator<ResourceAssignment> BaselineProject.loadAllResourceAssignmentsWithLiveSpread(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 ResourceAssignment objects with Live spreads from the database.
 BOIterator<ResourceCode> ResourceCodeType.loadAllResourceCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceCode objects from the database.
 BOIterator<Resource> Project.loadAllResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Resource objects from the database.
 com.primavera.integration.collab.initiation.InitiationStage[] Initiation.loadAllStages()
          Gets the stage data for this object.
 BOIterator<UDFValue> Project.loadAllUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> BaselineProject.loadAllUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<WBS> 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.
 BOIterator<WBS> Project.loadAllWBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated WBS objects from the database.
 BOIterator<WBS> BaselineProject.loadAllWBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated WBS objects from the database.
 BOIterator<WBSMilestone> Project.loadAllWBSMilestones(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated WBSMilestone objects from the database.
 BOIterator<WBSMilestone> BaselineProject.loadAllWBSMilestones(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated WBSMilestone objects from the database.
 BOIterator<WBS> Project.loadAllWBSWithSummarizedSpread(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<WBS> BaselineProject.loadAllWBSWithSummarizedSpread(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.
 User TimesheetDelegate.loadApproverUser(java.lang.String[] fields)
          Loads an associated User object from the database.
 Calendar Calendar.loadBaseCalendar(java.lang.String[] fields)
          Loads an associated Calendar object from the database.
 Activity[] BaselineProject.loadBaselineActivities(java.lang.String[] fields, ObjectId[] origActivities)
          Return the corresponding linked Activities from the BaselineProject.
 Activity BaselineProject.loadBaselineActivity(java.lang.String[] fields, ObjectId origActivity)
          Return the corresponding linked Activity from the BaselineProject.
 BOIterator<BaselineProject> BaselineType.loadBaselineProjects(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated BaselineProject objects from the database.
 BaselineType BaselineProject.loadBaselineType(java.lang.String[] fields)
          Loads an associated BaselineType object from the database.
 BOIterator<BatchReport> Project.loadBatchReports(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated BatchReport objects from the database.
 BOIterator<BatchReport> BaselineProject.loadBatchReports(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated BatchReport objects from the database.
 BOIterator<UDFValue> Project.loadCalculatedUDFValues(UDFType[] udfTypes)
          Loads multiple associated UDFValue objects
 Calendar Resource.loadCalendar(java.lang.String[] fields)
          Loads an associated Calendar object from the database.
 Calendar Activity.loadCalendar(java.lang.String[] fields)
          Loads an associated Calendar object from the database.
 CostAccount ResourceAssignment.loadCostAccount(java.lang.String[] fields)
          Loads an associated CostAccount object from the database.
 CostAccount ActivityExpense.loadCostAccount(java.lang.String[] fields)
          Loads an associated CostAccount object from the database.
 BOIterator<CostAccount> CostAccount.loadCostAccountChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated CostAccount objects from the database.
 Currency User.loadCurrency(java.lang.String[] fields)
          Loads an associated Currency object from the database.
 Currency Resource.loadCurrency(java.lang.String[] fields)
          Loads an associated Currency object from the database.
 BaselineProject Project.loadCurrentBaselineProject(java.lang.String[] fields)
          Loads an associated BaselineProject object from the database.
 Calendar Project.loadDefaultCalendar(java.lang.String[] fields)
          Loads an associated Calendar object from the database.
 Calendar BaselineProject.loadDefaultCalendar(java.lang.String[] fields)
          Loads an associated Calendar object from the database.
 User TimesheetDelegate.loadDelegateUser(java.lang.String[] fields)
          Loads an associated User object from the database.
 Document ProjectDocument.loadDocument(java.lang.String[] fields)
          Loads an associated Document object from the database.
 DocumentCategory Document.loadDocumentCategory(java.lang.String[] fields)
          Loads an associated DocumentCategory object from the database.
 BOIterator<Document> Document.loadDocumentChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Document objects from the database.
 BOIterator<Document> Resource.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Document objects from the database.
 BOIterator<Document> Project.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Document objects from the database.
 BOIterator<Document> DocumentStatusCode.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Document objects from the database.
 BOIterator<Document> DocumentCategory.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Document objects from the database.
 BOIterator<Document> BaselineProject.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Document objects from the database.
 DocumentStatusCode Document.loadDocumentStatusCode(java.lang.String[] fields)
          Loads an associated DocumentStatusCode object from the database.
 EPS EPSSpendingPlan.loadEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 EPS EPSNote.loadEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 EPS EPSFunding.loadEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 EPS EPSBudgetChangeLog.loadEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 BOIterator<EPS> OBS.loadEPS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated EPS objects from the database.
 BOIterator<EPSBudgetChangeLog> EPS.loadEPSBudgetChangeLogs(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated EPSBudgetChangeLog objects from the database.
 BOIterator<EPS> EPS.loadEPSChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated EPS objects from the database.
 BOIterator<EPSFunding> FundingSource.loadEPSFundings(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated EPSFunding objects from the database.
 BOIterator<EPSFunding> EPS.loadEPSFundings(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated EPSFunding objects from the database.
 BOIterator<EPSNote> NotebookTopic.loadEPSNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated EPSNote objects from the database.
 BOIterator<EPSNote> EPS.loadEPSNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated EPSNote objects from the database.
 BOIterator<EPSSpendingPlan> EPS.loadEPSSpendingPlans(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated EPSSpendingPlan objects from the database.
 ExpenseCategory ActivityExpense.loadExpenseCategory(java.lang.String[] fields)
          Loads an associated ExpenseCategory object from the database.
 FinancialPeriod ResourceAssignmentPeriodActual.loadFinancialPeriod(java.lang.String[] fields)
          Loads an associated FinancialPeriod object from the database.
 FinancialPeriod ActivityPeriodActual.loadFinancialPeriod(java.lang.String[] fields)
          Loads an associated FinancialPeriod object from the database.
 FundingSource ProjectFunding.loadFundingSource(java.lang.String[] fields)
          Loads an associated FundingSource object from the database.
 FundingSource EPSFunding.loadFundingSource(java.lang.String[] fields)
          Loads an associated FundingSource object from the database.
 BOIterator<FundingSource> FundingSource.loadFundingSourceChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated FundingSource objects from the database.
 GlobalProfile User.loadGlobalProfile(java.lang.String[] fields)
          Loads an associated GlobalProfile object from the database.
 BOIterator<Initiation> User.loadInitiations(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Initiation objects from the database.
 BOIterator<IssueHistory> Project.loadIssueHistories(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated IssueHistory objects from the database.
 BOIterator<IssueHistory> BaselineProject.loadIssueHistories(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated IssueHistory objects from the database.
 IssueHistory ProjectIssue.loadIssueHistory(java.lang.String[] fields)
          Loads an associated IssueHistory object from the database.
 NotebookTopic ProjectNote.loadNotebookTopic(java.lang.String[] fields)
          Loads an associated NotebookTopic object from the database.
 NotebookTopic EPSNote.loadNotebookTopic(java.lang.String[] fields)
          Loads an associated NotebookTopic object from the database.
 NotebookTopic ActivityNote.loadNotebookTopic(java.lang.String[] fields)
          Loads an associated NotebookTopic object from the database.
 OBS WBS.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS UserOBS.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS ProjectThreshold.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS ProjectRisk.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS ProjectIssue.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS Project.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS EPS.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS BaselineProject.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 BOIterator<OBS> OBS.loadOBSChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated OBS objects from the database.
 Project BaselineProject.loadOriginalProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 OverheadCode ResourceHour.loadOverheadCode(java.lang.String[] fields)
          Loads an associated OverheadCode object from the database.
 ActivityCode ActivityCode.loadParentActivityCode(java.lang.String[] fields)
          Loads an associated ActivityCode object from the database.
 CostAccount CostAccount.loadParentCostAccount(java.lang.String[] fields)
          Loads an associated CostAccount object from the database.
 Document Document.loadParentDocument(java.lang.String[] fields)
          Loads an associated Document object from the database.
 EPS Project.loadParentEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 EPS EPS.loadParentEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 EPS BaselineProject.loadParentEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 FundingSource FundingSource.loadParentFundingSource(java.lang.String[] fields)
          Loads an associated FundingSource object from the database.
 OBS OBS.loadParentOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 ProjectCode ProjectCode.loadParentProjectCode(java.lang.String[] fields)
          Loads an associated ProjectCode object from the database.
 Resource Resource.loadParentResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 ResourceCode ResourceCode.loadParentResourceCode(java.lang.String[] fields)
          Loads an associated ResourceCode object from the database.
 Role Role.loadParentRole(java.lang.String[] fields)
          Loads an associated Role object from the database.
 WBS WBS.loadParentWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 Activity Relationship.loadPredecessorActivity(java.lang.String[] fields)
          Loads an associated Activity object from the database.
 Project Relationship.loadPredecessorProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 BOIterator<Relationship> Activity.loadPredecessorRelationships(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Relationship objects from the database.
 Role Resource.loadPrimaryRole(java.lang.String[] fields)
          Loads an associated Role object from the database.
 Project WBSMilestone.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project WBS.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project UDFValue.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project TimesheetDelegate.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ResourceHour.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ResourceAssignmentPeriodActual.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ResourceAssignment.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ProjectThreshold.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ProjectSpendingPlan.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ProjectRisk.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ProjectResourceQuantity.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ProjectResource.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ProjectNote.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ProjectIssue.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ProjectFunding.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ProjectEstimate.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ProjectDocument.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ProjectCodeAssignment.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ProjectBudgetChangeLog.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project IssueHistory.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project Initiation.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project Document.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project BatchReport.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ActivityStep.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ActivityPeriodActual.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ActivityOwner.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ActivityNote.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ActivityExpense.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project ActivityCodeAssignment.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 Project Activity.loadProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 BOIterator<ProjectBudgetChangeLog> WBS.loadProjectBudgetChangeLogs(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectBudgetChangeLog objects from the database.
 BOIterator<Calendar> Project.loadProjectCalendars(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Calendar objects from the database.
 BOIterator<Calendar> BaselineProject.loadProjectCalendars(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Calendar objects from the database.
 BOIterator<Project> EPS.loadProjectChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Project objects from the database.
 BOIterator<Project> EPS.loadProjectChildrenWithSummarizedSpread(java.lang.String[] nonSpreadFields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads multiple associated Project objects with Summarized spreads from the database.
 ProjectCode ProjectCodeUser.loadProjectCode(java.lang.String[] fields)
          Loads an associated ProjectCode object from the database.
 ProjectCode ProjectCodeAssignment.loadProjectCode(java.lang.String[] fields)
          Loads an associated ProjectCode object from the database.
 BOIterator<ProjectCodeAssignment> ProjectCodeType.loadProjectCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectCodeAssignment objects from the database.
 BOIterator<ProjectCodeAssignment> ProjectCode.loadProjectCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectCodeAssignment objects from the database.
 BOIterator<ProjectCodeAssignment> Project.loadProjectCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectCodeAssignment objects from the database.
 BOIterator<ProjectCodeAssignment> BaselineProject.loadProjectCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectCodeAssignment objects from the database.
 BOIterator<ProjectCode> ProjectCode.loadProjectCodeChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectCode objects from the database.
 ProjectCodeType ProjectCodeAssignment.loadProjectCodeType(java.lang.String[] fields)
          Loads an associated ProjectCodeType object from the database.
 ProjectCodeType ProjectCode.loadProjectCodeType(java.lang.String[] fields)
          Loads an associated ProjectCodeType object from the database.
 ProjectCodeUser ProjectCode.loadProjectCodeUser(java.lang.String[] fields)
          Loads an associated ProjectCodeUser object from the database.
 BOIterator<ProjectCodeUser> User.loadProjectCodeUsers(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectCodeUser objects from the database.
 BOIterator<ProjectDocument> WBS.loadProjectDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectDocument objects from the database.
 BOIterator<ProjectDocument> Project.loadProjectDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectDocument objects from the database.
 BOIterator<ProjectDocument> Document.loadProjectDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectDocument objects from the database.
 BOIterator<ProjectDocument> BaselineProject.loadProjectDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectDocument objects from the database.
 BOIterator<ProjectDocument> Activity.loadProjectDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectDocument objects from the database.
 BOIterator<ProjectEstimate> WBS.loadProjectEstimates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectEstimate objects from the database.
 BOIterator<ProjectEstimate> Resource.loadProjectEstimates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectEstimate objects from the database.
 BOIterator<ProjectFunding> Project.loadProjectFundings(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectFunding objects from the database.
 BOIterator<ProjectFunding> FundingSource.loadProjectFundings(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectFunding objects from the database.
 BOIterator<ProjectFunding> BaselineProject.loadProjectFundings(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectFunding objects from the database.
 ProjectIssue IssueHistory.loadProjectIssue(java.lang.String[] fields)
          Loads an associated ProjectIssue object from the database.
 BOIterator<ProjectIssue> WBS.loadProjectIssues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectIssue objects from the database.
 BOIterator<ProjectIssue> ThresholdParameter.loadProjectIssues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectIssue objects from the database.
 BOIterator<ProjectIssue> Resource.loadProjectIssues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectIssue objects from the database.
 BOIterator<ProjectIssue> ProjectThreshold.loadProjectIssues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectIssue objects from the database.
 BOIterator<ProjectIssue> OBS.loadProjectIssues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectIssue objects from the database.
 BOIterator<ProjectIssue> Activity.loadProjectIssues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectIssue objects from the database.
 BOIterator<Activity> Project.loadProjectLevelActivities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Activity objects from the database.
 BOIterator<Activity> BaselineProject.loadProjectLevelActivities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Activity objects from the database.
 BOIterator<ProjectBudgetChangeLog> Project.loadProjectLevelBudgetChangeLogs(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectBudgetChangeLog objects from the database.
 BOIterator<ProjectBudgetChangeLog> BaselineProject.loadProjectLevelBudgetChangeLogs(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectBudgetChangeLog objects from the database.
 BOIterator<ProjectEstimate> Project.loadProjectLevelEstimates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectEstimate objects from the database.
 BOIterator<ProjectEstimate> BaselineProject.loadProjectLevelEstimates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectEstimate objects from the database.
 BOIterator<ProjectIssue> Project.loadProjectLevelIssues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectIssue objects from the database.
 BOIterator<ProjectIssue> BaselineProject.loadProjectLevelIssues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectIssue objects from the database.
 BOIterator<ProjectNote> Project.loadProjectLevelNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectNote objects from the database.
 BOIterator<ProjectNote> BaselineProject.loadProjectLevelNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectNote objects from the database.
 BOIterator<ProjectResource> Project.loadProjectLevelResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectResource objects from the database.
 BOIterator<ProjectResource> BaselineProject.loadProjectLevelResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectResource objects from the database.
 BOIterator<ProjectRisk> Project.loadProjectLevelRisks(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectRisk objects from the database.
 BOIterator<ProjectRisk> BaselineProject.loadProjectLevelRisks(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectRisk objects from the database.
 BOIterator<ProjectSpendingPlan> Project.loadProjectLevelSpendingPlans(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectSpendingPlan objects from the database.
 BOIterator<ProjectSpendingPlan> BaselineProject.loadProjectLevelSpendingPlans(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectSpendingPlan objects from the database.
 BOIterator<ProjectThreshold> Project.loadProjectLevelThresholds(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectThreshold objects from the database.
 BOIterator<ProjectThreshold> BaselineProject.loadProjectLevelThresholds(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectThreshold objects from the database.
 BOIterator<UDFValue> Project.loadProjectLevelUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> BaselineProject.loadProjectLevelUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<WBSMilestone> Project.loadProjectLevelWBSMilestones(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated WBSMilestone objects from the database.
 BOIterator<WBSMilestone> BaselineProject.loadProjectLevelWBSMilestones(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated WBSMilestone objects from the database.
 BOIterator<ProjectNote> WBS.loadProjectNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectNote objects from the database.
 BOIterator<ProjectNote> NotebookTopic.loadProjectNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectNote objects from the database.
 Project Calendar.loadProjectOwner(java.lang.String[] fields)
          Loads an associated Project object from the database.
 BOIterator<ProjectPortfolio> User.loadProjectPortfolios(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectPortfolio objects from the database.
 ProjectProfile UserOBS.loadProjectProfile(java.lang.String[] fields)
          Loads an associated ProjectProfile object from the database.
 ProjectResource ProjectResourceQuantity.loadProjectResource(java.lang.String[] fields)
          Loads an associated ProjectResource object from the database.
 ProjectResourceCategory ProjectResource.loadProjectResourceCategory(java.lang.String[] fields)
          Loads an associated ProjectResourceCategory object from the database.
 BOIterator<ProjectResourceQuantity> ProjectResource.loadProjectResourceQuantities(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectResourceQuantity objects from the database.
 BOIterator<ProjectResource> WBS.loadProjectResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectResource objects from the database.
 BOIterator<ProjectResource> Resource.loadProjectResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectResource objects from the database.
 BOIterator<ProjectResource> ProjectResourceCategory.loadProjectResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectResource objects from the database.
 BOIterator<ProjectRisk> WBS.loadProjectRisks(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectRisk objects from the database.
 BOIterator<ProjectRisk> RiskType.loadProjectRisks(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectRisk objects from the database.
 BOIterator<ProjectRisk> Resource.loadProjectRisks(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectRisk objects from the database.
 BOIterator<ProjectRisk> OBS.loadProjectRisks(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectRisk objects from the database.
 BOIterator<Project> ProjectPortfolio.loadProjects(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Load the project objects contained in the project portfolio.
 BOIterator<Project> ProjectCode.loadProjects(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Load the Project objects to which this project code is assigned.
 BOIterator<Project> OBS.loadProjects(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Project objects from the database.
 BOIterator<Project> Calendar.loadProjects(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Project objects from the database.
 BOIterator<ProjectSpendingPlan> WBS.loadProjectSpendingPlans(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectSpendingPlan objects from the database.
 ProjectThreshold ProjectIssue.loadProjectThreshold(java.lang.String[] fields)
          Loads an associated ProjectThreshold object from the database.
 BOIterator<ProjectThreshold> WBS.loadProjectThresholds(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectThreshold objects from the database.
 BOIterator<ProjectThreshold> ThresholdParameter.loadProjectThresholds(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectThreshold objects from the database.
 BOIterator<ProjectThreshold> OBS.loadProjectThresholds(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectThreshold objects from the database.
 BOIterator<Relationship> Project.loadRelationships(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Relationship objects from the database.
 BOIterator<Relationship> BaselineProject.loadRelationships(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Relationship objects from the database.
 Resource User.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource Timesheet.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource ResourceRole.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource ResourceRate.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource ResourceHour.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource ResourceCodeAssignment.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource ResourceAssignment.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource ResourceAccess.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource ProjectRisk.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource ProjectResourceQuantity.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource ProjectResource.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource ProjectIssue.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource ProjectEstimate.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 Resource Document.loadResource(java.lang.String[] fields)
          Loads an associated Resource object from the database.
 ResourceAccess User.loadResourceAccess(java.lang.String[] fields)
          Loads an associated ResourceAccess object from the database.
 BOIterator<ResourceAccess> Resource.loadResourceAccess(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAccess objects from the database.
 ResourceAssignment ResourceHour.loadResourceAssignment(java.lang.String[] fields)
          Loads an associated ResourceAssignment object from the database.
 ResourceAssignment ResourceAssignmentPeriodActual.loadResourceAssignment(java.lang.String[] fields)
          Loads an associated ResourceAssignment object from the database.
 BOIterator<ResourceAssignmentPeriodActual> WBS.loadResourceAssignmentPeriodActuals(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignmentPeriodActual objects from the database.
 BOIterator<ResourceAssignmentPeriodActual> ResourceAssignment.loadResourceAssignmentPeriodActuals(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignmentPeriodActual objects from the database.
 BOIterator<ResourceAssignmentPeriodActual> FinancialPeriod.loadResourceAssignmentPeriodActuals(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignmentPeriodActual objects from the database.
 BOIterator<ResourceAssignment> WBS.loadResourceAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignment objects from the database.
 BOIterator<ResourceAssignment> Role.loadResourceAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignment objects from the database.
 BOIterator<ResourceAssignment> ResourceCurve.loadResourceAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignment objects from the database.
 BOIterator<ResourceAssignment> Resource.loadResourceAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignment objects from the database.
 BOIterator<ResourceAssignment> CostAccount.loadResourceAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignment objects from the database.
 BOIterator<ResourceAssignment> Activity.loadResourceAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceAssignment objects from the database.
 BOIterator<ResourceAssignment> Resource.loadResourceAssignmentsWithLiveSpread(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 ResourceAssignment objects with Live spreads from the database.
 BOIterator<Resource> Resource.loadResourceChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Resource objects from the database.
 ResourceCode ResourceCodeAssignment.loadResourceCode(java.lang.String[] fields)
          Loads an associated ResourceCode object from the database.
 BOIterator<ResourceCodeAssignment> ResourceCodeType.loadResourceCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceCodeAssignment objects from the database.
 BOIterator<ResourceCodeAssignment> ResourceCode.loadResourceCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceCodeAssignment objects from the database.
 BOIterator<ResourceCodeAssignment> Resource.loadResourceCodeAssignments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceCodeAssignment objects from the database.
 BOIterator<ResourceCode> ResourceCode.loadResourceCodeChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceCode objects from the database.
 ResourceCodeType ResourceCodeAssignment.loadResourceCodeType(java.lang.String[] fields)
          Loads an associated ResourceCodeType object from the database.
 ResourceCodeType ResourceCode.loadResourceCodeType(java.lang.String[] fields)
          Loads an associated ResourceCodeType object from the database.
 ResourceCurve ResourceAssignment.loadResourceCurve(java.lang.String[] fields)
          Loads an associated ResourceCurve object from the database.
 BOIterator<ResourceHour> TimesheetPeriod.loadResourceHours(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceHour objects from the database.
 BOIterator<ResourceHour> Timesheet.loadResourceHours(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceHour objects from the database.
 BOIterator<ResourceHour> ResourceAssignment.loadResourceHours(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceHour objects from the database.
 BOIterator<ResourceHour> Resource.loadResourceHours(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceHour objects from the database.
 BOIterator<ResourceHour> Project.loadResourceHours(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceHour objects from the database.
 BOIterator<ResourceHour> OverheadCode.loadResourceHours(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceHour objects from the database.
 BOIterator<ResourceHour> BaselineProject.loadResourceHours(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceHour objects from the database.
 BOIterator<ResourceRate> Resource.loadResourceRates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceRate objects from the database.
 BOIterator<ResourceRole> Role.loadResourceRoles(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceRole objects from the database.
 BOIterator<ResourceRole> Resource.loadResourceRoles(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceRole objects from the database.
 BOIterator<Resource> UnitOfMeasure.loadResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Resource objects from the database.
 BOIterator<Resource> ResourceTeam.loadResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Load the resource objects contained in the resource team.
 BOIterator<Resource> ResourceCode.loadResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Load the Resource objects to which this resource code is assigned.
 BOIterator<Resource> Currency.loadResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Resource objects from the database.
 BOIterator<Resource> Calendar.loadResources(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Resource objects from the database.
 BOIterator<ResourceTeam> User.loadResourceTeams(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ResourceTeam objects from the database.
 RiskType ProjectRisk.loadRiskType(java.lang.String[] fields)
          Loads an associated RiskType object from the database.
 Role RoleRate.loadRole(java.lang.String[] fields)
          Loads an associated Role object from the database.
 Role RoleLimit.loadRole(java.lang.String[] fields)
          Loads an associated Role object from the database.
 Role ResourceRole.loadRole(java.lang.String[] fields)
          Loads an associated Role object from the database.
 Role ResourceAssignment.loadRole(java.lang.String[] fields)
          Loads an associated Role object from the database.
 BOIterator<Role> Role.loadRoleChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Role objects from the database.
 BOIterator<RoleLimit> Role.loadRoleLimits(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated RoleLimit objects from the database.
 RoleRate Role.loadRoleRate(java.lang.String[] fields)
          Loads an associated RoleRate object from the database.
 BOIterator<Role> RoleTeam.loadRoles(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Load the role objects contained in the role team.
 BOIterator<RoleTeam> User.loadRoleTeams(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated RoleTeam objects from the database.
 BOIterator<ActivityCode> ActivityCodeType.loadRootActivityCodes(java.lang.String[] fields)
          Loads all root ActivityCode objects from the database.
static BOIterator<CostAccount> CostAccount.loadRootCostAccounts(Session session, java.lang.String[] fields)
          Loads the root CostAccount objects from the database.
static BOIterator<Document> Document.loadRootDocuments(Session session, java.lang.String[] fields)
          Loads the root Document objects from the database.
static BOIterator<EPS> EPS.loadRootEPS(Session session, java.lang.String[] fields)
          Loads the root EPS objects from the database.
static OBS OBS.loadRootOBS(Session session, java.lang.String[] fields)
          Loads the root OBS object from the database.
 BOIterator<ProjectCode> ProjectCodeType.loadRootProjectCodes(java.lang.String[] fields)
          Loads all root ProjectCode objects from the database.
 BOIterator<ResourceCode> ResourceCodeType.loadRootResourceCodes(java.lang.String[] fields)
          Loads all root ResourceCode objects from the database.
static BOIterator<Resource> Resource.loadRootResources(Session session, java.lang.String[] fields)
          Loads the root Resource objects from the database.
static BOIterator<Role> Role.loadRootRoles(Session session, java.lang.String[] fields)
          Loads the root Role objects from the database.
 ScheduleOptions Project.loadScheduleOptions(java.lang.String[] fields)
          Loads an associated ScheduleOptions object from the database.
 ScheduleOptions BaselineProject.loadScheduleOptions(java.lang.String[] fields)
          Loads an associated ScheduleOptions object from the database.
 Shift ShiftPeriod.loadShift(java.lang.String[] fields)
          Loads an associated Shift object from the database.
 Shift Resource.loadShift(java.lang.String[] fields)
          Loads an associated Shift object from the database.
 ShiftPeriod ResourceRate.loadShiftPeriod(java.lang.String[] fields)
          Loads an associated ShiftPeriod object from the database.
 BOIterator<ShiftPeriod> Shift.loadShiftPeriods(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ShiftPeriod objects from the database.
 com.primavera.integration.collab.initiation.InitiationStage[] Initiation.loadStages(int[] stages)
          Gets the stage data for this object.
 Activity Relationship.loadSuccessorActivity(java.lang.String[] fields)
          Loads an associated Activity object from the database.
 Project Relationship.loadSuccessorProject(java.lang.String[] fields)
          Loads an associated Project object from the database.
 BOIterator<Relationship> Activity.loadSuccessorRelationships(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Relationship objects from the database.
 ThresholdParameter ProjectThreshold.loadThresholdParameter(java.lang.String[] fields)
          Loads an associated ThresholdParameter object from the database.
 ThresholdParameter ProjectIssue.loadThresholdParameter(java.lang.String[] fields)
          Loads an associated ThresholdParameter object from the database.
 Timesheet ResourceHour.loadTimesheet(java.lang.String[] fields)
          Loads an associated Timesheet object from the database.
 User Resource.loadTimesheetApprovalManager(java.lang.String[] fields)
          Loads an associated User object from the database.
 TimesheetPeriod Timesheet.loadTimesheetPeriod(java.lang.String[] fields)
          Loads an associated TimesheetPeriod object from the database.
 TimesheetPeriod ResourceHour.loadTimesheetPeriod(java.lang.String[] fields)
          Loads an associated TimesheetPeriod object from the database.
 BOIterator<Timesheet> TimesheetPeriod.loadTimesheets(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Timesheet objects from the database.
 BOIterator<Timesheet> Resource.loadTimesheets(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Timesheet objects from the database.
 UDFCode UDFValue.loadUDFCode(java.lang.String[] fields)
          Loads an associated UDFCode object from the database.
 BOIterator<UDFCode> UDFType.loadUDFCodes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFCode objects from the database.
 UDFType UDFValue.loadUDFType(java.lang.String[] fields)
          Loads an associated UDFType object from the database.
 UDFType UDFCode.loadUDFType(java.lang.String[] fields)
          Loads an associated UDFType object from the database.
 BOIterator<UDFValue> WBS.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> UDFType.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> UDFCode.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> ResourceAssignment.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> Resource.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> ProjectRisk.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> ProjectIssue.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> EPS.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> Document.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> ActivityStepTemplateItem.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> ActivityStep.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> ActivityExpense.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 BOIterator<UDFValue> Activity.loadUDFValues(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects from the database.
 UnitOfMeasure Resource.loadUnitOfMeasure(java.lang.String[] fields)
          Loads an associated UnitOfMeasure object from the database.
 User UserOBS.loadUser(java.lang.String[] fields)
          Loads an associated User object from the database.
 User UserLicense.loadUser(java.lang.String[] fields)
          Loads an associated User object from the database.
 User RoleTeam.loadUser(java.lang.String[] fields)
          Loads an associated User object from the database.
 User ResourceTeam.loadUser(java.lang.String[] fields)
          Loads an associated User object from the database.
 User ResourceAccess.loadUser(java.lang.String[] fields)
          Loads an associated User object from the database.
 User Resource.loadUser(java.lang.String[] fields)
          Loads an associated User object from the database.
 User ProjectPortfolio.loadUser(java.lang.String[] fields)
          Loads an associated User object from the database.
 User ProjectCodeUser.loadUser(java.lang.String[] fields)
          Loads an associated User object from the database.
 User Initiation.loadUser(java.lang.String[] fields)
          Loads an associated User object from the database.
 User ActivityOwner.loadUser(java.lang.String[] fields)
          Loads an associated User object from the database.
 BOIterator<UserLicense> User.loadUserLicenses(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UserLicense objects from the database.
 BOIterator<UserOBS> User.loadUserOBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UserOBS objects from the database.
 BOIterator<UserOBS> ProjectProfile.loadUserOBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UserOBS objects from the database.
 BOIterator<UserOBS> OBS.loadUserOBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UserOBS objects from the database.
 BOIterator<User> GlobalProfile.loadUsers(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated User objects from the database.
 BOIterator<User> Currency.loadUsers(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated User objects from the database.
 WBS WBSMilestone.loadWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 WBS ProjectThreshold.loadWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 WBS ProjectSpendingPlan.loadWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 WBS ProjectRisk.loadWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 WBS ProjectResourceQuantity.loadWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 WBS ProjectResource.loadWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 WBS ProjectNote.loadWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 WBS ProjectIssue.loadWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 WBS ProjectEstimate.loadWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 WBS ProjectDocument.loadWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 WBS ProjectBudgetChangeLog.loadWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 WBS Activity.loadWBS(java.lang.String[] fields)
          Loads an associated WBS object from the database.
 BOIterator<WBS> WBSCategory.loadWBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated WBS objects from the database.
 BOIterator<WBS> OBS.loadWBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated WBS objects from the database.
 WBSCategory WBS.loadWBSCategory(java.lang.String[] fields)
          Loads an associated WBSCategory object from the database.
 BOIterator<WBS> WBS.loadWBSChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated WBS objects from the database.
 BOIterator<WBS> Project.loadWBSChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated WBS objects from the database.
 BOIterator<WBS> BaselineProject.loadWBSChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated WBS objects from the database.
 BOIterator<WBS> 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<WBS> Project.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<WBS> BaselineProject.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> WBS.loadWBSMilestones(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated WBSMilestone objects from the database.
static BOIterator<ResourceAssignment> ResourceAssignment.loadWithLiveSpread(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 ResourceAssignment objects with live spreads from the database.
static BOIterator<Activity> Activity.loadWithLiveSpread(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 Activity objects with live spreads from the database.
static ResourceAssignment ResourceAssignment.loadWithLiveSpread(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 ResourceAssignment object with live spreads from the database.
static Activity Activity.loadWithLiveSpread(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 Activity object with live spreads from the database.
static BOIterator<Resource> Resource.loadWithProjectResourceSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds)
          Loads multiple Resource objects with Resource spreads from the database.
static BOIterator<Project> Project.loadWithProjectResourceSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds)
          Loads multiple Project objects with Resource spreads from the database.
static Resource Resource.loadWithProjectResourceSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds)
          Loads a Resource object with Resource spreads from the database.
static Project Project.loadWithProjectResourceSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds)
          Loads a Project object with Resource spreads from the database.
static BOIterator<Role> Role.loadWithProjectRoleSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds)
          Loads multiple Role objects with Role spreads from the database.
static BOIterator<Project> Project.loadWithProjectRoleSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds)
          Loads multiple Project objects with Role spreads from the database.
static Role Role.loadWithProjectRoleSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds)
          Loads a Role object with Role spreads from the database.
static Project Project.loadWithProjectRoleSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds)
          Loads a Project object with Role spreads from the database.
static BOIterator<WBS> 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 BOIterator<Project> Project.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 Project objects with summarized spreads from the database.
static BOIterator<EPS> EPS.loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads multiple EPS objects with summarized spreads from the database.
static BOIterator<BaselineProject> BaselineProject.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 BaselineProject objects with summarized spreads from the database.
static WBS 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.
static Project Project.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 Project object with summarized spreads from the database.
static EPS EPS.loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads a EPS object with summarized spreads from the database.
static BaselineProject BaselineProject.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 BaselineProject object with summarized spreads from the database.
 boolean Project.lockProject()
          Locks the project in exclusive mode.
 void Shift.removeAllShiftPeriods()
          Remove all the shift periods.
 void ProjectPortfolio.removeProject(ObjectId objId)
          Removes a project from the project portfolio.
 void ProjectPortfolio.removeProject(Project project)
          Removes a project from the project portfolio.
 void ProjectPortfolio.removeProjects(ObjectId[] objIds)
          Removes projects from the project portfolio.
 void ProjectPortfolio.removeProjects(Project[] projects)
          Removes projects from the project portfolio.
 void ResourceTeam.removeResource(ObjectId objId)
          Removes a resource from the resource team.
 void ResourceTeam.removeResource(Resource rsrc)
          Removes a resource from the resource team.
 void ResourceTeam.removeResources(ObjectId[] objIds)
          Removes resources from the resource team.
 void ResourceTeam.removeResources(Resource[] rsrcs)
          Removes resources from the resource team.
 void RoleTeam.removeRole(ObjectId objId)
          Removes a role from the role team.
 void RoleTeam.removeRole(Role role)
          Removes a role from the role team.
 void RoleTeam.removeRoles(ObjectId[] objIds)
          Removes roles from the role team.
 void RoleTeam.removeRoles(Role[] roles)
          Removes roles from the role team.
 void Shift.removeShiftPeriod(int iStartHour)
          Remove a shift period with the start hour.
 ObjectId BaselineProject.restore()
          Restore a BaselineProject which unlinks the BaselineProject and its project and makes them separate projects.
 void UnitOfMeasure.setAbbreviation(java.lang.String s)
          Sets the abbreviation of the unit of measure.
 void ActivityExpense.setAccrualType(AccrualType enm)
          Sets the accrual type for the project expense.
 void ActivityCodeAssignment.setActivityCodeObjectId(ObjectId o)
          Sets the unique ID of the associated activity code.
 void Project.setActivityDefaultActivityType(ActivityType enm)
          Sets the default type for activities.
 void BaselineProject.setActivityDefaultActivityType(ActivityType enm)
          Sets the default type for activities.
 void Project.setActivityDefaultCalendarObjectId(ObjectId o)
          Sets the unique ID of the calendar assigned to new activities by default.
 void BaselineProject.setActivityDefaultCalendarObjectId(ObjectId o)
          Sets the unique ID of the calendar assigned to new activities by default.
 void Project.setActivityDefaultCostAccountObjectId(ObjectId o)
          Sets the unique ID of the cost account assigned to new activities and project expenses by default.
 void BaselineProject.setActivityDefaultCostAccountObjectId(ObjectId o)
          Sets the unique ID of the cost account assigned to new activities and project expenses by default.
 void Project.setActivityDefaultDurationType(DurationType enm)
          Sets the duration type assigned to new activities by default.
 void BaselineProject.setActivityDefaultDurationType(DurationType enm)
          Sets the duration type assigned to new activities by default.
 void Project.setActivityDefaultPercentCompleteType(PercentCompleteType enm)
          Sets the percent complete type assigned to new activities by default.
 void BaselineProject.setActivityDefaultPercentCompleteType(PercentCompleteType enm)
          Sets the percent complete type assigned to new activities by default.
 void Project.setActivityDefaultPricePerUnit(Cost c)
          Sets the price used to estimate resource costs for activities that have planned, actual, or remaining units, but no resource assignments.
 void BaselineProject.setActivityDefaultPricePerUnit(Cost c)
          Sets the price used to estimate resource costs for activities that have planned, actual, or remaining units, but no resource assignments.
 void Project.setActivityIdBasedOnSelectedActivity(boolean b)
          Sets the flag that indicates how to auto-number activity IDs for new activities-Y/N - Y means use the selected activity's activity ID as prefix, N means use standard auto-numbering based on the prefix, suffix.
 void BaselineProject.setActivityIdBasedOnSelectedActivity(boolean b)
          Sets the flag that indicates how to auto-number activity IDs for new activities-Y/N - Y means use the selected activity's activity ID as prefix, N means use standard auto-numbering based on the prefix, suffix.
 void Project.setActivityIdIncrement(int i)
          Sets the increment used for auto-numbering of activity IDs.
 void BaselineProject.setActivityIdIncrement(int i)
          Sets the increment used for auto-numbering of activity IDs.
 void Project.setActivityIdPrefix(java.lang.String s)
          Sets the prefix used for auto-numbering of activity IDs.
 void BaselineProject.setActivityIdPrefix(java.lang.String s)
          Sets the prefix used for auto-numbering of activity IDs.
 void Project.setActivityIdSuffix(int i)
          Sets the suffix used for auto-numbering of activity IDs.
 void BaselineProject.setActivityIdSuffix(int i)
          Sets the suffix used for auto-numbering of activity IDs.
 void ResourceAssignment.setActivityObjectId(ObjectId o)
          Sets the unique ID of the activity to which the resource is assigned.
 void ProjectIssue.setActivityObjectId(ObjectId o)
          Sets the unique ID of the activity to which the project issue applies.
 void ProjectDocument.setActivityObjectId(ObjectId o)
          Sets the unique ID of the activity to which the activity document applies.
 void ActivityStep.setActivityObjectId(ObjectId o)
          Sets the unique ID of the activity to which the steps are assigned.
 void ActivityPeriodActual.setActivityObjectId(ObjectId o)
          Sets the unique ID of the associated activity.
 void ActivityNote.setActivityObjectId(ObjectId o)
          Sets the unique ID of the activity to which the activity note is assigned.
 void ActivityExpense.setActivityObjectId(ObjectId o)
          Sets the unique ID of the activity to which the project expense is linked.
 void ActivityCodeAssignment.setActivityObjectId(ObjectId o)
          Sets the unique ID of the activity to which the activity code is assigned.
 void Project.setActivityPercentCompleteBasedOnActivitySteps(boolean b)
          Sets the flag that indicates whether activity physical percent complete is automatically computed from the activity steps completed.
 void BaselineProject.setActivityPercentCompleteBasedOnActivitySteps(boolean b)
          Sets the flag that indicates whether activity physical percent complete is automatically computed from the activity steps completed.
 void ResourceAssignmentPeriodActual.setActualCost(Cost c)
          Sets the actual cost on this resource assignment during a financial period.
 void ResourceAssignment.setActualCost(Cost c)
          Sets the actual non-overtime plus overtime cost for the resource assignment on the activity.
 void ActivityExpense.setActualCost(Cost c)
          Sets the actual cost for the project expense.
 void Activity.setActualDuration(Duration d)
          Sets the total working time from the activity actual start date to the actual finish date (for completed activities), or to the current data date (for in-progress activities).
 void ActivityPeriodActual.setActualExpenseCost(Cost c)
          Sets the actual expense cost on this activity during a financial period.
 void ResourceAssignment.setActualFinishDate(EndDate d)
          Sets the date the resource actually finished working on the activity.
 void Activity.setActualFinishDate(EndDate d)
          Sets the date on which the activity is actually finished.
 void ActivityPeriodActual.setActualLaborCost(Cost c)
          Sets the actual labor cost on this activity during a financial period.
 void Activity.setActualLaborCost(Cost c)
          Sets the actual costs for all labor resources assigned to the activity.
 void ActivityPeriodActual.setActualLaborUnits(Unit u)
          Sets the actual labor units on this activity during a financial period.
 void Activity.setActualLaborUnits(Unit u)
          Sets the actual units for all labor resources assigned to the activity.
 void ActivityPeriodActual.setActualNonLaborCost(Cost c)
          Sets the actual nonlabor cost on this activity during a financial period.
 void Activity.setActualNonLaborCost(Cost c)
          Sets the actual costs for all nonlabor resources assigned to the activity.
 void ActivityPeriodActual.setActualNonLaborUnits(Unit u)
          Sets the actual nonlabor units on this activity during a financial period.
 void Activity.setActualNonLaborUnits(Unit u)
          Sets the actual units for all nonlabor resources assigned to the activity.
 void ResourceAssignment.setActualOvertimeCost(Cost c)
          Sets the actual overtime cost for the resource assignment on the activity.
 void ResourceAssignment.setActualOvertimeUnits(Unit u)
          Sets the actual overtime units worked by the resource on this activity.
 void ResourceAssignment.setActualRegularCost(Cost c)
          Sets the actual non-overtime cost for the resource assignment on the activity.
 void ResourceAssignment.setActualRegularUnits(Unit u)
          Sets the actual non-overtime units worked by the resource on this activity.
 void ResourceAssignment.setActualStartDate(BeginDate d)
          Sets the date the resource actually started working on the activity.
 void Activity.setActualStartDate(BeginDate d)
          Sets the date on which the activity is actually started.
 void ResourceAssignment.setActualThisPeriodCost(Cost c)
          Sets the actual this period cost (will be labor or nonlabor).
 void Activity.setActualThisPeriodLaborCost(Cost c)
          Sets the actual this period labor cost for all labor resources assigned to the activity.
 void Activity.setActualThisPeriodLaborUnits(Unit u)
          Sets the actual this period labor units (hours) for all labor resources assigned to the activity.
 void Activity.setActualThisPeriodNonLaborCost(Cost c)
          Sets the actual this period nonlabor cost for all nonlabor resources assigned to the activity.
 void Activity.setActualThisPeriodNonLaborUnits(Unit u)
          Sets the actual this period nonlabor units (hours) for all nonlabor resources assigned to the activity.
 void ResourceAssignment.setActualThisPeriodUnits(Unit u)
          Sets the actual this period units (hours) (will be labor or nonlabor).
 void ActivityExpense.setActualUnits(double d)
          Sets the actual units for the project expense.
 void ResourceAssignmentPeriodActual.setActualUnits(Unit u)
          Sets the actual units on this resource assignment during a financial period.
 void ResourceAssignment.setActualUnits(Unit u)
          Sets the actual non-overtime plus overtime units worked by the resource on this activity.
 void ProjectIssue.setActualValue(double d)
          Sets the actual value of the threshold parameter for the project issue.
 void Project.setAddActualToRemaining(boolean b)
          Sets the flag that indicates whether to add actual to remaining or to subtract actual from at complete when actual units and costs are updated.
 void BaselineProject.setAddActualToRemaining(boolean b)
          Sets the flag that indicates whether to add actual to remaining or to subtract actual from at complete when actual units and costs are updated.
 void Project.setAddedBy(java.lang.String s)
          Sets the name of the user who added the project to the database.
 void BaselineProject.setAddedBy(java.lang.String s)
          Sets the name of the user who added the project to the database.
 void ProjectEstimate.setAdjustmentFactor(int i)
          Sets the adjustment, in percent, made to the estimated units before application to the activities.
 void Project.setAllowNegativeActualUnitsFlag(boolean b)
          Sets the flag that indicates whether the project can allow the negative valus for the actual units.
 void User.setAllResourceAccessFlag(boolean b)
          Sets the flag that determines whether the user has all resource access (TRUE) or restricted resource access (FALSE).
 void ProjectFunding.setAmount(Cost c)
          Sets the amount of a funding source that is allocated to the project.
 void ProjectBudgetChangeLog.setAmount(Cost c)
          Sets the amount of budget change.
 void EPSFunding.setAmount(Cost c)
          Sets the amount of a funding source that is allocated to the EPS.
 void EPSBudgetChangeLog.setAmount(Cost c)
          Sets the amount of budget change.
 void Project.setAnnualDiscountRate(double d)
          Sets the user-defined number field that identifies the discount rate for the project.
 void BaselineProject.setAnnualDiscountRate(double d)
          Sets the user-defined number field that identifies the discount rate for the project.
 void WBS.setAnticipatedFinishDate(EndDate d)
          Sets the anticipated finish date of WBS, project and EPS elements.
 void Project.setAnticipatedFinishDate(EndDate d)
          Sets the anticipated finish date of Project element.
 void EPS.setAnticipatedFinishDate(EndDate d)
          Sets the anticipated finish date of the EPS.
 void BaselineProject.setAnticipatedFinishDate(EndDate d)
          Sets the anticipated finish date of WBS, project and EPS elements.
 void WBS.setAnticipatedStartDate(BeginDate d)
          Sets the anticipated start date of WBS, project and EPS elements.
 void Project.setAnticipatedStartDate(BeginDate d)
          Sets the anticipated start date of Project element.
 void EPS.setAnticipatedStartDate(BeginDate d)
          Sets the anticipated start date of the EPS.
 void BaselineProject.setAnticipatedStartDate(BeginDate d)
          Sets the anticipated start date of WBS, project and EPS elements.
 void ProjectEstimate.setApplied(boolean b)
          Sets the flag that indicates whether the estimate was applied to the activities.
 void Project.setAssignmentDefaultDrivingFlag(boolean b)
          Sets the default flag assigned to new assignments, to indicate whether assignments will drive activity dates.
 void BaselineProject.setAssignmentDefaultDrivingFlag(boolean b)
          Sets the default flag assigned to new assignments, to indicate whether assignments will drive activity dates.
 void Project.setAssignmentDefaultRateType(DefaultRateType enm)
          Sets the default rate type when adding resource assignments to a project.
 void BaselineProject.setAssignmentDefaultRateType(DefaultRateType enm)
          Sets the default rate type when adding resource assignments to a project.
 void User.setAssignmentStaffingPreference(AssignmentStaffingPreference enm)
          Sets the value that determines whether the current or the new resource's Units per Time and Overtime factor is used to calculate costs when assigning the resource to an existing activity assignment.
 void ResourceAssignment.setAtCompletionCost(Cost c)
          Sets the sum of the actual plus remaining costs for the resource assignment on the activity.
 void Activity.setAtCompletionDuration(Duration d)
          Sets the total working time from the activity's current start date to the current finish date.
 void Activity.setAtCompletionLaborCost(Cost c)
          Sets the sum of the actual plus remaining costs for all labor resources assigned to the activity.
 void Activity.setAtCompletionLaborUnits(Unit u)
          Sets the sum of the actual plus remaining units for all labor resources assigned to the activity.
 void Activity.setAtCompletionNonLaborCost(Cost c)
          Sets the sum of the actual plus remaining costs for all nonlabor resources assigned to the activity.
 void Activity.setAtCompletionNonLaborUnits(Unit u)
          Sets the sum of the actual plus remaining units for all nonlabor resources assigned to the activity.
 void ResourceAssignment.setAtCompletionUnits(Unit u)
          Sets the sum of the actual plus remaining units for the resource assignment on the activity.
 void Document.setAuthor(java.lang.String s)
          Sets the person who created the work product or document.
 void Resource.setAutoComputeActuals(boolean b)
          Sets the flag that identifies whether the activity actual and remaining units, start dates and finish dates for the resource are computed automatically using the planned dates, planned units and the activity's schedule percent complete.
 void ActivityExpense.setAutoComputeActuals(boolean b)
          Sets the flag that identifies whether the actual and remaining costs for the expense are computed automatically using the planned cost and the activity's schedule percent complete.
 void Activity.setAutoComputeActuals(boolean b)
          Sets the option that determines whether the activity's actual and remaining units, start date, finish date, and percent complete are computed automatically using the planned dates, planned units and the schedule percent complete.
 void NotebookTopic.setAvailableForActivity(boolean b)
          Sets the flag indicating that the topic will be available to assign to activities.
 void NotebookTopic.setAvailableForEPS(boolean b)
          Sets the flag indicating that the topic will be available to assign to EPS.
 void NotebookTopic.setAvailableForProject(boolean b)
          Sets the flag indicating that the topic will be available to assign to projects.
 void NotebookTopic.setAvailableForWBS(boolean b)
          Sets the flag indicating that the topic will be available to assign to WBS.
 void ProjectEstimate.setAverageProductivity(double d)
          Sets the average productivity in function points per person-month used in top-down function point estimation.
 void Calendar.setBaseCalendarObjectId(ObjectId o)
          Sets the unique ID of the global calendar to which this calendar is linked.
 void GlobalPreferences.setBaseCurrencyObjectId(ObjectId o)
          Sets the unique ID of the currency.
 void BaselineProject.setBaselineTypeObjectId(ObjectId o)
          Sets the unique ID of the baseline type.
 void ProjectSpendingPlan.setBenefitPlan(Cost c)
          Sets the editable monthly profit portion for each month for the project.
 void EPSSpendingPlan.setBenefitPlan(Cost c)
          Sets the editable monthly profit portion for each month for the EPS.
 void Role.setCalculateCostFromUnits(boolean b)
          Sets the option that indicates whether costs and quantities are linked, and whether quantities should be updated when costs are updated.
 void Resource.setCalculateCostFromUnits(boolean b)
          Sets the option to indicate that any new assignments for this resource will have its costs recalculated whenever any quantity changes occur.
 void ScheduleOptions.setCalculateFloatBasedOnFinishDate(boolean b)
          Sets the flag that indicates how each activity's float will be calculated with respect to other projects in the scheduling batch.
 void Resource.setCalendarObjectId(ObjectId o)
          Sets the unique ID of the calendar assigned to the resource.
 void Activity.setCalendarObjectId(ObjectId o)
          Sets the unique ID of the calendar assigned to the activity.
 void ProjectBudgetChangeLog.setChangeNumber(java.lang.String s)
          Sets the change number that is automatically incremented according to when changes are added.
 void EPSBudgetChangeLog.setChangeNumber(java.lang.String s)
          Sets the change number that is automatically incremented according to when changes are added.
 void Project.setCheckOutStatus(boolean b)
          Sets the flag that indicates that the project is currently checked out to an external file or database and is being managed remotely.
 void WBS.setCode(java.lang.String s)
          Sets the short code assigned to each WBS element for identification.
 void UDFCode.setCodeTypeObjectId(ObjectId o)
          Sets the unique ID of the code type.
 void ResourceCode.setCodeTypeObjectId(ObjectId o)
          Sets the unique ID of the parent resource code type.
 void ProjectCode.setCodeTypeObjectId(ObjectId o)
          Sets the unique ID of the parent project code type.
 void ActivityCode.setCodeTypeObjectId(ObjectId o)
          Sets the unique ID of the parent activity code type.
 void UDFCode.setCodeValue(java.lang.String s)
          Sets the short ID that uniquely identifies the code within the code type.
 void ResourceCode.setCodeValue(java.lang.String s)
          Sets the value of the resource code.
 void ProjectCode.setCodeValue(java.lang.String s)
          Sets the value of the project code.
 void ActivityCode.setCodeValue(java.lang.String s)
          Sets the value of the activity code.
 void Resource.setCodeValueObjectId(ObjectId codeTypeObjectId, ObjectId codeValueObjectId)
          Deprecated. As of release 5.0 SP3, create or update resource code assignments using the ResourceCodeAssignment business object.
 void Project.setCodeValueObjectId(ObjectId codeTypeObjectId, ObjectId codeValueObjectId)
          Deprecated. As of release 5.0 SP3, create or update project code assignments using the ProjectCodeAssignment business object.
 void BaselineProject.setCodeValueObjectId(ObjectId codeTypeObjectId, ObjectId codeValueObjectId)
          Deprecated. As of release 5.0 SP3, create or update project code assignments using the ProjectCodeAssignment business object.
 void Activity.setCodeValueObjectId(ObjectId codeTypeObjectId, ObjectId codeValueObjectId)
          Deprecated. As of release 5.0 SP3, create or update activity code assignments using the ActivityCodeAssignment business object.
 void ProjectResource.setCommittedFlag(boolean b)
          Sets the Boolean value that determines whether a resource is committed, and so, the resource assignment is stable and unlikely to change.
 void ScheduleOptions.setComputeTotalFloatType(ScheduleFloatType enm)
          Sets the method for calculating total float for all activities.
 void Project.setContainsSummaryDataOnly(boolean b)
          Sets the flag that indicates that the project does not contain detail data and cannot be opened.
 void UDFValue.setCost(Cost c)
          Sets the value of the cost UDF.
 void ResourceAssignment.setCostAccountObjectId(ObjectId o)
          Sets the unique ID of the cost account associated with this resource assignment.
 void ActivityExpense.setCostAccountObjectId(ObjectId o)
          Sets the unique ID of the cost account associated with the project expense.
 void Project.setCostQuantityRecalculateFlag(boolean b)
          Sets the flag that, when costs and quantities are linked, indicates whether the quantities should be updated when costs are updated,.
 void BaselineProject.setCostQuantityRecalculateFlag(boolean b)
          Sets the flag that indicates whether quantities should be updated when costs are updated, if costs and quantities are linked.
 void Project.setCriticalActivityFloatLimit(Duration d)
          Sets the duration used to determine if an activity is critical.
 void BaselineProject.setCriticalActivityFloatLimit(Duration d)
          Sets the duration used to determine if an activity is critical.
 void ScheduleOptions.setCriticalActivityFloatThreshold(Duration d)
          Sets the maximum float time for activities before they are marked critical.
 void ScheduleOptions.setCriticalActivityPathType(CriticalActivityPathType enm)
          Sets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.
 void Project.setCriticalActivityPathType(CriticalActivityPathType enm)
          Sets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.
 void BaselineProject.setCriticalActivityPathType(CriticalActivityPathType enm)
          Sets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.
 void User.setCurrencyObjectId(ObjectId o)
          Sets the unique ID of the associated currency.
 void Resource.setCurrencyObjectId(ObjectId o)
          Sets the unique ID of the currency associated with this resource.
 void Project.setCurrentBaselineProjectObjectId(ObjectId o)
          Sets the unique ID of the project's baseline to use for computing summaries.
 void ResourceCurve.setCurveValues(double[] curvData)
          Set ResourceCurve data.
 void GlobalPreferences.setCustomLabel1(java.lang.String s)
          Sets the custom (user-defined) text that will be inserted into any report containing the Custom Label 1 global variable text cell, when printed.
 void GlobalPreferences.setCustomLabel2(java.lang.String s)
          Sets the custom (user-defined) text that will be inserted into any report containing the Custom Label 2 global variable text cell, when printed.
 void GlobalPreferences.setCustomLabel3(java.lang.String s)
          Sets the custom (user-defined) text that will be inserted into any report containing the Custom Label 3 global variable text cell, when printed.
 void Project.setDataDate(java.util.Date d)
          Sets the current data date for the project.
 void BaselineProject.setDataDate(java.util.Date d)
          Sets the current data date for the project.
 void UDFType.setDataType(UDFDataType enm)
          Sets the data type of the user-defined field: "Text", "Start Date", "Finish Date", "Cost", "Double", "Integer", "Indicator", or "Code".
 void ProjectSpendingPlan.setDate(java.util.Date d)
          Sets the start of a spending/benefit plan time period for the project.
 void ProjectEstimate.setDate(java.util.Date d)
          Sets the date on which the estimation was made.
 void ProjectBudgetChangeLog.setDate(java.util.Date d)
          Sets the date of this budget change entry.
 void EPSSpendingPlan.setDate(java.util.Date d)
          Sets the start of a spending/benefit plan time period for the EPS.
 void EPSBudgetChangeLog.setDate(java.util.Date d)
          Sets the date of this budget change entry.
 void Project.setDateAdded(java.util.Date d)
          Sets the date on which the project was added to the Project Management database.
 void BaselineProject.setDateAdded(java.util.Date d)
          Sets the date on which the project was added to the Project Management database.
 void ProjectRisk.setDateIdentified(java.util.Date d)
          Sets the date the project risk was identified.
 void ProjectIssue.setDateIdentified(java.util.Date d)
          Sets the date the project issue was identified.
 void GlobalPreferences.setDayAbbreviation(java.lang.String s)
          Sets the abbreviation character for time periods of days.
 void Currency.setDecimalPlaces(int i)
          Sets the number of decimal places displayed.
 void Currency.setDecimalSymbol(java.lang.String s)
          Sets the decimal symbol displayed.
 void GlobalPreferences.setDefaultDuration(Duration d)
          Sets the planned duration assigned to new activities by default.
 void Project.setDefaultPriceTimeUnits(UnitType enm)
          Sets the time units associated with the project's default price per time.
 void BaselineProject.setDefaultPriceTimeUnits(UnitType enm)
          Sets the time units associated with the project's default price per time.
 void GlobalPreferences.setDefaultTimesheetApprovalManager(ObjectId o)
          Sets the unique ID of the resource manager assigned to approve timesheets for new resources by default.
 void Resource.setDefaultUnitsPerTime(UnitsPerTime d)
          Sets the default units/time setting, which determines the value of the remaining units/time and planned units/time when a resource assignment is added.
 void Document.setDeliverable(boolean b)
          Sets the flag that indicates that the work product or document is a project deliverable.
 void UDFCode.setDescription(java.lang.String s)
          Sets the description of the code.
 void RoleTeam.setDescription(java.lang.String s)
          Sets the description of the role team.
 void ResourceTeam.setDescription(java.lang.String s)
          Sets the description of the resource team.
 void ResourceCode.setDescription(java.lang.String s)
          Sets the description of the resource code.
 void ProjectRisk.setDescription(java.lang.String s)
          Sets the description of the project risk.
 void ProjectPortfolio.setDescription(java.lang.String s)
          Sets the description of the project portfolio.
 void ProjectCode.setDescription(java.lang.String s)
          Sets the description of the project code.
 void OverheadCode.setDescription(java.lang.String s)
          Sets the description of the overhead code.
 void OBS.setDescription(java.lang.String s)
          Sets the description of the person/role in the organization.
 void FundingSource.setDescription(java.lang.String s)
          Sets the description of the funding source.
 void Document.setDescription(java.lang.String s)
          Sets the narrative description of the work product or document.
 void CostAccount.setDescription(java.lang.String s)
          Sets the description of the cost account.
 void ActivityStep.setDescription(java.lang.String s)
          Sets the description of the activity step.
 void ActivityCode.setDescription(java.lang.String s)
          Sets the description of the activity code.
 void Calendar.setDetailedWorkHours(java.util.Date date, DetailedWorkHours hhdm)
          Set the detailed time hours for the given date.
 void ProjectThreshold.setDetailToMonitor(ThresholdMonitorDetail enm)
          Sets the level of detail to monitor, either Activity or WBS.
 void Currency.setDigitGroupingSymbol(java.lang.String s)
          Sets the symbol used to group the numbers.
 void Project.setDiscountApplicationPeriod(DiscountApplicationPeriod enm)
          Sets the timescale for entering ROI spending and benefit plan.
 void BaselineProject.setDiscountApplicationPeriod(DiscountApplicationPeriod enm)
          Sets the timescale for entering ROI spending and benefit plan.
 void Document.setDocumentCategoryObjectId(ObjectId o)
          Sets the unique ID of the associated document category.
 void ActivityExpense.setDocumentNumber(java.lang.String s)
          Sets the document number for the expense.
 void ProjectDocument.setDocumentObjectId(ObjectId o)
          Sets the unique ID of the document to which the activity document applies.
 void Document.setDocumentStatusCodeObjectId(ObjectId o)
          Sets the unique ID of the associated document status code.
 void Document.setDocumentType(DocumentType enm)
          Sets the type of document: 'Non-Collaboration' or 'Collaboration'.
 void UDFValue.setDouble(double d)
          Sets the value of the double UDF.
 void ResourceAssignment.setDrivingActivityDatesFlag(boolean b)
          Sets the flag indicating whether new resource/role assignments drive activity dates, by default.
 void Activity.setDurationPercentComplete(Percent p)
          Sets the percent complete of the activity duration.
 void Activity.setDurationType(DurationType enm)
          Sets the duration type of the activity.
 void WBS.setEarnedValueComputeType(EarnedValueComputeType enm)
          Sets the technique used for computing earned-value percent complete for activities within the WBS.
 void Project.setEarnedValueComputeType(EarnedValueComputeType enm)
          Sets the technique used for computing earned-value percent complete for activities within the Project.
 void ActivityPeriodActual.setEarnedValueCost(Cost c)
          Sets the earned value cost on this activity during a financial period.
 void WBS.setEarnedValueETCComputeType(EarnedValueETCComputeType enm)
          Sets the technique for computing earned-value estimate-to-complete for activities within the WBS.
 void Project.setEarnedValueETCComputeType(EarnedValueETCComputeType enm)
          Sets the technique for computing earned-value estimate-to-complete for activities within the Project.
 void WBS.setEarnedValueETCUserValue(Unit u)
          Sets the user-defined performance factor, PF, for computing earned-value estimate-to-complete.
 void Project.setEarnedValueETCUserValue(Unit u)
          Sets the user-defined performance factor, PF, for computing earned-value estimate-to-complete.
 void ActivityPeriodActual.setEarnedValueLaborUnits(Unit u)
          Sets the earned value labor units on this activity during a financial period.
 void WBS.setEarnedValueUserPercent(Percent p)
          Sets the user-defined percent complete for computing earned value for activities within the WBS.
 void Project.setEarnedValueUserPercent(Percent p)
          Sets the user-defined percent complete for computing earned value for activities within the Project.
 void RoleLimit.setEffectiveDate(BeginDate d)
          Sets the effective date for the role maximum units per time.
 void ResourceRate.setEffectiveDate(BeginDate d)
          Sets the effective date for the resource price and maximum units per time.
 void User.setEmailAddress(java.lang.String s)
          Sets the current user's return email address.
 void Resource.setEmailAddress(java.lang.String s)
          Sets the e-mail address for the resource.
 void User.setEmailProtocol(EmailType enm)
          Sets the email type for the user: 'Internet Mail' or 'MAPI Mail'.
 void Resource.setEmployeeId(java.lang.String s)
          Sets the resource identifier within the organization, typically the employee number or social security number.
 void GlobalPreferences.setEnablePasswordPolicy(boolean b)
          Sets the flag that indicates whether the password policy is enforced.
 void Project.setEnableSummarization(boolean b)
          Sets the option which, when true, directs the Summarizer service to automatically summarize the project.
 void BaselineProject.setEnableSummarization(boolean b)
          Sets the flag which, when true, causes the Summarizer service to automatically summarize the project.
 void GlobalPreferences.setEnableTSAudit(boolean b)
          Sets the flag indicating whether to track timesheet submission, approval, and rejection.
 void User.setEnableUserToModifyViewSettingsFlag(boolean b)
          Sets the flag that when set to true allows the user to change his or her personal view settings in P6 Web Access.
 void FinancialPeriod.setEndDate(EndDate d)
          Sets the end date of the period.
 void EPSSpendingPlan.setEPSObjectId(ObjectId o)
          Sets the unique ID of the associated EPS for this EPS spending plan.
 void EPSNote.setEPSObjectId(ObjectId o)
          Sets the unique ID of the associated EPS.
 void EPSFunding.setEPSObjectId(ObjectId o)
          Sets the unique ID of the associated EPS for this EPS funding.
 void EPSBudgetChangeLog.setEPSObjectId(ObjectId o)
          Sets the unique ID of the EPS element to which the budget change log applies.
 void ActivityCodeType.setEPSObjectId(ObjectId o)
          Sets the unique ID of the associated EPS.
 void Activity.setEstimatedWeight(double d)
          Sets the estimation weight for the activity, used for top-down estimation.
 void WBS.setEstimatedWeight(Unit u)
          Sets the estimation weight for the WBS element, used for top-down estimation.
 void Project.setEstimatedWeight(Unit u)
          Sets the estimation weight for the Project element, used for top-down estimation.
 void BaselineProject.setEstimatedWeight(Unit u)
          Sets the estimation weight for the WBS element, used for top-down estimation.
 void GlobalPreferences.setEVEstimateToCompleteFactor(Unit u)
          Sets the user-defined performance factor, PF, for computing earned-value estimate-to-complete.
 void GlobalPreferences.setEVEstimateToCompleteTechnique(EarnedValueETCComputeType enm)
          Sets the technique for computing earned-value estimate-to-complete.
 void GlobalPreferences.setEVPerformancePctCompleteCustomPct(Percent p)
          Sets the user-defined percent complete for computing earned value for activities within the WBS.
 void GlobalPreferences.setEVPerformancePctCompleteTechnique(EarnedValueComputeType enm)
          Sets the technique used for computing earned-value percent complete.
 void Currency.setExchangeRate(double d)
          Sets the exchange rate against the base currency.
 void Activity.setExpectedFinishDate(EndDate d)
          Sets the date the activity is expected to be finished according to the progress made on the activity's work products.
 void ActivityExpense.setExpenseCategoryObjectId(ObjectId o)
          Sets the unique ID of the expense category for the project expense.
 void ActivityExpense.setExpenseDescription(java.lang.String s)
          Sets the description of the expense.
 void ActivityExpense.setExpenseItem(java.lang.String s)
          Sets the name of the project expense.
 void ActivityExpense.setExpensePercentComplete(Percent p)
          Sets the percent complete of the project expense.
 void Activity.setExternalEarlyStartDate(BeginDate d)
          Sets the date value that determines the early start date for imported activities with external constraints lost (relations from/to external projects that do not exist in the database).
 void Activity.setExternalLateFinishDate(EndDate d)
          Sets the date value that determines the Late Finish Date for imported activities with external constraints lost (from/to external projects that do not exist in the database).
 void Activity.setFeedback(java.lang.String s)
          Sets the feedback from the resource.
 void ProjectResourceQuantity.setFinancialPeriod1Quantity(Unit u)
          Sets the value that represents the resource allocation hours for the first financial period for this project resource quantity.
 void ProjectResourceQuantity.setFinancialPeriod2Quantity(Unit u)
          Sets the value that represents the resource allocation hours for the second financial period for this project resource quantity.
 void User.setFinancialPeriodEndObjectId(ObjectId o)
          Sets the unique ID generated by the system of the last financial period viewable in columns in Project Management.
 void ResourceAssignmentPeriodActual.setFinancialPeriodObjectId(ObjectId o)
          Sets the unique ID of the associated financial period.
 void ActivityPeriodActual.setFinancialPeriodObjectId(ObjectId o)
          Sets the unique ID of the associated financial period.
 void User.setFinancialPeriodStartObjectId(ObjectId o)
          Sets the unique ID generated by the system of the first financial period viewable in columns in Project Management.
 void UDFValue.setFinishDate(EndDate d)
          Sets the value of the finish date UDF.
 void ResourceAssignment.setFinishDate(EndDate d)
          Sets the finish date of the resource assignment on the activity.
 void Activity.setFinishDate(EndDate d)
          Sets the current finish date of the activity.
 void Project.setFiscalYearStartMonth(int i)
          Sets the month that marks the beginning of the fiscal year for the project.
 void BaselineProject.setFiscalYearStartMonth(int i)
          Sets the month that marks the beginning of the fiscal year for the project.
 void GlobalPreferences.setFooterLabel1(java.lang.String s)
          Sets the first footer for reports.
 void GlobalPreferences.setFooterLabel2(java.lang.String s)
          Sets the second footer for reports.
 void GlobalPreferences.setFooterLabel3(java.lang.String s)
          Sets the third footer for reports.
 void UDFValue.setForeignObjectId(ObjectId o)
          Sets the unique ID of the business object to which the UDF is assigned: ProjectObjectId, ActivityObjectId, ResourceObjectId, etc.
 void ProjectThreshold.setFromDate(java.util.Date d)
          Sets the starting custom date of the time window that is monitored against a project threshold.
 void ProjectThreshold.setFromDateExpression(java.lang.String s)
          Sets the expression for the starting date of the time window that is monitored against a project threshold.
 void ProjectEstimate.setFunctionPointCount(int i)
          Sets the final adjusted function point count, used in top-down function point estimation.
 void ProjectFunding.setFundingSourceObjectId(ObjectId o)
          Sets the unique ID of the associated funding source for this project funding.
 void EPSFunding.setFundingSourceObjectId(ObjectId o)
          Sets the unique ID of the associated funding source for this EPS funding.
 void ProjectFunding.setFundShare(Percent p)
          Sets the percentage of the total fund that is allocated to the project.
 void EPSFunding.setFundShare(Percent p)
          Sets the percentage of the total fund that is allocated to the EPS.
 void User.setGlobalProfileObjectId(ObjectId o)
          Sets the unique ID of the global security profile assigned to the user.
 void WBS.setGUID(java.lang.String s)
          Sets the globally unique ID generated by the system.
 void User.setGUID(java.lang.String s)
          Sets the globally unique ID generated by the system.
 void ResourceAssignment.setGUID(java.lang.String s)
          Sets the globally unique ID generated by the system.
 void Resource.setGUID(java.lang.String s)
          Sets the globally unique ID generated by the system.
 void Project.setGUID(java.lang.String s)
          Sets the globally unique ID generated by the system.
 void OBS.setGUID(java.lang.String s)
          Sets the globally unique ID generated by the system.
 void EPS.setGUID(java.lang.String s)
          Sets the globally unique ID generated by the system.
 void Document.setGUID(java.lang.String s)
          Sets the globally unique ID generated by the system.
 void BaselineProject.setGUID(java.lang.String s)
          Sets the globally unique ID generated by the system.
 void Activity.setGUID(java.lang.String s)
          Sets the globally unique ID generated by the system.
 void GlobalPreferences.setHeaderLabel1(java.lang.String s)
          Sets the first header for reports.
 void GlobalPreferences.setHeaderLabel2(java.lang.String s)
          Sets the second header for reports.
 void GlobalPreferences.setHeaderLabel3(java.lang.String s)
          Sets the third header for reports.
 void GlobalPreferences.setHourAbbreviation(java.lang.String s)
          Sets the abbreviation character for time periods of hours.
 void GlobalPreferences.setHoursPerDay(double d)
          Sets the number of work hours per day.
 void Calendar.setHoursPerDay(double d)
          Sets the number of work hours per day.
 void GlobalPreferences.setHoursPerMonth(double d)
          Sets the number of work hours per month.
 void Calendar.setHoursPerMonth(double d)
          Sets the number of work hours per month.
 void GlobalPreferences.setHoursPerWeek(double d)
          Sets the number of work hours per week.
 void Calendar.setHoursPerWeek(double d)
          Sets the number of work hours per week.
 void GlobalPreferences.setHoursPerYear(double d)
          Sets the number of work hours per year.
 void Calendar.setHoursPerYear(double d)
          Sets the number of work hours per year.
 void Role.setId(java.lang.String s)
          Sets the short code that uniquely identifies the role.
 void Resource.setId(java.lang.String s)
          Sets the short code that uniquely identifies the resource.
 void Project.setId(java.lang.String s)
          Sets the short code assigned to each Project element for identification.
 void EPS.setId(java.lang.String s)
          Sets the short code assigned to each EPS element for identification.
 void Currency.setId(java.lang.String s)
          Sets the unique currency abbreviation for each currency.
 void CostAccount.setId(java.lang.String s)
          Sets the short ID assigned to each cost account for identification.
 void BaselineProject.setId(java.lang.String s)
          Sets the short code assigned to each WBS element for identification.
 void Activity.setId(java.lang.String s)
          Sets the short ID that uniquely identifies the activity within the project.
 void ProjectIssue.setIdentifiedBy(java.lang.String s)
          Sets the identifier of the project issue.
 void ScheduleOptions.setIgnoreOtherProjectRelationships(boolean b)
          Sets the option used by the scheduler for treating activity relationships between projects when scheduling.
 void ProjectRisk.setImpactDate(java.util.Date d)
          Sets the estimated impact date of the project risk.
 void ProjectRisk.setImpactExpenses(double d)
          Sets the estimated impact of the risk on the project in terms of expenses, if the risk occurs.
 void ProjectRisk.setImpactLaborUnits(Unit u)
          Sets the estimated impact of the risk on the project in terms of labor units, if the risk occurs.
 void ProjectRisk.setImpactMaterialUnits(Unit u)
          Sets the estimated impact of the risk on the project in terms of labor units, if the risk occurs.
 void ProjectRisk.setImpactNonLaborUnits(Unit u)
          Sets the estimated impact of the risk on the project in terms of nonlabor units, if the risk occurs.
 void ProjectRisk.setImpactProbability(int i)
          Sets the probability of occurrence of the project risk, as a percent.
 void ProjectPortfolio.setIncludeClosedProjects(boolean b)
          Sets the flag that indicates whether closed projects are included in the portfolio.
 void ProjectPortfolio.setIncludeWhatIfProjects(boolean b)
          Sets the flag that indicates whether what-if projects are included in the portfolio.
 void WBS.setIndependentETCLaborUnits(Unit u)
          Sets the user-entered ETC total labor.
 void Project.setIndependentETCLaborUnits(Unit u)
          Sets the user-entered ETC total labor.
 void BaselineProject.setIndependentETCLaborUnits(Unit u)
          Sets the user-entered ETC total labor.
 void WBS.setIndependentETCTotalCost(Cost c)
          Sets the user-entered ETC total cost.
 void Project.setIndependentETCTotalCost(Cost c)
          Sets the user-entered ETC total cost.
 void BaselineProject.setIndependentETCTotalCost(Cost c)
          Sets the user-entered ETC total cost.
 void UDFValue.setIndicator(UDFIndicator enm)
          Sets the value of the indicator UDF.
 void GlobalPreferences.setInitiationAdministrator(ObjectId o)
          Sets the ID of the project initiation administrative user.
 void UDFValue.setInteger(int i)
          Sets the value of the integer UDF.
 void Project.setIntegratedType(IntegratedProjectType enm)
          Sets the flag indicating whether the project is integrated with an Enterprise Resource Planning (ERP) system.
 void Resource.setIsActive(boolean b)
          Sets the flag that indicates whether the resource is currently active.
 void WBSMilestone.setIsCompleted(boolean b)
          Sets the flag that indicates whether the step has been completed.
 void ActivityStep.setIsCompleted(boolean b)
          Sets the flag that indicates whether the step has been completed.
 void ResourceAssignment.setIsCostUnitsLinked(boolean b)
          Sets the flag that determines whether or not cost should be calculated based on units.
 void ProjectProfile.setIsDefault(boolean b)
          Sets the flag that indicates this security profile is the default profile assigned to UserOBS objects.
 void GlobalProfile.setIsDefault(boolean b)
          Sets the flag that indicates this security profile is assigned to new users by default.
 void Calendar.setIsDefault(boolean b)
          Sets the flag that identifies the default global calendar (applies to global calendars only).
 void Activity.setIsNewFeedback(boolean b)
          Sets the flag that indicates that a resource has sent feedback notes about this activity which have not been reviewed yet.
 void Resource.setIsOverTimeAllowed(boolean b)
          Sets the flag that indicates whether the resource is allowed to log overtime hours.
 void ResourceAssignment.setIsPrimaryResource(boolean b)
          Sets the flag that indicates whether this resource is the activity's primary resource.
 void UDFType.setIsSecureCode(boolean b)
          Sets the flag indicating whether this is a secure code type.
 void ResourceCodeType.setIsSecureCode(boolean b)
          Sets the flag indicating whether this is a secure Resource Code Type.
 void ProjectCodeType.setIsSecureCode(boolean b)
          Sets the flag indicating whether this is a secure Project Code Type.
 void ActivityCodeType.setIsSecureCode(boolean b)
          Sets the flag indicating whether this is a secure Activity Code Type.
 void ProjectThreshold.setIssuePriority(IssuePriority enm)
          Sets the priority of any issues generated from the project threshold.
 void ProjectDocument.setIsWorkProduct(boolean b)
          Sets the flag that indicates whether the document is a work product.
 void Relationship.setLag(Duration d)
          Sets the time lag of the relationship.
 void BaselineProject.setLastBaselineUpdateDate(java.util.Date d)
          Sets the date this project baseline was last changed by Baseline Update in Project Management.
 void Project.setLastFinancialPeriodObjectId(ObjectId o)
          Sets the unique ID of the last closed financial period for the project.
 void BaselineProject.setLastFinancialPeriodObjectId(ObjectId o)
          Sets the unique ID of the last closed financial period for the baseline project.
 void ResourceCodeType.setLength(int i)
          Sets the maximum number of characters allowed for values of this resource code.
 void ProjectCodeType.setLength(int i)
          Sets the maximum number of characters allowed for values of this project code.
 void ActivityCodeType.setLength(int i)
          Sets the maximum number of characters allowed for values of this activity code.
 void Project.setLevelingPriority(int i)
          Sets the priority for scheduling.
 void BaselineProject.setLevelingPriority(int i)
          Sets the priority for scheduling.
 void Activity.setLevelingPriority(LevelingPriority enm)
          Sets the activity priority used to prioritize activities in a project when performing resource leveling.
 void ScheduleOptions.setLevelResourcesDuringScheduling(boolean b)
          Sets the option used by the scheduler for automatically leveling resources when scheduling projects.
 void UserLicense.setLicenseType(LicenseType enm)
          Sets the type of product for which the user has a license.
 void ProjectResource.setLifeOfProjectFlag(boolean b)
          Sets the Boolean value that determines whether a resource that is assigned to a project at Project or WBS level, has that assignment for the duration of the project.
 void Project.setLinkActualToActualThisPeriod(boolean b)
          Sets the flag that indicates whether actual units and costs are linked to actual-this-period units and costs.
 void BaselineProject.setLinkActualToActualThisPeriod(boolean b)
          Sets the flag that determines whether actual units and costs are linked to actual-this-period units and costs.
 void Project.setLinkPercentCompleteWithActual(boolean b)
          Sets the flag that indicates whether actual units and cost should be recalculated when percent complete changes.
 void BaselineProject.setLinkPercentCompleteWithActual(boolean b)
          Sets the flag that determines whether actual units and cost should be recalculated when percent complete changes.
 void Project.setLinkPlannedAndAtCompletionFlag(boolean b)
          Sets the flag that indicates whether the At Completion Cost/Units should be linked to Planned Cost/Units for not-started activities.
 void BaselineProject.setLinkPlannedAndAtCompletionFlag(boolean b)
          Sets the flag that indicates whether the At Completion Cost/Units should be linked to Planned Cost/Units for not-started activities.
 void GlobalPreferences.setLogHoursAfterActualFinish(boolean b)
          Sets the flag that indicates whether timesheet application users are allowed to log timesheet hours on activities for dates after the activities' actual finish dates.
 void GlobalPreferences.setLogHoursBeforeActualStart(boolean b)
          Sets the flag that indicates whether timesheet application users are allowed to log timesheet hours on activities for dates prior to the activities' actual start dates.
 void GlobalPreferences.setLogHoursCompletedActivities(boolean b)
          Sets the flag that indicates whether timesheet application users are allowed to log timesheet hours on activities that are already marked as completed.
 void GlobalPreferences.setLogHoursInFuture(boolean b)
          Sets the flag that indicates whether the user can log hours in the future.
 void GlobalPreferences.setLogHoursNotStartedActivities(boolean b)
          Sets the flag that indicates whether timesheet application users are allowed to log timesheet hours on activities that are still marked as Not started.
 void ProjectThreshold.setLowerThreshold(double d)
          Sets the lower value of a project threshold that will trigger an issue.
 void ProjectIssue.setLowerThreshold(double d)
          Sets the lower value of the threshold parameter that triggered the project issue.
 void User.setMailServerLoginName(java.lang.String s)
          Sets the mail login name (profile name) for the current user to send outgoing email.
 void User.setMailServerPassword(java.lang.String sNewPassword)
          Sets e-mail server password.
 void ScheduleOptions.setMakeOpenEndedActivitiesCritical(boolean b)
          Sets the option used by the scheduler for automatically leveling resources when scheduling projects.
 void GlobalPreferences.setMaxActivityCodesPerProject(int i)
          Sets the maximum number of project-level activity user codes that can be created per project.
 void GlobalPreferences.setMaxActivityCodeTreeLevels(int i)
          Sets the maximum number of levels that can be created in activity code hierarchies in the Project Management application.
 void GlobalPreferences.setMaxActivityIdLength(int i)
          Sets the maximum number of characters allowed for activity IDs.
 void GlobalPreferences.setMaxBaselinesPerProject(int i)
          Sets the maximum number of baselines that can be created per project.
 void ProjectCodeType.setMaxCodeValueWeight(double d)
          Sets the maximum weight of the code values for this project code type.
 void GlobalPreferences.setMaxCostAccountLength(int i)
          Sets the maximum number of characters allowed for cost account IDs (at each level in the cost account tree).
 void GlobalPreferences.setMaxCostAccountTreeLevels(int i)
          Sets the maximum number of levels that can be created in the cost account hierarchy in the Project Management application.
 void GlobalPreferences.setMaxEPSTreeLevels(int i)
          Deprecated. As of release 6.2, this method is no longer supported in the API. MaxWBSTreeLevels should be used instead.
 void ScheduleOptions.setMaximumMultipleFloatPaths(int i)
          Sets the number of critical float paths to calculate.
 void GlobalPreferences.setMaxOBSTreeLevels(int i)
          Sets the maximum number of levels that can be created in OBS hierarchies in the Project Management application.
 void GlobalPreferences.setMaxProjectCodeTreeLevels(int i)
          Sets the maximum number of levels in the project category hierarchy in the Project Management application.
 void GlobalPreferences.setMaxProjectIdLength(int i)
          Sets the maximum number characters allowed for project IDs.
 void GlobalPreferences.setMaxResourceCodeTreeLevels(int i)
          Sets the maximum number of levels in the resource code hierarchy in the Project Management application.
 void GlobalPreferences.setMaxResourceIdLength(int i)
          Sets the maximum number of characters allowed for resource IDs (at each level in the resource tree).
 void GlobalPreferences.setMaxResourceTreeLevels(int i)
          Sets the maximum number of levels that can be created in the resource hierarchy.
 void GlobalPreferences.setMaxRoleIdLength(int i)
          Sets the maximum number characters allowed for role IDs.
 void GlobalPreferences.setMaxRoleTreeLevels(int i)
          Sets the maximum number of levels in the role hierarchy in the Project Management application.
 void GlobalPreferences.setMaxTimesheetResourceHours(double d)
          Sets the maximum hours a resource can enter per day for all of their assigned activities.
 void RoleLimit.setMaxUnitsPerTime(UnitsPerTime d)
          Sets the maximum work units per time this role can perform on all their assigned activities.
 void ResourceRate.setMaxUnitsPerTime(UnitsPerTime d)
          Sets the maximum work units per time this resource can perform on all their assigned activities.
 void GlobalPreferences.setMaxWBSCodeLength(int i)
          Sets the maximum number of characters allowed for WBS codes (at each level in the WBS tree).
 void GlobalPreferences.setMaxWBSTreeLevels(int i)
          Sets the maximum number of levels that can be created in WBS hierarchies.
 void ProjectEstimate.setMethod(EstimateType enm)
          Sets the type of estimate: "TopDown" or "UserDefined".
 void GlobalPreferences.setMinuteAbbreviation(java.lang.String s)
          Sets the abbreviation character for time periods of minutes.
 void GlobalPreferences.setMonthAbbreviation(java.lang.String s)
          Sets the abbreviation character for time periods of months.
 void ProjectResourceQuantity.setMonthStartDate(java.util.Date d)
          Sets the date value that represents the first day of the month.
 void ScheduleOptions.setMultipleFloatPathsEnabled(boolean b)
          Sets the Boolean value that indicates whether multiple critical float paths (sequences of activities) should be calculated in the project schedule.
 void ScheduleOptions.setMultipleFloatPathsEndingActivityObjectId(ObjectId o)
          Sets the activity in the WBS that you want to represent the end of the float paths.
 void ScheduleOptions.setMultipleFloatPathsUseTotalFloat(boolean b)
          Sets the Boolean value that decides whether or not to use total float in multiple float path calculations.
 void Project.setMustFinishByDate(EndDate d)
          Sets the date by which all project activities must finish.
 void BaselineProject.setMustFinishByDate(EndDate d)
          Sets the date by which all project activities must finish.
 void WBSMilestone.setName(java.lang.String s)
          Sets the name of the WBS milestone.
 void WBSCategory.setName(java.lang.String s)
          Sets the name of the WBS category.
 void WBS.setName(java.lang.String s)
          Sets the name of the WBS element.
 void User.setName(java.lang.String s)
          Sets the user's login name.
 void UnitOfMeasure.setName(java.lang.String s)
          Sets the name of the unit of measure.
 void Shift.setName(java.lang.String s)
          Sets the name of the shift.
 void RoleTeam.setName(java.lang.String s)
          Sets the name of the role team.
 void Role.setName(java.lang.String s)
          Sets the name of the role.
 void RiskType.setName(java.lang.String s)
          Sets the name of the risk type.
 void ResourceTeam.setName(java.lang.String s)
          Sets the name of the resource team.
 void ResourceCurve.setName(java.lang.String s)
          Sets the name of the resource curve.
 void ResourceCodeType.setName(java.lang.String s)
          Sets the name of the resource code type.
 void Resource.setName(java.lang.String s)
          Sets the name of the resource.
 void ProjectRisk.setName(java.lang.String s)
          Sets the name of the project risk.
 void ProjectResourceCategory.setName(java.lang.String s)
          Sets the name of the project resource category.
 void ProjectProfile.setName(java.lang.String s)
          Sets the unique name of this project profile.
 void ProjectPortfolio.setName(java.lang.String s)
          Sets the name of the project portfolio.
 void ProjectIssue.setName(java.lang.String s)
          Sets the name of the project issue.
 void ProjectEstimate.setName(java.lang.String s)
          Sets the name of the project estimate.
 void ProjectCodeType.setName(java.lang.String s)
          Sets the name of the project code type.
 void Project.setName(java.lang.String s)
          Sets the name of the Project element.
 void OverheadCode.setName(java.lang.String s)
          Sets the name of the overhead code.
 void OBS.setName(java.lang.String s)
          Sets the name of the person/role in the organization, sometimes referred to elsewhere as the "responsible manager".
 void NotebookTopic.setName(java.lang.String s)
          Sets the name of the notebook topic.
 void GlobalProfile.setName(java.lang.String s)
          Sets the privileges that are turned on.
 void FundingSource.setName(java.lang.String s)
          Sets the name of the funding source.
 void FinancialPeriod.setName(java.lang.String s)
          Sets the name of the financial period.
 void ExpenseCategory.setName(java.lang.String s)
          Sets the name of the expense category.
 void EPS.setName(java.lang.String s)
          Sets the name of the EPS element.
 void DocumentStatusCode.setName(java.lang.String s)
          Sets the name of the document status code.
 void DocumentCategory.setName(java.lang.String s)
          Sets the name of the document category.
 void Currency.setName(java.lang.String s)
          Sets the name of the currency.
 void CostAccount.setName(java.lang.String s)
          Sets the name of the cost account.
 void Calendar.setName(java.lang.String s)
          Sets the name of the calendar.
 void BatchReport.setName(java.lang.String s)
          Sets the name of the batch report.
 void BaselineType.setName(java.lang.String s)
          Sets the name of this baseline type.
 void BaselineProject.setName(java.lang.String s)
          Sets the name of the baseline project.
 void ActivityStep.setName(java.lang.String s)
          Sets the name of the activity step.
 void ActivityCodeType.setName(java.lang.String s)
          Sets the name of the activity code type.
 void Activity.setName(java.lang.String s)
          Sets the name of the activity.
 void Currency.setNegativeSymbol(NegativeCurrencyFormat enm)
          Sets the symbol used to display a negative currency.
 void User.setNewProjectDurationType(DurationType enm)
          Sets the default duration type assigned to new activities.
 void Activity.setNonLaborUnitsPercentComplete(Percent p)
          Sets the percent complete of units for all nonlabor resources for the activity.
 void ProjectNote.setNote(java.lang.String s)
          Sets the information that is associated with the notebook topic.
 void EPSNote.setNote(java.lang.String s)
          Sets the information that is associated with the notebook topic.
 void ActivityNote.setNote(java.lang.String s)
          Sets the information that is associated with the notebook topic.
 void ProjectNote.setNotebookTopicObjectId(ObjectId o)
          Sets the unique ID of the associated notebook topic.
 void EPSNote.setNotebookTopicObjectId(ObjectId o)
          Sets the unique ID of the associated notebook topic.
 void ActivityNote.setNotebookTopicObjectId(ObjectId o)
          Sets the unique ID of the associated notebook topic.
 void ProjectIssue.setNotes(java.lang.String s)
          Sets the notes associated with the project issue.
 void ProjectEstimate.setNotes(java.lang.String s)
          Sets the notes associated with the project estimate.
 void Activity.setNotesToResources(java.lang.String s)
          Sets the notes from the project manager to the timesheet resources.
 void GlobalPreferences.setNumberOfAccessibleFutureTimesheets(int i)
          Sets the number of future timesheets that timesheet application users are allowed to access.
 void GlobalPreferences.setNumberOfAccessiblePastTimesheets(int i)
          Sets the number of past timesheets that can be accessed.
 void WBSMilestone.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void WBSCategory.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void WBS.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void UserLicense.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void User.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void UnitOfMeasure.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void UDFType.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void UDFCode.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void Shift.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void RoleTeam.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void RoleRate.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void RoleLimit.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void Role.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void RiskType.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ResourceTeam.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ResourceRate.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ResourceCurve.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ResourceCodeType.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ResourceCode.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ResourceAssignment.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void Resource.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void Relationship.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectThreshold.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectSpendingPlan.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectRisk.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectResourceCategory.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectResource.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectProfile.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectPortfolio.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectNote.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectIssue.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectFunding.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectEstimate.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectDocument.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectCodeType.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectCode.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ProjectBudgetChangeLog.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void Project.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void OverheadCode.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void OBS.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void NotebookTopic.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void GlobalProfile.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void FundingSource.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void FinancialPeriod.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ExpenseCategory.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void EPSSpendingPlan.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void EPSNote.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void EPSFunding.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void EPSBudgetChangeLog.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void EPS.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void DocumentStatusCode.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void DocumentCategory.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void Document.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void Currency.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void CostAccount.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void Calendar.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void BatchReport.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void BaselineType.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void BaselineProject.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ActivityStep.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ActivityNote.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ActivityExpense.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ActivityCodeType.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void ActivityCode.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void Activity.setObjectId(ObjectId o)
          Sets the unique ID generated by the system.
 void WBS.setOBSObjectId(ObjectId o)
          Sets the unique ID of the project manager from the project's OBS tree who is responsible for the WBS.
 void UserOBS.setOBSObjectId(ObjectId o)
          Sets the unique ID of the OBS to which the user is granted access.
 void ProjectThreshold.setOBSObjectId(ObjectId o)
          Sets the unique ID of the associated OBS for this project threshold.
 void ProjectRisk.setOBSObjectId(ObjectId o)
          Sets the unique ID of the project manager from the project's OBS tree who is responsible for the project risk.
 void ProjectIssue.setOBSObjectId(ObjectId o)
          Sets the unique ID of the project manager from the project's OBS tree who is responsible for the project issue.
 void Project.setOBSObjectId(ObjectId o)
          Sets the unique ID of the project manager from the project's OBS tree who is responsible for the Project.
 void EPS.setOBSObjectId(ObjectId o)
          Sets the unique ID of the project manager from the project's OBS tree who is responsible for the EPS.
 void BaselineProject.setOBSObjectId(ObjectId o)
          Sets the unique ID of the project manager from the project's OBS tree who is responsible for the WBS.
 void User.setOfficePhone(java.lang.String s)
          Sets the work phone number of the user.
 void Resource.setOfficePhone(java.lang.String s)
          Sets the office phone number for the resource.
 void WBS.setOriginalBudget(Cost c)
          Sets the original budget for the WBS element.
 void Project.setOriginalBudget(Cost c)
          Sets the original budget for the project.
 void EPS.setOriginalBudget(Cost c)
          Sets the original budget for the project.
 void BaselineProject.setOriginalBudget(Cost c)
          Sets the original budget for the baseline project.
 void Resource.setOtherPhone(java.lang.String s)
          Sets the other phone numbers for the resource - pager, home phone, cell phone, etc.
 void User.setOutgoingMailServer(java.lang.String s)
          Sets the outgoing mail server (SMTP) address used to send outgoing email for this user.
 void ScheduleOptions.setOutOfSequenceScheduleType(OutOfSequenceScheduleType enm)
          Sets the type of logic used to schedule the progressed activities: 'Retained Logic', 'Progress Override', or 'Actual Dates'.
 void ResourceAssignment.setOvertimeFactor(double d)
          Sets the overtime factor used to compute the overtime price for the resource assignment on this activity.
 void Resource.setOvertimeFactor(double d)
          Sets the overtime factor used to compute the overtime price for the resource.
 void Project.setOwnerResourceObjectId(ObjectId o)
          Sets the unique ID of the Owner Resource of this project.
 void BaselineProject.setOwnerResourceObjectId(ObjectId o)
          Sets the unique ID of the Owner Resource of this baseline project.
 void Project.setParentEPSObjectId(ObjectId o)
          Sets the unique ID of the parent EPS of this project.
 void BaselineProject.setParentEPSObjectId(ObjectId o)
          Sets the unique ID of the parent EPS of this baseline project.
 void WBS.setParentObjectId(ObjectId o)
          Sets the unique ID of the parent WBS of this WBS in the hierarchy.
 void Role.setParentObjectId(ObjectId o)
          Sets the unique ID of the parent role of this role in the hierarchy.
 void ResourceCode.setParentObjectId(ObjectId o)
          Sets the unique ID of the parent resource code of this resource code in the hierarchy.
 void Resource.setParentObjectId(ObjectId o)
          Sets the unique ID of the parent resource of this resource in the hierarchy.
 void ProjectCode.setParentObjectId(ObjectId o)
          Sets the unique ID of the parent project code of this project code in the hierarchy.
 void OBS.setParentObjectId(ObjectId o)
          Sets the unique ID of the parent OBS of this OBS in the hierarchy.
 void FundingSource.setParentObjectId(ObjectId o)
          Sets the unique ID of the parent funding source of this funding source in the hierarchy.
 void EPS.setParentObjectId(ObjectId o)
          Sets the unique ID of the parent EPS of this EPS in the hierarchy.
 void Document.setParentObjectId(ObjectId o)
          Sets the unique ID of the parent document of this document in the hierarchy.
 void CostAccount.setParentObjectId(ObjectId o)
          Sets the unique ID of the parent cost account of this cost account in the hierarchy.
 void ActivityCode.setParentObjectId(ObjectId o)
          Sets the unique ID of the parent activity code of this activity code in the hierarchy.
 void User.setPassword(java.lang.String sOldPassword, java.lang.String sNewPassword)
          Sets user password for the non-admin user; must specify old password.
 void ResourceAssignment.setPendingPercentComplete(Percent p)
          Sets the estimate of the percentage of the resource's units of work completed on this activity.
 void ResourceAssignment.setPendingRemainingUnits(double d)
          Sets the estimate of the resource's remaining units on this activity.
 void ActivityStep.setPercentComplete(Percent p)
          Sets the percent complete for the step.
 void Activity.setPercentComplete(Percent p)
          Sets the activity percent complete.
 void Activity.setPercentCompleteType(PercentCompleteType enm)
          Sets the activity percent complete type: 'Physical', 'Duration', or 'Units'.
 void User.setPersonalName(java.lang.String s)
          Sets the user's personal or actual name.
 void Activity.setPhysicalPercentComplete(Percent p)
          Sets the physical percent complete, which can either be user entered or calculated from the activity's weighted steps.
 void ResourceAssignment.setPlannedCost(Cost c)
          Sets the planned cost for the resource assignment on the activity.
 void ActivityExpense.setPlannedCost(Cost c)
          Sets the planned cost for the project expense.
 void ResourceAssignment.setPlannedDuration(Duration d)
          Sets the planned working time for the resource assignment on the activity, from the resource's planned start date to the planned finish date.
 void Activity.setPlannedDuration(Duration d)
          Sets the total working time from the activity planned start date to the planned finish date.
 void ResourceAssignment.setPlannedFinishDate(EndDate d)
          Sets the date the resource is scheduled to finish working on the activity.
 void Activity.setPlannedFinishDate(EndDate d)
          Sets the date the activity is scheduled to finish.
 void Activity.setPlannedLaborCost(Cost c)
          Sets the planned costs for all labor resources assigned to the activity.
 void Activity.setPlannedLaborUnits(Unit u)
          Sets the planned units for all labor resources assigned to the activity.
 void ResourceAssignment.setPlannedLag(Duration d)
          Sets the planned time lag between the activity's planned start date and the resource's planned start date on the activity.
 void Activity.setPlannedNonLaborCost(Cost c)
          Sets the planned costs for all nonlabor resources assigned to the activity.
 void Activity.setPlannedNonLaborUnits(Unit u)
          Sets the planned units for all nonlabor resources assigned to the activity.
 void ResourceAssignment.setPlannedStartDate(BeginDate d)
          Sets the date the resource is scheduled to begin working on the activity.
 void Project.setPlannedStartDate(BeginDate d)
          Sets the planned start date of the project.
 void BaselineProject.setPlannedStartDate(BeginDate d)
          Sets the planned start date of the project.
 void Activity.setPlannedStartDate(BeginDate d)
          Sets the date the activity is scheduled to begin.
 void ActivityExpense.setPlannedUnits(double d)
          Sets the planned number of units for the project expense.
 void ResourceAssignment.setPlannedUnits(Unit u)
          Sets the planned units of work for the resource assignment on the activity.
 void ResourceAssignment.setPlannedUnitsPerTime(UnitsPerTime d)
          Sets the planned units per time at which the resource is to perform work on this activity.
 void ActivityPeriodActual.setPlannedValueCost(Cost c)
          Sets the planned value cost on this activity during a financial period.
 void ActivityPeriodActual.setPlannedValueLaborUnits(Unit u)
          Sets the planned value labor units on this activity during a financial period.
 void Currency.setPositiveSymbol(PositiveCurrencyFormat enm)
          Sets the symbol used to display a positive currency.
 void Relationship.setPredecessorActivityObjectId(ObjectId o)
          Sets the unique ID of the predecessor activity.
 void RoleRate.setPricePerUnit(Cost c)
          Sets the non-overtime price per time for the role.
 void ResourceRate.setPricePerUnit(Cost c)
          Sets the non-overtime price per time for the resource.
 void ResourceAssignment.setPricePerUnit(Cost c)
          Sets the price per time for the resource on this activity.
 void ActivityExpense.setPricePerUnit(Cost c)
          Sets the planned price per unit for the project expense.
 void RoleRate.setPricePerUnit2(Cost c)
          Sets the non-overtime price per time for the role.
 void ResourceRate.setPricePerUnit2(Cost c)
          Sets the non-overtime price per time for the resource.
 void RoleRate.setPricePerUnit3(Cost c)
          Sets the non-overtime price per time for the role.
 void ResourceRate.setPricePerUnit3(Cost c)
          Sets the non-overtime price per time for the resource.
 void RoleRate.setPricePerUnit4(Cost c)
          Sets the non-overtime price per time for the role.
 void ResourceRate.setPricePerUnit4(Cost c)
          Sets the non-overtime price per time for the resource.
 void RoleRate.setPricePerUnit5(Cost c)
          Sets the non-overtime price per time for the role.
 void ResourceRate.setPricePerUnit5(Cost c)
          Sets the non-overtime price per time for the resource.
 void User.setPrimaryBaselineProject(ObjectId projectId, ObjectId baselineProjectId)
          Sets the value of the user's primary BaselineProject for a specific project.
 void Activity.setPrimaryConstraintDate(java.util.Date d)
          Sets the constraint date for the activity, if the activity has a constraint.
 void Activity.setPrimaryConstraintType(ConstraintType enm)
          Sets the type of constraint applied to the activity start or finish date.
 void Activity.setPrimaryResourceObjectId(ObjectId o)
          Sets the unique ID of the primary resource for the activity.
 void Project.setPrimaryResourcesCanMarkActivitiesAsCompleted(boolean b)
          Sets the flag that indicates whether primary resources can mark the project activities as completed.
 void BaselineProject.setPrimaryResourcesCanMarkActivitiesAsCompleted(boolean b)
          Sets the flag that indicates whether primary resources can mark the project activities as completed.
 void Resource.setPrimaryRoleObjectId(ObjectId o)
          Sets the unique ID of the role that is assigned as the resource's primary role.
 void ProjectIssue.setPriority(IssuePriority enm)
          Sets the priority of the project issue.
 void ProjectRisk.setPriority(RiskPriority enm)
          Sets the priority of the project risk: 'Top', 'High', 'Normal', 'Low', or 'Lowest'.
 void Document.setPrivateLocation(java.lang.String s)
          Sets the work product or document's private file location.
 void GlobalProfile.setPrivilege(GlobalPrivilege priv, boolean bOn)
          Sets this privilege on or off.
 void ProjectProfile.setPrivilege(ProjectPrivilege priv, boolean bOn)
          Turn a certain privilege on or off.
 void ResourceRole.setProficiency(Proficiency enm)
          Sets the resource's proficiency at performing this role.
 void ResourceAssignment.setProficiency(Proficiency enm)
          Sets the skill level that is associated with the role.
 void ProjectCodeAssignment.setProjectCodeObjectId(ObjectId o)
          Sets the unique ID of the associated project code.
 void Project.setProjectForecastStartDate(BeginDate d)
          Sets the alternate start date to be optionally used by the scheduler.
 void BaselineProject.setProjectForecastStartDate(BeginDate d)
          Sets the alternate start date to be optionally used by the scheduler.
 void WBSMilestone.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project.
 void WBS.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project.
 void ProjectThreshold.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project for this project threshold.
 void ProjectSpendingPlan.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project for this project spending plan.
 void ProjectRisk.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project.
 void ProjectResource.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project.
 void ProjectNote.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project.
 void ProjectIssue.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project.
 void ProjectFunding.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project source for this project funding.
 void ProjectEstimate.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project for this project estimate.
 void ProjectDocument.setProjectObjectId(ObjectId o)
          Sets the unique ID of the project to which the activity document applies.
 void ProjectCodeAssignment.setProjectObjectId(ObjectId o)
          Sets the unique ID of the project to which the project code is assigned.
 void ProjectBudgetChangeLog.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project.
 void Document.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project.
 void Calendar.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project.
 void ActivityCodeType.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project.
 void Activity.setProjectObjectId(ObjectId o)
          Sets the unique ID of the associated project.
 void UserOBS.setProjectProfileObjectId(ObjectId o)
          Sets the unique ID of the project profile with which the user is granted access to the project and OBS.
 void ProjectResource.setProjectResourceCategoryObjectId(ObjectId o)
          Sets the unique ID of the associated project resource category.
 void ProjectResourceQuantity.setProjectResourceObjectId(ObjectId o)
          Sets the unique ID of the associated project resource.
 void Document.setPublicLocation(java.lang.String s)
          Sets the work product or document's publicly-accessible file location.
 void ProjectResourceQuantity.setQuantity(Unit u)
          Sets the value that represents the resource allocation hours per week for this project resource quantity.
 void ResourceAssignment.setRateSource(RateSource enm)
          Sets the value that indicates which price/unit will be used to calculate costs for the assignment, such as 'Resource', 'Role', and 'Override'.
 void User.setRateSourcePreference(RateSourcePreference enm)
          Sets the value that determines which price/unit will be used by default to calculate costs for the assignment when both a resource and role are assigned.
 void ResourceAssignment.setRateType(RateType enm)
          Sets the rate type that determines which of the five prices specified for the resource will be used to calculate the cost for the resource assignment.
 void ProjectBudgetChangeLog.setReason(java.lang.String s)
          Sets the description of the reason for the budget change request.
 void EPSBudgetChangeLog.setReason(java.lang.String s)
          Sets the description of the reason for the budget change request.
 void ScheduleOptions.setRecalculateResourceCosts(boolean b)
          Sets the option used by the scheduler for recalculating the resource costs after scheduling the open projects.
 void Document.setReferenceNumber(java.lang.String s)
          Sets the work product or document's reference or catalog number.
 void ScheduleOptions.setRelationshipLagCalendar(ScheduleRelationshipLagCalendar enm)
          Sets the calendar used to calculate the lag between predecessors and successors for all activities.
 void ResourceAssignment.setRemainingCost(Cost c)
          Sets the remaining cost for the resource assignment on the activity.
 void ActivityExpense.setRemainingCost(Cost c)
          Sets the remaining cost for the project expense.
 void ResourceAssignment.setRemainingDuration(Duration d)
          Sets the remaining duration of the resource assignment.
 void Activity.setRemainingDuration(Duration d)
          Sets the remaining duration of the activity.
 void Activity.setRemainingEarlyFinishDate(EndDate d)
          Sets the remaining late end date, which is calculated by the scheduler.
 void Activity.setRemainingEarlyStartDate(BeginDate d)
          Sets the date the remaining work for the activity is scheduled to begin.
 void ResourceAssignment.setRemainingFinishDate(EndDate d)
          Sets the date the resource is scheduled to finish the remaining work for the activity.
 void Activity.setRemainingLaborCost(Cost c)
          Sets the remaining costs for all labor resources assigned to the activity.
 void Activity.setRemainingLaborUnits(Unit u)
          Sets the remaining units for all labor resources assigned to the activity.
 void ResourceAssignment.setRemainingLag(Duration d)
          Sets the time lag between the activity's remaining start date and the resource's remaining start date on the activity.
 void Activity.setRemainingLateFinishDate(EndDate d)
          Sets the remaining late finish date calculated by the scheduler.
 void Activity.setRemainingLateStartDate(BeginDate d)
          Sets the remaining late start date calculated by the scheduler.
 void Activity.setRemainingNonLaborCost(Cost c)
          Sets the remaining costs for all nonlabor resources assigned to the activity.
 void Activity.setRemainingNonLaborUnits(Unit u)
          Sets the remaining units for all nonlabor resources assigned to the activity.
 void ResourceAssignment.setRemainingStartDate(BeginDate d)
          Sets the date the resource is scheduled to begin the remaining work for the activity.
 void ActivityExpense.setRemainingUnits(double d)
          Sets the remaining units for the project expense.
 void ResourceAssignment.setRemainingUnits(Unit u)
          Sets the remaining units of work to be performed by this resource on this activity.
 void ResourceAssignment.setRemainingUnitsPerTime(UnitsPerTime d)
          Sets the units per time at which the resource will be performing work on the remaining portion of this activity.
 void User.setReportingFlag(boolean b)
          Sets the flag that determines whether the user can access the ODS database.
 void Project.setResetPlannedToRemainingFlag(boolean b)
          Sets the flag that indicates whether to reset Planned Duration and Units to Remaining Duration and Units, or to reset Remaining Duration and Units to Planned Duration and Units when the Activity Status is or becomes not started.
 void BaselineProject.setResetPlannedToRemainingFlag(boolean b)
          Sets the flag that indicates whether to reset Planned Duration and Units to Remaining Duration and Units, or to reset Remaining Duration and Units to Planned Duration and Units when the Activity Status is or becomes not started.
 void ProjectIssue.setResolutionDate(java.util.Date d)
          Sets the date the project issue was resolved.
 void ResourceAssignmentPeriodActual.setResourceAssignmentObjectId(ObjectId o)
          Sets the unique ID of the associated resource assignment.
 void ResourceAssignment.setResourceAssignmentSpread(ResourceAssignmentSpread bs)
          Sets the live resource assignment spread data.
 void Project.setResourceCanBeAssignedToSameActivityMoreThanOnce(boolean b)
          Sets the flag that indicates whether a resource can be assigned more than once to the same activity.
 void BaselineProject.setResourceCanBeAssignedToSameActivityMoreThanOnce(boolean b)
          Sets the flag that indicates whether a resource can be assigned more than once to the same activity.
 void ResourceCodeAssignment.setResourceCodeObjectId(ObjectId o)
          Sets the unique ID of the associated resource code.
 void ResourceAssignment.setResourceCurveObjectId(ObjectId o)
          Sets the unique ID of the resource curve.
 void Resource.setResourceNotes(java.lang.String s)
          Sets the notes about the resource.
 void ResourceRole.setResourceObjectId(ObjectId o)
          Sets the unique ID of the associated resource.
 void ResourceRate.setResourceObjectId(ObjectId o)
          Sets the unique ID of the associated resource.
 void ResourceCodeAssignment.setResourceObjectId(ObjectId o)
          Sets the unique ID of the resource to which the resource code is assigned.
 void ResourceAssignment.setResourceObjectId(ObjectId o)
          Sets the unique ID of the associated resource.
 void ResourceAccess.setResourceObjectId(ObjectId o)
          Sets the unique ID of the associated resource.
 void ProjectRisk.setResourceObjectId(ObjectId o)
          Sets the unique ID of the associated resource for this project risk.
 void ProjectResource.setResourceObjectId(ObjectId o)
          Sets the unique ID of the associated resource.
 void ProjectIssue.setResourceObjectId(ObjectId o)
          Sets the unique ID of the associated resource for this project issue.
 void ProjectEstimate.setResourceObjectId(ObjectId o)
          Sets the unique ID of the associated resource for this project estimate.
 void Document.setResourceObjectId(ObjectId o)
          Sets the unique ID of the associated resource.
 void ResourceAssignment.setResourceRequest(com.primavera.integration.common.value.ResourceRequest r)
          Sets the resource request used as a search template to search for a qualified resource.
 void ProjectResource.setResourceRequest(com.primavera.integration.common.value.ResourceRequest r)
          Sets the resource request used as a search template to search for a qualified resource.
 void User.setResourceRequests(com.primavera.integration.common.value.ResourceRequest[] r)
          Sets the resource requests used as search templates to search for qualified resources.
 void Project.setResourcesCanAssignThemselvesToActivities(boolean b)
          Sets the flag that indicates whether timesheet application users are allowed to assign themselves to activities in this project.
 void GlobalPreferences.setResourcesCanAssignThemselvesToActivities(boolean b)
          Sets the flag that indicates whether timesheet application users are allowed to assign themselves to activities in this project.
 void BaselineProject.setResourcesCanAssignThemselvesToActivities(boolean b)
          Sets the flag that indicates whether timesheet application users are allowed to assign themselves to activities in this project.
 void Project.setResourcesCanEditAssignmentPercentComplete(boolean b)
          Sets the flag that indicates whether the project's resource update the remaining units or the percent complete for their activities in the timesheet application.
 void BaselineProject.setResourcesCanEditAssignmentPercentComplete(boolean b)
          Sets the flag that indicates whether the project's resource can use the timesheet application to update remaining units or percent complete for their activities.
 void Project.setResourcesCanMarkAssignmentAsCompleted(boolean b)
          Sets the flag that indicates whether timesheet resources can mark the assignment as complete.
 void Project.setResourcesCanViewInactiveActivities(boolean b)
          Sets the flag that indicates whether timesheet resources can view inactive project activities.
 void ResourceAssignment.setResourceType(ResourceType enm)
          Sets the resource type: "Labor", "Nonlabor", or "Material".
 void Resource.setResourceType(ResourceType enm)
          Sets the resource type: "Labor", "Nonlabor", or "Material".
 void ProjectEstimate.setResourceType(ResourceType enm)
          Sets the resource type: "Labor", "Nonlabor", or "Material".
 void User.setRespectActivityDurationType(boolean b)
          Sets the setting that indicates whether to recalculate the Duration, Units, or Units/Time for existing assignments based on the activity Duration Type (true) or to preserve the Duration, Units, or Units/Time for existing assignments (false) when adding or removing assignments on activities.
 void Role.setResponsibilities(java.lang.String s)
          Sets the responsibilities for the role.
 void ProjectBudgetChangeLog.setResponsible(java.lang.String s)
          Sets the person responsible for the change.
 void EPSBudgetChangeLog.setResponsible(java.lang.String s)
          Sets the person responsible for the change.
 void Activity.setResumeDate(EndDate d)
          Sets the date when a suspended task or resource dependent activity should be resumed.
 void Document.setRevisionDate(java.util.Date d)
          Sets the date of the work product or document's last update.
 void ProjectRisk.setRiskControlPlan(java.lang.String s)
          Sets the description of the plan for managing selected risks and their effects.
 void Project.setRiskLevel(ProjectRiskLevel enm)
          Sets the risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'.
 void BaselineProject.setRiskLevel(ProjectRiskLevel enm)
          Sets the risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'.
 void ProjectRisk.setRiskTypeObjectId(ObjectId o)
          Sets the unique ID of the associated risk type.
 void User.setRoleLimitDisplayOption(RoleLimitDisplayOption enm)
          Sets the option for how RoleLimit is displayed.
 void RoleRate.setRoleObjectId(ObjectId o)
          Sets the unique ID of the associated role.
 void RoleLimit.setRoleObjectId(ObjectId o)
          Sets the unique ID of the associated role.
 void ResourceRole.setRoleObjectId(ObjectId o)
          Sets the unique ID of the associated role.
 void ResourceAssignment.setRoleObjectId(ObjectId o)
          Sets the unique ID of the role the resource is performing on this activity.
 void ProjectResource.setRoleObjectId(ObjectId o)
          Sets the unique ID of the associated role.
 void Project.setScheduledFinishDate(EndDate d)
          Sets the early finish date of the latest activity in the project, as computed by the project scheduler.
 void BaselineProject.setScheduledFinishDate(EndDate d)
          Sets the early finish date of the latest activity in the project, as computed by the project scheduler.
 void ActivityCodeType.setScope(ActivityCodeTypeScope enm)
          Sets the scope of the code type: Global, EPS, or Project.
 void User.setSecondaryBaselineProject(ObjectId projectId, ObjectId baselineProjectId)
          Sets the value of the user's secondary BaselineProject for a specific project.
 void Activity.setSecondaryConstraintDate(java.util.Date d)
          Sets the date to be used for the cstr_type2 assignment, if the activity has a cstr_type2 value.
 void Activity.setSecondaryConstraintType(ConstraintType enm)
          Sets the additional constraint to be used by the scheduler.
 void WBSMilestone.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void WBSCategory.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void WBS.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void UnitOfMeasure.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void UDFCode.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void Role.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void RiskType.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void ResourceCodeType.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void ResourceCode.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void Resource.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void ProjectCodeType.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void ProjectCode.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void OverheadCode.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void OBS.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void NotebookTopic.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void FundingSource.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void ExpenseCategory.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void EPS.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void DocumentStatusCode.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void DocumentCategory.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void Document.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void CostAccount.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void BaselineType.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void ActivityStep.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void ActivityCodeType.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void ActivityCode.setSequenceNumber(int i)
          Sets the sequence number for sorting.
 void Resource.setShiftObjectId(ObjectId o)
          Sets the unique ID of the shift associated with the resource.
 void ResourceRate.setShiftPeriodObjectId(ObjectId o)
          Sets the unique ID of the associated shift.
 void ProjectSpendingPlan.setSpendingPlan(Cost c)
          Sets the editable total monthly expenditure for the project.
 void EPSSpendingPlan.setSpendingPlan(Cost c)
          Sets the editable total monthly expenditure for the EPS.
 void Calendar.setStandardDetailedWorkHours(int iDayOfWeek, DetailedWorkHours hhdm)
          Sets the standard detailed work hours for the given date.
 void UDFValue.setStartDate(BeginDate d)
          Sets the value of the start date UDF.
 void ResourceAssignment.setStartDate(BeginDate d)
          Sets the start date of the resource assignment on the activity.
 void FinancialPeriod.setStartDate(BeginDate d)
          Sets the start date of the period.
 void Activity.setStartDate(BeginDate d)
          Sets the start date of the activity.
 void GlobalPreferences.setStartDayOfWeek(int i)
          Sets the starting day of the week as displayed in all calendars.
 void ScheduleOptions.setStartToStartLagCalculationType(boolean b)
          Sets the method used to calculate lag when a start-to-start relationship exists and the predecessor starts out of sequence.
 void Activity.setStatus(ActivityStatus enm)
          Sets the current status of the activity, either 'Not Started', 'In Progress', or 'Completed'.
 void ProjectBudgetChangeLog.setStatus(BudgetChangeStatus enm)
          Sets the status of this budget change request.
 void EPSBudgetChangeLog.setStatus(BudgetChangeStatus enm)
          Sets the status of this budget change request.
 void ProjectIssue.setStatus(IssueStatus enm)
          Sets the current status of the project issue.
 void WBS.setStatus(ProjectStatus enm)
          Sets the WBS status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'.
 void Project.setStatus(ProjectStatus enm)
          Sets the project status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'.
 void BaselineProject.setStatus(ProjectStatus enm)
          Sets the project status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'.
 void ProjectRisk.setStatus(RiskStatus enm)
          Sets the current status of the project risk: 'Open' or 'Closed'.
 void ProjectThreshold.setStatus(ThresholdStatus enm)
          Sets the current status of the project threshold.
 void Project.setStrategicPriority(int i)
          Sets the project's priority.
 void BaselineProject.setStrategicPriority(int i)
          Sets the baseline project's priority.
 void UDFType.setSubjectArea(UDFSubjectArea enm)
          Sets the subject area of the user-defined field: "Activity", "Activity Expense", "Activity Step", "Activity Step Template Item", "Project", "Project Issue", "Project Risk", "Resource", "Resource Assignment", "WBS", or "Work Products and Documents".
 void Relationship.setSuccessorActivityObjectId(ObjectId o)
          Sets the unique ID of the successor activity.
 void GlobalPreferences.setSummarizeByCalendar(boolean b)
          Sets the flag indicating whether to summarize by calendar .
 void GlobalPreferences.setSummarizeByFinancialPeriods(boolean b)
          Sets the flag indicating whether to summarize the EPS, project or WBS by financial periods.
 void Project.setSummarizedDataDate(java.util.Date d)
          Sets the data date of the project when it was last summarized-only updated by summarizer.
 void Project.setSummarizeToWBSLevel(int i)
          Sets the maximum level within the project's WBS to perform summarization - default to 2.
 void Project.setSummaryLevel(SummaryLevel enm)
          Sets the summary level for the project while performing project summarization.
 void GlobalPreferences.setSummaryResourceSpreadInterval(SummarySpreadInterval enm)
          Sets the interval in which resource and role level spreads are summarized and stored.
 void GlobalPreferences.setSummaryWBSSpreadInterval(SummarySpreadInterval enm)
          Sets the interval in which WBS level spreads are summarized and stored.
 void Activity.setSuspendDate(BeginDate d)
          Sets the start date when the progress of a task or resource dependent activity is delayed from.
 void Currency.setSymbol(java.lang.String s)
          Sets the currency symbol displayed.
 void User.setTertiaryBaselineProject(ObjectId projectId, ObjectId baselineProjectId)
          Sets the value of the user's primary baseline for a specific project.
 void UDFValue.setText(java.lang.String s)
          Sets the value of the text UDF.
 void ProjectThreshold.setThresholdParameterObjectId(ObjectId o)
          Sets the unique ID of the associated threshold parameter for this project threshold.
 void GlobalPreferences.setTimesheetApprovalLevel(int i)
          Sets the number of approval levels required for timesheets (0, 1, or 2) before timesheets hours are applied to activities as actuals.
 void Resource.setTimesheetApprovalManagerObjectId(ObjectId o)
          Sets the unique ID of the resource manager assigned to approve timesheets for the resource.
 void GlobalPreferences.setTimesheetDecimalDigits(int i)
          Sets the number of decimal digits for recording hours in timesheets.
 void GlobalPreferences.setTimesheetInterval(boolean b)
          Sets the flag that indicates whether timesheet application users enter timesheet hours daily or by entire timesheet reporting period.
 void GlobalPreferences.setTimeWindowCompletedActivities(int i)
          Sets the time window (days) to access completed activities in the timesheet application, assigned to new resources by default.
 void GlobalPreferences.setTimeWindowNotStartedActivities(int i)
          Sets the time window (days) to access not started activities in the timesheet application, assigned to new resources by default.
 void UDFType.setTitle(java.lang.String s)
          Sets the name/title of the user-defined field.
 void Resource.setTitle(java.lang.String s)
          Sets the title of the resource.
 void Document.setTitle(java.lang.String s)
          Sets the title or name of a project work product or document.
 void ProjectThreshold.setToDate(java.util.Date d)
          Sets the ending custom date of the time window that is monitored against a project threshold.
 void ProjectThreshold.setToDateExpression(java.lang.String s)
          Sets the expression for the ending date of the time window that is monitored against a project threshold.
 void ProjectEstimate.setTotalActivities(int i)
          Sets the total number of activities involved in the top-down estimation.
 void ProjectEstimate.setTotalDegreeOfInfluence(int i)
          Sets the total degree of influence (TDI), used in top-down function point estimation.
 void Activity.setType(ActivityType enm)
          Sets the type of activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'.
 void Calendar.setType(CalendarType enm)
          Sets the calendar type - either 'Global', 'Resource', or 'Project'.
 void Relationship.setType(RelationshipType enm)
          Sets the type of relationship: 'Finish to Start', 'Finish to Finish', 'Start to Start', or 'Start to Finish'.
 void ProjectIssue.setUDFCode(ObjectId objId, ObjectId code)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void UDFValue.setUDFCodeObjectId(ObjectId o)
          Sets the unique ID of the associated UDF code.
 void WBS.setUDFCost(ObjectId objId, Cost cost)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ResourceAssignment.setUDFCost(ObjectId objId, Cost cost)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Resource.setUDFCost(ObjectId objId, Cost cost)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ProjectRisk.setUDFCost(ObjectId objId, Cost cost)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ProjectIssue.setUDFCost(ObjectId objId, Cost cost)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Project.setUDFCost(ObjectId objId, Cost cost)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void EPS.setUDFCost(ObjectId objId, Cost cost)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Document.setUDFCost(ObjectId objId, Cost cost)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void BaselineProject.setUDFCost(ObjectId objId, Cost cost)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ActivityStep.setUDFCost(ObjectId objId, Cost cost)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ActivityExpense.setUDFCost(ObjectId objId, Cost cost)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Activity.setUDFCost(ObjectId objId, Cost cost)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void WBS.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 ResourceAssignment.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 Resource.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 ProjectRisk.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 ProjectIssue.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 Project.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 EPS.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 Document.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 BaselineProject.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 ActivityStep.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 ActivityExpense.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 Activity.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 WBS.setUDFFinishDate(ObjectId objId, EndDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ResourceAssignment.setUDFFinishDate(ObjectId objId, EndDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Resource.setUDFFinishDate(ObjectId objId, EndDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ProjectRisk.setUDFFinishDate(ObjectId objId, EndDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ProjectIssue.setUDFFinishDate(ObjectId objId, EndDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Project.setUDFFinishDate(ObjectId objId, EndDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void EPS.setUDFFinishDate(ObjectId objId, EndDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Document.setUDFFinishDate(ObjectId objId, EndDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void BaselineProject.setUDFFinishDate(ObjectId objId, EndDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ActivityStep.setUDFFinishDate(ObjectId objId, EndDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ActivityExpense.setUDFFinishDate(ObjectId objId, EndDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Activity.setUDFFinishDate(ObjectId objId, EndDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void WBS.setUDFIndicator(ObjectId objId, UDFIndicator ind)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ResourceAssignment.setUDFIndicator(ObjectId objId, UDFIndicator ind)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Resource.setUDFIndicator(ObjectId objId, UDFIndicator ind)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ProjectRisk.setUDFIndicator(ObjectId objId, UDFIndicator ind)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ProjectIssue.setUDFIndicator(ObjectId objId, UDFIndicator ind)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Project.setUDFIndicator(ObjectId objId, UDFIndicator ind)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void EPS.setUDFIndicator(ObjectId objId, UDFIndicator ind)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Document.setUDFIndicator(ObjectId objId, UDFIndicator ind)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void BaselineProject.setUDFIndicator(ObjectId objId, UDFIndicator ind)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ActivityStep.setUDFIndicator(ObjectId objId, UDFIndicator ind)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ActivityExpense.setUDFIndicator(ObjectId objId, UDFIndicator ind)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Activity.setUDFIndicator(ObjectId objId, UDFIndicator ind)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void WBS.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 ResourceAssignment.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 Resource.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 ProjectRisk.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 ProjectIssue.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 Project.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 EPS.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 Document.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 BaselineProject.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 ActivityStep.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 ActivityExpense.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 Activity.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 WBS.setUDFStartDate(ObjectId objId, BeginDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ResourceAssignment.setUDFStartDate(ObjectId objId, BeginDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Resource.setUDFStartDate(ObjectId objId, BeginDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ProjectRisk.setUDFStartDate(ObjectId objId, BeginDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ProjectIssue.setUDFStartDate(ObjectId objId, BeginDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Project.setUDFStartDate(ObjectId objId, BeginDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void EPS.setUDFStartDate(ObjectId objId, BeginDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Document.setUDFStartDate(ObjectId objId, BeginDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void BaselineProject.setUDFStartDate(ObjectId objId, BeginDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ActivityStep.setUDFStartDate(ObjectId objId, BeginDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void ActivityExpense.setUDFStartDate(ObjectId objId, BeginDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void Activity.setUDFStartDate(ObjectId objId, BeginDate date)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 void WBS.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 ResourceAssignment.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 Resource.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 ProjectRisk.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 ProjectIssue.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 Project.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 EPS.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 Document.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 BaselineProject.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 ActivityStep.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 ActivityExpense.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 Activity.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 UDFValue.setUDFTypeObjectId(ObjectId o)
          Sets the unique ID of the associated UDF type.
 void ProjectEstimate.setUnadjustedFunctionPointCount(int i)
          Sets the unadjusted function point count (UFP), used in top-down function point estimation.
 void ActivityExpense.setUnitOfMeasure(java.lang.String s)
          Sets the unit of measure for the project expense.
 void Resource.setUnitOfMeasureObjectId(ObjectId o)
          Sets the unit of measure this material resource uses.
 void ProjectEstimate.setUnits(Unit u)
          Sets the estimated units, prior to any adjustment, for application to the selected activities.
 void ResourceAssignment.setUnitsPercentComplete(Percent p)
          Sets the percent complete of units for the resource assignment on the activity.
 void Activity.setUnitsPercentComplete(Percent p)
          Sets the percent complete of units for all labor and nonlabor resources assigned to the activity.
 void ProjectThreshold.setUpperThreshold(double d)
          Sets the upper value of a project threshold parameter which will trigger an issue.
 void ProjectIssue.setUpperThreshold(double d)
          Sets the upper value of the threshold parameter which triggered the project issue.
 void GlobalPreferences.setUseCalendarTimePeriodsFlag(boolean b)
          Sets the flag that indicates whether the system uses the hours per time period defined in the calendar.If this flag is true, the system uses the hours per time period settings that are defined in the calendar.If this flag is false, the system uses the hours per time period from the global preferences.
 void ScheduleOptions.setUseExpectedFinishDates(boolean b)
          Sets the option used for setting activity finish dates as the expected finish dates when scheduling projects.
 void GlobalPreferences.setUseMaxTimesheetResourceHours(boolean b)
          Sets the flag indicating whether to restrict the number of hours a user can enter to the limit specified in MaxTimesheetResourceHours.
 void GlobalPreferences.setUseProjectArchitect(boolean b)
          Sets the flag that indicates whether the Project Architect feature is enabled in the Project Management application.
 void Project.setUseProjectBaselineForEarnedValue(boolean b)
          Sets the flag that indicates whether earned value should be calculated based on the project baseline or the user's primary baseline.
 void GlobalPreferences.setUseProjectManagerApproval(java.lang.String s)
          Sets the flag that indicates the approval sequence, if any, required for level 2 timesheet approvals.
 void UserFieldTitle.setUserDefinedTitle(java.lang.String s)
          Sets the user defined column name.
 void User.setUserInterfaceViewObjectId(ObjectId o)
          Sets the unique ID of the associated user interface view.
 void UserOBS.setUserObjectId(ObjectId o)
          Sets the unique ID of the user who is assigned to the project OBS.
 void UserLicense.setUserObjectId(ObjectId o)
          Sets the unique ID of the associated user.
 void RoleTeam.setUserObjectId(ObjectId o)
          Sets the unique ID of a specific user who has access to the selected role team.
 void ResourceTeam.setUserObjectId(ObjectId o)
          Sets the unique ID of the associated user.
 void ResourceAccess.setUserObjectId(ObjectId o)
          Sets the unique ID of the associated user.
 void Resource.setUserObjectId(ObjectId o)
          Sets the unique ID of the associated user.
 void ProjectPortfolio.setUserObjectId(ObjectId o)
          Sets the unique ID of a specific user who has access to the selected project portfolio.
 void Resource.setUseTimesheets(boolean b)
          Sets the flag that indicates whether the resource uses timesheets.
 void GlobalPreferences.setUseTimesheets(boolean b)
          Sets the flag that indicates whether new resources use timesheets by default.
 void ActivityExpense.setVendor(java.lang.String s)
          Sets the name of the vendor providing the product or service associated with the expense.
 void Document.setVersion(java.lang.String s)
          Sets the work product or document's version number.
 void GlobalPreferences.setWBSCategoryLabel(java.lang.String s)
          Sets the dynamic label used for the WBS category.
 void WBS.setWBSCategoryObjectId(ObjectId o)
          Sets the unique ID of the associated WBS category value.
 void Project.setWBSCodeSeparator(java.lang.String s)
          Sets the character used to separate the concatenated code fields for the project's WBS tree.
 void GlobalPreferences.setWBSCodeSeparator(java.lang.String s)
          Sets the character used for separating code fields for the cost account tree.
 void BaselineProject.setWBSCodeSeparator(java.lang.String s)
          Sets the character used to separate the concatenated code fields for the project's WBS tree.
 void WBSMilestone.setWBSObjectId(ObjectId o)
          Sets the unique ID of the WBS where the WBS milestone is assigned.
 void ProjectThreshold.setWBSObjectId(ObjectId o)
          Sets the unique ID of the associated WBS for this project threshold.
 void ProjectSpendingPlan.setWBSObjectId(ObjectId o)
          Sets the unique ID of the associated WBS for this project spending plan.
 void ProjectRisk.setWBSObjectId(ObjectId o)
          Sets the unique ID of the WBS to which the risk applies.
 void ProjectResource.setWBSObjectId(ObjectId o)
          Sets the unique ID of the associated WBS.
 void ProjectNote.setWBSObjectId(ObjectId o)
          Sets the unique ID of the associated WBS.
 void ProjectIssue.setWBSObjectId(ObjectId o)
          Sets the unique ID of the WBS to which the project issue applies.
 void ProjectEstimate.setWBSObjectId(ObjectId o)
          Sets the unique ID of the associated WBS for this project estimate.
 void ProjectDocument.setWBSObjectId(ObjectId o)
          Sets the unique ID of the WBS to which the activity document applies.
 void ProjectBudgetChangeLog.setWBSObjectId(ObjectId o)
          Sets the unique ID of the WBS element to which the budget change log applies.
 void Activity.setWBSObjectId(ObjectId o)
          Sets the unique ID of the WBS for the activity.
 void Project.setWebSiteRootDirectory(java.lang.String s)
          Sets the root directory for storing project Web site files before they are published to the Web server.
 void BaselineProject.setWebSiteRootDirectory(java.lang.String s)
          Sets the root directory for storing project Web site files before they are published to the Web server.
 void Project.setWebSiteURL(java.lang.String s)
          Sets the project Web site URL, which is the Web address of the project's website.
 void BaselineProject.setWebSiteURL(java.lang.String s)
          Sets the project Web site URL, which is the Web address of the project's website.
 void GlobalPreferences.setWeekAbbreviation(java.lang.String s)
          Sets the abbreviation character for time periods of weeks.
 void ProjectResourceQuantity.setWeekStartDate(java.util.Date d)
          Sets the date value that represents the first day of the week.
 void WBSMilestone.setWeight(double d)
          Sets the weight that is assigned to the milestone.
 void ProjectCodeType.setWeight(double d)
          Sets the weight for this project code type.
 void ProjectCode.setWeight(double d)
          Sets the weight for this code value.
 void ActivityStep.setWeight(double d)
          Sets the weight that is assigned to the step.
 void GlobalPreferences.setYearAbbreviation(java.lang.String s)
          Sets the abbreviation character for time periods of years.
 boolean Project.unlockProject()
          Unlocks this project if it was previously exclusively locked by the current user.
 void WBSMilestone.update()
          Updates this WBSMilestone object in the database.
 void WBSCategory.update()
          Updates this WBSCategory object in the database.
 void WBS.update()
          Updates this WBS object in the database.
 void UserOBS.update()
          Updates this UserOBS object in the database.
 void UserFieldTitle.update()
          Updates this UserFieldTitle object in the database.
 void User.update()
          Updates this User object in the database.
 void UnitOfMeasure.update()
          Updates this UnitOfMeasure object in the database.
 void UDFValue.update()
          Updates this UDFValue object in the database.
 void UDFType.update()
          Updates this UDFType object in the database.
 void UDFCode.update()
          Updates this UDFCode object in the database.
 void Shift.update()
          Updates this Shift object in the database.
 void ScheduleOptions.update()
          Updates this ScheduleOptions object in the database.
 void RoleTeam.update()
          Updates this RoleTeam object in the database.
 void RoleRate.update()
          Updates this RoleRate object in the database.
 void RoleLimit.update()
          Updates this RoleLimit object in the database.
 void Role.update()
          Updates this Role object in the database.
 void RiskType.update()
          Updates this RiskType object in the database.
 void ResourceTeam.update()
          Updates this ResourceTeam object in the database.
 void ResourceRole.update()
          Updates this ResourceRole object in the database.
 void ResourceRate.update()
          Updates this ResourceRate object in the database.
 void ResourceCurve.update()
          Updates this ResourceCurve object in the database.
 void ResourceCodeType.update()
          Updates this ResourceCodeType object in the database.
 void ResourceCodeAssignment.update()
          Updates this ResourceCodeAssignment object in the database.
 void ResourceCode.update()
          Updates this ResourceCode object in the database.
 void ResourceAssignmentPeriodActual.update()
          Updates this ResourceAssignmentPeriodActual object in the database.
 void ResourceAssignment.update()
          Updates this ResourceAssignment object in the database.
 void Resource.update()
          Updates this Resource object in the database.
 void Relationship.update()
          Updates this Relationship object in the database.
 void ProjectThreshold.update()
          Updates this ProjectThreshold object in the database.
 void ProjectSpendingPlan.update()
          Updates this ProjectSpendingPlan object in the database.
 void ProjectRisk.update()
          Updates this ProjectRisk object in the database.
 void ProjectResourceQuantity.update()
          Updates this ProjectResourceQuantity object in the database.
 void ProjectResourceCategory.update()
          Updates this ProjectResourceCategory object in the database.
 void ProjectResource.update()
          Updates this ProjectResource object in the database.
 void ProjectProfile.update()
          Updates this ProjectProfile object in the database.
 void ProjectPortfolio.update()
          Updates this ProjectPortfolio object in the database.
 void ProjectNote.update()
          Updates this ProjectNote object in the database.
 void ProjectIssue.update()
          Updates this ProjectIssue object in the database.
 void ProjectFunding.update()
          Updates this ProjectFunding object in the database.
 void ProjectEstimate.update()
          Updates this ProjectEstimate object in the database.
 void ProjectDocument.update()
          Updates this ProjectDocument object in the database.
 void ProjectCodeType.update()
          Updates this ProjectCodeType object in the database.
 void ProjectCodeAssignment.update()
          Updates this ProjectCodeAssignment object in the database.
 void ProjectCode.update()
          Updates this ProjectCode object in the database.
 void ProjectBudgetChangeLog.update()
          Updates this ProjectBudgetChangeLog object in the database.
 void Project.update()
          Updates this Project object in the database.
 void OverheadCode.update()
          Updates this OverheadCode object in the database.
 void OBS.update()
          Updates this OBS object in the database.
 void NotebookTopic.update()
          Updates this NotebookTopic object in the database.
 void GlobalProfile.update()
          Updates this GlobalProfile object in the database.
 void GlobalPreferences.update()
          Updates this GlobalPreferences object in the database.
 void FundingSource.update()
          Updates this FundingSource object in the database.
 void FinancialPeriod.update()
          Updates this FinancialPeriod object in the database.
 void ExpenseCategory.update()
          Updates this ExpenseCategory object in the database.
 void EPSSpendingPlan.update()
          Updates this EPSSpendingPlan object in the database.
 void EPSNote.update()
          Updates this EPSNote object in the database.
 void EPSFunding.update()
          Updates this EPSFunding object in the database.
 void EPSBudgetChangeLog.update()
          Updates this EPSBudgetChangeLog object in the database.
 void EPS.update()
          Updates this EPS object in the database.
 void DocumentStatusCode.update()
          Updates this DocumentStatusCode object in the database.
 void DocumentCategory.update()
          Updates this DocumentCategory object in the database.
 void Document.update()
          Updates this Document object in the database.
 void Currency.update()
          Updates this Currency object in the database.
 void CostAccount.update()
          Updates this CostAccount object in the database.
 void Calendar.update()
          Updates this Calendar object in the database.
 void BatchReport.update()
          Updates this BatchReport object in the database.
 void BaselineType.update()
          Updates this BaselineType object in the database.
 void BaselineProject.update()
          Updates this BaselineProject object in the database.
 void ActivityStep.update()
          Updates this ActivityStep object in the database.
 void ActivityPeriodActual.update()
          Updates this ActivityPeriodActual object in the database.
 void ActivityNote.update()
          Updates this ActivityNote object in the database.
 void ActivityExpense.update()
          Updates this ActivityExpense object in the database.
 void ActivityCodeType.update()
          Updates this ActivityCodeType object in the database.
 void ActivityCodeAssignment.update()
          Updates this ActivityCodeAssignment object in the database.
 void ActivityCode.update()
          Updates this ActivityCode object in the database.
 void Activity.update()
          Updates this Activity object in the database.
 void Calendar.update(boolean replaceHolidayOrExceptions)
          Updates this Calendar object in the database with the option to replace all holidays and exceptions.
static void Activity.update(Session session, Activity[] activities)
          Updates multiple Activity objects in the database.
static void ActivityCode.update(Session session, ActivityCode[] activitycodes)
          Updates multiple ActivityCode objects in the database.
static void ActivityCodeAssignment.update(Session session, ActivityCodeAssignment[] activitycodeassignments)
          Updates multiple ActivityCodeAssignment objects in the database.
static void ActivityCodeType.update(Session session, ActivityCodeType[] activitycodetypes)
          Updates multiple ActivityCodeType objects in the database.
static void ActivityExpense.update(Session session, ActivityExpense[] activityexpenses)
          Updates multiple ActivityExpense objects in the database.
static void ActivityNote.update(Session session, ActivityNote[] activitynotes)
          Updates multiple ActivityNote objects in the database.
static void ActivityPeriodActual.update(Session session, ActivityPeriodActual[] activityperiodactuals)
          Updates multiple ActivityPeriodActual objects in the database.
static void ActivityStep.update(Session session, ActivityStep[] activitysteps)
          Updates multiple ActivityStep objects in the database.
static void BaselineProject.update(Session session, BaselineProject[] baselineprojects)
          Updates multiple BaselineProject objects in the database.
static void BaselineType.update(Session session, BaselineType[] baselinetypes)
          Updates multiple BaselineType objects in the database.
static void BatchReport.update(Session session, BatchReport[] batchreports)
          Updates multiple BatchReport objects in the database.
static void Calendar.update(Session session, Calendar[] calendars)
          Updates multiple Calendar objects in the database.
static void Calendar.update(Session session, Calendar[] calendars, boolean replaceHolidayOrExceptions)
          Updates multiple Calendar objects in the database with the option to replace all holidays and exceptions.
static void CostAccount.update(Session session, CostAccount[] costaccounts)
          Updates multiple CostAccount objects in the database.
static void Currency.update(Session session, Currency[] currencies)
          Updates multiple Currency objects in the database.
static void Document.update(Session session, Document[] documents)
          Updates multiple Document objects in the database.
static void DocumentCategory.update(Session session, DocumentCategory[] documentcategories)
          Updates multiple DocumentCategory objects in the database.
static void DocumentStatusCode.update(Session session, DocumentStatusCode[] documentstatuscodes)
          Updates multiple DocumentStatusCode objects in the database.
static void EPS.update(Session session, EPS[] eps)
          Updates multiple EPS objects in the database.
static void EPSBudgetChangeLog.update(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs)
          Updates multiple EPSBudgetChangeLog objects in the database.
static void EPSFunding.update(Session session, EPSFunding[] epsfundings)
          Updates multiple EPSFunding objects in the database.
static void EPSNote.update(Session session, EPSNote[] epsnotes)
          Updates multiple EPSNote objects in the database.
static void EPSSpendingPlan.update(Session session, EPSSpendingPlan[] epsspendingplans)
          Updates multiple EPSSpendingPlan objects in the database.
static void ExpenseCategory.update(Session session, ExpenseCategory[] expensecategories)
          Updates multiple ExpenseCategory objects in the database.
static void FinancialPeriod.update(Session session, FinancialPeriod[] financialperiods)
          Updates multiple FinancialPeriod objects in the database.
static void FundingSource.update(Session session, FundingSource[] fundingsources)
          Updates multiple FundingSource objects in the database.
static void GlobalProfile.update(Session session, GlobalProfile[] globalprofiles)
          Updates multiple GlobalProfile objects in the database.
static void NotebookTopic.update(Session session, NotebookTopic[] notebooktopics)
          Updates multiple NotebookTopic objects in the database.
static void OBS.update(Session session, OBS[] obs)
          Updates multiple OBS objects in the database.
static void OverheadCode.update(Session session, OverheadCode[] overheadcodes)
          Updates multiple OverheadCode objects in the database.
static void Project.update(Session session, Project[] projects)
          Updates multiple Project objects in the database.
static void ProjectBudgetChangeLog.update(Session session, ProjectBudgetChangeLog[] projectbudgetchangelogs)
          Updates multiple ProjectBudgetChangeLog objects in the database.
static void ProjectCode.update(Session session, ProjectCode[] projectcodes)
          Updates multiple ProjectCode objects in the database.
static void ProjectCodeAssignment.update(Session session, ProjectCodeAssignment[] projectcodeassignments)
          Updates multiple ProjectCodeAssignment objects in the database.
static void ProjectCodeType.update(Session session, ProjectCodeType[] projectcodetypes)
          Updates multiple ProjectCodeType objects in the database.
static void ProjectDocument.update(Session session, ProjectDocument[] projectdocuments)
          Updates multiple ProjectDocument objects in the database.
static void ProjectEstimate.update(Session session, ProjectEstimate[] projectestimates)
          Updates multiple ProjectEstimate objects in the database.
static void ProjectFunding.update(Session session, ProjectFunding[] projectfundings)
          Updates multiple ProjectFunding objects in the database.
static void ProjectIssue.update(Session session, ProjectIssue[] projectissues)
          Updates multiple ProjectIssue objects in the database.
static void ProjectNote.update(Session session, ProjectNote[] projectnotes)
          Updates multiple ProjectNote objects in the database.
static void ProjectPortfolio.update(Session session, ProjectPortfolio[] projectportfolios)
          Updates multiple ProjectPortfolio objects in the database.
static void ProjectProfile.update(Session session, ProjectProfile[] projectprofiles)
          Updates multiple ProjectProfile objects in the database.
static void ProjectResource.update(Session session, ProjectResource[] projectresources)
          Updates multiple ProjectResource objects in the database.
static void ProjectResourceCategory.update(Session session, ProjectResourceCategory[] projectresourcecategories)
          Updates multiple ProjectResourceCategory objects in the database.
static void ProjectResourceQuantity.update(Session session, ProjectResourceQuantity[] projectresourcequantities)
          Updates multiple ProjectResourceQuantity objects in the database.
static void ProjectRisk.update(Session session, ProjectRisk[] projectrisks)
          Updates multiple ProjectRisk objects in the database.
static void ProjectSpendingPlan.update(Session session, ProjectSpendingPlan[] projectspendingplans)
          Updates multiple ProjectSpendingPlan objects in the database.
static void ProjectThreshold.update(Session session, ProjectThreshold[] projectthresholds)
          Updates multiple ProjectThreshold objects in the database.
static void Relationship.update(Session session, Relationship[] relationships)
          Updates multiple Relationship objects in the database.
static void Resource.update(Session session, Resource[] resources)
          Updates multiple Resource objects in the database.
static void ResourceAssignment.update(Session session, ResourceAssignment[] resourceassignments)
          Updates multiple ResourceAssignment objects in the database.
static void ResourceAssignmentPeriodActual.update(Session session, ResourceAssignmentPeriodActual[] resourceassignmentperiodactuals)
          Updates multiple ResourceAssignmentPeriodActual objects in the database.
static void ResourceCode.update(Session session, ResourceCode[] resourcecodes)
          Updates multiple ResourceCode objects in the database.
static void ResourceCodeAssignment.update(Session session, ResourceCodeAssignment[] resourcecodeassignments)
          Updates multiple ResourceCodeAssignment objects in the database.
static void ResourceCodeType.update(Session session, ResourceCodeType[] resourcecodetypes)
          Updates multiple ResourceCodeType objects in the database.
static void ResourceCurve.update(Session session, ResourceCurve[] resourcecurves)
          Updates multiple ResourceCurve objects in the database.
static void ResourceRate.update(Session session, ResourceRate[] resourcerates)
          Updates multiple ResourceRate objects in the database.
static void ResourceRole.update(Session session, ResourceRole[] resourceroles)
          Updates multiple ResourceRole objects in the database.
static void ResourceTeam.update(Session session, ResourceTeam[] resourceteams)
          Updates multiple ResourceTeam objects in the database.
static void RiskType.update(Session session, RiskType[] risktypes)
          Updates multiple RiskType objects in the database.
static void Role.update(Session session, Role[] roles)
          Updates multiple Role objects in the database.
static void RoleLimit.update(Session session, RoleLimit[] rolelimits)
          Updates multiple RoleLimit objects in the database.
static void RoleRate.update(Session session, RoleRate[] rolerates)
          Updates multiple RoleRate objects in the database.
static void RoleTeam.update(Session session, RoleTeam[] roleteams)
          Updates multiple RoleTeam objects in the database.
static void ScheduleOptions.update(Session session, ScheduleOptions[] scheduleoptions)
          Updates multiple ScheduleOptions objects in the database.
static void Shift.update(Session session, Shift[] shifts)
          Updates multiple Shift objects in the database.
static void UDFCode.update(Session session, UDFCode[] udfcodes)
          Updates multiple UDFCode objects in the database.
static void UDFType.update(Session session, UDFType[] udftypes)
          Updates multiple UDFType objects in the database.
static void UDFValue.update(Session session, UDFValue[] udfvalues)
          Updates multiple UDFValue objects in the database.
static void UnitOfMeasure.update(Session session, UnitOfMeasure[] unitofmeasures)
          Updates multiple UnitOfMeasure objects in the database.
static void User.update(Session session, User[] users)
          Updates multiple User objects in the database.
static void UserFieldTitle.update(Session session, UserFieldTitle[] userfieldtitles)
          Updates multiple UserFieldTitle objects in the database.
static void UserOBS.update(Session session, UserOBS[] userobs)
          Updates multiple UserOBS objects in the database.
static void WBS.update(Session session, WBS[] wbs)
          Updates multiple WBS objects in the database.
static void WBSCategory.update(Session session, WBSCategory[] wbscategories)
          Updates multiple WBSCategory objects in the database.
static void WBSMilestone.update(Session session, WBSMilestone[] wbsmilestones)
          Updates multiple WBSMilestone objects in the database.
 void WBS.updateActivities(Activity[] activities)
          Updates multiple associated Activity objects in the database.
 void Activity.updateActivityExpenses(ActivityExpense[] activityexpenses)
          Updates multiple associated ActivityExpense objects in the database.
 void Activity.updateActivityNotes(ActivityNote[] activitynotes)
          Updates multiple associated ActivityNote objects in the database.
 void Activity.updateActivitySteps(ActivityStep[] activitysteps)
          Updates multiple associated ActivityStep objects in the database.
 void Project.updateAllActivities(Activity[] allactivities)
          Updates multiple associated Activity objects in the database.
 void BaselineProject.updateAllActivities(Activity[] allactivities)
          Updates multiple associated Activity objects in the database.
 void Project.updateAllWBS(WBS[] allwbs)
          Updates multiple associated WBS objects in the database.
 void BaselineProject.updateAllWBS(WBS[] allwbs)
          Updates multiple associated WBS objects in the database.
 void EPS.updateEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs)
          Updates multiple associated EPSBudgetChangeLog objects in the database.
 void EPS.updateEPSFundings(EPSFunding[] epsfundings)
          Updates multiple associated EPSFunding objects in the database.
 void EPS.updateEPSNotes(EPSNote[] epsnotes)
          Updates multiple associated EPSNote objects in the database.
 void EPS.updateEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans)
          Updates multiple associated EPSSpendingPlan objects in the database.
 void Activity.updatePredecessorRelationships(Relationship[] predecessorrelationships)
          Updates multiple associated Relationship objects in the database.
 void WBS.updateProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
          Updates multiple associated ProjectBudgetChangeLog objects in the database.
 void WBS.updateProjectDocuments(ProjectDocument[] projectdocuments)
          Updates multiple associated ProjectDocument objects in the database.
 void Activity.updateProjectDocuments(ProjectDocument[] projectdocuments)
          Updates multiple associated ProjectDocument objects in the database.
 void WBS.updateProjectEstimates(ProjectEstimate[] projectestimates)
          Updates multiple associated ProjectEstimate objects in the database.
 void Project.updateProjectFundings(ProjectFunding[] projectfundings)
          Updates multiple associated ProjectFunding objects in the database.
 void BaselineProject.updateProjectFundings(ProjectFunding[] projectfundings)
          Updates multiple associated ProjectFunding objects in the database.
 void WBS.updateProjectIssues(ProjectIssue[] projectissues)
          Updates multiple associated ProjectIssue objects in the database.
 void Project.updateProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs)
          Updates multiple associated ProjectBudgetChangeLog objects in the database.
 void BaselineProject.updateProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs)
          Updates multiple associated ProjectBudgetChangeLog objects in the database.
 void Project.updateProjectLevelEstimates(ProjectEstimate[] projectlevelestimates)
          Updates multiple associated ProjectEstimate objects in the database.
 void BaselineProject.updateProjectLevelEstimates(ProjectEstimate[] projectlevelestimates)
          Updates multiple associated ProjectEstimate objects in the database.
 void Project.updateProjectLevelIssues(ProjectIssue[] projectlevelissues)
          Updates multiple associated ProjectIssue objects in the database.
 void BaselineProject.updateProjectLevelIssues(ProjectIssue[] projectlevelissues)
          Updates multiple associated ProjectIssue objects in the database.
 void Project.updateProjectLevelNotes(ProjectNote[] projectlevelnotes)
          Updates multiple associated ProjectNote objects in the database.
 void BaselineProject.updateProjectLevelNotes(ProjectNote[] projectlevelnotes)
          Updates multiple associated ProjectNote objects in the database.
 void Project.updateProjectLevelRisks(ProjectRisk[] projectlevelrisks)
          Updates multiple associated ProjectRisk objects in the database.
 void BaselineProject.updateProjectLevelRisks(ProjectRisk[] projectlevelrisks)
          Updates multiple associated ProjectRisk objects in the database.
 void Project.updateProjectLevelSpendingPlans(ProjectSpendingPlan[] projectlevelspendingplans)
          Updates multiple associated ProjectSpendingPlan objects in the database.
 void BaselineProject.updateProjectLevelSpendingPlans(ProjectSpendingPlan[] projectlevelspendingplans)
          Updates multiple associated ProjectSpendingPlan objects in the database.
 void Project.updateProjectLevelThresholds(ProjectThreshold[] projectlevelthresholds)
          Updates multiple associated ProjectThreshold objects in the database.
 void BaselineProject.updateProjectLevelThresholds(ProjectThreshold[] projectlevelthresholds)
          Updates multiple associated ProjectThreshold objects in the database.
 void Project.updateProjectLevelWBSMilestones(WBSMilestone[] projectlevelwbsmilestones)
          Updates multiple associated WBSMilestone objects in the database.
 void BaselineProject.updateProjectLevelWBSMilestones(WBSMilestone[] projectlevelwbsmilestones)
          Updates multiple associated WBSMilestone objects in the database.
 void WBS.updateProjectNotes(ProjectNote[] projectnotes)
          Updates multiple associated ProjectNote objects in the database.
 void User.updateProjectPortfolios(ProjectPortfolio[] projectportfolios)
          Updates multiple associated ProjectPortfolio objects in the database.
 void WBS.updateProjectRisks(ProjectRisk[] projectrisks)
          Updates multiple associated ProjectRisk objects in the database.
 void WBS.updateProjectSpendingPlans(ProjectSpendingPlan[] projectspendingplans)
          Updates multiple associated ProjectSpendingPlan objects in the database.
 void WBS.updateProjectThresholds(ProjectThreshold[] projectthresholds)
          Updates multiple associated ProjectThreshold objects in the database.
 void Activity.updateResourceAssignments(ResourceAssignment[] resourceassignments)
          Updates multiple associated ResourceAssignment objects in the database.
 void User.updateResourceTeams(ResourceTeam[] resourceteams)
          Updates multiple associated ResourceTeam objects in the database.
 void User.updateRoleTeams(RoleTeam[] roleteams)
          Updates multiple associated RoleTeam objects in the database.
 void Activity.updateSuccessorRelationships(Relationship[] successorrelationships)
          Updates multiple associated Relationship objects in the database.
 void User.updateUserLicenses(UserLicense[] userlicenses)
          Updates multiple associated UserLicense objects in the database.
 void User.updateUserOBS(UserOBS[] userobs)
          Updates multiple associated UserOBS objects in the database.
 void OBS.updateUserOBS(UserOBS[] userobs)
          Updates multiple associated UserOBS objects in the database.
 void WBS.updateWBSMilestones(WBSMilestone[] wbsmilestones)
          Updates multiple associated WBSMilestone objects in the database.
 

Constructors in com.primavera.integration.client.bo.object that throw BusinessObjectException
Activity(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Activity(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ActivityCode(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityCode(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ActivityCodeAssignment(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityCodeAssignment(Session session, ObjectId activityObjectId, ObjectId activityCodeTypeObjectId)
          Class constructor specifying the Session and the individual components of the multi-part key: ActivityObjectId and ActivityCodeTypeObjectId.
ActivityCodeAssignment(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ActivityCodeType(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityCodeType(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ActivityExpense(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityExpense(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ActivityNote(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityNote(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ActivityOwner(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityOwner(Session session, ObjectId activityObjectId, ObjectId userObjectId)
          Class constructor specifying the Session and the individual components of the multi-part key: ActivityObjectId and UserObjectId.
ActivityOwner(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ActivityPeriodActual(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityPeriodActual(Session session, ObjectId financialPeriodObjectId, ObjectId activityObjectId)
          Class constructor specifying the Session and the individual components of the multi-part key: FinancialPeriodObjectId and ActivityObjectId.
ActivityPeriodActual(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ActivityStep(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityStep(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ActivityStepTemplate(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityStepTemplate(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ActivityStepTemplateItem(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityStepTemplateItem(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
BaselineProject(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
BaselineProject(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
BaselineType(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
BaselineType(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
BatchReport(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
BatchReport(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
Calendar(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Calendar(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
CostAccount(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
CostAccount(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
Currency(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Currency(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
Document(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Document(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
DocumentCategory(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
DocumentCategory(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
DocumentStatusCode(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
DocumentStatusCode(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
EPS(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
EPS(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
EPSBudgetChangeLog(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
EPSBudgetChangeLog(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
EPSFunding(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
EPSFunding(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
EPSNote(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
EPSNote(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
EPSSpendingPlan(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
EPSSpendingPlan(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ExpenseCategory(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ExpenseCategory(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
FinancialPeriod(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
FinancialPeriod(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
FundingSource(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
FundingSource(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
GlobalPreferences(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
GlobalPreferences(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
GlobalProfile(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
GlobalProfile(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
Initiation(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Initiation(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
IssueHistory(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
IssueHistory(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
Methodology(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Methodology(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
NotebookTopic(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
NotebookTopic(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
OBS(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
OBS(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
OverheadCode(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
OverheadCode(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
Project(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Project(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectBudgetChangeLog(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectBudgetChangeLog(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectCode(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectCode(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectCodeAssignment(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectCodeAssignment(Session session, ObjectId projectObjectId, ObjectId projectCodeTypeObjectId)
          Class constructor specifying the Session and the individual components of the multi-part key: ProjectObjectId and ProjectCodeTypeObjectId.
ProjectCodeAssignment(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectCodeType(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectCodeType(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectCodeUser(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectCodeUser(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectDocument(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectDocument(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectEstimate(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectEstimate(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectFunding(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectFunding(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectIssue(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectIssue(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectNote(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectNote(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectPortfolio(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectPortfolio(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectProfile(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectProfile(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectResource(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectResource(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectResourceCategory(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectResourceCategory(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectResourceQuantity(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectResourceQuantity(Session session, ObjectId projectResourceObjectId, java.util.Date weekStartDate, java.util.Date monthStartDate)
          Class constructor specifying the Session and the individual components of the multi-part key: ProjectResourceObjectId, WeekStartDate, and MonthStartDate.
ProjectResourceQuantity(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectRisk(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectRisk(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectSpendingPlan(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectSpendingPlan(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ProjectThreshold(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectThreshold(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
Relationship(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Relationship(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
Resource(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Resource(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ResourceAccess(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceAccess(Session session, ObjectId userObjectId, ObjectId resourceObjectId)
          Class constructor specifying the Session and the individual components of the multi-part key: UserObjectId and ResourceObjectId.
ResourceAccess(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ResourceAssignment(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceAssignment(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ResourceAssignmentPeriodActual(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceAssignmentPeriodActual(Session session, ObjectId financialPeriodObjectId, ObjectId resourceAssignmentObjectId)
          Class constructor specifying the Session and the individual components of the multi-part key: FinancialPeriodObjectId and ResourceAssignmentObjectId.
ResourceAssignmentPeriodActual(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ResourceCode(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceCode(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ResourceCodeAssignment(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceCodeAssignment(Session session, ObjectId resourceObjectId, ObjectId resourceCodeTypeObjectId)
          Class constructor specifying the Session and the individual components of the multi-part key: ResourceObjectId and ResourceCodeTypeObjectId.
ResourceCodeAssignment(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ResourceCodeType(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceCodeType(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ResourceCurve(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceCurve(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ResourceHour(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceHour(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ResourceRate(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceRate(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ResourceRole(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceRole(Session session, ObjectId resourceObjectId, ObjectId roleObjectId)
          Class constructor specifying the Session and the individual components of the multi-part key: ResourceObjectId and RoleObjectId.
ResourceRole(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ResourceTeam(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceTeam(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
RiskType(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
RiskType(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
Role(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Role(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
RoleLimit(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
RoleLimit(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
RoleRate(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
RoleRate(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
RoleTeam(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
RoleTeam(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ScheduleOptions(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ScheduleOptions(Session session, ObjectId userObjectId, ObjectId projectObjectId)
          Class constructor specifying the Session and the individual components of the multi-part key: UserObjectId and ProjectObjectId.
ScheduleOptions(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
Shift(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Shift(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ShiftPeriod(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ShiftPeriod(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
ThresholdParameter(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ThresholdParameter(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
Timesheet(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Timesheet(Session session, ObjectId timesheetPeriodObjectId, ObjectId resourceObjectId)
          Class constructor specifying the Session and the individual components of the multi-part key: TimesheetPeriodObjectId and ResourceObjectId.
Timesheet(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
TimesheetAudit(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
TimesheetAudit(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
TimesheetDelegate(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
TimesheetDelegate(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
TimesheetPeriod(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
TimesheetPeriod(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
UDFCode(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UDFCode(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
UDFType(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UDFType(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
UDFValue(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UDFValue(Session session, ObjectId uDFTypeObjectId, ObjectId foreignObjectId)
          Class constructor specifying the Session and the individual components of the multi-part key: UDFTypeObjectId and ForeignObjectId.
UDFValue(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
UnitOfMeasure(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UnitOfMeasure(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
User(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
User(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
UserFieldTitle(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UserFieldTitle(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
UserInterfaceView(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UserInterfaceView(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
UserLicense(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UserLicense(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
UserOBS(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UserOBS(Session session, ObjectId userObjectId, ObjectId obsObjectId)
          Class constructor specifying the Session and the individual components of the multi-part key: UserObjectId and OBSObjectId.
UserOBS(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
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.
WBSCategory(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
WBSCategory(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
WBSMilestone(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
WBSMilestone(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex)
          Class constructor called internally after objects are retrieved from the server.
 

Uses of BusinessObjectException in com.primavera.integration.client.xml.exporter
 

Methods in com.primavera.integration.client.xml.exporter that throw BusinessObjectException
 void XMLExporter.exportActivities(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of activities for a particular project.
 void XMLExporter.exportActivities(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activities.
 void XMLExporter.exportActivitiesWithLiveSpread(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a subset of activities with live spread data for a particular project.
 void XMLExporter.exportActivitiesWithLiveSpread(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a specific set of activities with live spread data.
 void XMLExporter.exportActivityCodeAssignments(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of activity code assignments for a particular project.
 void XMLExporter.exportActivityCodeAssignments(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity code assignments.
 void XMLExporter.exportActivityCodes(java.io.OutputStream os, ActivityCodeType parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of activity codes for a particular activity code type.
 void XMLExporter.exportActivityCodes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity codes.
 void XMLExporter.exportActivityCodeTypes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity code types.
 void XMLExporter.exportActivityCodeTypes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of activity code types.
 void XMLExporter.exportActivityExpenses(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of activity expenses for a particular project.
 void XMLExporter.exportActivityExpenses(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity expenses.
 void XMLExporter.exportActivityNotes(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of activity notes for a particular project.
 void XMLExporter.exportActivityNotes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity notes.
 void XMLExporter.exportActivityOwners(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of activity owners for a particular project.
 void XMLExporter.exportActivityOwners(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity owners.
 void XMLExporter.exportActivityPeriodActuals(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of activity period actuals for a particular project.
 void XMLExporter.exportActivityPeriodActuals(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity period actuals.
 void XMLExporter.exportActivitySteps(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of activity steps for a particular project.
 void XMLExporter.exportActivitySteps(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity steps.
 void XMLExporter.exportActivityStepTemplateItems(java.io.OutputStream os, ActivityStepTemplate parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of activity step template items for a particular activity step template.
 void XMLExporter.exportActivityStepTemplateItems(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity step template items.
 void XMLExporter.exportActivityStepTemplates(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity step templates.
 void XMLExporter.exportActivityStepTemplates(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of activity step templates.
 void XMLExporter.exportBaselineProjects(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of baseline projects.
 void XMLExporter.exportBaselineProjects(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of baseline projects.
 void XMLExporter.exportBaselineTypes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of baseline types.
 void XMLExporter.exportBaselineTypes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of baseline types.
 void XMLExporter.exportBatchReports(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of batch reports.
 void XMLExporter.exportBatchReports(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of batch reports.
 void XMLExporter.exportCalendars(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of calendars.
 void XMLExporter.exportCalendars(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of calendars.
 void XMLExporter.exportCostAccounts(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of cost accounts.
 void XMLExporter.exportCostAccounts(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of cost accounts.
 void XMLExporter.exportCurrencies(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of currencies.
 void XMLExporter.exportCurrencies(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of currencies.
 void XMLExporter.exportDocumentCategories(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of document categories.
 void XMLExporter.exportDocumentCategories(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of document categories.
 void XMLExporter.exportDocuments(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of documents.
 void XMLExporter.exportDocuments(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of documents.
 void XMLExporter.exportDocumentStatusCodes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of document status codes.
 void XMLExporter.exportDocumentStatusCodes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of document status codes.
 void XMLExporter.exportEPS(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of EPS objects.
 void XMLExporter.exportEPS(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of EPS objects.
 void XMLExporter.exportEPSBudgetChangeLogs(java.io.OutputStream os, EPS parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of EPS budget change logs for a particular EPS.
 void XMLExporter.exportEPSBudgetChangeLogs(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of EPS budget change logs.
 void XMLExporter.exportEPSFundings(java.io.OutputStream os, EPS parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of EPS fundings for a particular EPS.
 void XMLExporter.exportEPSFundings(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of EPS fundings.
 void XMLExporter.exportEPSNotes(java.io.OutputStream os, EPS parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of EPS notes for a particular EPS.
 void XMLExporter.exportEPSNotes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of EPS notes.
 void XMLExporter.exportEPSSpendingPlans(java.io.OutputStream os, EPS parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of EPS spending plans for a particular EPS.
 void XMLExporter.exportEPSSpendingPlans(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of EPS spending plans.
 void XMLExporter.exportEPSWithSummarizedSpread(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a specific set of EPS objects with summarized spread data.
 void XMLExporter.exportEPSWithSummarizedSpread(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a subset of EPS objects with summarized spread data.
 void XMLExporter.exportExpenseCategories(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of expense categories.
 void XMLExporter.exportExpenseCategories(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of expense categories.
 void XMLExporter.exportFinancialPeriods(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of financial periods.
 void XMLExporter.exportFinancialPeriods(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of financial periods.
 void XMLExporter.exportFullProject(java.io.OutputStream os, ObjectId projectId, java.lang.String[] fields, XMLExporterListener listener)
          Fully export a specific project.
 void XMLExporter.exportFullProject(java.io.OutputStream os, ObjectId projectId, java.lang.String[] fields, XMLExporterListener listener, SpreadPeriodType periodType)
          Fully export a specific project with future bucket planning spreads.
 void XMLExporter.exportFundingSources(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of funding sources.
 void XMLExporter.exportFundingSources(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of funding sources.
 void XMLExporter.exportGlobalPreferences(java.io.OutputStream os, java.lang.String[] fields)
          Export the global preferences.
 void XMLExporter.exportGlobalProfiles(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of global profiles.
 void XMLExporter.exportGlobalProfiles(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of global profiles.
 void XMLExporter.exportInitiations(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of initiation objects.
 void XMLExporter.exportInitiations(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of initiation objects.
 void XMLExporter.exportIssueHistories(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of issue histories for a particular project.
 void XMLExporter.exportIssueHistories(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of issue histories.
 void XMLExporter.exportMethodologies(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of methodologies.
 void XMLExporter.exportMethodologies(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of methodologies.
 void XMLExporter.exportNotebookTopics(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of notebook topics.
 void XMLExporter.exportNotebookTopics(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of notebook topics.
 void XMLExporter.exportOBS(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of OBS objects.
 void XMLExporter.exportOBS(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of OBS objects.
 void XMLExporter.exportOverheadCodes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of overhead codes.
 void XMLExporter.exportOverheadCodes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of overhead codes.
 void XMLExporter.exportProjectBudgetChangeLogs(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of budget change logs for a particular project.
 void XMLExporter.exportProjectBudgetChangeLogs(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of budget change logs.
 void XMLExporter.exportProjectCodeAssignments(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project code assignments.
 void XMLExporter.exportProjectCodeAssignments(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project code assignments.
 void XMLExporter.exportProjectCodes(java.io.OutputStream os, ProjectCodeType parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project codes for a particular project code type.
 void XMLExporter.exportProjectCodes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project codes.
 void XMLExporter.exportProjectCodeTypes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project code types.
 void XMLExporter.exportProjectCodeTypes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project code types.
 void XMLExporter.exportProjectCodeUsers(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project code users.
 void XMLExporter.exportProjectCodeUsers(java.io.OutputStream os, User parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project code users for a particular user.
 void XMLExporter.exportProjectDocuments(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project documents for a particular project.
 void XMLExporter.exportProjectDocuments(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project documents.
 void XMLExporter.exportProjectEstimates(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project estimates for a particular project.
 void XMLExporter.exportProjectEstimates(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project estimates.
 void XMLExporter.exportProjectFundings(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project fundings for a particular project.
 void XMLExporter.exportProjectFundings(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project fundings.
 void XMLExporter.exportProjectIssues(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project issues for a particular project.
 void XMLExporter.exportProjectIssues(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project issues.
 void XMLExporter.exportProjectNotes(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project notes for a particular project.
 void XMLExporter.exportProjectNotes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project notes.
 void XMLExporter.exportProjectPortfolios(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project portfolios.
 void XMLExporter.exportProjectPortfolios(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project portfolios.
 void XMLExporter.exportProjectProfiles(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project profiles.
 void XMLExporter.exportProjectProfiles(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project profiles.
 void XMLExporter.exportProjectResourceCategories(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project resource categories.
 void XMLExporter.exportProjectResourceCategories(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project resource categories.
 void XMLExporter.exportProjectResourceQuantities(java.io.OutputStream os, ProjectResource parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project resource quantities for a particular project resource.
 void XMLExporter.exportProjectResourceQuantities(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project resource quantities.
 void XMLExporter.exportProjectResources(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project resources for a particular project.
 void XMLExporter.exportProjectResources(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project resources.
 void XMLExporter.exportProjectRisks(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project risks for a particular project.
 void XMLExporter.exportProjectRisks(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project risks.
 void XMLExporter.exportProjects(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of projects.
 void XMLExporter.exportProjects(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of projects.
 void XMLExporter.exportProjectSpendingPlans(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project spending plans for a particular project.
 void XMLExporter.exportProjectSpendingPlans(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project spending plans.
 void XMLExporter.exportProjectsWithSummarizedSpread(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a specific set of projects with summarized spread data.
 void XMLExporter.exportProjectsWithSummarizedSpread(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a subset of projects with summarized spread data.
 void XMLExporter.exportProjectThresholds(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of project thresholds for a particular project.
 void XMLExporter.exportProjectThresholds(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project thresholds.
 void XMLExporter.exportRelationships(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of relationships for a particular project.
 void XMLExporter.exportRelationships(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of relationships.
 void XMLExporter.exportResourceAccess(java.io.OutputStream os, Resource parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resource access objects.
 void XMLExporter.exportResourceAccess(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resource access objects.
 void XMLExporter.exportResourceAssignmentPeriodActuals(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resource assignment period actuals for a particular project.
 void XMLExporter.exportResourceAssignmentPeriodActuals(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resource assignment period actuals.
 void XMLExporter.exportResourceAssignments(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resource assignments for a particular project.
 void XMLExporter.exportResourceAssignments(java.io.OutputStream os, Resource parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resource assignments for a particular resource.
 void XMLExporter.exportResourceAssignments(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resource assignments.
 void XMLExporter.exportResourceAssignmentsWithLiveSpread(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a subset of resource assignments with live spread data for a particular project.
 void XMLExporter.exportResourceAssignmentsWithLiveSpread(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a specific set of resource assignments with live spread data.
 void XMLExporter.exportResourceCodeAssignments(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resource code assignments.
 void XMLExporter.exportResourceCodeAssignments(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resource code assignments.
 void XMLExporter.exportResourceCodes(java.io.OutputStream os, ResourceCodeType parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resource codes for a particular resource code type.
 void XMLExporter.exportResourceCodes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resource codes.
 void XMLExporter.exportResourceCodeTypes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resource code types.
 void XMLExporter.exportResourceCodeTypes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resource code types.
 void XMLExporter.exportResourceCurves(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resource curves.
 void XMLExporter.exportResourceCurves(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resource curves.
 void XMLExporter.exportResourceRates(java.io.OutputStream os, Resource parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resource rates for a particular resource.
 void XMLExporter.exportResourceRates(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resource rates.
 void XMLExporter.exportResourceRoles(java.io.OutputStream os, Resource parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resource roles for a particular resource.
 void XMLExporter.exportResourceRoles(java.io.OutputStream os, Role parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resource roles for a particular role.
 void XMLExporter.exportResourceRoles(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resource roles.
 void XMLExporter.exportResources(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resources.
 void XMLExporter.exportResources(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resources.
 void XMLExporter.exportResourceTeams(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resource teams.
 void XMLExporter.exportResourceTeams(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of resource teams.
 void XMLExporter.exportRiskTypes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of risk types.
 void XMLExporter.exportRiskTypes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of risk types.
 void XMLExporter.exportRoleLimits(java.io.OutputStream os, Role parent, java.lang.String[] fields)
          Export a subset of role limits for a particular role.
 void XMLExporter.exportRoleLimits(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of role limits.
 void XMLExporter.exportRoleRates(java.io.OutputStream os, Role parent, java.lang.String[] fields)
          Export a subset of role rates for a particular role.
 void XMLExporter.exportRoleRates(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of role rates.
 void XMLExporter.exportRoles(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of roles.
 void XMLExporter.exportRoles(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of roles.
 void XMLExporter.exportRoleTeams(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of role teams.
 void XMLExporter.exportRoleTeams(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of role teams.
 void XMLExporter.exportScheduleOptions(java.io.OutputStream os, Project parent, java.lang.String[] fields)
          Export the schedule options for a particular project for the current user.
 void XMLExporter.exportShifts(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of shifts.
 void XMLExporter.exportShifts(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of shifts.
 void XMLExporter.exportThresholdParameters(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of threshold parameters.
 void XMLExporter.exportThresholdParameters(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of threshold parameters.
 void XMLExporter.exportTimesheetAudits(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of timesheet audits.
 void XMLExporter.exportTimesheetAudits(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of timesheet audits.
 void XMLExporter.exportTimesheetDelegates(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of timesheet delegates.
 void XMLExporter.exportTimesheetDelegates(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of timesheet delegates.
 void XMLExporter.exportTimesheetPeriods(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of timesheet periods.
 void XMLExporter.exportTimesheetPeriods(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of timesheet periods.
 void XMLExporter.exportTimesheets(java.io.OutputStream os, Resource parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of timesheets for a particular resource.
 void XMLExporter.exportTimesheets(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of timesheets.
 void XMLExporter.exportTimesheets(java.io.OutputStream os, TimesheetPeriod parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of timesheets for a particular timesheet period.
 void XMLExporter.exportUDFCodes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of UDF codes.
 void XMLExporter.exportUDFCodes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of UDF codes.
 void XMLExporter.exportUDFTypes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of UDF types.
 void XMLExporter.exportUDFTypes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of UDF types.
 void XMLExporter.exportUDFValues(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of UDF values.
 void XMLExporter.exportUDFValues(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of UDF values.
 void XMLExporter.exportUnitOfMeasures(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of units of measure.
 void XMLExporter.exportUnitOfMeasures(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of units of measure.
 void XMLExporter.exportUserFieldTitles(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of user field titles.
 void XMLExporter.exportUserFieldTitles(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of user field titles.
 void XMLExporter.exportUserInterfaceViews(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of user interface views.
 void XMLExporter.exportUserInterfaceViews(java.io.OutputStream os, User parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of user interface views for a particular user.
 void XMLExporter.exportUserLicenses(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of user licenses.
 void XMLExporter.exportUserLicenses(java.io.OutputStream os, User parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of user licenses for a particular user.
 void XMLExporter.exportUserOBS(java.io.OutputStream os, OBS parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of user OBS objects for a particular OBS object.
 void XMLExporter.exportUserOBS(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of UserOBS objects.
 void XMLExporter.exportUserOBS(java.io.OutputStream os, User parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of user OBS objects for a particular user.
 void XMLExporter.exportUsers(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of users.
 void XMLExporter.exportUsers(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of users.
 void XMLExporter.exportWBS(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of WBS objects for a particular project.
 void XMLExporter.exportWBS(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of WBS objects.
 void XMLExporter.exportWBSCategories(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of WBS categories.
 void XMLExporter.exportWBSCategories(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of WBS categories.
 void XMLExporter.exportWBSMilestones(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of WBS milestones for a particular project.
 void XMLExporter.exportWBSMilestones(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of WBS milestones.
 void XMLExporter.exportWBSWithSummarizedSpread(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a subset of WBS objects with summarized spread data for a particular project.
 void XMLExporter.exportWBSWithSummarizedSpread(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a specific set of WBS objects with summarized spread data.
 

Uses of BusinessObjectException in com.primavera.integration.client.xml.importer
 

Methods in com.primavera.integration.client.xml.importer that throw BusinessObjectException
 ObjectId XMLImporter.createNewProject(ObjectId epsId, java.lang.String sFilePath)
          Creates a new project from an XML file.
 void XMLImporter.importFullProject(java.lang.String sFilePath, java.io.PrintStream stream)
          Deprecated. As of release 6.0, replaced by XMLImporter.createNewProject(ObjectId, String) and XMLImporter.updateExistingProject(ObjectId, String)
 void XMLImporter.updateExistingProject(ObjectId projectId, java.lang.String sFilePath)
          Update an existing project from an XML file.
 

Uses of BusinessObjectException in com.primavera.integration.client.xml.xmlexporter
 

Methods in com.primavera.integration.client.xml.xmlexporter that throw BusinessObjectException
 void XMLExporter.exportActivities(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of activities.
 void XMLExporter.exportActivitiesWithLiveSpread(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a collection of activities for a particular project with live spread data.
 void XMLExporter.exportActivityCodeAssignments(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of activity code assignments.
 void XMLExporter.exportActivityCodes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of activity codes.
 void XMLExporter.exportActivityCodeTypes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of activity code types.
 void XMLExporter.exportActivityExpenses(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of activity expenses.
 void XMLExporter.exportActivityNotes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of activity notes.
 void XMLExporter.exportActivityOwners(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of activity owners.
 void XMLExporter.exportActivityPeriodActuals(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of activity period actuals.
 void XMLExporter.exportActivitySteps(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of activity steps.
 void XMLExporter.exportActivityStepTemplateItems(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of activity step template items.
 void XMLExporter.exportActivityStepTemplates(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of activity step templates.
 void XMLExporter.exportBaselineProjects(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of baseline projects.
 void XMLExporter.exportBaselineTypes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of baseline types.
 void XMLExporter.exportBatchReports(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of batch reports.
 void XMLExporter.exportCalendars(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of calendars.
 void XMLExporter.exportCostAccounts(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of cost accounts.
 void XMLExporter.exportCurrencies(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of currencies.
 void XMLExporter.exportDocumentCategories(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of document categories.
 void XMLExporter.exportDocuments(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of documents.
 void XMLExporter.exportDocumentStatusCodes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of document status codes.
 void XMLExporter.exportEPS(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of EPS objects.
 void XMLExporter.exportEPSBudgetChangeLogs(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of EPS budget change logs.
 void XMLExporter.exportEPSFundings(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of EPS fundings.
 void XMLExporter.exportEPSNotes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of EPS notes.
 void XMLExporter.exportEPSSpendingPlans(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of EPS spending plans.
 void XMLExporter.exportEPSWithSummarizedSpread(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a collection of EPS objects with summarized spread data.
 void XMLExporter.exportExpenseCategories(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of expense categories.
 void XMLExporter.exportFinancialPeriods(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of financial periods.
 void XMLExporter.exportFullProject(java.io.OutputStream os, ObjectId projectId, java.lang.String[] fields, XMLExporterListener listener)
          Fully export a specific project.
 void XMLExporter.exportFullProject(java.io.OutputStream os, ObjectId projectId, java.lang.String[] fields, XMLExporterListener listener, SpreadPeriodType periodType)
          Fully export a specific project with future bucket planning spreads.
 void XMLExporter.exportFundingSources(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of funding sources.
 void XMLExporter.exportGlobalPreferences(java.io.OutputStream os, java.lang.String[] fields)
          Export the global preferences.
 void XMLExporter.exportGlobalProfiles(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of global profiles.
 void XMLExporter.exportInitiations(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of initiation objects.
 void XMLExporter.exportIssueHistories(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of issue histories.
 void XMLExporter.exportMethodologies(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of methodologies.
 void XMLExporter.exportNotebookTopics(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of notebook topics.
 void XMLExporter.exportOBS(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of OBS objects.
 void XMLExporter.exportOverheadCodes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of overhead codes.
 void XMLExporter.exportProjectBudgetChangeLogs(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of budget change logs.
 void XMLExporter.exportProjectCodeAssignments(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project code assignments.
 void XMLExporter.exportProjectCodes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project codes code type.
 void XMLExporter.exportProjectCodeTypes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project code types.
 void XMLExporter.exportProjectCodeUsers(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project code users.
 void XMLExporter.exportProjectDocuments(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project documents.
 void XMLExporter.exportProjectEstimates(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project estimates.
 void XMLExporter.exportProjectFundings(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project fundings.
 void XMLExporter.exportProjectIssues(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project issues.
 void XMLExporter.exportProjectNotes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project notes.
 void XMLExporter.exportProjectPortfolios(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project portfolios.
 void XMLExporter.exportProjectProfiles(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project profiles.
 void XMLExporter.exportProjectResourceCategories(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project resource categories.
 void XMLExporter.exportProjectResourceQuantities(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project resource quantities.
 void XMLExporter.exportProjectResources(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project resources.
 void XMLExporter.exportProjectRisks(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project risks.
 void XMLExporter.exportProjects(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of projects.
 void XMLExporter.exportProjectSpendingPlans(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project spending plans.
 void XMLExporter.exportProjectsWithSummarizedSpread(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a collection of projects with summarized spread data.
 void XMLExporter.exportProjectThresholds(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of project thresholds.
 void XMLExporter.exportRelationships(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of relationships.
 void XMLExporter.exportResourceAccess(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of resource access objects.
 void XMLExporter.exportResourceAssignmentPeriodActuals(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of resource assignment period actuals.
 void XMLExporter.exportResourceAssignments(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of resource assignments.
 void XMLExporter.exportResourceAssignmentsWithLiveSpread(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a collection of resource assignments for a particular project with live spread data.
 void XMLExporter.exportResourceAssignmentsWithLiveSpread(java.io.OutputStream os, Resource parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a collection of resource assignments for a particular resource with live spread data.
 void XMLExporter.exportResourceCodeAssignments(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of resource code assignments.
 void XMLExporter.exportResourceCodes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of resource codes.
 void XMLExporter.exportResourceCodeTypes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of resource code types.
 void XMLExporter.exportResourceCurves(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of resource curves.
 void XMLExporter.exportResourceRates(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of resource rates.
 void XMLExporter.exportResourceRoles(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of resource roles.
 void XMLExporter.exportResources(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of resources.
 void XMLExporter.exportResourceTeams(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of resource teams.
 void XMLExporter.exportRiskTypes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of risk types.
 void XMLExporter.exportRoleLimits(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of role limits.
 void XMLExporter.exportRoleRates(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of role rates.
 void XMLExporter.exportRoles(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of roles.
 void XMLExporter.exportRoleTeams(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of role teams.
 void XMLExporter.exportScheduleOptions(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export the schedule options for the current user.
 void XMLExporter.exportShifts(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of shifts.
 void XMLExporter.exportThresholdParameters(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of threshold parameters.
 void XMLExporter.exportTimesheetAudits(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of timesheet audits.
 void XMLExporter.exportTimesheetDelegates(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of timesheet delegates.
 void XMLExporter.exportTimesheetPeriods(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of timesheet periods.
 void XMLExporter.exportTimesheets(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of timesheets.
 void XMLExporter.exportUDFCodes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of UDF codes.
 void XMLExporter.exportUDFTypes(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of UDF types.
 void XMLExporter.exportUDFValues(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of UDF values.
 void XMLExporter.exportUnitOfMeasures(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of units of measure.
 void XMLExporter.exportUserFieldTitles(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of user field titles.
 void XMLExporter.exportUserInterfaceViews(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of user interface views
 void XMLExporter.exportUserLicenses(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of user licenses.
 void XMLExporter.exportUserOBS(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of user OBS objects.
 void XMLExporter.exportUsers(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of users.
 void XMLExporter.exportWBS(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of WBS objects.
 void XMLExporter.exportWBSCategories(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of WBS categories.
 void XMLExporter.exportWBSMilestones(java.io.OutputStream os, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a collection of WBS milestones.
 void XMLExporter.exportWBSWithSummarizedSpread(java.io.OutputStream os, Project parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Export a collection of WBS objects for a particular project with summarized spread data.
 

Uses of BusinessObjectException in com.primavera.integration.util
 

Subclasses of BusinessObjectException in com.primavera.integration.util
 class KeyNotFoundException
          Exception class for missing keys in BOHierarchyMap
 

Methods in com.primavera.integration.util that throw BusinessObjectException
 void BODeleteHelper.delete(Session session, java.lang.String sBOType)
          Deletes from the database all the business objects of a particular type that were added to this object.
static java.util.Set<GlobalPrivilege> SecurityHelper.getGlobalPrivileges(Session session)
          Gets the set of global privileges for the current user
static java.util.Set<ProjectPrivilege> SecurityHelper.getProjectPrivilegesByEPS(Session session, ObjectId epsObjectId)
          Gets the set of project privileges defined for a specific EPS for the current user
static java.util.Set<ProjectPrivilege> SecurityHelper.getProjectPrivilegesByEPS(Session session, ObjectId epsObjectId, ObjectId userObjectId)
          Gets the set of project privileges defined for a specific EPS and a specific user
static java.util.Set<ProjectPrivilege> SecurityHelper.getProjectPrivilegesByProject(Session session, ObjectId projectObjectId)
          Gets the set of project privileges defined for a specific project for the current user
static java.util.Set<ProjectPrivilege> SecurityHelper.getProjectPrivilegesByProject(Session session, ObjectId projectObjectId, ObjectId userObjectId)
          Gets the set of project privileges defined for a specific project and a specific user
static boolean SecurityHelper.hasAllResourceAccess(Session session)
          Checks if the current user has all resource access
static boolean SecurityHelper.hasAllResourceAccess(Session session, ObjectId userObjectId)
          Checks if the current user has all resource access
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.