Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.Session

Packages that use Session
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.util General utility classes 
 

Uses of Session in com.primavera.integration.client
 

Subclasses of Session in com.primavera.integration.client
 class DistributedSession
          Distributed Session class, used with RMI when running in Remote Mode.
 class LocalSession
          Local Session, used to avoid the RMI layer when running in Local Mode.
 

Methods in com.primavera.integration.client that return Session
static Session DistributedSession.login(java.lang.String sUrl, java.lang.String sDbId, java.lang.String sUserName, java.lang.String sPassword)
          Logs in and obtains a Session object.
static Session LocalSession.login(java.lang.String sUrl, java.lang.String sDbId, java.lang.String sUserName, java.lang.String sPassword)
          Logs in and obtains a Session object.
static Session Session.login(java.lang.String sUrl, java.lang.String sDbId, java.lang.String sUserName, java.lang.String sPassword)
          Logs in and obtains a Session object.
 

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

Methods in com.primavera.integration.client.bo with parameters of type Session
 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
 java.lang.Integer BOHelper.getMaxFieldLength(Session session, java.lang.String fieldName)
          Retrieves the field length limit for string type 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.
 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)
          Creates a new client-side instance of this type of business object; call create() on the object to add it to the database.
 T BOHelper.newBusinessObject(Session session, java.util.Map<java.lang.String,java.lang.String> fieldValueMap)
          Creates a new client-side instance of this type of business object and sets its field values from a map
 T BOHelper.newBusinessObject(Session session, ObjectId objectId)
          Creates a new client-side instance of this type of business object and sets its unique ID.
 void BOHelper.update(Session session, java.util.List<? extends BusinessObject> alObjects)
          Updates business objects of this type.
 

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

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

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

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

Methods in com.primavera.integration.client.bo.object with parameters of type Session
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.
static void Activity.delete(Session session, Activity[] activities)
          Deletes multiple Activity objects from the database.
static void ActivityCode.delete(Session session, ActivityCode[] activitycodes)
          Deletes multiple ActivityCode objects from the database.
static void ActivityCodeAssignment.delete(Session session, ActivityCodeAssignment[] activitycodeassignments)
          Deletes multiple ActivityCodeAssignment objects from the database.
static void ActivityCodeType.delete(Session session, ActivityCodeType[] activitycodetypes)
          Deletes multiple ActivityCodeType objects from the database.
static void ActivityExpense.delete(Session session, ActivityExpense[] activityexpenses)
          Deletes multiple ActivityExpense objects from the database.
static void ActivityNote.delete(Session session, ActivityNote[] activitynotes)
          Deletes multiple ActivityNote objects from the database.
static void ActivityPeriodActual.delete(Session session, ActivityPeriodActual[] activityperiodactuals)
          Deletes multiple ActivityPeriodActual objects from the database.
static void ActivityStep.delete(Session session, ActivityStep[] activitysteps)
          Deletes multiple ActivityStep objects from the database.
static void BaselineProject.delete(Session session, BaselineProject[] baselineprojects)
          Deletes multiple BaselineProject objects from the database.
static void BaselineType.delete(Session session, BaselineType[] baselinetypes)
          Deletes multiple BaselineType objects from the database.
static void Calendar.delete(Session session, Calendar[] calendars)
          Deletes multiple Calendar objects from the database.
static void Calendar.delete(Session session, Calendar[] calendars, ObjectId replacementParent)
          Deletes multiple calendar objects in a hierarchy from the database and set the new parent of all child objects.
static void CostAccount.delete(Session session, CostAccount[] costaccounts)
          Deletes multiple CostAccount objects from the database.
static void CostAccount.delete(Session session, CostAccount[] costaccounts, ObjectId replacementParent)
          Deletes multiple costaccount objects in a hierarchy from the database and set the new parent of all child objects.
static void Currency.delete(Session session, Currency[] currencies)
          Deletes multiple Currency objects from the database.
static void Document.delete(Session session, Document[] documents)
          Deletes multiple Document objects from the database.
static void DocumentCategory.delete(Session session, DocumentCategory[] documentcategories)
          Deletes multiple DocumentCategory objects from the database.
static void DocumentStatusCode.delete(Session session, DocumentStatusCode[] documentstatuscodes)
          Deletes multiple DocumentStatusCode objects from the database.
static void EPS.delete(Session session, EPS[] eps)
          Deletes multiple EPS objects from the database.
static void EPSBudgetChangeLog.delete(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs)
          Deletes multiple EPSBudgetChangeLog objects from the database.
static void EPSFunding.delete(Session session, EPSFunding[] epsfundings)
          Deletes multiple EPSFunding objects from the database.
static void EPSNote.delete(Session session, EPSNote[] epsnotes)
          Deletes multiple EPSNote objects from the database.
static void EPSSpendingPlan.delete(Session session, EPSSpendingPlan[] epsspendingplans)
          Deletes multiple EPSSpendingPlan objects from the database.
static void ExpenseCategory.delete(Session session, ExpenseCategory[] expensecategories)
          Deletes multiple ExpenseCategory objects from the database.
static void FinancialPeriod.delete(Session session, FinancialPeriod[] financialperiods)
          Deletes multiple FinancialPeriod objects from the database.
static void FundingSource.delete(Session session, FundingSource[] fundingsources)
          Deletes multiple FundingSource objects from the database.
static void FundingSource.delete(Session session, FundingSource[] fundingsources, ObjectId replacementParent)
          Deletes multiple fundingsource objects in a hierarchy from the database and set the new parent of all child objects.
