Primavera Integration API 7.0

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

Packages that use BusinessObject
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.base   
com.primavera.integration.client.bo.helper Business object helper classes 
com.primavera.integration.client.bo.object Client business object classes 
com.primavera.integration.util General utility classes 
 

Uses of BusinessObject in com.primavera.integration.client
 

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

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

Classes in com.primavera.integration.client.bo with type parameters of type BusinessObject
 interface BOHelper<T extends BusinessObject>
          Interface to business object helper classes used to simplify access to business objects exposed in the API.
 class BOIterator<T extends BusinessObject>
           An iterator over a business object collection.
 

Methods in com.primavera.integration.client.bo that return BusinessObject
 T[] BOHelper.createBusinessObjectArray(int iSize)
          Creates an array of a particular business object type.
 T[] BOIterator.getAll()
          Gets all business objects from loads that are known to have small result sets.
 

Methods in com.primavera.integration.client.bo with parameters of type BusinessObject
 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.
 java.lang.String BOHelper.getValue(BusinessObject bo, java.lang.String sFieldName)
          Gets the value as a String of a particular field that was loaded for the given business object.
 java.lang.Object BOHelper.getValueAsObject(BusinessObject bo, java.lang.String sFieldName)
          Gets the value as an Object of a particular field that was loaded for the given business object.
 boolean BOHelper.hasFieldValue(BusinessObject bo, java.lang.String fieldName)
          Checks if the business object has a value for the specified field
 BOIterator<T> BOHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads business objects of this type from a given parent.
 void BOHelper.setCodeValueObjectId(BusinessObject bo, ObjectId codeTypeObjectId, ObjectId codeValueObjectId)
          Gets the value of a particular code value for the given business object.
 void BOHelper.setUDFValue(BusinessObject bo, ObjectId typeObjectId, UDFDataType type, java.lang.String sValue)
          Sets the value of a particular UDF field for the given business object.
 void BOHelper.setValue(BusinessObject bo, java.lang.String sFieldName, java.lang.String sValue)
          Sets the value of a particular field for the given business object.
 void BOHelper.setValues(BusinessObject bo, java.util.Map<java.lang.String,java.lang.String> fieldValueMap)
          Sets field values (from a map) for the given business object
 

Method parameters in com.primavera.integration.client.bo with type arguments of type BusinessObject
 ObjectId[] BOHelper.create(Session session, java.util.List<? extends BusinessObject> alObjects)
          Creates multiple business objects of this type in the database.
 void BOHelper.delete(Session session, java.util.List<? extends BusinessObject> alObjects)
          Deletes business objects of this type.
 void BOHelper.delete(Session session, java.util.List<? extends BusinessObject> alObjects, ObjectId replacementParent)
          Deletes business objects of this type, specifying a replacement parent
 void BOHelper.update(Session session, java.util.List<? extends BusinessObject> alObjects)
          Updates business objects of this type.
 

Uses of BusinessObject in com.primavera.integration.client.bo.base
 

