Primavera Integration API 7.0

Uses of Class
com.primavera.common.value.ObjectId

Packages that use ObjectId
com.primavera.common.value Value object classes 
com.primavera.common.value.spread Spread value objects and related classes 
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.client.xml.xmlimporter Flat XML importer classes 
com.primavera.integration.common General common classes 
com.primavera.integration.util General utility classes 
 

Uses of ObjectId in com.primavera.common.value
 

Fields in com.primavera.common.value declared as ObjectId
static ObjectId ObjectId.SECURITY_OVERRIDE_WBSCONTEXT_ID
           
static ObjectId ObjectId.USESSION_OVERRIDE_ID
           
 

Methods in com.primavera.common.value that return ObjectId
static ObjectId ObjectId.fromString(java.lang.String sId)
          Creates an ObjectId from a String.
 

Methods in com.primavera.common.value with parameters of type ObjectId
 int ObjectId.compareTo(ObjectId id)
          Compares two ObjectId objects.
 

Uses of ObjectId in com.primavera.common.value.spread
 

Methods in com.primavera.common.value.spread that return ObjectId
 ObjectId ProjectResourceRoleSpread.getProjectObjectId()
          Gets the unique ID of the associated Project object
 ObjectId ProjectResourceSpread.getResourceObjectId()
          Gets the unique ID of the associated Resource object
 ObjectId ProjectRoleSpread.getRoleObjectId()
          Gets the unique ID of the associated Role object
 

Methods in com.primavera.common.value.spread with parameters of type ObjectId
 void ProjectResourceRoleSpread.setProjectObjectId(ObjectId projectObjectId)
          Sets the unique ID of the associated Project object
 void ProjectResourceSpread.setResourceObjectId(ObjectId resourceObjectId)
          Sets the unique ID of the associated Resource object
 void ProjectRoleSpread.setRoleObjectId(ObjectId roleObjectId)
          Sets the unique ID of the associated Role object
 

Uses of ObjectId in com.primavera.integration.client
 

Methods in com.primavera.integration.client that return ObjectId
 ObjectId JobManager.copyProject(Project project, EPS eps, CopyProjectOptions projOpts, CopyWBSOptions wbsOpts, CopyActivityOptions actOpts)
          Deprecated. As of release 5.0, use Project.createCopy(com.primavera.common.value.ObjectId, com.primavera.integration.common.CopyProjectOptions, com.primavera.integration.common.CopyWBSOptions, com.primavera.integration.common.CopyActivityOptions)
 ObjectId[] GlobalObjectManager.createActivityCodeTypes(ActivityCodeType[] activitycodetypes)
          Creates multiple ActivityCodeType objects in the database.
 ObjectId[] GlobalObjectManager.createBaselineTypes(BaselineType[] baselinetypes)
          Creates multiple BaselineType objects in the database.
 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.
 ObjectId DistributedSession.getUserObjectId()
          Gets the user id of the current user.
 ObjectId LocalSession.getUserObjectId()
          Gets the user id of the current user.
abstract  ObjectId Session.getUserObjectId()
          Retrieves the ObjectId of the User who is logged in using this Session instance.
 ObjectId DistributedSession.getUSessionId()
          Returns an ObjectId representation of the usession id
 ObjectId LocalSession.getUSessionId()
          Returns an ObjectId representation of the usession id
abstract  ObjectId Session.getUSessionId()
          Returns and ObjectId representation of the usession id
 

Methods in com.primavera.integration.client with parameters of type ObjectId
 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.
 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<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<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.
 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.storePeriodPerformance(Project[] projects, ObjectId finPerObjId)
          Asynchronously stores period performance for multiple projects.
 JobId JobManager.storePeriodPerformance(Project project, ObjectId finPerObjId)
          Asynchronously stores period performance for a single project.
 

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

Methods in com.primavera.integration.client.bo that return ObjectId
 ObjectId[] BOHelper.create(Session session, java.util.List<? extends BusinessObject> alObjects)
          Creates multiple business objects of this type in the database.
 ObjectId BOHelper.getCodeValueObjectId(BusinessObject bo, ObjectId codeTypeObjectId)
          Gets the value of a particular code value for the given business object.
 ObjectId BusinessObject.getObjectId()
          Gets the ObjectId for this object.
 