static void GlobalProfile.delete(Session session, GlobalProfile[] globalprofiles)
          Deletes multiple GlobalProfile objects from the database.
static void NotebookTopic.delete(Session session, NotebookTopic[] notebooktopics)
          Deletes multiple NotebookTopic objects from the database.
static void OBS.delete(Session session, OBS[] obs)
          Deletes multiple OBS objects from the database.
static void OBS.delete(Session session, OBS[] obs, ObjectId replacementParent)
          Deletes multiple obs objects in a hierarchy from the database and set the new parent of all child objects.
static void OverheadCode.delete(Session session, OverheadCode[] overheadcodes)
          Deletes multiple OverheadCode objects from the database.
static void Project.delete(Session session, Project[] projects)
          Deletes multiple Project objects from the database.
static void ProjectBudgetChangeLog.delete(Session session, ProjectBudgetChangeLog[] projectbudgetchangelogs)
          Deletes multiple ProjectBudgetChangeLog objects from the database.
static void ProjectCode.delete(Session session, ProjectCode[] projectcodes)
          Deletes multiple ProjectCode objects from the database.
static void ProjectCodeAssignment.delete(Session session, ProjectCodeAssignment[] projectcodeassignments)
          Deletes multiple ProjectCodeAssignment objects from the database.
static void ProjectCodeType.delete(Session session, ProjectCodeType[] projectcodetypes)
          Deletes multiple ProjectCodeType objects from the database.
static void ProjectDocument.delete(Session session, ProjectDocument[] projectdocuments)
          Deletes multiple ProjectDocument objects from the database.
static void ProjectEstimate.delete(Session session, ProjectEstimate[] projectestimates)
          Deletes multiple ProjectEstimate objects from the database.
static void ProjectFunding.delete(Session session, ProjectFunding[] projectfundings)
          Deletes multiple ProjectFunding objects from the database.
static void ProjectIssue.delete(Session session, ProjectIssue[] projectissues)
          Deletes multiple ProjectIssue objects from the database.
static void ProjectNote.delete(Session session, ProjectNote[] projectnotes)
          Deletes multiple ProjectNote objects from the database.
static void ProjectPortfolio.delete(Session session, ProjectPortfolio[] projectportfolios)
          Deletes multiple ProjectPortfolio objects from the database.
static void ProjectProfile.delete(Session session, ProjectProfile[] projectprofiles)
          Deletes multiple ProjectProfile objects from the database.
static void ProjectResource.delete(Session session, ProjectResource[] projectresources)
          Deletes multiple ProjectResource objects from the database.
static void ProjectResourceCategory.delete(Session session, ProjectResourceCategory[] projectresourcecategories)
          Deletes multiple ProjectResourceCategory objects from the database.
static void ProjectResourceQuantity.delete(Session session, ProjectResourceQuantity[] projectresourcequantities)
          Deletes multiple ProjectResourceQuantity objects from the database.
static void ProjectRisk.delete(Session session, ProjectRisk[] projectrisks)
          Deletes multiple ProjectRisk objects from the database.
static void ProjectSpendingPlan.delete(Session session, ProjectSpendingPlan[] projectspendingplans)
          Deletes multiple ProjectSpendingPlan objects from the database.
static void ProjectThreshold.delete(Session session, ProjectThreshold[] projectthresholds)
          Deletes multiple ProjectThreshold objects from the database.
static void Relationship.delete(Session session, Relationship[] relationships)
          Deletes multiple Relationship objects from the database.
static void Resource.delete(Session session, Resource[] resources)
          Deletes multiple Resource objects from the database.
static void Resource.delete(Session session, Resource[] resources, ObjectId replacementParent)
          Deletes multiple resource objects in a hierarchy from the database and set the new parent of all child objects.
static void ResourceAccess.delete(Session session, ResourceAccess[] resourceaccess)
          Deletes multiple ResourceAccess objects from the database.
static void ResourceAssignment.delete(Session session, ResourceAssignment[] resourceassignments)
          Deletes multiple ResourceAssignment objects from the database.
static void ResourceAssignmentPeriodActual.delete(Session session, ResourceAssignmentPeriodActual[] resourceassignmentperiodactuals)
          Deletes multiple ResourceAssignmentPeriodActual objects from the database.
static void ResourceCode.delete(Session session, ResourceCode[] resourcecodes)
          Deletes multiple ResourceCode objects from the database.
static void ResourceCodeAssignment.delete(Session session, ResourceCodeAssignment[] resourcecodeassignments)
          Deletes multiple ResourceCodeAssignment objects from the database.
static void ResourceCodeType.delete(Session session, ResourceCodeType[] resourcecodetypes)
          Deletes multiple ResourceCodeType objects from the database.
static void ResourceCurve.delete(Session session, ResourceCurve[] resourcecurves)
          Deletes multiple ResourceCurve objects from the database.
static void ResourceRate.delete(Session session, ResourceRate[] resourcerates)
          Deletes multiple ResourceRate objects from the database.
static void ResourceRole.delete(Session session, ResourceRole[] resourceroles)
          Deletes multiple ResourceRole objects from the database.
static void ResourceTeam.delete(Session session, ResourceTeam[] resourceteams)
          Deletes multiple ResourceTeam objects from the database.
static void RiskType.delete(Session session, RiskType[] risktypes)
          Deletes multiple RiskType objects from the database.
static void Role.delete(Session session, Role[] roles)
          Deletes multiple Role objects from the database.