Subclasses of BusinessObject in com.primavera.integration.client.bo.base
 class com.primavera.integration.client.bo.base.ActivityBase
           
 class com.primavera.integration.client.bo.base.ActivityCodeBase
           
 class com.primavera.integration.client.bo.base.ActivityExpenseBase
           
 class com.primavera.integration.client.bo.base.ActivityStepBase
           
 class com.primavera.integration.client.bo.base.ActivityStepTemplateItemBase
           
 class com.primavera.integration.client.bo.base.BaselineProjectBase
           
 class com.primavera.integration.client.bo.base.CalendarBase
           
 class com.primavera.integration.client.bo.base.DocumentBase
           
 class com.primavera.integration.client.bo.base.EPSBase
           
 class com.primavera.integration.client.bo.base.GlobalProfileBase
           
 class com.primavera.integration.client.bo.base.InitiationBase
           
 class com.primavera.integration.client.bo.base.ProjectBase
           
 class com.primavera.integration.client.bo.base.ProjectCodeBase
           
 class com.primavera.integration.client.bo.base.ProjectIssueBase
           
 class com.primavera.integration.client.bo.base.ProjectPortfolioBase
           
 class com.primavera.integration.client.bo.base.ProjectProfileBase
           
 class com.primavera.integration.client.bo.base.ProjectRiskBase
           
 class com.primavera.integration.client.bo.base.ResourceAssignmentBase
           
 class com.primavera.integration.client.bo.base.ResourceBase
           
 class com.primavera.integration.client.bo.base.ResourceCodeBase
           
 class com.primavera.integration.client.bo.base.ResourceCurveBase
           
 class com.primavera.integration.client.bo.base.ResourceTeamBase
           
 class com.primavera.integration.client.bo.base.RoleTeamBase
           
 class com.primavera.integration.client.bo.base.ShiftBase
           
 class com.primavera.integration.client.bo.base.UDFTypeBase
           
 class com.primavera.integration.client.bo.base.UserBase
           
 class com.primavera.integration.client.bo.base.UserFieldTitleBase
           
 class com.primavera.integration.client.bo.base.WBSBase
           
 

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

Methods in com.primavera.integration.client.bo.helper with type parameters of type BusinessObject
static
<T extends BusinessObject>
BOHelper<T>
BOHelperMap.getBOHelper(java.lang.Class<T> classInstance)
          Gets a business object helper for a particular type of business object, given the business object Class.
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type BusinessObject
static BOHelper<? extends BusinessObject> BOHelperMap.getBOHelper(java.lang.String sClassName)
          Gets a business object helper for a particular type of business object, given the business object name.
static BOHelper<? extends BusinessObject> BOHelperMap.getBOHelperFromInternalName(java.lang.String sClassName)
          Gets a business object helper for a particular type of business object, given the internal server-side name.
 

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

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