Methods in com.primavera.integration.client.bo with parameters of type ObjectId
 void BOHelper.delete(Session session, java.util.List<? extends BusinessObject> alObjects, ObjectId replacementParent)
          Deletes business objects of this type, specifying a replacement parent
 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.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.
 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, 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.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.
 

Constructors in com.primavera.integration.client.bo with parameters of type ObjectId
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.
 

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

Methods in com.primavera.integration.client.bo.helper that return ObjectId
 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)
           
 

Methods in com.primavera.integration.client.bo.helper with parameters of type ObjectId
 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)
           
 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.
 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)
           
 

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

Fields in com.primavera.integration.client.bo.object declared as ObjectId
static ObjectId GlobalProfile.ADMIN_SUPERUSER
          Constant for Admin Superuser
static ObjectId GlobalProfile.NO_GLOBAL_PRIVILEGES
          Constant for No Global Privileges
static ObjectId ProjectProfile.PROJECT_SUPERUSER
          Constant for Project Superuser
 

Methods in com.primavera.integration.client.bo.object that return ObjectId
 ObjectId Project.assignProjectAsBaseline(ObjectId projectId)
          Converts the provided project to be a baseline of this project.
 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.
static ObjectId ProjectResourceQuantity.createObjectId(ObjectId projectResourceObjectId, java.util.Date weekStartDate, java.util.Date monthStartDate)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId UserOBS.createObjectId(ObjectId userObjectId, ObjectId obsObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId UDFValue.createObjectId(ObjectId uDFTypeObjectId, ObjectId foreignObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId Timesheet.createObjectId(ObjectId timesheetPeriodObjectId, ObjectId resourceObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ScheduleOptions.createObjectId(ObjectId userObjectId, ObjectId projectObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ResourceRole.createObjectId(ObjectId resourceObjectId, ObjectId roleObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ResourceCodeAssignment.createObjectId(ObjectId resourceObjectId, ObjectId resourceCodeTypeObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ResourceAssignmentPeriodActual.createObjectId(ObjectId financialPeriodObjectId, ObjectId resourceAssignmentObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ResourceAccess.createObjectId(ObjectId userObjectId, ObjectId resourceObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ProjectCodeAssignment.createObjectId(ObjectId projectObjectId, ObjectId projectCodeTypeObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ActivityPeriodActual.createObjectId(ObjectId financialPeriodObjectId, ObjectId activityObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ActivityOwner.createObjectId(ObjectId activityObjectId, ObjectId userObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ActivityCodeAssignment.createObjectId(ObjectId activityObjectId, ObjectId activityCodeTypeObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
 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.
 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.
 ObjectId ActivityCodeAssignment.getActivityCodeObjectId()
          Gets the unique ID of the associated activity code.
 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.
 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.
 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.
 ObjectId ActivityStepTemplateItem.getActivityStepTemplateObjectId()
          Gets the unique ID of the activity step template to which this item belongs.
 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.
 ObjectId TimesheetDelegate.getApproverUserObjectId()
          Gets the unique ID of the approver user.
 ObjectId TimesheetAudit.getApproverUserObjectId()
          Gets the unique user ID of the approver.
 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.
 ObjectId BaselineProject.getBaselineTypeObjectId()
          Gets the unique ID of the baseline type.
 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.
 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.
 ObjectId ProjectCodeUser.getCodeObjectId()
          Gets the unique ID of the project 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.
 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.
 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.
 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.
 ObjectId GlobalPreferences.getDefaultTimesheetApprovalManager()
          Gets the unique ID of the resource manager assigned to approve timesheets for new resources by default.
 ObjectId TimesheetDelegate.getDelegateUserObjectId()
          Gets the unique ID of the delegate user.
 ObjectId Document.getDocumentCategoryObjectId()
          Gets the unique ID of the associated document category.
 ObjectId ProjectDocument.getDocumentObjectId()
          Gets the unique ID of the document to which the activity document applies.
 ObjectId Document.getDocumentStatusCodeObjectId()
          Gets the unique ID of the associated document status code.
 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.
 ObjectId ActivityExpense.getExpenseCategoryObjectId()
          Gets the unique ID of the expense category for the project expense.
 ObjectId ProjectResourceQuantity.getFinancialPeriod1ObjectId()
          Gets the unique ID of the associated 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.
 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.
 ObjectId UDFValue.getForeignObjectId()
          Gets the unique ID of the business object to which the UDF is assigned: ProjectObjectId, ActivityObjectId, ResourceObjectId, etc.
 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.
 ObjectId User.getGlobalProfileObjectId()
          Gets the unique ID of the global security profile assigned to the user.
 ObjectId GlobalPreferences.getInitiationAdministrator()
          Gets the ID of the project initiation administrative user.
 ObjectId Initiation.getInitiatorObjectId()
          Gets the unique ID of the user who initiated the project or process request.
 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.
 ObjectId ScheduleOptions.getMultipleFloatPathsEndingActivityObjectId()
          Gets the activity in the WBS that you want to represent the end of the float paths.
 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.
 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.
 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.
 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.
 ObjectId ResourceHour.getOverheadCodeObjectId()
          Gets the unique ID of the overhead code, if the hours are for an overhead activity.
 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.
 ObjectId Relationship.getPredecessorActivityObjectId()
          Gets the unique ID of the predecessor activity.
 ObjectId Relationship.getPredecessorProjectObjectId()
          Gets the unique ID of the project that owns the predecessor activity.
 ObjectId User.getPrimaryBaselineProject(ObjectId projectId)
          Gets the user's primary BaselineProject for the specified project.
 ObjectId Activity.getPrimaryResourceObjectId()
          Gets the unique ID of the primary resource for the activity.
 ObjectId Resource.getPrimaryRoleObjectId()
          Gets the unique ID of the role that is assigned as the resource's primary role.
 ObjectId ProjectCodeAssignment.getProjectCodeObjectId()
          Gets the unique ID of the associated project code.
 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.
 ObjectId IssueHistory.getProjectIssueObjectId()
          Gets the unique ID of the associated project issue for this issue history.
 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.
 ObjectId UserOBS.getProjectProfileObjectId()
          Gets the unique ID of the project profile with which the user is granted access to the project and OBS.
 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.
 ObjectId ProjectIssue.getProjectThresholdObjectId()
          Gets the unique ID of the associated project threshold for the project issue.
 ObjectId ResourceHour.getResourceAssignmentObjectId()
          Gets the unique ID of the associated resource assignment.
 ObjectId ResourceAssignmentPeriodActual.getResourceAssignmentObjectId()
          Gets the unique ID of the associated resource assignment.
 ObjectId ResourceCodeAssignment.getResourceCodeObjectId()
          Gets the unique ID of the associated resource code.
 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.
 ObjectId ResourceAssignment.getResourceCurveObjectId()
          Gets the unique ID of the resource curve.
 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.
 ObjectId ProjectRisk.getRiskTypeObjectId()
          Gets the unique ID of the associated risk type.
 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.
 ObjectId User.getSecondaryBaselineProject(ObjectId projectId)
          Gets the user's secondary BaselineProject for the specified project.
 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.
 ObjectId ResourceRate.getShiftPeriodObjectId()
          Gets the unique ID of the associated shift.
 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.
 ObjectId Relationship.getSuccessorActivityObjectId()
          Gets the unique ID of the successor activity.
 ObjectId Relationship.getSuccessorProjectObjectId()
          Gets the unique ID of the project that owns the successor activity.
 ObjectId User.getTertiaryBaselineProject(ObjectId projectId)
          Gets the user's tertiary BaselineProject for the specified project.
 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.
 ObjectId Resource.getTimesheetApprovalManagerObjectId()
          Gets the unique ID of the resource manager assigned to approve timesheets for the resource.
 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.
 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.
 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.
 ObjectId Resource.getUnitOfMeasureObjectId()
          Gets the unit of measure this material resource uses.
 ObjectId User.getUserInterfaceViewObjectId()
          Gets the unique ID of the associated user interface view.
 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.
 ObjectId WBS.getWBSCategoryObjectId()
          Gets the unique ID of the associated WBS category value.
 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.
static ObjectId ResourceCodeType.parseCodeValueFieldName(java.lang.String sFieldName)
          Deprecated. As of release 5.0 SP3, create, load or update resource code assignments using the ResourceCodeAssignment business object.
static ObjectId ProjectCodeType.parseCodeValueFieldName(java.lang.String sFieldName)
          Deprecated. As of release 5.0 SP3, create, load or update project code assignments using the ProjectCodeAssignment business object.
static ObjectId ActivityCodeType.parseCodeValueFieldName(java.lang.String sFieldName)
          Deprecated. As of release 5.0 SP3, create, load or update activity code assignments using the ActivityCodeAssignment business object.
static ObjectId ResourceCodeType.parseCodeValueObjectIdFieldName(java.lang.String sFieldName)
          Deprecated. As of release 5.0 SP3, create, load or update resource code assignments using the ResourceCodeAssignment business object.
static ObjectId ProjectCodeType.parseCodeValueObjectIdFieldName(java.lang.String sFieldName)
          Deprecated. As of release 5.0 SP3, create, load or update project code assignments using the ProjectCodeAssignment business object.
static ObjectId ActivityCodeType.parseCodeValueObjectIdFieldName(java.lang.String sFieldName)
          Deprecated. As of release 5.0 SP3, create, load or update activity code assignments using the ActivityCodeAssignment business object.
 ObjectId BaselineProject.restore()
          Restore a BaselineProject which unlinks the BaselineProject and its project and makes them separate projects.
 

Methods in com.primavera.integration.client.bo.object with parameters of type ObjectId
 void ProjectPortfolio.addProject(ObjectId objId)
          Adds a project into the project portfolio.
 void ProjectPortfolio.addProjects(ObjectId[] objIds)
          Adds projects into the project portfolio.
 void ResourceTeam.addResource(ObjectId objId)
          Adds a resource into the resource team.
 void ResourceTeam.addResources(ObjectId[] objIds)
          Adds resources into the resource team.
 void RoleTeam.addRole(ObjectId objId)
          Adds a role into the role team.
 void RoleTeam.addRoles(ObjectId[] objIds)
          Adds roles into the role team.
 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 ResourceTeam.containsResource(ObjectId objId)
          Find out whether the resource team contains the specified Resource.
 boolean RoleTeam.containsRole(ObjectId objId)
          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 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.
static ObjectId ProjectResourceQuantity.createObjectId(ObjectId projectResourceObjectId, java.util.Date weekStartDate, java.util.Date monthStartDate)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId UserOBS.createObjectId(ObjectId userObjectId, ObjectId obsObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId UDFValue.createObjectId(ObjectId uDFTypeObjectId, ObjectId foreignObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId Timesheet.createObjectId(ObjectId timesheetPeriodObjectId, ObjectId resourceObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ScheduleOptions.createObjectId(ObjectId userObjectId, ObjectId projectObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ResourceRole.createObjectId(ObjectId resourceObjectId, ObjectId roleObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ResourceCodeAssignment.createObjectId(ObjectId resourceObjectId, ObjectId resourceCodeTypeObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ResourceAssignmentPeriodActual.createObjectId(ObjectId financialPeriodObjectId, ObjectId resourceAssignmentObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ResourceAccess.createObjectId(ObjectId userObjectId, ObjectId resourceObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ProjectCodeAssignment.createObjectId(ObjectId projectObjectId, ObjectId projectCodeTypeObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ActivityPeriodActual.createObjectId(ObjectId financialPeriodObjectId, ObjectId activityObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ActivityOwner.createObjectId(ObjectId activityObjectId, ObjectId userObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
static ObjectId ActivityCodeAssignment.createObjectId(ObjectId activityObjectId, ObjectId activityCodeTypeObjectId)
          Creates a multi-part ObjectId from two individual ObjectIds.
 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 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, ObjectId replacementParent)
          Deletes multiple costaccount objects in a hierarchy from the database and set the new parent of all child objects.
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 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 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 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 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.
 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.
static java.lang.String ResourceCodeType.getCodeValueFieldName(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, create, load or update resource code assignments using the ResourceCodeAssignment business object.
static java.lang.String ProjectCodeType.getCodeValueFieldName(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, create, load or update project code assignments using the ProjectCodeAssignment business object.
static java.lang.String ActivityCodeType.getCodeValueFieldName(ObjectId codeTypeObjectId)
          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.
static java.lang.String ResourceCodeType.getCodeValueObjectIdFieldName(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, create, load or update resource code assignments using the ResourceCodeAssignment business object.
static java.lang.String ProjectCodeType.getCodeValueObjectIdFieldName(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, create, load or update project code assignments using the ProjectCodeAssignment business object.
static java.lang.String ActivityCodeType.getCodeValueObjectIdFieldName(ObjectId codeTypeObjectId)
          Deprecated. As of release 5.0 SP3, create, load or update activity code assignments using the ActivityCodeAssignment business object.
 ObjectId User.getPrimaryBaselineProject(ObjectId projectId)
          Gets the user's primary BaselineProject for the specified project.
 ObjectId User.getSecondaryBaselineProject(ObjectId projectId)
          Gets the user's secondary BaselineProject for the specified project.
 ObjectId User.getTertiaryBaselineProject(ObjectId projectId)
          Gets the user's tertiary BaselineProject for the specified project.
 ObjectId ProjectIssue.getUDFCode(ObjectId objId)
          Deprecated. As of release 5.0 SP3, UDFValue objects should be used for user defined field assignments.
 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.
 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.
 void BaselineProject.linkBaselineActivity(ObjectId origActivity, ObjectId baselineActivity)
          Link an existing Activity from BaselineProject as a baseline Activity of an original Activity.
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.
 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.
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<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 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 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 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<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 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 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 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.
 void ProjectPortfolio.removeProject(ObjectId objId)
          Removes a project from the project portfolio.
 void ProjectPortfolio.removeProjects(ObjectId[] objIds)
          Removes projects from the project portfolio.
 void ResourceTeam.removeResource(ObjectId objId)
          Removes a resource from the resource team.
 void ResourceTeam.removeResources(ObjectId[] objIds)
          Removes resources from the resource team.
 void RoleTeam.removeRole(ObjectId objId)
          Removes a role from the role team.
 void RoleTeam.removeRoles(ObjectId[] objIds)
          Removes roles from the role team.
 void ActivityCodeAssignment.setActivityCodeObjectId(ObjectId o)
          Sets the unique ID of the associated activity code.
 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 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 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 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 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 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 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 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 GlobalPreferences.setDefaultTimesheetApprovalManager(ObjectId o)
          Sets the unique ID of the resource manager assigned to approve timesheets for new resources by default.
 void Document.setDocumentCategoryObjectId(ObjectId o)
          Sets the unique ID of the associated document category.
 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 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 ActivityExpense.setExpenseCategoryObjectId(ObjectId o)
          Sets the unique ID of the expense category for the project expense.
 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.setForeignObjectId(ObjectId o)
          Sets the unique ID of the business object to which the UDF is assigned: ProjectObjectId, ActivityObjectId, ResourceObjectId, etc.
 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 User.setGlobalProfileObjectId(ObjectId o)
          Sets the unique ID of the global security profile assigned to the user.
 void GlobalPreferences.setInitiationAdministrator(ObjectId o)
          Sets the ID of the project initiation administrative user.
 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 ScheduleOptions.setMultipleFloatPathsEndingActivityObjectId(ObjectId o)
          Sets the activity in the WBS that you want to represent the end of the float paths.
 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 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 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 Relationship.setPredecessorActivityObjectId(ObjectId o)
          Sets the unique ID of the predecessor activity.
 void User.setPrimaryBaselineProject(ObjectId projectId, ObjectId baselineProjectId)
          Sets the value of the user's primary BaselineProject for a specific project.
 void Activity.setPrimaryResourceObjectId(ObjectId o)
          Sets the unique ID of the primary resource for the activity.
 void Resource.setPrimaryRoleObjectId(ObjectId o)
          Sets the unique ID of the role that is assigned as the resource's primary role.
 void ProjectCodeAssignment.setProjectCodeObjectId(ObjectId o)
          Sets the unique ID of the associated project code.
 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 ResourceAssignmentPeriodActual.setResourceAssignmentObjectId(ObjectId o)
          Sets the unique ID of the associated resource assignment.
 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 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 ProjectRisk.setRiskTypeObjectId(ObjectId o)
          Sets the unique ID of the associated risk type.
 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 User.setSecondaryBaselineProject(ObjectId projectId, ObjectId baselineProjectId)
          Sets the value of the user's secondary BaselineProject for a specific project.
 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 Relationship.setSuccessorActivityObjectId(ObjectId o)
          Sets the unique ID of the successor activity.
 void User.setTertiaryBaselineProject(ObjectId projectId, ObjectId baselineProjectId)
          Sets the value of the user's primary baseline for a specific project.
 void ProjectThreshold.setThresholdParameterObjectId(ObjectId o)
          Sets the unique ID of the associated threshold parameter for this project threshold.
 void Resource.setTimesheetApprovalManagerObjectId(ObjectId o)
          Sets the unique ID of the resource manager assigned to approve timesheets for the resource.
 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 Resource.setUnitOfMeasureObjectId(ObjectId o)
          Sets the unit of measure this material resource uses.
 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 WBS.setWBSCategoryObjectId(ObjectId o)
          Sets the unique ID of the associated WBS category value.
 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.
 

Constructors in com.primavera.integration.client.bo.object with parameters of type ObjectId
Activity(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityCode(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
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.
ActivityCodeType(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityExpense(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityNote(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
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.
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.
ActivityStep(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityStepTemplate(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ActivityStepTemplateItem(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
BaselineProject(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
BaselineType(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
BatchReport(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Calendar(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
CostAccount(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Currency(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Document(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
DocumentCategory(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
DocumentStatusCode(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
EPS(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
EPSBudgetChangeLog(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
EPSFunding(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
EPSNote(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
EPSSpendingPlan(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ExpenseCategory(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
FinancialPeriod(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
FundingSource(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
GlobalPreferences(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
GlobalProfile(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Initiation(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
IssueHistory(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Methodology(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
NotebookTopic(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
OBS(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
OverheadCode(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Project(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectBudgetChangeLog(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectCode(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
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.
ProjectCodeType(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectCodeUser(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectDocument(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectEstimate(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectFunding(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectIssue(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectNote(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectPortfolio(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectProfile(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectResource(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectResourceCategory(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
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.
ProjectRisk(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectSpendingPlan(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ProjectThreshold(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Relationship(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Resource(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
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.
ResourceAssignment(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
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.
ResourceCode(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
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.
ResourceCodeType(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceCurve(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceHour(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ResourceRate(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
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.
ResourceTeam(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
RiskType(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
Role(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
RoleLimit(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
RoleRate(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
RoleTeam(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
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.
Shift(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ShiftPeriod(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
ThresholdParameter(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
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.
TimesheetAudit(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
TimesheetDelegate(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
TimesheetPeriod(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UDFCode(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UDFType(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
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.
UnitOfMeasure(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
User(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UserFieldTitle(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UserInterfaceView(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
UserLicense(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
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.
WBS(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
WBSCategory(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
WBSMilestone(Session session, ObjectId objId)
          Class constructor specifying the Session and ObjectId of the object.
 

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

Methods in com.primavera.integration.client.xml.exporter with parameters of type ObjectId
 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, 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, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity code assignments.
 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.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, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity notes.
 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, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of activity period actuals.
 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, 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.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.exportBatchReports(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of batch reports.
 void XMLExporter.exportCalendars(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of calendars.
 void XMLExporter.exportCostAccounts(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of cost accounts.
 void XMLExporter.exportCurrencies(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of currencies.
 void XMLExporter.exportDocumentCategories(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of document categories.
 void XMLExporter.exportDocuments(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set 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.exportEPS(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of EPS objects.
 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, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of EPS fundings.
 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, 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.exportExpenseCategories(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set 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.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.exportGlobalProfiles(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set 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.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.exportNotebookTopics(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set 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.exportOverheadCodes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of overhead codes.
 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.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.exportProjectCodeUsers(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project code users.
 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, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project estimates.
 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, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project issues.
 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.exportProjectProfiles(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set 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.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, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of project resources.
 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.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.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, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of relationships.
 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, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resource assignment period actuals.
 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, 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.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.exportResourceCurves(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of resource curves.
 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, 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.exportResourceTeams(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set 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.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, 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.exportRoleTeams(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of role teams.
 void XMLExporter.exportShifts(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of shifts.
 void XMLExporter.exportThresholdParameters(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set 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.exportTimesheetDelegates(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set 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.exportTimesheets(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of timesheets.
 void XMLExporter.exportUDFCodes(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set 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.exportUDFValues(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set 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.exportUserFieldTitles(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set 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.exportUserLicenses(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of user licenses.
 void XMLExporter.exportUserOBS(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of UserOBS objects.
 void XMLExporter.exportUsers(java.io.OutputStream os, java.lang.String[] fields, ObjectId[] objIds)
          Export a specific set of users.
 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.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, 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 ObjectId in com.primavera.integration.client.xml.importer
 

Methods in com.primavera.integration.client.xml.importer that return ObjectId
 ObjectId XMLImporter.createNewProject(ObjectId epsId, java.lang.String sFilePath)
          Creates a new project from an XML file.
 

Methods in com.primavera.integration.client.xml.importer with parameters of type ObjectId
 ObjectId XMLImporter.createNewProject(ObjectId epsId, java.lang.String sFilePath)
          Creates a new project from an XML file.
 void XMLImporter.updateExistingProject(ObjectId projectId, java.lang.String sFilePath)
          Update an existing project from an XML file.
 

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

Methods in com.primavera.integration.client.xml.xmlexporter with parameters of type ObjectId
 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.
 

Uses of ObjectId in com.primavera.integration.client.xml.xmlimporter
 

Methods in com.primavera.integration.client.xml.xmlimporter that return ObjectId
 ObjectId XMLImporter.createNewProject(ObjectId epsId, java.lang.String sFilePath)
          Creates a new project from an XML file.
 

Methods in com.primavera.integration.client.xml.xmlimporter with parameters of type ObjectId
 ObjectId XMLImporter.createNewProject(ObjectId epsId, java.lang.String sFilePath)
          Creates a new project from an XML file.
 void XMLImporter.updateExistingProject(ObjectId projectId, java.lang.String sFilePath)
          Update an existing project from an XML file.
 

Uses of ObjectId in com.primavera.integration.common
 

Subclasses of ObjectId in com.primavera.integration.common
 class JobId
          ID of a server-side asynchronous job (such as a scheduling job).
 

Methods in com.primavera.integration.common that return ObjectId
 ObjectId BatchReportOptions.getBatchId()
          Gets the ObjectId of BatchReport object
 ObjectId[] JobInfo.getEPSObjectIds()
          Gets the related EPS ObjectIds which apply to the job type 'Summarize' only.
 ObjectId ProjectArchitectOptions.getMethodologyObjectId()
          Gets the ObjectId of the Methodology to be used to create the project plan
 ObjectId[] JobInfo.getProjectObjectIds()
          Gets the related Project ObjectIds
 ObjectId ProjectArchitectOptions.getWBSObjectId()
          Gets the ObjectId of the WBS in the current project to which the methodology content should be saved.
 

Methods in com.primavera.integration.common with parameters of type ObjectId
 void BatchReportOptions.setBatchId(ObjectId batchId)
          Sets the ObjectId of BatchReport object
 void ProjectArchitectOptions.setMethodologyObjectId(ObjectId mmObjectId)
          Sets the ObjectId of the Methodology to be used to create the project plan
 void ProjectArchitectOptions.setWBSObjectId(ObjectId wbsObjectId)
          Sets the ObjectId of the WBS in the current project to which the methodology content should be saved.
 

Constructors in com.primavera.integration.common with parameters of type ObjectId
BatchReportOptions(ObjectId batchId, java.lang.String sUserNotes, java.lang.String sReportOutputType)
          Class constructor
BatchReportOptions(ObjectId batchId, java.lang.String sUserNotes, java.lang.String sReportOutputType, java.lang.String sReportHTMLFile)
          Class constructor
BatchReportOptions(ObjectId batchId, java.lang.String sUserNotes, java.lang.String sReportOutputType, java.lang.String sReportTextFile, java.lang.String sReportFieldDelimiter, java.lang.String sReportTextQualifier)
          Class constructor
JobId(ObjectId objId, int iJobType)
          Class constructor specifying object ID of the job and the job type
JobInfo(ObjectId jobId, JobType jobType, JobStatus jobStatus, java.util.Date submittedDate, java.util.Date lastRunDate, ObjectId[] projectObjIds, ObjectId[] epsObjIds)
          Class constructor, to be used internally.
JobInfo(ObjectId jobId, JobType jobType, JobStatus jobStatus, java.util.Date submittedDate, java.util.Date lastRunDate, ObjectId[] projectObjIds, ObjectId[] epsObjIds)
          Class constructor, to be used internally.
JobInfo(ObjectId jobId, JobType jobType, JobStatus jobStatus, java.util.Date submittedDate, java.util.Date lastRunDate, ObjectId[] projectObjIds, ObjectId[] epsObjIds)
          Class constructor, to be used internally.
ProjectArchitectOptions(ObjectId mmObjectId, ObjectId wbsObjectId, boolean mergeToRoot, boolean useMMPricePerUnit, int complexity, boolean useMMResponsibleMgr)
          Class constructor
 

Uses of ObjectId in com.primavera.integration.util
 

Methods in com.primavera.integration.util that return ObjectId
 ObjectId[] BOHierarchyMap.getAllKeys()
          Gets all keys in this map
 ObjectId[] BOHierarchyMap.getKeyChildren(ObjectId objectId)
          Gets a key's children object ids
 ObjectId BOHierarchyMap.getKeyParent(ObjectId objectId)
          Gets a key's parent object id
 ObjectId[] BOHierarchyMap.getMissingParents()
          Gets ObjectIds of parents that were never added
 ObjectId[] BOHierarchyMap.getOrphans()
          Gets ObjectIds of all orphans (keys with parents that were never added)
 ObjectId[] BOHierarchyMap.getRootKeys()
          Gets the root key(s) in this map.
 

Methods in com.primavera.integration.util with parameters of type ObjectId
 void BODeleteHelper.add(java.lang.String sBOType, ObjectId objId)
          Adds an ObjectId for a particular business object type to eventually be deleted from the database
 void BODeleteHelper.add(java.lang.String sBOType, ObjectId[] objIds)
          Adds multiple ObjectIds for a particular business object type to eventually be deleted from the database
 void BOHierarchyMap.addKey(ObjectId objectId, ObjectId parentObjectId)
          Adds a new key to the map
 void BOHierarchyMap.addKey(ObjectId objectId, ObjectId parentObjectId, java.lang.Object oValue)
          Adds a new key and its value to the map
 ObjectId[] BOHierarchyMap.getKeyChildren(ObjectId objectId)
          Gets a key's children object ids
 ObjectId BOHierarchyMap.getKeyParent(ObjectId objectId)
          Gets a key's parent object id
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
 java.lang.Object BOHierarchyMap.getValue(ObjectId objectId)
          Gets the value for a particular key
static boolean SecurityHelper.hasAllResourceAccess(Session session, ObjectId userObjectId)
          Checks if the current user has all resource access
static boolean SecurityHelper.isSuperUser(Session session, ObjectId userObjectId)
          Checks if the a specific user is an Admin Superuser
 void BOHierarchyMap.setValue(ObjectId objectId, java.lang.Object o)
          Sets the value for a particular key
 


Primavera Integration API 7.0

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