static void Role.delete(Session session, Role[] roles, ObjectId replacementParent)
          Deletes multiple role objects in a hierarchy from the database and set the new parent of all child objects.
static void RoleLimit.delete(Session session, RoleLimit[] rolelimits)
          Deletes multiple RoleLimit objects from the database.
static void RoleTeam.delete(Session session, RoleTeam[] roleteams)
          Deletes multiple RoleTeam objects from the database.
static void Shift.delete(Session session, Shift[] shifts)
          Deletes multiple Shift objects from the database.
static void UDFCode.delete(Session session, UDFCode[] udfcodes)
          Deletes multiple UDFCode objects from the database.
static void UDFType.delete(Session session, UDFType[] udftypes)
          Deletes multiple UDFType objects from the database.
static void UDFValue.delete(Session session, UDFValue[] udfvalues)
          Deletes multiple UDFValue objects from the database.
static void UnitOfMeasure.delete(Session session, UnitOfMeasure[] unitofmeasures)
          Deletes multiple UnitOfMeasure objects from the database.
static void User.delete(Session session, User[] users)
          Deletes multiple User objects from the database.
static void UserLicense.delete(Session session, UserLicense[] userlicenses)
          Deletes multiple UserLicense objects from the database.
static void UserOBS.delete(Session session, UserOBS[] userobs)
          Deletes multiple UserOBS objects from the database.
static void WBS.delete(Session session, WBS[] wbs)
          Deletes multiple WBS objects from the database.
static void WBS.delete(Session session, WBS[] wbs, ObjectId replacementParent)
          Deletes multiple wbs objects in a hierarchy from the database and set the new parent of all child objects.
static void WBSCategory.delete(Session session, WBSCategory[] wbscategories)
          Deletes multiple WBSCategory objects from the database.
static void WBSMilestone.delete(Session session, WBSMilestone[] wbsmilestones)
          Deletes multiple WBSMilestone objects from the database.
static GlobalPreferences GlobalPreferences.load(Session session, java.lang.String[] fields)
          Loads the GlobalPreferences object from the database.