Subclasses of BusinessObject in com.primavera.integration.client.bo.object
 class Activity
          An activity is a unit of work performed during the course of a project.
 class ActivityCode
          Activity codes are user-defined codes to classify and categorize activities according to the organization's and project's needs.
 class ActivityCodeAssignment
          An activity code assignment business object represents the assignment of an activity code to an activity.
 class ActivityCodeType
          Activity code types provide a way of classifying activity codes.
 class ActivityExpense
          Activity expenses are non-resource costs associated with a project and assigned to a project's activities.
 class ActivityNote
          Activity notes are used as a way of specifying one or more notes on an activity.
 class ActivityOwner
          Activity owner objects provide a way to specify a user to be in charge of an activity for statusing in Primavera Web Access.
 class ActivityPeriodActual
          Activity period actuals represent the actual values on an activity during a financial period.
 class ActivityStep
          Activity steps provide a way to break activities down into smaller units and track the completion of those units.
 class ActivityStepTemplate
          Activity step templates enable you to define a group of steps common to multiple activities, and then assign the template to activities.
 class ActivityStepTemplateItem
          An activity step template item is one of the defined steps in the associated activity template.
 class BaselineProject
          A baseline is a complete copy of a project plan that you can compare to the current schedule to evaluate progress.
 class BaselineType
          Since the large number of baselines per project could be challenging to maintain, baseline types are introduced to help categorize, or track, multiple baselines for a single project.
 class BatchReport
          Batch reports are collections of global and/or project reports that can be invoked at one time.
 class Calendar
          Calendars defined the available work hours in each calendar day.
 class CostAccount
          Cost accounts contain the organization's cost account IDs.
 class Currency
          Currencies allow you to specify the types of currencies you want to use for costs.
 class Document
          Documents are guidelines, procedures, standards, plans, design templates, worksheets, or other information related to a project.
 class DocumentCategory
          Document categories are used to organize and standardize documents across projects.
 class DocumentStatusCode
          Document status codes are used to identify and track the current state of work products and documents.
 class EPS
          EPS (Enterprise Project Structure) is the hierarchical structure of projects in the database.
 class EPSBudgetChangeLog
          The EPS budget change log is used to track changes made from the original budget.
 class EPSFunding
          An EPS funding represents the assignment of a funding source to a particular EPS.
 class EPSNote
          EPS notes are used as a way of specifying one or more notes on an EPS element.
 class EPSSpendingPlan
          EPS spending plans represent monthly spending amounts for an EPS.
 class ExpenseCategory
          Expense categories are used to categorize project expenses.
 class FinancialPeriod
          Customized financial periods are used to provide accurate display and reporting of actual units and costs.
 class FundingSource
          Funding sources are hierarchical objects used to specify the names and descriptions of nonprofit, government-allocated, or other funding sources.
 class GlobalPreferences
          Global preferences are generally established by an administrator.
 class GlobalProfile
          A global profile defines a set of privileges for access to global, or application-wide, information such as cost accounts, resources, and roles.
 class Initiation
          Primavera Project Workflow features automate the process of launching, organizing, analyzing, and approving requests for new work: either new projects (project initiation) or changes to existing projects (process initiation).
 class IssueHistory
          Issue histories represent the commentary recorded for a project issue.
 class Methodology
          Methodologies are stored in the Methodology Manager database and are used with the Project Architect job service.
 class NotebookTopic
          Notebook topics are used to categorize notes on EPS, project, WBS, and activity objects.
 class OBS
          The Organizational Breakdown Structure (OBS) is a hierarchical arrangement of an organization's management structure.
 class OverheadCode
          Overhead codes are used to log timesheet hours for activities, which are not associated with any current projects.
 class Project
          A project is a temporary endeavor undertaken to create a unique product, service, or result.
 class ProjectBudgetChangeLog
          The project budget change log is used to track changes made from the original budget.
 class ProjectCode
          Project codes are user-defined codes to classify and categorize projects across the enterprise.
 class ProjectCodeAssignment
          A project code assignment business object represents the assignment of a project code to a project.
 class ProjectCodeType
          Project code types provide a way of classifying project codes.
 class ProjectCodeUser
          A project code user is a workflow recipient that is assigned to a project code value, allowing you to automatically route an initiated project or process to a reviewer.
 class ProjectDocument
          Project documents are a specific assignment of an individual document to a WBS or activity.
 class ProjectEstimate
          Project estimates represent the top-down estimate generated for a project.
 class ProjectFunding
          An project funding represents the assignment of a funding source to a particular project.
 class ProjectIssue
          Issues are known problems within a project plan that require attention or corrective action.
 class ProjectNote
          Project notes are used as a way of specifying one or more notes on a project or WBS element.
 class ProjectPortfolio
          A project portfolio consists of projects grouped together in some way that is meaningful to you.
 class ProjectProfile
          A project profile defines a set of privileges for access to project-specific information.
 class ProjectResource
          Primavera's resource planning feature allows you to do high-level project planning for future project or project that does not require resource assignments at the activity level.
 class ProjectResourceCategory
          Project resource categories are used to categorize resource planning assignments.
 class ProjectResourceQuantity
          The ProjectResourceQuantity object provides access to resource allocation hours per week for resources assigned to a project at the Project or WBS level.
 class ProjectRisk
          Use project risks to identify, categorize, and prioritize potential risks associated with specific work breakdown structure (WBS) elements and resources.
 class ProjectSpendingPlan
          Project spending plans represent monthly spending amounts for a project or WBS.
 class ProjectThreshold
          Project thresholds are used as a project management technique to monitor values within a specified tolerance range so that project issues can be identified and reported.
 class Relationship
          A relationship defines how an activity relates to the start or finish of another activity or assignment.
 class Resource
          Resources include the personnel and equipment that perform work on activities across all projects.
 class ResourceAccess
          Resource access allows you to restrict a user's ability to access resources.
 class ResourceAssignment
          Resource assignments track the work of resources or roles that are performing various activities.
 class ResourceAssignmentPeriodActual
          Resource assignment period actuals represent the actual values on a resource assignment during a financial period.
 class ResourceCode
          Resource codes are user-defined codes to classify and categorize resources across the enterprise.
 class ResourceCodeAssignment
          A resource code assignment business object represents the assignment of a resource code to a resource.
 class ResourceCodeType
          Resource code types provide a way of classifying resource codes.
 class ResourceCurve
          Resource curves enable you to specify how you want resource units or costs spread over the duration of an activity.
 class ResourceHour
          A resource hour corresponds to an entry on a timesheet edited in Timesheets.
 class ResourceRate
          Resource rates provide a way of specifying multiple resource prices and maximum units per time values that vary over time.
 class ResourceRole
          A resource role object represents an association between a resource object and a role object.
 class ResourceTeam
          A resource team consists of resources grouped together in some way that is meaningful to you.
 class RiskType
          Risk types are used to categorize project risks.
 class Role
          Roles are project personnel job titles or skills, such as mechanical engineer, inspector, or carpenter.
 class RoleLimit
          Role limits define the limits of the maximum work units per time for a Role in a time period.
 class RoleRate
          Role rates enable you to select a predefined price per unit for cost calculating when assigning the role to an activity.
 class RoleTeam
          A role team consists of roles grouped together in some way that is meaningful to you.
 class ScheduleOptions
          Use this class to specify how the associated project is to be scheduled.
 class Shift
          Shifts are used to define shift calendars for resources.
 class ShiftPeriod
          Shift periods are segments of a shift.
 class ThresholdParameter
          A threshold parameter is a measurement that is applied to activities or work breakdown structure (WBS) elements in a project to identify potential issues.
 class Timesheet
          Timesheets are used to allow resources to enter status.
 class TimesheetAudit
          The timesheet audit class facilitates reading the timesheet audit records, added to the PM database as triggered by user activity, one record at a time.
 class TimesheetDelegate
          Timesheet delegates provide resource and project managers the ability to assign a user to process their timesheets as a delegate.
 class TimesheetPeriod
          Timesheet periods indicate both the start date and duration of a group of assigned timesheets.
 class UDFCode
          UDF codes, also known as issue codes, allow you to organize and categorize project issues in a way that is meaningful to you.
 class UDFType
          User-defined fields (UDFs) enable users to add custom fields and values to the project database.
 class UDFValue
          A user defined field value represents the value of a particular user defined field when assigned to another business object.
 class UnitOfMeasure
          The unit of measure provides definitions of units of measure for material resources.
 class User
          The set of application users who are allowed to use the system.
 class UserFieldTitle
          User fields enable you to add your own custom fields and values to the project database.
 class UserInterfaceView
          A user interface view is a customized view of P6 Web Access that enables and disables access to P6 Web Access functionality.
 class UserLicense
          A user license grants access to applications within the Primavera suite.
 class UserOBS
          A UserOBS object represents an association between a user object and an OBS object.
 class WBS
          The project work breakdown structure (WBS) is a hierarchical arrangement of the products and services produced during and by a project.
 class WBSCategory
          As their name implies, WBS categories are used to categorize WBS elements.
 class WBSMilestone
          WBS milestones are weighted milestones assigned at the WBS level that can be used for calculating performance percent complete.
 

Uses of BusinessObject in com.primavera.integration.util
 

Methods in com.primavera.integration.util with parameters of type BusinessObject
 void BODeleteHelper.add(BusinessObject bo)
          Adds an object to eventually be deleted from the database
 void BODeleteHelper.add(BusinessObject[] bos)
          Adds multiple objects to eventually be deleted from the database
 


Primavera Integration API 7.0

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