static WBSMilestone WBSMilestone.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single WBSMilestone object from the database.
static WBSCategory WBSCategory.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single WBSCategory object from the database.
static WBS WBS.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single WBS object from the database.
static UserOBS UserOBS.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UserOBS object from the database.
static UserLicense UserLicense.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UserLicense object from the database.
static UserInterfaceView UserInterfaceView.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UserInterfaceView object from the database.
static UserFieldTitle UserFieldTitle.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UserFieldTitle object from the database.
static User User.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single User object from the database.
static UnitOfMeasure UnitOfMeasure.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UnitOfMeasure object from the database.
static UDFValue UDFValue.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UDFValue object from the database.
static UDFType UDFType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UDFType object from the database.
static UDFCode UDFCode.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UDFCode object from the database.
static TimesheetPeriod TimesheetPeriod.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single TimesheetPeriod object from the database.
static TimesheetDelegate TimesheetDelegate.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single TimesheetDelegate object from the database.
static TimesheetAudit TimesheetAudit.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single TimesheetAudit object from the database.
static Timesheet Timesheet.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Timesheet object from the database.
static ThresholdParameter ThresholdParameter.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ThresholdParameter object from the database.
static ShiftPeriod ShiftPeriod.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ShiftPeriod object from the database.
static Shift Shift.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Shift object from the database.
static ScheduleOptions ScheduleOptions.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ScheduleOptions object from the database.
static RoleTeam RoleTeam.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single RoleTeam object from the database.
static RoleRate RoleRate.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single RoleRate object from the database.
static RoleLimit RoleLimit.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single RoleLimit object from the database.
static Role Role.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Role object from the database.
static RiskType RiskType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single RiskType object from the database.
static ResourceTeam ResourceTeam.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceTeam object from the database.
static ResourceRole ResourceRole.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceRole object from the database.
static ResourceRate ResourceRate.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceRate object from the database.
static ResourceHour ResourceHour.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceHour object from the database.
static ResourceCurve ResourceCurve.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceCurve object from the database.
static ResourceCodeType ResourceCodeType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceCodeType object from the database.
static ResourceCodeAssignment ResourceCodeAssignment.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceCodeAssignment object from the database.
static ResourceCode ResourceCode.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceCode object from the database.
static ResourceAssignmentPeriodActual ResourceAssignmentPeriodActual.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceAssignmentPeriodActual object from the database.
static ResourceAssignment ResourceAssignment.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceAssignment object from the database.
static ResourceAccess ResourceAccess.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ResourceAccess object from the database.
static Resource Resource.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Resource object from the database.
static Relationship Relationship.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Relationship object from the database.
static ProjectThreshold ProjectThreshold.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectThreshold object from the database.
static ProjectSpendingPlan ProjectSpendingPlan.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectSpendingPlan object from the database.
static ProjectRisk ProjectRisk.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectRisk object from the database.
static ProjectResourceQuantity ProjectResourceQuantity.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectResourceQuantity object from the database.
static ProjectResourceCategory ProjectResourceCategory.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectResourceCategory object from the database.
static ProjectResource ProjectResource.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectResource object from the database.
static ProjectProfile ProjectProfile.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectProfile object from the database.
static ProjectPortfolio ProjectPortfolio.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectPortfolio object from the database.
static ProjectNote ProjectNote.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectNote object from the database.
static ProjectIssue ProjectIssue.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectIssue object from the database.
static ProjectFunding ProjectFunding.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectFunding object from the database.
static ProjectEstimate ProjectEstimate.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectEstimate object from the database.
static ProjectDocument ProjectDocument.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectDocument object from the database.
static ProjectCodeUser ProjectCodeUser.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectCodeUser object from the database.
static ProjectCodeType ProjectCodeType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectCodeType object from the database.
static ProjectCodeAssignment ProjectCodeAssignment.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectCodeAssignment object from the database.
static ProjectCode ProjectCode.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectCode object from the database.
static ProjectBudgetChangeLog ProjectBudgetChangeLog.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectBudgetChangeLog object from the database.
static Project Project.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Project object from the database.
static OverheadCode OverheadCode.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single OverheadCode object from the database.
static OBS OBS.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single OBS object from the database.
static NotebookTopic NotebookTopic.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single NotebookTopic object from the database.
static Methodology Methodology.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Methodology object from the database.
static IssueHistory IssueHistory.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single IssueHistory object from the database.
static Initiation Initiation.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Initiation object from the database.
static GlobalProfile GlobalProfile.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single GlobalProfile object from the database.
static FundingSource FundingSource.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single FundingSource object from the database.
static FinancialPeriod FinancialPeriod.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single FinancialPeriod object from the database.
static ExpenseCategory ExpenseCategory.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ExpenseCategory object from the database.
static EPSSpendingPlan EPSSpendingPlan.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single EPSSpendingPlan object from the database.
static EPSNote EPSNote.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single EPSNote object from the database.
static EPSFunding EPSFunding.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single EPSFunding object from the database.
static EPSBudgetChangeLog EPSBudgetChangeLog.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single EPSBudgetChangeLog object from the database.
static EPS EPS.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single EPS object from the database.
static DocumentStatusCode DocumentStatusCode.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single DocumentStatusCode object from the database.
static DocumentCategory DocumentCategory.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single DocumentCategory object from the database.
static Document Document.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Document object from the database.
static Currency Currency.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Currency object from the database.
static CostAccount CostAccount.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single CostAccount object from the database.
static Calendar Calendar.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Calendar object from the database.
static BatchReport BatchReport.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single BatchReport object from the database.
static BaselineType BaselineType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single BaselineType object from the database.
static BaselineProject BaselineProject.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single BaselineProject object from the database.
static ActivityStepTemplateItem ActivityStepTemplateItem.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityStepTemplateItem object from the database.
static ActivityStepTemplate ActivityStepTemplate.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityStepTemplate object from the database.
static ActivityStep ActivityStep.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityStep object from the database.
static ActivityPeriodActual ActivityPeriodActual.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityPeriodActual object from the database.
static ActivityOwner ActivityOwner.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityOwner object from the database.
static ActivityNote ActivityNote.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityNote object from the database.
static ActivityExpense ActivityExpense.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityExpense object from the database.
static ActivityCodeType ActivityCodeType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityCodeType object from the database.
static ActivityCodeAssignment ActivityCodeAssignment.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityCodeAssignment object from the database.
static ActivityCode ActivityCode.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ActivityCode object from the database.
static Activity Activity.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Activity object from the database.
static BOIterator<WBSMilestone> WBSMilestone.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple WBSMilestone objects from the database.
static BOIterator<WBSCategory> WBSCategory.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple WBSCategory objects from the database.
static BOIterator<WBS> WBS.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple WBS objects from the database.
static BOIterator<UserOBS> UserOBS.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UserOBS objects from the database.
static BOIterator<UserLicense> UserLicense.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UserLicense objects from the database.
static BOIterator<UserInterfaceView> UserInterfaceView.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UserInterfaceView objects from the database.
static BOIterator<UserFieldTitle> UserFieldTitle.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UserFieldTitle objects from the database.
static BOIterator<User> User.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple User objects from the database.
static BOIterator<UnitOfMeasure> UnitOfMeasure.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UnitOfMeasure objects from the database.
static BOIterator<UDFValue> UDFValue.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UDFValue objects from the database.
static BOIterator<UDFType> UDFType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UDFType objects from the database.
static BOIterator<UDFCode> UDFCode.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UDFCode objects from the database.
static BOIterator<TimesheetPeriod> TimesheetPeriod.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple TimesheetPeriod objects from the database.
static BOIterator<TimesheetDelegate> TimesheetDelegate.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple TimesheetDelegate objects from the database.
static BOIterator<TimesheetAudit> TimesheetAudit.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple TimesheetAudit objects from the database.
static BOIterator<Timesheet> Timesheet.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Timesheet objects from the database.
static BOIterator<ThresholdParameter> ThresholdParameter.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ThresholdParameter objects from the database.
static BOIterator<ShiftPeriod> ShiftPeriod.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ShiftPeriod objects from the database.
static BOIterator<Shift> Shift.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Shift objects from the database.
static BOIterator<ScheduleOptions> ScheduleOptions.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ScheduleOptions objects from the database.
static BOIterator<RoleTeam> RoleTeam.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple RoleTeam objects from the database.
static BOIterator<RoleRate> RoleRate.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple RoleRate objects from the database.
static BOIterator<RoleLimit> RoleLimit.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple RoleLimit objects from the database.
static BOIterator<Role> Role.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Role objects from the database.
static BOIterator<RiskType> RiskType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple RiskType objects from the database.
static BOIterator<ResourceTeam> ResourceTeam.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceTeam objects from the database.
static BOIterator<ResourceRole> ResourceRole.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceRole objects from the database.
static BOIterator<ResourceRate> ResourceRate.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceRate objects from the database.
static BOIterator<ResourceHour> ResourceHour.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceHour objects from the database.
static BOIterator<ResourceCurve> ResourceCurve.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceCurve objects from the database.
static BOIterator<ResourceCodeType> ResourceCodeType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceCodeType objects from the database.
static BOIterator<ResourceCodeAssignment> ResourceCodeAssignment.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceCodeAssignment objects from the database.
static BOIterator<ResourceCode> ResourceCode.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceCode objects from the database.
static BOIterator<ResourceAssignmentPeriodActual> ResourceAssignmentPeriodActual.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceAssignmentPeriodActual objects from the database.
static BOIterator<ResourceAssignment> ResourceAssignment.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceAssignment objects from the database.
static BOIterator<ResourceAccess> ResourceAccess.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ResourceAccess objects from the database.
static BOIterator<Resource> Resource.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Resource objects from the database.
static BOIterator<Relationship> Relationship.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Relationship objects from the database.
static BOIterator<ProjectThreshold> ProjectThreshold.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectThreshold objects from the database.
static BOIterator<ProjectSpendingPlan> ProjectSpendingPlan.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectSpendingPlan objects from the database.
static BOIterator<ProjectRisk> ProjectRisk.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectRisk objects from the database.
static BOIterator<ProjectResourceQuantity> ProjectResourceQuantity.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectResourceQuantity objects from the database.
static BOIterator<ProjectResourceCategory> ProjectResourceCategory.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectResourceCategory objects from the database.
static BOIterator<ProjectResource> ProjectResource.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectResource objects from the database.
static BOIterator<ProjectProfile> ProjectProfile.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectProfile objects from the database.
static BOIterator<ProjectPortfolio> ProjectPortfolio.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectPortfolio objects from the database.
static BOIterator<ProjectNote> ProjectNote.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectNote objects from the database.
static BOIterator<ProjectIssue> ProjectIssue.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectIssue objects from the database.
static BOIterator<ProjectFunding> ProjectFunding.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectFunding objects from the database.
static BOIterator<ProjectEstimate> ProjectEstimate.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectEstimate objects from the database.
static BOIterator<ProjectDocument> ProjectDocument.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectDocument objects from the database.
static BOIterator<ProjectCodeUser> ProjectCodeUser.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectCodeUser objects from the database.
static BOIterator<ProjectCodeType> ProjectCodeType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectCodeType objects from the database.
static BOIterator<ProjectCodeAssignment> ProjectCodeAssignment.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectCodeAssignment objects from the database.
static BOIterator<ProjectCode> ProjectCode.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectCode objects from the database.
static BOIterator<ProjectBudgetChangeLog> ProjectBudgetChangeLog.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectBudgetChangeLog objects from the database.
static BOIterator<Project> Project.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Project objects from the database.
static BOIterator<OverheadCode> OverheadCode.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple OverheadCode objects from the database.
static BOIterator<OBS> OBS.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple OBS objects from the database.
static BOIterator<NotebookTopic> NotebookTopic.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple NotebookTopic objects from the database.
static BOIterator<Methodology> Methodology.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Methodology objects from the database.
static BOIterator<IssueHistory> IssueHistory.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple IssueHistory objects from the database.
static BOIterator<Initiation> Initiation.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Initiation objects from the database.
static BOIterator<GlobalProfile> GlobalProfile.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple GlobalProfile objects from the database.
static BOIterator<FundingSource> FundingSource.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple FundingSource objects from the database.
static BOIterator<FinancialPeriod> FinancialPeriod.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple FinancialPeriod objects from the database.
static BOIterator<ExpenseCategory> ExpenseCategory.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ExpenseCategory objects from the database.
static BOIterator<EPSSpendingPlan> EPSSpendingPlan.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple EPSSpendingPlan objects from the database.
static BOIterator<EPSNote> EPSNote.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple EPSNote objects from the database.
static BOIterator<EPSFunding> EPSFunding.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple EPSFunding objects from the database.
static BOIterator<EPSBudgetChangeLog> EPSBudgetChangeLog.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple EPSBudgetChangeLog objects from the database.
static BOIterator<EPS> EPS.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple EPS objects from the database.
static BOIterator<DocumentStatusCode> DocumentStatusCode.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple DocumentStatusCode objects from the database.
static BOIterator<DocumentCategory> DocumentCategory.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple DocumentCategory objects from the database.
static BOIterator<Document> Document.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Document objects from the database.
static BOIterator<Currency> Currency.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Currency objects from the database.
static BOIterator<CostAccount> CostAccount.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple CostAccount objects from the database.
static BOIterator<Calendar> Calendar.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Calendar objects from the database.
static BOIterator<BatchReport> BatchReport.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple BatchReport objects from the database.
static BOIterator<BaselineType> BaselineType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple BaselineType objects from the database.
static BOIterator<BaselineProject> BaselineProject.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple BaselineProject objects from the database.
static BOIterator<ActivityStepTemplateItem> ActivityStepTemplateItem.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityStepTemplateItem objects from the database.
static BOIterator<ActivityStepTemplate> ActivityStepTemplate.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityStepTemplate objects from the database.
static BOIterator<ActivityStep> ActivityStep.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityStep objects from the database.
static BOIterator<ActivityPeriodActual> ActivityPeriodActual.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityPeriodActual objects from the database.
static BOIterator<ActivityOwner> ActivityOwner.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityOwner objects from the database.
static BOIterator<ActivityNote> ActivityNote.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityNote objects from the database.
static BOIterator<ActivityExpense> ActivityExpense.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityExpense objects from the database.
static BOIterator<ActivityCodeType> ActivityCodeType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityCodeType objects from the database.
static BOIterator<ActivityCodeAssignment> ActivityCodeAssignment.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityCodeAssignment objects from the database.
static BOIterator<ActivityCode> ActivityCode.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ActivityCode objects from the database.
static BOIterator<Activity> Activity.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Activity objects from the database.
static BOIterator<CostAccount> CostAccount.loadRootCostAccounts(Session session, java.lang.String[] fields)
          Loads the root CostAccount objects from the database.
static BOIterator<Document> Document.loadRootDocuments(Session session, java.lang.String[] fields)
          Loads the root Document objects from the database.
static BOIterator<EPS> EPS.loadRootEPS(Session session, java.lang.String[] fields)
          Loads the root EPS objects from the database.
static OBS OBS.loadRootOBS(Session session, java.lang.String[] fields)
          Loads the root OBS object from the database.
static BOIterator<Resource> Resource.loadRootResources(Session session, java.lang.String[] fields)
          Loads the root Resource objects from the database.
static BOIterator<Role> Role.loadRootRoles(Session session, java.lang.String[] fields)
          Loads the root Role objects from the database.
static BOIterator<ResourceAssignment> ResourceAssignment.loadWithLiveSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads multiple ResourceAssignment objects with live spreads from the database.
static BOIterator<Activity> Activity.loadWithLiveSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads multiple Activity objects with live spreads from the database.
static ResourceAssignment ResourceAssignment.loadWithLiveSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads a ResourceAssignment object with live spreads from the database.
static Activity Activity.loadWithLiveSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads a Activity object with live spreads from the database.
static BOIterator<Resource> Resource.loadWithProjectResourceSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds)
          Loads multiple Resource objects with Resource spreads from the database.
static BOIterator<Project> Project.loadWithProjectResourceSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds)
          Loads multiple Project objects with Resource spreads from the database.
static Resource Resource.loadWithProjectResourceSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds)
          Loads a Resource object with Resource spreads from the database.
static Project Project.loadWithProjectResourceSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds)
          Loads a Project object with Resource spreads from the database.
static BOIterator<Role> Role.loadWithProjectRoleSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds)
          Loads multiple Role objects with Role spreads from the database.
static BOIterator<Project> Project.loadWithProjectRoleSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds)
          Loads multiple Project objects with Role spreads from the database.
static Role Role.loadWithProjectRoleSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds)
          Loads a Role object with Role spreads from the database.
static Project Project.loadWithProjectRoleSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds)
          Loads a Project object with Role spreads from the database.
static BOIterator<WBS> WBS.loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads multiple WBS objects with summarized spreads from the database.
static BOIterator<Project> Project.loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads multiple Project objects with summarized spreads from the database.
static BOIterator<EPS> EPS.loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads multiple EPS objects with summarized spreads from the database.
static BOIterator<BaselineProject> BaselineProject.loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads multiple BaselineProject objects with summarized spreads from the database.
static WBS WBS.loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads a WBS object with summarized spreads from the database.
static Project Project.loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads a Project object with summarized spreads from the database.
static EPS EPS.loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads a EPS object with summarized spreads from the database.
static BaselineProject BaselineProject.loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads a BaselineProject object with summarized spreads from the database.
static void Activity.update(Session session, Activity[] activities)
          Updates multiple Activity objects in the database.
static void ActivityCode.update(Session session, ActivityCode[] activitycodes)
          Updates multiple ActivityCode objects in the database.
static void ActivityCodeAssignment.update(Session session, ActivityCodeAssignment[] activitycodeassignments)
          Updates multiple ActivityCodeAssignment objects in the database.
static void ActivityCodeType.update(Session session, ActivityCodeType[] activitycodetypes)
          Updates multiple ActivityCodeType objects in the database.
static void ActivityExpense.update(Session session, ActivityExpense[] activityexpenses)
          Updates multiple ActivityExpense objects in the database.
static void ActivityNote.update(Session session, ActivityNote[] activitynotes)
          Updates multiple ActivityNote objects in the database.
static void ActivityPeriodActual.update(Session session, ActivityPeriodActual[] activityperiodactuals)
          Updates multiple ActivityPeriodActual objects in the database.
static void ActivityStep.update(Session session, ActivityStep[] activitysteps)
          Updates multiple ActivityStep objects in the database.
static void BaselineProject.update(Session session, BaselineProject[] baselineprojects)
          Updates multiple BaselineProject objects in the database.
static void BaselineType.update(Session session, BaselineType[] baselinetypes)
          Updates multiple BaselineType objects in the database.
static void BatchReport.update(Session session, BatchReport[] batchreports)
          Updates multiple BatchReport objects in the database.
static void Calendar.update(Session session, Calendar[] calendars)
          Updates multiple Calendar objects in the database.
static void Calendar.update(Session session, Calendar[] calendars, boolean replaceHolidayOrExceptions)
          Updates multiple Calendar objects in the database with the option to replace all holidays and exceptions.
static void CostAccount.update(Session session, CostAccount[] costaccounts)
          Updates multiple CostAccount objects in the database.
static void Currency.update(Session session, Currency[] currencies)
          Updates multiple Currency objects in the database.
static void Document.update(Session session, Document[] documents)
          Updates multiple Document objects in the database.
static void DocumentCategory.update(Session session, DocumentCategory[] documentcategories)
          Updates multiple DocumentCategory objects in the database.
static void DocumentStatusCode.update(Session session, DocumentStatusCode[] documentstatuscodes)
          Updates multiple DocumentStatusCode objects in the database.
static void EPS.update(Session session, EPS[] eps)
          Updates multiple EPS objects in the database.
static void EPSBudgetChangeLog.update(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs)
          Updates multiple EPSBudgetChangeLog objects in the database.
static void EPSFunding.update(Session session, EPSFunding[] epsfundings)
          Updates multiple EPSFunding objects in the database.
static void EPSNote.update(Session session, EPSNote[] epsnotes)
          Updates multiple EPSNote objects in the database.
static void EPSSpendingPlan.update(Session session, EPSSpendingPlan[] epsspendingplans)
          Updates multiple EPSSpendingPlan objects in the database.
static void ExpenseCategory.update(Session session, ExpenseCategory[] expensecategories)
          Updates multiple ExpenseCategory objects in the database.
static void FinancialPeriod.update(Session session, FinancialPeriod[] financialperiods)
          Updates multiple FinancialPeriod objects in the database.
static void FundingSource.update(Session session, FundingSource[] fundingsources)
          Updates multiple FundingSource objects in the database.
static void GlobalProfile.update(Session session, GlobalProfile[] globalprofiles)
          Updates multiple GlobalProfile objects in the database.
static void NotebookTopic.update(Session session, NotebookTopic[] notebooktopics)
          Updates multiple NotebookTopic objects in the database.
static void OBS.update(Session session, OBS[] obs)
          Updates multiple OBS objects in the database.
static void OverheadCode.update(Session session, OverheadCode[] overheadcodes)
          Updates multiple OverheadCode objects in the database.
static void Project.update(Session session, Project[] projects)
          Updates multiple Project objects in the database.
static void ProjectBudgetChangeLog.update(Session session, ProjectBudgetChangeLog[] projectbudgetchangelogs)
          Updates multiple ProjectBudgetChangeLog objects in the database.
static void ProjectCode.update(Session session, ProjectCode[] projectcodes)
          Updates multiple ProjectCode objects in the database.
static void ProjectCodeAssignment.update(Session session, ProjectCodeAssignment[] projectcodeassignments)
          Updates multiple ProjectCodeAssignment objects in the database.
static void ProjectCodeType.update(Session session, ProjectCodeType[] projectcodetypes)
          Updates multiple ProjectCodeType objects in the database.
static void ProjectDocument.update(Session session, ProjectDocument[] projectdocuments)
          Updates multiple ProjectDocument objects in the database.
static void ProjectEstimate.update(Session session, ProjectEstimate[] projectestimates)
          Updates multiple ProjectEstimate objects in the database.
static void ProjectFunding.update(Session session, ProjectFunding[] projectfundings)
          Updates multiple ProjectFunding objects in the database.
static void ProjectIssue.update(Session session, ProjectIssue[] projectissues)
          Updates multiple ProjectIssue objects in the database.
static void ProjectNote.update(Session session, ProjectNote[] projectnotes)
          Updates multiple ProjectNote objects in the database.
static void ProjectPortfolio.update(Session session, ProjectPortfolio[] projectportfolios)
          Updates multiple ProjectPortfolio objects in the database.
static void ProjectProfile.update(Session session, ProjectProfile[] projectprofiles)
          Updates multiple ProjectProfile objects in the database.
static void ProjectResource.update(Session session, ProjectResource[] projectresources)
          Updates multiple ProjectResource objects in the database.
static void ProjectResourceCategory.update(Session session, ProjectResourceCategory[] projectresourcecategories)
          Updates multiple ProjectResourceCategory objects in the database.
static void ProjectResourceQuantity.update(Session session, ProjectResourceQuantity[] projectresourcequantities)
          Updates multiple ProjectResourceQuantity objects in the database.
static void ProjectRisk.update(Session session, ProjectRisk[] projectrisks)
          Updates multiple ProjectRisk objects in the database.
static void ProjectSpendingPlan.update(Session session, ProjectSpendingPlan[] projectspendingplans)
          Updates multiple ProjectSpendingPlan objects in the database.
static void ProjectThreshold.update(Session session, ProjectThreshold[] projectthresholds)
          Updates multiple ProjectThreshold objects in the database.
static void Relationship.update(Session session, Relationship[] relationships)
          Updates multiple Relationship objects in the database.
static void Resource.update(Session session, Resource[] resources)
          Updates multiple Resource objects in the database.
static void ResourceAssignment.update(Session session, ResourceAssignment[] resourceassignments)
          Updates multiple ResourceAssignment objects in the database.
static void ResourceAssignmentPeriodActual.update(Session session, ResourceAssignmentPeriodActual[] resourceassignmentperiodactuals)
          Updates multiple ResourceAssignmentPeriodActual objects in the database.
static void ResourceCode.update(Session session, ResourceCode[] resourcecodes)
          Updates multiple ResourceCode objects in the database.
static void ResourceCodeAssignment.update(Session session, ResourceCodeAssignment[] resourcecodeassignments)
          Updates multiple ResourceCodeAssignment objects in the database.
static void ResourceCodeType.update(Session session, ResourceCodeType[] resourcecodetypes)
          Updates multiple ResourceCodeType objects in the database.
static void ResourceCurve.update(Session session, ResourceCurve[] resourcecurves)
          Updates multiple ResourceCurve objects in the database.
static void ResourceRate.update(Session session, ResourceRate[] resourcerates)
          Updates multiple ResourceRate objects in the database.
static void ResourceRole.update(Session session, ResourceRole[] resourceroles)
          Updates multiple ResourceRole objects in the database.
static void ResourceTeam.update(Session session, ResourceTeam[] resourceteams)
          Updates multiple ResourceTeam objects in the database.
static void RiskType.update(Session session, RiskType[] risktypes)
          Updates multiple RiskType objects in the database.
static void Role.update(Session session, Role[] roles)
          Updates multiple Role objects in the database.
static void RoleLimit.update(Session session, RoleLimit[] rolelimits)
          Updates multiple RoleLimit objects in the database.
static void RoleRate.update(Session session, RoleRate[] rolerates)
          Updates multiple RoleRate objects in the database.
static void RoleTeam.update(Session session, RoleTeam[] roleteams)
          Updates multiple RoleTeam objects in the database.
static void ScheduleOptions.update(Session session, ScheduleOptions[] scheduleoptions)
          Updates multiple ScheduleOptions objects in the database.
static void Shift.update(Session session, Shift[] shifts)
          Updates multiple Shift objects in the database.
static void UDFCode.update(Session session, UDFCode[] udfcodes)
          Updates multiple UDFCode objects in the database.
static void UDFType.update(Session session, UDFType[] udftypes)
          Updates multiple UDFType objects in the database.
static void UDFValue.update(Session session, UDFValue[] udfvalues)
          Updates multiple UDFValue objects in the database.
static void UnitOfMeasure.update(Session session, UnitOfMeasure[] unitofmeasures)
          Updates multiple UnitOfMeasure objects in the database.
static void User.update(Session session, User[] users)
          Updates multiple User objects in the database.
static void UserFieldTitle.update(Session session, UserFieldTitle[] userfieldtitles)
          Updates multiple UserFieldTitle objects in the database.
static void UserOBS.update(Session session, UserOBS[] userobs)
          Updates multiple UserOBS objects in the database.
static void WBS.update(Session session, WBS[] wbs)
          Updates multiple WBS objects in the database.
static void WBSCategory.update(Session session, WBSCategory[] wbscategories)
          Updates multiple WBSCategory objects in the database.
static void WBSMilestone.update(Session session, WBSMilestone[] wbsmilestones)
          Updates multiple WBSMilestone objects in the database.
 

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

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

Constructors in com.primavera.integration.client.xml.exporter with parameters of type Session
XMLExporter(Session session)
          Construct an XMLExporter.
 

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

Constructors in com.primavera.integration.client.xml.importer with parameters of type Session
XMLImporter(Session session)
          Construct an XMLImporter.
 

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

Constructors in com.primavera.integration.client.xml.xmlexporter with parameters of type Session
XMLExporter(Session session)
          Construct an XMLExporter.
 

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

Constructors in com.primavera.integration.client.xml.xmlimporter with parameters of type Session
XMLImporter(Session session)
          Construct an XMLImporter.
 

Uses of Session in com.primavera.integration.util
 

Methods in com.primavera.integration.util with parameters of type Session
static ResourceAssignmentSpread ResourceAssignmentSpreadFactory.createInstance(Session session, SpreadPeriodType periodType)
          Creates a new instance of a ResourceAssignmentSpread.
static ResourceAssignmentSpread[] ResourceAssignmentSpreadFactory.createInstanceArray(Session session, SpreadPeriodType periodType, int numberOfInstances)
          Creates an array of new instances of ResourceAssignmentSpreads.
 void BODeleteHelper.delete(Session session, java.lang.String sBOType)
          Deletes from the database all the business objects of a particular type that were added to this object.
 void BODeleteHelper.deleteAll(Session session)
          Deletes from the database all the business objects that were added to this object
static java.lang.String WhereClauseHelper.formatDate(Session session, java.util.Date date)
          Formats the date to be compatible with all databases supported by the API.
static java.util.Set<GlobalPrivilege> SecurityHelper.getGlobalPrivileges(Session session)
          Gets the set of global privileges for the current user
static java.util.Set<ProjectPrivilege> SecurityHelper.getProjectPrivilegesByEPS(Session session, ObjectId epsObjectId)
          Gets the set of project privileges defined for a specific EPS for the current user
static java.util.Set<ProjectPrivilege> SecurityHelper.getProjectPrivilegesByEPS(Session session, ObjectId epsObjectId, ObjectId userObjectId)
          Gets the set of project privileges defined for a specific EPS and a specific user
static java.util.Set<ProjectPrivilege> SecurityHelper.getProjectPrivilegesByProject(Session session, ObjectId projectObjectId)
          Gets the set of project privileges defined for a specific project for the current user
static java.util.Set<ProjectPrivilege> SecurityHelper.getProjectPrivilegesByProject(Session session, ObjectId projectObjectId, ObjectId userObjectId)
          Gets the set of project privileges defined for a specific project and a specific user
static boolean SecurityHelper.hasAllResourceAccess(Session session)
          Checks if the current user has all resource access
static boolean SecurityHelper.hasAllResourceAccess(Session session, ObjectId userObjectId)
          Checks if the current user has all resource access
static boolean SecurityHelper.isSuperUser(Session session)
          Checks if the current user is an Admin Superuser
static boolean SecurityHelper.isSuperUser(Session session, ObjectId userObjectId)
          Checks if the a specific user is an Admin Superuser
 


Primavera Integration API 7.0

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