Uses of Class
com.primavera.integration.client.Session
Packages that use Session
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object base class and iterator classes
Content repository helper classes
Business object helper classes
Client business object classes
XML exporter classes
XML importer classes
General utility classes
-
Uses of Session in com.primavera.integration.client
Subclasses of Session in com.primavera.integration.clientModifier and TypeClassDescriptionclassDistributed Session class, used with RMI when running in Remote Mode.classLocal Session, used to avoid the RMI layer when running in Local Mode.Methods in com.primavera.integration.client that return SessionModifier and TypeMethodDescriptionstatic SessionLocalSession.getAPISession(String dbId, String userId, String sessionId, String ip, String usessionId) static SessionServerSessionToClientSession.getClientSession(com.primavera.integration.server.ServerSession serverSession) static SessionDistributedSession.login(String sUrl, String sDbId, String sUserName, String sPassword, String remoteClientIP) Logs in and obtains a Session object.static Sessionstatic SessionLocalSession.login(String sUrl, String sDbId, String sUserName, String sPassword, String remoteClientIP) Logs in and obtains a Session object.static Sessionstatic SessionLogs 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 SessionModifier and TypeMethodDescriptionObjectId[]BOHelper.create(Session session, List<? extends BusinessObject> alObjects) Creates multiple business objects of this type in the database.voidBOHelper.delete(Session session, List<? extends BusinessObject> alObjects) Deletes business objects of this type.voidBOHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) Deletes business objects of this type, specifying a replacement parentBOHelper.getMaxFieldLength(Session session, String fieldName) Retrieves the field length limit for string type field.BusinessObject.getMaxFieldLength(Session session, String sfieldName) BOHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) Loads business objects of this type from a given parent.Loads a business object of this type by ObjectId.Loads multiple business objects of this type by ObjectId.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.BOHelper.newBusinessObject(Session session, ObjectId objectId) Creates a new client-side instance of this type of business object and sets its unique ID.BOHelper.newBusinessObject(Session session, Map<String, String> fieldValueMap) Creates a new client-side instance of this type of business object and sets its field values from a mapvoidBOHelper.update(Session session, List<? extends BusinessObject> alObjects) Updates business objects of this type.Constructors in com.primavera.integration.client.bo with parameters of type SessionModifierConstructorDescriptionBOIterator(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, 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, String[] aIntgFieldName, String sWhereClause, 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.cr
Constructors in com.primavera.integration.client.bo.cr with parameters of type Session -
Uses of Session in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper with parameters of type SessionModifier and TypeMethodDescriptionObjectId[]ActivityCodeAssignmentHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityCodeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityCodeTypeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityCodeUpdateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityCommentHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityExpenseHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityFilterHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityNoteHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityNoteUpdateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityOwnerHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityPeriodActualHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityRiskHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityStepCreateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityStepDeleteHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityStepHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityStepTemplateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityStepTemplateItemHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityStepUpdateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ActivityUpdateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]AlertHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]AutovueAttrHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]BaselineProjectHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]BaselineTypeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]CalendarHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]CBSDurationSummaryHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]CBSHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ChangeSetHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]CostAccountHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]CurrencyHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]DocumentCategoryHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]DocumentHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]DocumentStatusCodeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]EPSBudgetChangeLogHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]EPSFundingHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]EPSHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]EPSNoteHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]EPSSpendingPlanHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ExpenseCategoryHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]FinancialPeriodHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]FinancialPeriodTemplateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]FundingSourceHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]GatewayDeploymentHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]GlobalPreferencesHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]GlobalProfileHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]GlobalReplaceHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ImportOptionsTemplateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]IssueHistoryHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]JobServiceHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]LeanTaskHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]LocationHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]MSPTemplateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]NotebookTopicHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]OBSHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]OverheadCodeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]PAuditXHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProfileHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectBudgetChangeLogHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectCodeAssignmentHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectCodeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectCodeTypeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectDeploymentHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectDocumentHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectFundingHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectIssueHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectNoteHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectPortfolioHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectProfileHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectResourceCategoryHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectResourceHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectResourceQuantityHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectSpendingPlanHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ProjectThresholdHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RelationshipHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceAccessHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceAssignmentCodeAssignmentHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceAssignmentCodeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceAssignmentCodeTypeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceAssignmentCreateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceAssignmentHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceAssignmentPeriodActualHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceAssignmentUpdateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceCodeAssignmentHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceCodeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceCodeTypeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceCurveHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceHourHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceLocationHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceRateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceRoleHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ResourceTeamHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RiskCategoryHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RiskHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RiskImpactHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RiskMatrixHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RiskMatrixScoreHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RiskMatrixThresholdHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RiskResponseActionHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RiskResponseActionImpactHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RiskResponsePlanHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RiskThresholdHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RiskThresholdLevelHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RoleCodeAssignmentHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RoleCodeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RoleCodeTypeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RoleHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RoleLimitHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RoleRateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]RoleTeamHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ScheduleCheckOptionHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ScheduleOptionsHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ShiftHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ShiftPeriodHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]StepUserDefinedValueUpdateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]ThresholdParameterHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]TimesheetAuditHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]TimesheetDelegateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]TimesheetHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]TimesheetPeriodHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]UDFCodeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]UDFTypeHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]UDFValueHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]UnitOfMeasureHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]UpdateBaselineOptionHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]UserConsentHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]UserDefinedValueUpdateHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]UserFieldTitleHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]UserHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]UserInterfaceViewHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]UserLicenseHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]UserOBSHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]WBSCategoryHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]WBSHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]WBSMilestoneHelper.create(Session session, List<? extends BusinessObject> alObjects) ObjectId[]WbsReviewersHelper.create(Session session, List<? extends BusinessObject> alObjects) voidActivityCodeAssignmentHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityCodeAssignmentHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityCodeTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityCodeTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityCodeUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityCodeUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityCommentHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityCommentHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityExpenseHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityExpenseHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityFilterHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityFilterHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityNoteHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityNoteHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityNoteUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityNoteUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityOwnerHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityOwnerHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityPeriodActualHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityPeriodActualHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityRiskHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityRiskHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityStepCreateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityStepCreateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityStepDeleteHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityStepDeleteHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityStepHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityStepHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityStepTemplateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityStepTemplateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityStepTemplateItemHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityStepTemplateItemHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityStepUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityStepUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidActivityUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidActivityUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidAlertHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidAlertHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidAutovueAttrHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidAutovueAttrHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidBaselineProjectHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidBaselineProjectHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidBaselineTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidBaselineTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidCalendarHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidCalendarHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidCBSDurationSummaryHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidCBSDurationSummaryHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidCBSHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidCBSHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidChangeSetHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidChangeSetHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidCostAccountHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidCostAccountHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidCurrencyHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidCurrencyHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidDocumentCategoryHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidDocumentCategoryHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidDocumentHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidDocumentHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidDocumentStatusCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidDocumentStatusCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidEPSBudgetChangeLogHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidEPSBudgetChangeLogHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidEPSFundingHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidEPSFundingHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidEPSHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidEPSHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidEPSNoteHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidEPSNoteHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidEPSSpendingPlanHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidEPSSpendingPlanHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidExpenseCategoryHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidExpenseCategoryHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidFinancialPeriodHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidFinancialPeriodHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidFinancialPeriodTemplateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidFinancialPeriodTemplateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidFundingSourceHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidFundingSourceHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidGatewayDeploymentHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidGatewayDeploymentHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidGlobalPreferencesHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidGlobalPreferencesHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidGlobalProfileHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidGlobalProfileHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidGlobalReplaceHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidGlobalReplaceHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidImportOptionsTemplateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidImportOptionsTemplateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidIssueHistoryHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidIssueHistoryHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidJobServiceHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidJobServiceHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidLeanTaskHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidLeanTaskHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidLocationHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidLocationHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidMSPTemplateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidMSPTemplateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidNotebookTopicHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidNotebookTopicHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidOBSHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidOBSHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidOverheadCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidOverheadCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidPAuditXHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidPAuditXHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProfileHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProfileHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectBudgetChangeLogHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectBudgetChangeLogHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectCodeAssignmentHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectCodeAssignmentHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectCodeTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectCodeTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectDeploymentHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectDeploymentHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectDocumentHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectDocumentHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectFundingHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectFundingHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectIssueHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectIssueHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectNoteHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectNoteHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectPortfolioHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectPortfolioHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectProfileHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectProfileHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectResourceCategoryHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectResourceCategoryHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectResourceHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectResourceHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectResourceQuantityHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectResourceQuantityHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectSpendingPlanHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectSpendingPlanHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidProjectThresholdHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidProjectThresholdHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRelationshipHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRelationshipHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceAccessHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceAccessHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceAssignmentCodeAssignmentHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentCodeAssignmentHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceAssignmentCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceAssignmentCodeTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentCodeTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceAssignmentCreateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentCreateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceAssignmentHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceAssignmentPeriodActualHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentPeriodActualHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceAssignmentUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceCodeAssignmentHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceCodeAssignmentHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceCodeTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceCodeTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceCurveHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceCurveHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceHourHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceHourHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceLocationHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceLocationHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceRateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceRateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceRoleHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceRoleHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidResourceTeamHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidResourceTeamHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRiskCategoryHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRiskCategoryHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRiskHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRiskHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRiskImpactHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRiskImpactHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRiskMatrixHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRiskMatrixHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRiskMatrixScoreHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRiskMatrixScoreHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRiskMatrixThresholdHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRiskMatrixThresholdHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRiskResponseActionHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRiskResponseActionHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRiskResponseActionImpactHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRiskResponseActionImpactHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRiskResponsePlanHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRiskResponsePlanHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRiskThresholdHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRiskThresholdHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRiskThresholdLevelHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRiskThresholdLevelHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRoleCodeAssignmentHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRoleCodeAssignmentHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRoleCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRoleCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRoleCodeTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRoleCodeTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRoleHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRoleHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRoleLimitHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRoleLimitHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRoleRateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRoleRateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidRoleTeamHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidRoleTeamHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidScheduleCheckOptionHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidScheduleCheckOptionHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidScheduleOptionsHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidScheduleOptionsHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidShiftHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidShiftHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidShiftPeriodHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidShiftPeriodHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidStepUserDefinedValueUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidStepUserDefinedValueUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidThresholdParameterHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidThresholdParameterHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidTimesheetAuditHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidTimesheetAuditHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidTimesheetDelegateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidTimesheetDelegateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidTimesheetHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidTimesheetHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidTimesheetPeriodHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidTimesheetPeriodHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidUDFCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidUDFCodeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidUDFTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidUDFTypeHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidUDFValueHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidUDFValueHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidUnitOfMeasureHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidUnitOfMeasureHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidUpdateBaselineOptionHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidUpdateBaselineOptionHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidUserConsentHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidUserConsentHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidUserDefinedValueUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidUserDefinedValueUpdateHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidUserFieldTitleHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidUserFieldTitleHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidUserHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidUserHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidUserInterfaceViewHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidUserInterfaceViewHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidUserLicenseHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidUserLicenseHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidUserOBSHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidUserOBSHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidWBSCategoryHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidWBSCategoryHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidWBSHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidWBSHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidWBSMilestoneHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidWBSMilestoneHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) voidWbsReviewersHelper.delete(Session session, List<? extends BusinessObject> alObjects) voidWbsReviewersHelper.delete(Session session, List<? extends BusinessObject> alObjects, ObjectId replacementParent) ActivityCodeAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityCodeAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCodeAssignmentHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCodeAssignmentHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCodeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCodeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCodeTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityCodeTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCodeTypeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCodeTypeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCodeUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityCodeUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCodeUpdateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCodeUpdateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCommentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityCommentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCommentHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCommentHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityExpenseHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityExpenseHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityExpenseHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityExpenseHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityFilterHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityFilterHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityFilterHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityFilterHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityNoteHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityNoteHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityNoteHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityNoteHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityNoteUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityNoteUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityNoteUpdateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityNoteUpdateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityOwnerHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityOwnerHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityOwnerHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityOwnerHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityPeriodActualHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityPeriodActualHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityPeriodActualHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityPeriodActualHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityRiskHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityRiskHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityRiskHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityRiskHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepCreateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityStepCreateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepCreateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepCreateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepDeleteHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityStepDeleteHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepDeleteHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepDeleteHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityStepHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepTemplateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityStepTemplateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepTemplateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepTemplateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepTemplateItemHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityStepTemplateItemHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepTemplateItemHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepTemplateItemHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityStepUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepUpdateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityStepUpdateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityUpdateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityUpdateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.AlertHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) AlertHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.AlertHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.AlertHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.AutovueAttrHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) AutovueAttrHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.AutovueAttrHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.AutovueAttrHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.BaselineProjectHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) BaselineProjectHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.BaselineProjectHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.BaselineProjectHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.BaselineTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) BaselineTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.BaselineTypeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.BaselineTypeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CalendarHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) CalendarHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CalendarHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CalendarHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CBSDurationSummaryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) CBSDurationSummaryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CBSDurationSummaryHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CBSDurationSummaryHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CBSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) CBSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CBSHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CBSHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ChangeSetHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ChangeSetHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ChangeSetHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ChangeSetHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CostAccountHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) CostAccountHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CostAccountHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CostAccountHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CurrencyHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) CurrencyHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CurrencyHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.CurrencyHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.DocumentCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) DocumentCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.DocumentCategoryHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.DocumentCategoryHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.DocumentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) DocumentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.DocumentHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.DocumentHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.DocumentStatusCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) DocumentStatusCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.DocumentStatusCodeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.DocumentStatusCodeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSBudgetChangeLogHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) EPSBudgetChangeLogHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSBudgetChangeLogHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSBudgetChangeLogHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSFundingHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) EPSFundingHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSFundingHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSFundingHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) EPSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSNoteHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) EPSNoteHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSNoteHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSNoteHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSSpendingPlanHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) EPSSpendingPlanHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSSpendingPlanHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.EPSSpendingPlanHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ExpenseCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ExpenseCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ExpenseCategoryHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ExpenseCategoryHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.FinancialPeriodHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) FinancialPeriodHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.FinancialPeriodHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.FinancialPeriodHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.FinancialPeriodTemplateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) FinancialPeriodTemplateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.FinancialPeriodTemplateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.FinancialPeriodTemplateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.FundingSourceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) FundingSourceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.FundingSourceHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.FundingSourceHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.GatewayDeploymentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) GatewayDeploymentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.GatewayDeploymentHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.GatewayDeploymentHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.GlobalPreferencesHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) GlobalPreferencesHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.GlobalPreferencesHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.GlobalPreferencesHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.GlobalProfileHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) GlobalProfileHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.GlobalProfileHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.GlobalProfileHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.GlobalReplaceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) GlobalReplaceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.GlobalReplaceHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.GlobalReplaceHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ImportOptionsTemplateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ImportOptionsTemplateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ImportOptionsTemplateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ImportOptionsTemplateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.IssueHistoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) IssueHistoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.IssueHistoryHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.IssueHistoryHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.JobServiceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) JobServiceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.JobServiceHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.JobServiceHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.LeanTaskHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) LeanTaskHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.LeanTaskHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.LeanTaskHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.LocationHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) LocationHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.LocationHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.LocationHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.MSPTemplateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) MSPTemplateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.MSPTemplateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.MSPTemplateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.NotebookTopicHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) NotebookTopicHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.NotebookTopicHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.NotebookTopicHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.OBSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) OBSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.OBSHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.OBSHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.OverheadCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) OverheadCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.OverheadCodeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.OverheadCodeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.PAuditXHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) PAuditXHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.PAuditXHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.PAuditXHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProfileHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProfileHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProfileHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProfileHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectBudgetChangeLogHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectBudgetChangeLogHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectBudgetChangeLogHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectBudgetChangeLogHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectCodeAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectCodeAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectCodeAssignmentHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectCodeAssignmentHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectCodeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectCodeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectCodeTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectCodeTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectCodeTypeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectCodeTypeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectDeploymentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectDeploymentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectDeploymentHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectDeploymentHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectDocumentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectDocumentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectDocumentHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectDocumentHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectFundingHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectFundingHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectFundingHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectFundingHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectIssueHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectIssueHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectIssueHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectIssueHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectNoteHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectNoteHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectNoteHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectNoteHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectPortfolioHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectPortfolioHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectPortfolioHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectPortfolioHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectProfileHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectProfileHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectProfileHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectProfileHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectResourceCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectResourceCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectResourceCategoryHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectResourceCategoryHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectResourceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectResourceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectResourceHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectResourceHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectResourceQuantityHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectResourceQuantityHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectResourceQuantityHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectResourceQuantityHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectSpendingPlanHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectSpendingPlanHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectSpendingPlanHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectSpendingPlanHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectThresholdHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectThresholdHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectThresholdHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectThresholdHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RelationshipHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RelationshipHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RelationshipHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RelationshipHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAccessHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceAccessHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAccessHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAccessHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentCodeAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceAssignmentCodeAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentCodeAssignmentHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentCodeAssignmentHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceAssignmentCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentCodeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentCodeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentCodeTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceAssignmentCodeTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentCodeTypeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentCodeTypeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentCreateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceAssignmentCreateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentCreateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentCreateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentPeriodActualHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceAssignmentPeriodActualHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentPeriodActualHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentPeriodActualHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceAssignmentUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentUpdateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceAssignmentUpdateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceCodeAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceCodeAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceCodeAssignmentHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceCodeAssignmentHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceCodeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceCodeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceCodeTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceCodeTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceCodeTypeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceCodeTypeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceCurveHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceCurveHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceCurveHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceCurveHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceHourHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceHourHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceHourHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceHourHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceLocationHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceLocationHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceLocationHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceLocationHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceRateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceRateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceRateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceRateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceRoleHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceRoleHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceRoleHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceRoleHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceTeamHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceTeamHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceTeamHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ResourceTeamHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskCategoryHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskCategoryHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskImpactHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskImpactHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskImpactHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskImpactHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskMatrixHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskMatrixHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskMatrixHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskMatrixHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskMatrixScoreHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskMatrixScoreHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskMatrixScoreHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskMatrixScoreHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskMatrixThresholdHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskMatrixThresholdHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskMatrixThresholdHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskMatrixThresholdHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskResponseActionHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskResponseActionHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskResponseActionHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskResponseActionHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskResponseActionImpactHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskResponseActionImpactHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskResponseActionImpactHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskResponseActionImpactHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskResponsePlanHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskResponsePlanHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskResponsePlanHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskResponsePlanHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskThresholdHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskThresholdHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskThresholdHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskThresholdHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskThresholdLevelHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskThresholdLevelHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskThresholdLevelHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RiskThresholdLevelHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleCodeAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RoleCodeAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleCodeAssignmentHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleCodeAssignmentHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RoleCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleCodeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleCodeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleCodeTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RoleCodeTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleCodeTypeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleCodeTypeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RoleHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleLimitHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RoleLimitHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleLimitHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleLimitHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleRateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RoleRateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleRateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleRateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleTeamHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RoleTeamHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleTeamHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.RoleTeamHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ScheduleCheckOptionHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ScheduleCheckOptionHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ScheduleCheckOptionHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ScheduleCheckOptionHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ScheduleOptionsHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ScheduleOptionsHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ScheduleOptionsHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ScheduleOptionsHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ShiftHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ShiftHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ShiftHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ShiftHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ShiftPeriodHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ShiftPeriodHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ShiftPeriodHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ShiftPeriodHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.StepUserDefinedValueUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) StepUserDefinedValueUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.StepUserDefinedValueUpdateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.StepUserDefinedValueUpdateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ThresholdParameterHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ThresholdParameterHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ThresholdParameterHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ThresholdParameterHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.TimesheetAuditHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) TimesheetAuditHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.TimesheetAuditHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.TimesheetAuditHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.TimesheetDelegateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) TimesheetDelegateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.TimesheetDelegateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.TimesheetDelegateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.TimesheetHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) TimesheetHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.TimesheetHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.TimesheetHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.TimesheetPeriodHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) TimesheetPeriodHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.TimesheetPeriodHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.TimesheetPeriodHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UDFCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UDFCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UDFCodeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UDFCodeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UDFTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UDFTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UDFTypeHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UDFTypeHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UDFValueHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UDFValueHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UDFValueHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UDFValueHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UnitOfMeasureHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UnitOfMeasureHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UnitOfMeasureHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UnitOfMeasureHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UpdateBaselineOptionHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UpdateBaselineOptionHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UpdateBaselineOptionHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UpdateBaselineOptionHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserConsentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UserConsentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserConsentHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserConsentHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserDefinedValueUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UserDefinedValueUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserDefinedValueUpdateHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserDefinedValueUpdateHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserFieldTitleHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UserFieldTitleHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserFieldTitleHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserFieldTitleHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UserHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserInterfaceViewHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UserInterfaceViewHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserInterfaceViewHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserInterfaceViewHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserLicenseHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UserLicenseHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserLicenseHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserLicenseHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserOBSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UserOBSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserOBSHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserOBSHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.WBSCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) WBSCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.WBSCategoryHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.WBSCategoryHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.WBSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) WBSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.WBSHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.WBSHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.WBSMilestoneHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) WBSMilestoneHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.WBSMilestoneHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.WBSMilestoneHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.WbsReviewersHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) WbsReviewersHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.WbsReviewersHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.WbsReviewersHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ActivityCodeAssignmentHelper.newBusinessObject(Session session) ActivityCodeAssignmentHelper.newBusinessObject(Session session, ObjectId objectId) ActivityCodeHelper.newBusinessObject(Session session) ActivityCodeHelper.newBusinessObject(Session session, ObjectId objectId) ActivityCodeTypeHelper.newBusinessObject(Session session) ActivityCodeTypeHelper.newBusinessObject(Session session, ObjectId objectId) ActivityCodeUpdateHelper.newBusinessObject(Session session) ActivityCodeUpdateHelper.newBusinessObject(Session session, ObjectId objectId) ActivityCommentHelper.newBusinessObject(Session session) ActivityCommentHelper.newBusinessObject(Session session, ObjectId objectId) ActivityExpenseHelper.newBusinessObject(Session session) ActivityExpenseHelper.newBusinessObject(Session session, ObjectId objectId) ActivityFilterHelper.newBusinessObject(Session session) ActivityFilterHelper.newBusinessObject(Session session, ObjectId objectId) ActivityHelper.newBusinessObject(Session session) ActivityHelper.newBusinessObject(Session session, ObjectId objectId) ActivityNoteHelper.newBusinessObject(Session session) ActivityNoteHelper.newBusinessObject(Session session, ObjectId objectId) ActivityNoteUpdateHelper.newBusinessObject(Session session) ActivityNoteUpdateHelper.newBusinessObject(Session session, ObjectId objectId) ActivityOwnerHelper.newBusinessObject(Session session) ActivityOwnerHelper.newBusinessObject(Session session, ObjectId objectId) ActivityPeriodActualHelper.newBusinessObject(Session session) ActivityPeriodActualHelper.newBusinessObject(Session session, ObjectId objectId) ActivityRiskHelper.newBusinessObject(Session session) ActivityRiskHelper.newBusinessObject(Session session, ObjectId objectId) ActivityStepCreateHelper.newBusinessObject(Session session) ActivityStepCreateHelper.newBusinessObject(Session session, ObjectId objectId) ActivityStepDeleteHelper.newBusinessObject(Session session) ActivityStepDeleteHelper.newBusinessObject(Session session, ObjectId objectId) ActivityStepHelper.newBusinessObject(Session session) ActivityStepHelper.newBusinessObject(Session session, ObjectId objectId) ActivityStepTemplateHelper.newBusinessObject(Session session) ActivityStepTemplateHelper.newBusinessObject(Session session, ObjectId objectId) ActivityStepTemplateItemHelper.newBusinessObject(Session session) ActivityStepTemplateItemHelper.newBusinessObject(Session session, ObjectId objectId) ActivityStepUpdateHelper.newBusinessObject(Session session) ActivityStepUpdateHelper.newBusinessObject(Session session, ObjectId objectId) ActivityUpdateHelper.newBusinessObject(Session session) ActivityUpdateHelper.newBusinessObject(Session session, ObjectId objectId) AlertHelper.newBusinessObject(Session session) AlertHelper.newBusinessObject(Session session, ObjectId objectId) AutovueAttrHelper.newBusinessObject(Session session) AutovueAttrHelper.newBusinessObject(Session session, ObjectId objectId) BaselineProjectHelper.newBusinessObject(Session session) BaselineProjectHelper.newBusinessObject(Session session, ObjectId objectId) BaselineTypeHelper.newBusinessObject(Session session) BaselineTypeHelper.newBusinessObject(Session session, ObjectId objectId) CalendarHelper.newBusinessObject(Session session) CalendarHelper.newBusinessObject(Session session, ObjectId objectId) CBSDurationSummaryHelper.newBusinessObject(Session session) CBSDurationSummaryHelper.newBusinessObject(Session session, ObjectId objectId) CBSHelper.newBusinessObject(Session session) CBSHelper.newBusinessObject(Session session, ObjectId objectId) ChangeSetHelper.newBusinessObject(Session session) ChangeSetHelper.newBusinessObject(Session session, ObjectId objectId) CostAccountHelper.newBusinessObject(Session session) CostAccountHelper.newBusinessObject(Session session, ObjectId objectId) CurrencyHelper.newBusinessObject(Session session) CurrencyHelper.newBusinessObject(Session session, ObjectId objectId) DocumentCategoryHelper.newBusinessObject(Session session) DocumentCategoryHelper.newBusinessObject(Session session, ObjectId objectId) DocumentHelper.newBusinessObject(Session session) DocumentHelper.newBusinessObject(Session session, ObjectId objectId) DocumentStatusCodeHelper.newBusinessObject(Session session) DocumentStatusCodeHelper.newBusinessObject(Session session, ObjectId objectId) EPSBudgetChangeLogHelper.newBusinessObject(Session session) EPSBudgetChangeLogHelper.newBusinessObject(Session session, ObjectId objectId) EPSFundingHelper.newBusinessObject(Session session) EPSFundingHelper.newBusinessObject(Session session, ObjectId objectId) EPSHelper.newBusinessObject(Session session) EPSHelper.newBusinessObject(Session session, ObjectId objectId) EPSNoteHelper.newBusinessObject(Session session) EPSNoteHelper.newBusinessObject(Session session, ObjectId objectId) EPSSpendingPlanHelper.newBusinessObject(Session session) EPSSpendingPlanHelper.newBusinessObject(Session session, ObjectId objectId) ExpenseCategoryHelper.newBusinessObject(Session session) ExpenseCategoryHelper.newBusinessObject(Session session, ObjectId objectId) FinancialPeriodHelper.newBusinessObject(Session session) FinancialPeriodHelper.newBusinessObject(Session session, ObjectId objectId) FinancialPeriodTemplateHelper.newBusinessObject(Session session) FinancialPeriodTemplateHelper.newBusinessObject(Session session, ObjectId objectId) FundingSourceHelper.newBusinessObject(Session session) FundingSourceHelper.newBusinessObject(Session session, ObjectId objectId) GatewayDeploymentHelper.newBusinessObject(Session session) GatewayDeploymentHelper.newBusinessObject(Session session, ObjectId objectId) GlobalPreferencesHelper.newBusinessObject(Session session) GlobalPreferencesHelper.newBusinessObject(Session session, ObjectId objectId) GlobalProfileHelper.newBusinessObject(Session session) GlobalProfileHelper.newBusinessObject(Session session, ObjectId objectId) GlobalReplaceHelper.newBusinessObject(Session session) GlobalReplaceHelper.newBusinessObject(Session session, ObjectId objectId) ImportOptionsTemplateHelper.newBusinessObject(Session session) ImportOptionsTemplateHelper.newBusinessObject(Session session, ObjectId objectId) IssueHistoryHelper.newBusinessObject(Session session) IssueHistoryHelper.newBusinessObject(Session session, ObjectId objectId) JobServiceHelper.newBusinessObject(Session session) JobServiceHelper.newBusinessObject(Session session, ObjectId objectId) LeanTaskHelper.newBusinessObject(Session session) LeanTaskHelper.newBusinessObject(Session session, ObjectId objectId) LocationHelper.newBusinessObject(Session session) LocationHelper.newBusinessObject(Session session, ObjectId objectId) MSPTemplateHelper.newBusinessObject(Session session) MSPTemplateHelper.newBusinessObject(Session session, ObjectId objectId) NotebookTopicHelper.newBusinessObject(Session session) NotebookTopicHelper.newBusinessObject(Session session, ObjectId objectId) OBSHelper.newBusinessObject(Session session) OBSHelper.newBusinessObject(Session session, ObjectId objectId) OverheadCodeHelper.newBusinessObject(Session session) OverheadCodeHelper.newBusinessObject(Session session, ObjectId objectId) PAuditXHelper.newBusinessObject(Session session) PAuditXHelper.newBusinessObject(Session session, ObjectId objectId) ProfileHelper.newBusinessObject(Session session) ProfileHelper.newBusinessObject(Session session, ObjectId objectId) ProjectBudgetChangeLogHelper.newBusinessObject(Session session) ProjectBudgetChangeLogHelper.newBusinessObject(Session session, ObjectId objectId) ProjectCodeAssignmentHelper.newBusinessObject(Session session) ProjectCodeAssignmentHelper.newBusinessObject(Session session, ObjectId objectId) ProjectCodeHelper.newBusinessObject(Session session) ProjectCodeHelper.newBusinessObject(Session session, ObjectId objectId) ProjectCodeTypeHelper.newBusinessObject(Session session) ProjectCodeTypeHelper.newBusinessObject(Session session, ObjectId objectId) ProjectDeploymentHelper.newBusinessObject(Session session) ProjectDeploymentHelper.newBusinessObject(Session session, ObjectId objectId) ProjectDocumentHelper.newBusinessObject(Session session) ProjectDocumentHelper.newBusinessObject(Session session, ObjectId objectId) ProjectFundingHelper.newBusinessObject(Session session) ProjectFundingHelper.newBusinessObject(Session session, ObjectId objectId) ProjectHelper.newBusinessObject(Session session) ProjectHelper.newBusinessObject(Session session, ObjectId objectId) ProjectIssueHelper.newBusinessObject(Session session) ProjectIssueHelper.newBusinessObject(Session session, ObjectId objectId) ProjectNoteHelper.newBusinessObject(Session session) ProjectNoteHelper.newBusinessObject(Session session, ObjectId objectId) ProjectPortfolioHelper.newBusinessObject(Session session) ProjectPortfolioHelper.newBusinessObject(Session session, ObjectId objectId) ProjectProfileHelper.newBusinessObject(Session session) ProjectProfileHelper.newBusinessObject(Session session, ObjectId objectId) ProjectResourceCategoryHelper.newBusinessObject(Session session) ProjectResourceCategoryHelper.newBusinessObject(Session session, ObjectId objectId) ProjectResourceHelper.newBusinessObject(Session session) ProjectResourceHelper.newBusinessObject(Session session, ObjectId objectId) ProjectResourceQuantityHelper.newBusinessObject(Session session) ProjectResourceQuantityHelper.newBusinessObject(Session session, ObjectId objectId) ProjectSpendingPlanHelper.newBusinessObject(Session session) ProjectSpendingPlanHelper.newBusinessObject(Session session, ObjectId objectId) ProjectThresholdHelper.newBusinessObject(Session session) ProjectThresholdHelper.newBusinessObject(Session session, ObjectId objectId) RelationshipHelper.newBusinessObject(Session session) RelationshipHelper.newBusinessObject(Session session, ObjectId objectId) ResourceAccessHelper.newBusinessObject(Session session) ResourceAccessHelper.newBusinessObject(Session session, ObjectId objectId) ResourceAssignmentCodeAssignmentHelper.newBusinessObject(Session session) ResourceAssignmentCodeAssignmentHelper.newBusinessObject(Session session, ObjectId objectId) ResourceAssignmentCodeHelper.newBusinessObject(Session session) ResourceAssignmentCodeHelper.newBusinessObject(Session session, ObjectId objectId) ResourceAssignmentCodeTypeHelper.newBusinessObject(Session session) ResourceAssignmentCodeTypeHelper.newBusinessObject(Session session, ObjectId objectId) ResourceAssignmentCreateHelper.newBusinessObject(Session session) ResourceAssignmentCreateHelper.newBusinessObject(Session session, ObjectId objectId) ResourceAssignmentHelper.newBusinessObject(Session session) ResourceAssignmentHelper.newBusinessObject(Session session, ObjectId objectId) ResourceAssignmentPeriodActualHelper.newBusinessObject(Session session) ResourceAssignmentPeriodActualHelper.newBusinessObject(Session session, ObjectId objectId) ResourceAssignmentUpdateHelper.newBusinessObject(Session session) ResourceAssignmentUpdateHelper.newBusinessObject(Session session, ObjectId objectId) ResourceCodeAssignmentHelper.newBusinessObject(Session session) ResourceCodeAssignmentHelper.newBusinessObject(Session session, ObjectId objectId) ResourceCodeHelper.newBusinessObject(Session session) ResourceCodeHelper.newBusinessObject(Session session, ObjectId objectId) ResourceCodeTypeHelper.newBusinessObject(Session session) ResourceCodeTypeHelper.newBusinessObject(Session session, ObjectId objectId) ResourceCurveHelper.newBusinessObject(Session session) ResourceCurveHelper.newBusinessObject(Session session, ObjectId objectId) ResourceHelper.newBusinessObject(Session session) ResourceHelper.newBusinessObject(Session session, ObjectId objectId) ResourceHourHelper.newBusinessObject(Session session) ResourceHourHelper.newBusinessObject(Session session, ObjectId objectId) ResourceLocationHelper.newBusinessObject(Session session) ResourceLocationHelper.newBusinessObject(Session session, ObjectId objectId) ResourceRateHelper.newBusinessObject(Session session) ResourceRateHelper.newBusinessObject(Session session, ObjectId objectId) ResourceRoleHelper.newBusinessObject(Session session) ResourceRoleHelper.newBusinessObject(Session session, ObjectId objectId) ResourceTeamHelper.newBusinessObject(Session session) ResourceTeamHelper.newBusinessObject(Session session, ObjectId objectId) RiskCategoryHelper.newBusinessObject(Session session) RiskCategoryHelper.newBusinessObject(Session session, ObjectId objectId) RiskHelper.newBusinessObject(Session session) RiskHelper.newBusinessObject(Session session, ObjectId objectId) RiskImpactHelper.newBusinessObject(Session session) RiskImpactHelper.newBusinessObject(Session session, ObjectId objectId) RiskMatrixHelper.newBusinessObject(Session session) RiskMatrixHelper.newBusinessObject(Session session, ObjectId objectId) RiskMatrixScoreHelper.newBusinessObject(Session session) RiskMatrixScoreHelper.newBusinessObject(Session session, ObjectId objectId) RiskMatrixThresholdHelper.newBusinessObject(Session session) RiskMatrixThresholdHelper.newBusinessObject(Session session, ObjectId objectId) RiskResponseActionHelper.newBusinessObject(Session session) RiskResponseActionHelper.newBusinessObject(Session session, ObjectId objectId) RiskResponseActionImpactHelper.newBusinessObject(Session session) RiskResponseActionImpactHelper.newBusinessObject(Session session, ObjectId objectId) RiskResponsePlanHelper.newBusinessObject(Session session) RiskResponsePlanHelper.newBusinessObject(Session session, ObjectId objectId) RiskThresholdHelper.newBusinessObject(Session session) RiskThresholdHelper.newBusinessObject(Session session, ObjectId objectId) RiskThresholdLevelHelper.newBusinessObject(Session session) RiskThresholdLevelHelper.newBusinessObject(Session session, ObjectId objectId) RoleCodeAssignmentHelper.newBusinessObject(Session session) RoleCodeAssignmentHelper.newBusinessObject(Session session, ObjectId objectId) RoleCodeHelper.newBusinessObject(Session session) RoleCodeHelper.newBusinessObject(Session session, ObjectId objectId) RoleCodeTypeHelper.newBusinessObject(Session session) RoleCodeTypeHelper.newBusinessObject(Session session, ObjectId objectId) RoleHelper.newBusinessObject(Session session) RoleHelper.newBusinessObject(Session session, ObjectId objectId) RoleLimitHelper.newBusinessObject(Session session) RoleLimitHelper.newBusinessObject(Session session, ObjectId objectId) RoleRateHelper.newBusinessObject(Session session) RoleRateHelper.newBusinessObject(Session session, ObjectId objectId) RoleTeamHelper.newBusinessObject(Session session) RoleTeamHelper.newBusinessObject(Session session, ObjectId objectId) ScheduleCheckOptionHelper.newBusinessObject(Session session) ScheduleCheckOptionHelper.newBusinessObject(Session session, ObjectId objectId) ScheduleOptionsHelper.newBusinessObject(Session session) ScheduleOptionsHelper.newBusinessObject(Session session, ObjectId objectId) ShiftHelper.newBusinessObject(Session session) ShiftHelper.newBusinessObject(Session session, ObjectId objectId) ShiftPeriodHelper.newBusinessObject(Session session) ShiftPeriodHelper.newBusinessObject(Session session, ObjectId objectId) StepUserDefinedValueUpdateHelper.newBusinessObject(Session session) StepUserDefinedValueUpdateHelper.newBusinessObject(Session session, ObjectId objectId) ThresholdParameterHelper.newBusinessObject(Session session) ThresholdParameterHelper.newBusinessObject(Session session, ObjectId objectId) TimesheetAuditHelper.newBusinessObject(Session session) TimesheetAuditHelper.newBusinessObject(Session session, ObjectId objectId) TimesheetDelegateHelper.newBusinessObject(Session session) TimesheetDelegateHelper.newBusinessObject(Session session, ObjectId objectId) TimesheetHelper.newBusinessObject(Session session) TimesheetHelper.newBusinessObject(Session session, ObjectId objectId) TimesheetPeriodHelper.newBusinessObject(Session session) TimesheetPeriodHelper.newBusinessObject(Session session, ObjectId objectId) UDFCodeHelper.newBusinessObject(Session session) UDFCodeHelper.newBusinessObject(Session session, ObjectId objectId) UDFTypeHelper.newBusinessObject(Session session) UDFTypeHelper.newBusinessObject(Session session, ObjectId objectId) UDFValueHelper.newBusinessObject(Session session) UDFValueHelper.newBusinessObject(Session session, ObjectId objectId) UnitOfMeasureHelper.newBusinessObject(Session session) UnitOfMeasureHelper.newBusinessObject(Session session, ObjectId objectId) UpdateBaselineOptionHelper.newBusinessObject(Session session) UpdateBaselineOptionHelper.newBusinessObject(Session session, ObjectId objectId) UserConsentHelper.newBusinessObject(Session session) UserConsentHelper.newBusinessObject(Session session, ObjectId objectId) UserDefinedValueUpdateHelper.newBusinessObject(Session session) UserDefinedValueUpdateHelper.newBusinessObject(Session session, ObjectId objectId) UserFieldTitleHelper.newBusinessObject(Session session) UserFieldTitleHelper.newBusinessObject(Session session, ObjectId objectId) UserHelper.newBusinessObject(Session session) UserHelper.newBusinessObject(Session session, ObjectId objectId) UserInterfaceViewHelper.newBusinessObject(Session session) UserInterfaceViewHelper.newBusinessObject(Session session, ObjectId objectId) UserLicenseHelper.newBusinessObject(Session session) UserLicenseHelper.newBusinessObject(Session session, ObjectId objectId) UserOBSHelper.newBusinessObject(Session session) UserOBSHelper.newBusinessObject(Session session, ObjectId objectId) WBSCategoryHelper.newBusinessObject(Session session) WBSCategoryHelper.newBusinessObject(Session session, ObjectId objectId) WBSHelper.newBusinessObject(Session session) WBSHelper.newBusinessObject(Session session, ObjectId objectId) WBSMilestoneHelper.newBusinessObject(Session session) WBSMilestoneHelper.newBusinessObject(Session session, ObjectId objectId) WbsReviewersHelper.newBusinessObject(Session session) WbsReviewersHelper.newBusinessObject(Session session, ObjectId objectId) voidActivityCodeAssignmentHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityCodeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityCodeTypeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityCodeUpdateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityCommentHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityExpenseHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityFilterHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityNoteHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityNoteUpdateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityOwnerHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityPeriodActualHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityRiskHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityStepCreateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityStepDeleteHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityStepHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityStepTemplateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityStepTemplateItemHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityStepUpdateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidActivityUpdateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidAlertHelper.update(Session session, List<? extends BusinessObject> alObjects) voidAutovueAttrHelper.update(Session session, List<? extends BusinessObject> alObjects) voidBaselineProjectHelper.update(Session session, List<? extends BusinessObject> alObjects) voidBaselineTypeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidCalendarHelper.update(Session session, List<? extends BusinessObject> alObjects) voidCBSDurationSummaryHelper.update(Session session, List<? extends BusinessObject> alObjects) voidCBSHelper.update(Session session, List<? extends BusinessObject> alObjects) voidChangeSetHelper.update(Session session, List<? extends BusinessObject> alObjects) voidCostAccountHelper.update(Session session, List<? extends BusinessObject> alObjects) voidCurrencyHelper.update(Session session, List<? extends BusinessObject> alObjects) voidDocumentCategoryHelper.update(Session session, List<? extends BusinessObject> alObjects) voidDocumentHelper.update(Session session, List<? extends BusinessObject> alObjects) voidDocumentStatusCodeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidEPSBudgetChangeLogHelper.update(Session session, List<? extends BusinessObject> alObjects) voidEPSFundingHelper.update(Session session, List<? extends BusinessObject> alObjects) voidEPSHelper.update(Session session, List<? extends BusinessObject> alObjects) voidEPSNoteHelper.update(Session session, List<? extends BusinessObject> alObjects) voidEPSSpendingPlanHelper.update(Session session, List<? extends BusinessObject> alObjects) voidExpenseCategoryHelper.update(Session session, List<? extends BusinessObject> alObjects) voidFinancialPeriodHelper.update(Session session, List<? extends BusinessObject> alObjects) voidFinancialPeriodTemplateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidFundingSourceHelper.update(Session session, List<? extends BusinessObject> alObjects) voidGatewayDeploymentHelper.update(Session session, List<? extends BusinessObject> alObjects) voidGlobalPreferencesHelper.update(Session session, List<? extends BusinessObject> alObjects) voidGlobalProfileHelper.update(Session session, List<? extends BusinessObject> alObjects) voidGlobalReplaceHelper.update(Session session, List<? extends BusinessObject> alObjects) voidImportOptionsTemplateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidIssueHistoryHelper.update(Session session, List<? extends BusinessObject> alObjects) voidJobServiceHelper.update(Session session, List<? extends BusinessObject> alObjects) voidLeanTaskHelper.update(Session session, List<? extends BusinessObject> alObjects) voidLocationHelper.update(Session session, List<? extends BusinessObject> alObjects) voidMSPTemplateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidNotebookTopicHelper.update(Session session, List<? extends BusinessObject> alObjects) voidOBSHelper.update(Session session, List<? extends BusinessObject> alObjects) voidOverheadCodeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidPAuditXHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProfileHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectBudgetChangeLogHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectCodeAssignmentHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectCodeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectCodeTypeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectDeploymentHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectDocumentHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectFundingHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectIssueHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectNoteHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectPortfolioHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectProfileHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectResourceCategoryHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectResourceHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectResourceQuantityHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectSpendingPlanHelper.update(Session session, List<? extends BusinessObject> alObjects) voidProjectThresholdHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRelationshipHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceAccessHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentCodeAssignmentHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentCodeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentCodeTypeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentCreateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentPeriodActualHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceAssignmentUpdateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceCodeAssignmentHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceCodeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceCodeTypeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceCurveHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceHourHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceLocationHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceRateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceRoleHelper.update(Session session, List<? extends BusinessObject> alObjects) voidResourceTeamHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRiskCategoryHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRiskHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRiskImpactHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRiskMatrixHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRiskMatrixScoreHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRiskMatrixThresholdHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRiskResponseActionHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRiskResponseActionImpactHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRiskResponsePlanHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRiskThresholdHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRiskThresholdLevelHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRoleCodeAssignmentHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRoleCodeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRoleCodeTypeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRoleHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRoleLimitHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRoleRateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidRoleTeamHelper.update(Session session, List<? extends BusinessObject> alObjects) voidScheduleCheckOptionHelper.update(Session session, List<? extends BusinessObject> alObjects) voidScheduleOptionsHelper.update(Session session, List<? extends BusinessObject> alObjects) voidShiftHelper.update(Session session, List<? extends BusinessObject> alObjects) voidShiftPeriodHelper.update(Session session, List<? extends BusinessObject> alObjects) voidStepUserDefinedValueUpdateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidThresholdParameterHelper.update(Session session, List<? extends BusinessObject> alObjects) voidTimesheetAuditHelper.update(Session session, List<? extends BusinessObject> alObjects) voidTimesheetDelegateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidTimesheetHelper.update(Session session, List<? extends BusinessObject> alObjects) voidTimesheetPeriodHelper.update(Session session, List<? extends BusinessObject> alObjects) voidUDFCodeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidUDFTypeHelper.update(Session session, List<? extends BusinessObject> alObjects) voidUDFValueHelper.update(Session session, List<? extends BusinessObject> alObjects) voidUnitOfMeasureHelper.update(Session session, List<? extends BusinessObject> alObjects) voidUpdateBaselineOptionHelper.update(Session session, List<? extends BusinessObject> alObjects) voidUserConsentHelper.update(Session session, List<? extends BusinessObject> alObjects) voidUserDefinedValueUpdateHelper.update(Session session, List<? extends BusinessObject> alObjects) voidUserFieldTitleHelper.update(Session session, List<? extends BusinessObject> alObjects) voidUserHelper.update(Session session, List<? extends BusinessObject> alObjects) voidUserInterfaceViewHelper.update(Session session, List<? extends BusinessObject> alObjects) voidUserLicenseHelper.update(Session session, List<? extends BusinessObject> alObjects) voidUserOBSHelper.update(Session session, List<? extends BusinessObject> alObjects) voidWBSCategoryHelper.update(Session session, List<? extends BusinessObject> alObjects) voidWBSHelper.update(Session session, List<? extends BusinessObject> alObjects) voidWBSMilestoneHelper.update(Session session, List<? extends BusinessObject> alObjects) voidWbsReviewersHelper.update(Session session, List<? extends BusinessObject> alObjects) -
Uses of Session in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object with parameters of type SessionModifier and TypeMethodDescriptionstatic ObjectId[]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[]ActivityCodeUpdate.create(Session session, ActivityCodeUpdate[] activitycodeupdates) Creates multiple ActivityCodeUpdate objects in the database.static ObjectId[]ActivityComment.create(Session session, ActivityComment[] activitycomments) Creates multiple ActivityComment objects in the database.static ObjectId[]ActivityExpense.create(Session session, ActivityExpense[] activityexpenses) Creates multiple ActivityExpense objects in the database.static ObjectId[]ActivityFilter.create(Session session, ActivityFilter[] activityfilters) Creates multiple ActivityFilter objects in the database.static ObjectId[]ActivityNote.create(Session session, ActivityNote[] activitynotes) Creates multiple ActivityNote objects in the database.static ObjectId[]ActivityNoteUpdate.create(Session session, ActivityNoteUpdate[] activitynoteupdates) Creates multiple ActivityNoteUpdate objects in the database.static ObjectId[]ActivityOwner.create(Session session, ActivityOwner[] activityowners) Creates multiple ActivityOwner objects in the database.static ObjectId[]ActivityPeriodActual.create(Session session, ActivityPeriodActual[] activityperiodactuals) Creates multiple ActivityPeriodActual objects in the database.static ObjectId[]ActivityRisk.create(Session session, ActivityRisk[] activityrisks) Creates multiple ActivityRisk objects in the database.static ObjectId[]ActivityStep.create(Session session, ActivityStep[] activitysteps) Creates multiple ActivityStep objects in the database.static ObjectId[]ActivityStepCreate.create(Session session, ActivityStepCreate[] activitystepcreates) Creates multiple ActivityStepCreate objects in the database.static ObjectId[]ActivityStepDelete.create(Session session, ActivityStepDelete[] activitystepdeletes) Creates multiple ActivityStepDelete objects in the database.static ObjectId[]ActivityStepTemplate.create(Session session, ActivityStepTemplate[] activitysteptemplates) Creates multiple ActivityStepTemplate objects in the database.static ObjectId[]ActivityStepTemplateItem.create(Session session, ActivityStepTemplateItem[] activitysteptemplateitems) Creates multiple ActivityStepTemplateItem objects in the database.static ObjectId[]ActivityStepUpdate.create(Session session, ActivityStepUpdate[] activitystepupdates) Creates multiple ActivityStepUpdate objects in the database.static ObjectId[]ActivityUpdate.create(Session session, ActivityUpdate[] activityupdates) Creates multiple ActivityUpdate objects in the database.static ObjectId[]Creates multiple Alert objects in the database.static ObjectId[]AutovueAttr.create(Session session, AutovueAttr[] autovueattrs) Creates multiple AutovueAttr objects in the database.static ObjectId[]BaselineProject.create(Session session, BaselineProject[] baselineprojects) Creates multiple BaselineProject objects in the database.static ObjectId[]BaselineType.create(Session session, BaselineType[] baselinetypes) Creates multiple BaselineType objects in the database.static ObjectId[]Creates multiple Calendar objects in the database.static ObjectId[]Creates multiple CBS objects in the database.static ObjectId[]CBSDurationSummary.create(Session session, CBSDurationSummary[] cbsdurationsummarys) Creates multiple CBSDurationSummary objects in the database.static ObjectId[]Creates multiple ChangeSet objects in the database.static ObjectId[]CostAccount.create(Session session, CostAccount[] costaccounts) Creates multiple CostAccount objects in the database.static ObjectId[]Creates multiple Currency objects in the database.static ObjectId[]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[]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[]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[]FinancialPeriodTemplate.create(Session session, FinancialPeriodTemplate[] financialperiodtemplates) Creates multiple FinancialPeriodTemplate objects in the database.static ObjectId[]FundingSource.create(Session session, FundingSource[] fundingsources) Creates multiple FundingSource objects in the database.static ObjectId[]GatewayDeployment.create(Session session, GatewayDeployment[] gatewaydeployments) Creates multiple GatewayDeployment objects in the database.static ObjectId[]GlobalProfile.create(Session session, GlobalProfile[] globalprofiles) Creates multiple GlobalProfile objects in the database.static ObjectId[]JobService.create(Session session, JobService[] jobservices) Creates multiple JobService objects in the database.static ObjectId[]Creates multiple LeanTask objects in the database.static ObjectId[]Creates multiple Location objects in the database.static ObjectId[]NotebookTopic.create(Session session, NotebookTopic[] notebooktopics) Creates multiple NotebookTopic objects in the database.static ObjectId[]Creates multiple OBS objects in the database.static ObjectId[]OverheadCode.create(Session session, OverheadCode[] overheadcodes) Creates multiple OverheadCode objects in the database.static ObjectId[]Creates multiple PAuditX objects in the database.static ObjectId[]Creates multiple Profile objects in the database.static ObjectId[]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[]ProjectDeployment.create(Session session, ProjectDeployment[] projectdeployments) Creates multiple ProjectDeployment objects in the database.static ObjectId[]ProjectDocument.create(Session session, ProjectDocument[] projectdocuments) Creates multiple ProjectDocument 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[]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[]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[]ResourceAssignmentCode.create(Session session, ResourceAssignmentCode[] resourceassignmentcodes) Creates multiple ResourceAssignmentCode objects in the database.static ObjectId[]ResourceAssignmentCodeAssignment.create(Session session, ResourceAssignmentCodeAssignment[] resourceassignmentcodeassignments) Creates multiple ResourceAssignmentCodeAssignment objects in the database.static ObjectId[]ResourceAssignmentCodeType.create(Session session, ResourceAssignmentCodeType[] resourceassignmentcodetypes) Creates multiple ResourceAssignmentCodeType objects in the database.static ObjectId[]ResourceAssignmentCreate.create(Session session, ResourceAssignmentCreate[] resourceassignmentcreates) Creates multiple ResourceAssignmentCreate objects in the database.static ObjectId[]ResourceAssignmentPeriodActual.create(Session session, ResourceAssignmentPeriodActual[] resourceassignmentperiodactuals) Creates multiple ResourceAssignmentPeriodActual objects in the database.static ObjectId[]ResourceAssignmentUpdate.create(Session session, ResourceAssignmentUpdate[] resourceassignmentupdates) Creates multiple ResourceAssignmentUpdate 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[]ResourceHour.create(Session session, ResourceHour[] resourcehours) Creates multiple ResourceHour objects in the database.static ObjectId[]ResourceLocation.create(Session session, ResourceLocation[] resourcelocations) Creates multiple ResourceLocation 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[]Creates multiple Risk objects in the database.static ObjectId[]RiskCategory.create(Session session, RiskCategory[] riskcategories) Creates multiple RiskCategory objects in the database.static ObjectId[]RiskImpact.create(Session session, RiskImpact[] riskimpacts) Creates multiple RiskImpact objects in the database.static ObjectId[]RiskMatrix.create(Session session, RiskMatrix[] riskmatrices) Creates multiple RiskMatrix objects in the database.static ObjectId[]RiskMatrixScore.create(Session session, RiskMatrixScore[] riskmatrixscores) Creates multiple RiskMatrixScore objects in the database.static ObjectId[]RiskMatrixThreshold.create(Session session, RiskMatrixThreshold[] riskmatrixthresholds) Creates multiple RiskMatrixThreshold objects in the database.static ObjectId[]RiskResponseAction.create(Session session, RiskResponseAction[] riskresponseactions) Creates multiple RiskResponseAction objects in the database.static ObjectId[]RiskResponseActionImpact.create(Session session, RiskResponseActionImpact[] riskresponseactionimpacts) Creates multiple RiskResponseActionImpact objects in the database.static ObjectId[]RiskResponsePlan.create(Session session, RiskResponsePlan[] riskresponseplans) Creates multiple RiskResponsePlan objects in the database.static ObjectId[]RiskThreshold.create(Session session, RiskThreshold[] riskthresholds) Creates multiple RiskThreshold objects in the database.static ObjectId[]RiskThresholdLevel.create(Session session, RiskThresholdLevel[] riskthresholdlevels) Creates multiple RiskThresholdLevel objects in the database.static ObjectId[]Creates multiple Role objects in the database.static ObjectId[]Creates multiple RoleCode objects in the database.static ObjectId[]RoleCodeAssignment.create(Session session, RoleCodeAssignment[] rolecodeassignments) Creates multiple RoleCodeAssignment objects in the database.static ObjectId[]RoleCodeType.create(Session session, RoleCodeType[] rolecodetypes) Creates multiple RoleCodeType objects in the database.static ObjectId[]Creates multiple RoleLimit objects in the database.static ObjectId[]Creates multiple RoleRate objects in the database.static ObjectId[]Creates multiple RoleTeam objects in the database.static ObjectId[]ScheduleCheckOption.create(Session session, ScheduleCheckOption[] schedulecheckoptions) Creates multiple ScheduleCheckOption objects in the database.static ObjectId[]Creates multiple Shift objects in the database.static ObjectId[]StepUserDefinedValueUpdate.create(Session session, StepUserDefinedValueUpdate[] stepuserdefinedvalueupdates) Creates multiple StepUserDefinedValueUpdate objects in the database.static ObjectId[]Creates multiple Timesheet objects in the database.static ObjectId[]TimesheetPeriod.create(Session session, TimesheetPeriod[] timesheetperiods) Creates multiple TimesheetPeriod objects in the database.static ObjectId[]Creates multiple UDFCode objects in the database.static ObjectId[]Creates multiple UDFType objects in the database.static ObjectId[]Creates multiple UDFValue objects in the database.static ObjectId[]UnitOfMeasure.create(Session session, UnitOfMeasure[] unitofmeasures) Creates multiple UnitOfMeasure objects in the database.static ObjectId[]Creates multiple User objects in the database.static ObjectId[]UserConsent.create(Session session, UserConsent[] userconsent) Creates multiple UserConsent objects in the database.static ObjectId[]UserDefinedValueUpdate.create(Session session, UserDefinedValueUpdate[] userdefinedvalueupdates) Creates multiple UserDefinedValueUpdate objects in the database.static ObjectId[]UserLicense.create(Session session, UserLicense[] userlicenses) Creates multiple UserLicense objects in the database.static ObjectId[]Creates multiple UserOBS objects in the database.static ObjectId[]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 ObjectId[]WbsReviewers.create(Session session, WbsReviewers[] wbsreviewerss) Creates multiple WbsReviewers objects in the database.static voidDeletes multiple Activity objects from the database.static voidActivityCode.delete(Session session, ActivityCode[] activitycodes) Deletes multiple ActivityCode objects from the database.static voidActivityCodeAssignment.delete(Session session, ActivityCodeAssignment[] activitycodeassignments) Deletes multiple ActivityCodeAssignment objects from the database.static voidActivityCodeType.delete(Session session, ActivityCodeType[] activitycodetypes) Deletes multiple ActivityCodeType objects from the database.static voidActivityCodeUpdate.delete(Session session, ActivityCodeUpdate[] activitycodeupdates) Deletes multiple ActivityCodeUpdate objects from the database.static voidActivityExpense.delete(Session session, ActivityExpense[] activityexpenses) Deletes multiple ActivityExpense objects from the database.static voidActivityFilter.delete(Session session, ActivityFilter[] activityfilters) Deletes multiple ActivityFilter objects from the database.static voidActivityNote.delete(Session session, ActivityNote[] activitynotes) Deletes multiple ActivityNote objects from the database.static voidActivityNoteUpdate.delete(Session session, ActivityNoteUpdate[] activitynoteupdates) Deletes multiple ActivityNoteUpdate objects from the database.static voidActivityOwner.delete(Session session, ActivityOwner[] activityowners) Deletes multiple ActivityOwner objects from the database.static voidActivityPeriodActual.delete(Session session, ActivityPeriodActual[] activityperiodactuals) Deletes multiple ActivityPeriodActual objects from the database.static voidActivityRisk.delete(Session session, ActivityRisk[] activityrisks) Deletes multiple ActivityRisk objects from the database.static voidActivityStep.delete(Session session, ActivityStep[] activitysteps) Deletes multiple ActivityStep objects from the database.static voidActivityStepCreate.delete(Session session, ActivityStepCreate[] activitystepcreates) Deletes multiple ActivityStepCreate objects from the database.static voidActivityStepDelete.delete(Session session, ActivityStepDelete[] activitystepdeletes) Deletes multiple ActivityStepDelete objects from the database.static voidActivityStepTemplate.delete(Session session, ActivityStepTemplate[] activitysteptemplates) Deletes multiple ActivityStepTemplate objects from the database.static voidActivityStepTemplateItem.delete(Session session, ActivityStepTemplateItem[] activitysteptemplateitems) Deletes multiple ActivityStepTemplateItem objects from the database.static voidActivityStepUpdate.delete(Session session, ActivityStepUpdate[] activitystepupdates) Deletes multiple ActivityStepUpdate objects from the database.static voidActivityUpdate.delete(Session session, ActivityUpdate[] activityupdates) Deletes multiple ActivityUpdate objects from the database.static voidDeletes multiple Alert objects from the database.static voidAutovueAttr.delete(Session session, AutovueAttr[] autovueattrs) Deletes multiple AutovueAttr objects from the database.static voidBaselineProject.delete(Session session, BaselineProject[] baselineprojects) Deletes multiple BaselineProject objects from the database.static voidBaselineType.delete(Session session, BaselineType[] baselinetypes) Deletes multiple BaselineType objects from the database.static voidDeletes multiple Calendar objects from the database.static voidDeletes multiple calendar objects in a hierarchy from the database and set the new parent of all child objects.static voidDeletes multiple CBS objects from the database.static voidCBSDurationSummary.delete(Session session, CBSDurationSummary[] cbsdurationsummarys) Deletes multiple CBSDurationSummary objects from the database.static voidDeletes multiple ChangeSet objects from the database.static voidCostAccount.delete(Session session, CostAccount[] costaccounts) Deletes multiple CostAccount objects from the database.static voidCostAccount.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 voidDeletes multiple Currency objects from the database.static voidDeletes multiple Document objects from the database.static voidDocumentCategory.delete(Session session, DocumentCategory[] documentcategories) Deletes multiple DocumentCategory objects from the database.static voidDocumentStatusCode.delete(Session session, DocumentStatusCode[] documentstatuscodes) Deletes multiple DocumentStatusCode objects from the database.static voidDeletes multiple EPS objects from the database.static voidEPSBudgetChangeLog.delete(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs) Deletes multiple EPSBudgetChangeLog objects from the database.static voidEPSFunding.delete(Session session, EPSFunding[] epsfundings) Deletes multiple EPSFunding objects from the database.static voidDeletes multiple EPSNote objects from the database.static voidEPSSpendingPlan.delete(Session session, EPSSpendingPlan[] epsspendingplans) Deletes multiple EPSSpendingPlan objects from the database.static voidExpenseCategory.delete(Session session, ExpenseCategory[] expensecategories) Deletes multiple ExpenseCategory objects from the database.static voidFinancialPeriod.delete(Session session, FinancialPeriod[] financialperiods) Deletes multiple FinancialPeriod objects from the database.static voidFinancialPeriodTemplate.delete(Session session, FinancialPeriodTemplate[] financialperiodtemplates) Deletes multiple FinancialPeriodTemplate objects from the database.static voidFundingSource.delete(Session session, FundingSource[] fundingsources) Deletes multiple FundingSource objects from the database.static voidFundingSource.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 voidGatewayDeployment.delete(Session session, GatewayDeployment[] gatewaydeployments) Deletes multiple GatewayDeployment objects from the database.static voidGlobalProfile.delete(Session session, GlobalProfile[] globalprofiles) Deletes multiple GlobalProfile objects from the database.static voidJobService.delete(Session session, JobService[] jobservices) Deletes multiple JobService objects from the database.static voidDeletes multiple LeanTask objects from the database.static voidDeletes multiple Location objects from the database.static voidNotebookTopic.delete(Session session, NotebookTopic[] notebooktopics) Deletes multiple NotebookTopic objects from the database.static voidDeletes multiple OBS objects from the database.static voidDeletes multiple obs objects in a hierarchy from the database and set the new parent of all child objects.static voidOverheadCode.delete(Session session, OverheadCode[] overheadcodes) Deletes multiple OverheadCode objects from the database.static voidDeletes multiple PAuditX objects from the database.static voidDeletes multiple Profile objects from the database.static voidDeletes multiple Project objects from the database.static voidProjectBudgetChangeLog.delete(Session session, ProjectBudgetChangeLog[] projectbudgetchangelogs) Deletes multiple ProjectBudgetChangeLog objects from the database.static voidProjectCode.delete(Session session, ProjectCode[] projectcodes) Deletes multiple ProjectCode objects from the database.static voidProjectCodeAssignment.delete(Session session, ProjectCodeAssignment[] projectcodeassignments) Deletes multiple ProjectCodeAssignment objects from the database.static voidProjectCodeType.delete(Session session, ProjectCodeType[] projectcodetypes) Deletes multiple ProjectCodeType objects from the database.static voidProjectDeployment.delete(Session session, ProjectDeployment[] projectdeployments) Deletes multiple ProjectDeployment objects from the database.static voidProjectDocument.delete(Session session, ProjectDocument[] projectdocuments) Deletes multiple ProjectDocument objects from the database.static voidProjectFunding.delete(Session session, ProjectFunding[] projectfundings) Deletes multiple ProjectFunding objects from the database.static voidProjectIssue.delete(Session session, ProjectIssue[] projectissues) Deletes multiple ProjectIssue objects from the database.static voidProjectNote.delete(Session session, ProjectNote[] projectnotes) Deletes multiple ProjectNote objects from the database.static voidProjectPortfolio.delete(Session session, ProjectPortfolio[] projectportfolios) Deletes multiple ProjectPortfolio objects from the database.static voidProjectProfile.delete(Session session, ProjectProfile[] projectprofiles) Deletes multiple ProjectProfile objects from the database.static voidProjectResource.delete(Session session, ProjectResource[] projectresources) Deletes multiple ProjectResource objects from the database.static voidProjectResourceCategory.delete(Session session, ProjectResourceCategory[] projectresourcecategories) Deletes multiple ProjectResourceCategory objects from the database.static voidProjectResourceQuantity.delete(Session session, ProjectResourceQuantity[] projectresourcequantities) Deletes multiple ProjectResourceQuantity objects from the database.static voidProjectSpendingPlan.delete(Session session, ProjectSpendingPlan[] projectspendingplans) Deletes multiple ProjectSpendingPlan objects from the database.static voidProjectThreshold.delete(Session session, ProjectThreshold[] projectthresholds) Deletes multiple ProjectThreshold objects from the database.static voidRelationship.delete(Session session, Relationship[] relationships) Deletes multiple Relationship objects from the database.static voidDeletes multiple Resource objects from the database.static voidDeletes multiple resource objects in a hierarchy from the database and set the new parent of all child objects.static voidResourceAccess.delete(Session session, ResourceAccess[] resourceaccess) Deletes multiple ResourceAccess objects from the database.static voidResourceAssignment.delete(Session session, ResourceAssignment[] resourceassignments) Deletes multiple ResourceAssignment objects from the database.static voidResourceAssignmentCode.delete(Session session, ResourceAssignmentCode[] resourceassignmentcodes) Deletes multiple ResourceAssignmentCode objects from the database.static voidResourceAssignmentCodeAssignment.delete(Session session, ResourceAssignmentCodeAssignment[] resourceassignmentcodeassignments) Deletes multiple ResourceAssignmentCodeAssignment objects from the database.static voidResourceAssignmentCodeType.delete(Session session, ResourceAssignmentCodeType[] resourceassignmentcodetypes) Deletes multiple ResourceAssignmentCodeType objects from the database.static voidResourceAssignmentCreate.delete(Session session, ResourceAssignmentCreate[] resourceassignmentcreates) Deletes multiple ResourceAssignmentCreate objects from the database.static voidResourceAssignmentPeriodActual.delete(Session session, ResourceAssignmentPeriodActual[] resourceassignmentperiodactuals) Deletes multiple ResourceAssignmentPeriodActual objects from the database.static voidResourceAssignmentUpdate.delete(Session session, ResourceAssignmentUpdate[] resourceassignmentupdates) Deletes multiple ResourceAssignmentUpdate objects from the database.static voidResourceCode.delete(Session session, ResourceCode[] resourcecodes) Deletes multiple ResourceCode objects from the database.static voidResourceCodeAssignment.delete(Session session, ResourceCodeAssignment[] resourcecodeassignments) Deletes multiple ResourceCodeAssignment objects from the database.static voidResourceCodeType.delete(Session session, ResourceCodeType[] resourcecodetypes) Deletes multiple ResourceCodeType objects from the database.static voidResourceCurve.delete(Session session, ResourceCurve[] resourcecurves) Deletes multiple ResourceCurve objects from the database.static voidResourceHour.delete(Session session, ResourceHour[] resourcehours) Deletes multiple ResourceHour objects from the database.static voidResourceLocation.delete(Session session, ResourceLocation[] resourcelocations) Deletes multiple ResourceLocation objects from the database.static voidResourceRate.delete(Session session, ResourceRate[] resourcerates) Deletes multiple ResourceRate objects from the database.static voidResourceRole.delete(Session session, ResourceRole[] resourceroles) Deletes multiple ResourceRole objects from the database.static voidResourceTeam.delete(Session session, ResourceTeam[] resourceteams) Deletes multiple ResourceTeam objects from the database.static voidDeletes multiple Risk objects from the database.static voidRiskCategory.delete(Session session, RiskCategory[] riskcategories) Deletes multiple RiskCategory objects from the database.static voidRiskImpact.delete(Session session, RiskImpact[] riskimpacts) Deletes multiple RiskImpact objects from the database.static voidRiskMatrix.delete(Session session, RiskMatrix[] riskmatrices) Deletes multiple RiskMatrix objects from the database.static voidRiskMatrixScore.delete(Session session, RiskMatrixScore[] riskmatrixscores) Deletes multiple RiskMatrixScore objects from the database.static voidRiskMatrixThreshold.delete(Session session, RiskMatrixThreshold[] riskmatrixthresholds) Deletes multiple RiskMatrixThreshold objects from the database.static voidRiskResponseAction.delete(Session session, RiskResponseAction[] riskresponseactions) Deletes multiple RiskResponseAction objects from the database.static voidRiskResponseActionImpact.delete(Session session, RiskResponseActionImpact[] riskresponseactionimpacts) Deletes multiple RiskResponseActionImpact objects from the database.static voidRiskResponsePlan.delete(Session session, RiskResponsePlan[] riskresponseplans) Deletes multiple RiskResponsePlan objects from the database.static voidRiskThreshold.delete(Session session, RiskThreshold[] riskthresholds) Deletes multiple RiskThreshold objects from the database.static voidRiskThresholdLevel.delete(Session session, RiskThresholdLevel[] riskthresholdlevels) Deletes multiple RiskThresholdLevel objects from the database.static voidDeletes multiple Role objects from the database.static voidDeletes multiple role objects in a hierarchy from the database and set the new parent of all child objects.static voidDeletes multiple RoleCode objects from the database.static voidRoleCodeAssignment.delete(Session session, RoleCodeAssignment[] rolecodeassignments) Deletes multiple RoleCodeAssignment objects from the database.static voidRoleCodeType.delete(Session session, RoleCodeType[] rolecodetypes) Deletes multiple RoleCodeType objects from the database.static voidDeletes multiple RoleLimit objects from the database.static voidDeletes multiple RoleRate objects from the database.static voidDeletes multiple RoleTeam objects from the database.static voidScheduleCheckOption.delete(Session session, ScheduleCheckOption[] schedulecheckoptions) Deletes multiple ScheduleCheckOption objects from the database.static voidDeletes multiple Shift objects from the database.static voidStepUserDefinedValueUpdate.delete(Session session, StepUserDefinedValueUpdate[] stepuserdefinedvalueupdates) Deletes multiple StepUserDefinedValueUpdate objects from the database.static voidDeletes multiple Timesheet objects from the database.static voidTimesheetPeriod.delete(Session session, TimesheetPeriod[] timesheetperiods) Deletes multiple TimesheetPeriod objects from the database.static voidDeletes multiple UDFCode objects from the database.static voidDeletes multiple UDFType objects from the database.static voidDeletes multiple UDFValue objects from the database.static voidUnitOfMeasure.delete(Session session, UnitOfMeasure[] unitofmeasures) Deletes multiple UnitOfMeasure objects from the database.static voidDeletes multiple User objects from the database.static voidUserConsent.delete(Session session, UserConsent[] userconsent) Deletes multiple UserConsent objects from the database.static voidUserDefinedValueUpdate.delete(Session session, UserDefinedValueUpdate[] userdefinedvalueupdates) Deletes multiple UserDefinedValueUpdate objects from the database.static voidUserLicense.delete(Session session, UserLicense[] userlicenses) Deletes multiple UserLicense objects from the database.static voidDeletes multiple UserOBS objects from the database.static voidDeletes multiple WBS objects from the database.static voidDeletes multiple wbs objects in a hierarchy from the database and set the new parent of all child objects.static voidWBSCategory.delete(Session session, WBSCategory[] wbscategories) Deletes multiple WBSCategory objects from the database.static voidWBSMilestone.delete(Session session, WBSMilestone[] wbsmilestones) Deletes multiple WBSMilestone objects from the database.static voidWbsReviewers.delete(Session session, WbsReviewers[] wbsreviewerss) Deletes multiple WbsReviewers objects from the database.static booleanCurrency.hasAllResourceAccess(Session session) Checks if the current user has all resource access.static ActivityLoads a single Activity object from the database.static BOIterator<Activity>Loads multiple Activity objects from the database.static ActivityCodeLoads a single ActivityCode object from the database.static BOIterator<ActivityCode>Loads multiple ActivityCode objects from the database.static ActivityCodeAssignmentLoads a single ActivityCodeAssignment object from the database.static BOIterator<ActivityCodeAssignment>Loads multiple ActivityCodeAssignment objects from the database.static ActivityCodeTypeLoads a single ActivityCodeType object from the database.static BOIterator<ActivityCodeType>Loads multiple ActivityCodeType objects from the database.static ActivityCodeUpdateLoads a single ActivityCodeUpdate object from the database.static BOIterator<ActivityCodeUpdate>Loads multiple ActivityCodeUpdate objects from the database.static ActivityCommentLoads a single ActivityComment object from the database.static BOIterator<ActivityComment>Loads multiple ActivityComment objects from the database.static ActivityExpenseLoads a single ActivityExpense object from the database.static BOIterator<ActivityExpense>Loads multiple ActivityExpense objects from the database.static ActivityFilterLoads a single ActivityFilter object from the database.static BOIterator<ActivityFilter>Loads multiple ActivityFilter objects from the database.static ActivityNoteLoads a single ActivityNote object from the database.static BOIterator<ActivityNote>Loads multiple ActivityNote objects from the database.static ActivityNoteUpdateLoads a single ActivityNoteUpdate object from the database.static BOIterator<ActivityNoteUpdate>Loads multiple ActivityNoteUpdate objects from the database.static ActivityOwnerLoads a single ActivityOwner object from the database.static BOIterator<ActivityOwner>Loads multiple ActivityOwner objects from the database.static ActivityPeriodActualLoads a single ActivityPeriodActual object from the database.static BOIterator<ActivityPeriodActual>Loads multiple ActivityPeriodActual objects from the database.static ActivityRiskLoads a single ActivityRisk object from the database.static BOIterator<ActivityRisk>Loads multiple ActivityRisk objects from the database.static ActivityStepLoads a single ActivityStep object from the database.static BOIterator<ActivityStep>Loads multiple ActivityStep objects from the database.static ActivityStepCreateLoads a single ActivityStepCreate object from the database.static BOIterator<ActivityStepCreate>Loads multiple ActivityStepCreate objects from the database.static ActivityStepDeleteLoads a single ActivityStepDelete object from the database.static BOIterator<ActivityStepDelete>Loads multiple ActivityStepDelete objects from the database.static ActivityStepTemplateLoads a single ActivityStepTemplate object from the database.static BOIterator<ActivityStepTemplate>Loads multiple ActivityStepTemplate objects from the database.static ActivityStepTemplateItemLoads a single ActivityStepTemplateItem object from the database.static BOIterator<ActivityStepTemplateItem>Loads multiple ActivityStepTemplateItem objects from the database.static ActivityStepUpdateLoads a single ActivityStepUpdate object from the database.static BOIterator<ActivityStepUpdate>Loads multiple ActivityStepUpdate objects from the database.static ActivityUpdateLoads a single ActivityUpdate object from the database.static BOIterator<ActivityUpdate>Loads multiple ActivityUpdate objects from the database.static AlertLoads a single Alert object from the database.static BOIterator<Alert>Loads multiple Alert objects from the database.static AutovueAttrLoads a single AutovueAttr object from the database.static BOIterator<AutovueAttr>Loads multiple AutovueAttr objects from the database.static BaselineProjectLoads a single BaselineProject object from the database.static BOIterator<BaselineProject>Loads multiple BaselineProject objects from the database.static BaselineTypeLoads a single BaselineType object from the database.static BOIterator<BaselineType>Loads multiple BaselineType objects from the database.static CalendarLoads a single Calendar object from the database.static BOIterator<Calendar>Loads multiple Calendar objects from the database.static CBSLoads a single CBS object from the database.static BOIterator<CBS>Loads multiple CBS objects from the database.static CBSDurationSummaryLoads a single CBSDurationSummary object from the database.static BOIterator<CBSDurationSummary>Loads multiple CBSDurationSummary objects from the database.static ChangeSetLoads a single ChangeSet object from the database.static BOIterator<ChangeSet>Loads multiple ChangeSet objects from the database.static CostAccountLoads a single CostAccount object from the database.static BOIterator<CostAccount>Loads multiple CostAccount objects from the database.static CurrencyLoads a single Currency object from the database.static BOIterator<Currency>Loads multiple Currency objects from the database.static DocumentLoads a single Document object from the database.static BOIterator<Document>Loads multiple Document objects from the database.static DocumentCategoryLoads a single DocumentCategory object from the database.static BOIterator<DocumentCategory>Loads multiple DocumentCategory objects from the database.static DocumentStatusCodeLoads a single DocumentStatusCode object from the database.static BOIterator<DocumentStatusCode>Loads multiple DocumentStatusCode objects from the database.static EPSLoads a single EPS object from the database.static BOIterator<EPS>Loads multiple EPS objects from the database.static EPSBudgetChangeLogLoads a single EPSBudgetChangeLog object from the database.static BOIterator<EPSBudgetChangeLog>Loads multiple EPSBudgetChangeLog objects from the database.static EPSFundingLoads a single EPSFunding object from the database.static BOIterator<EPSFunding>Loads multiple EPSFunding objects from the database.static EPSNoteLoads a single EPSNote object from the database.static BOIterator<EPSNote>Loads multiple EPSNote objects from the database.static EPSSpendingPlanLoads a single EPSSpendingPlan object from the database.static BOIterator<EPSSpendingPlan>Loads multiple EPSSpendingPlan objects from the database.static ExpenseCategoryLoads a single ExpenseCategory object from the database.static BOIterator<ExpenseCategory>Loads multiple ExpenseCategory objects from the database.static FinancialPeriodLoads a single FinancialPeriod object from the database.static BOIterator<FinancialPeriod>Loads multiple FinancialPeriod objects from the database.static FinancialPeriodTemplateLoads a single FinancialPeriodTemplate object from the database.static BOIterator<FinancialPeriodTemplate>Loads multiple FinancialPeriodTemplate objects from the database.static FundingSourceLoads a single FundingSource object from the database.static BOIterator<FundingSource>Loads multiple FundingSource objects from the database.static GatewayDeploymentLoads a single GatewayDeployment object from the database.static BOIterator<GatewayDeployment>Loads multiple GatewayDeployment objects from the database.static GlobalPreferencesLoads the GlobalPreferences object from the database.static GlobalProfileLoads a single GlobalProfile object from the database.static BOIterator<GlobalProfile>Loads multiple GlobalProfile objects from the database.static GlobalReplaceLoads a single GlobalReplace object from the database.static BOIterator<GlobalReplace>Loads multiple GlobalReplace objects from the database.static ImportOptionsTemplateLoads a single ImportOptionsTemplate object from the database.static BOIterator<ImportOptionsTemplate>Loads multiple ImportOptionsTemplate objects from the database.static IssueHistoryLoads a single IssueHistory object from the database.static BOIterator<IssueHistory>Loads multiple IssueHistory objects from the database.static JobServiceLoads a single JobService object from the database.static BOIterator<JobService>Loads multiple JobService objects from the database.static LeanTaskLoads a single LeanTask object from the database.static BOIterator<LeanTask>Loads multiple LeanTask objects from the database.static LocationLoads a single Location object from the database.static BOIterator<Location>Loads multiple Location objects from the database.static MSPTemplateLoads a single MSPTemplate object from the database.static BOIterator<MSPTemplate>Loads multiple MSPTemplate objects from the database.static NotebookTopicLoads a single NotebookTopic object from the database.static BOIterator<NotebookTopic>Loads multiple NotebookTopic objects from the database.static OBSLoads a single OBS object from the database.static BOIterator<OBS>Loads multiple OBS objects from the database.static OverheadCodeLoads a single OverheadCode object from the database.static BOIterator<OverheadCode>Loads multiple OverheadCode objects from the database.static PAuditXLoads a single PAuditX object from the database.static BOIterator<PAuditX>Loads multiple PAuditX objects from the database.static ProfileLoads a single Profile object from the database.static BOIterator<Profile>Loads multiple Profile objects from the database.static ProjectLoads a single Project object from the database.static BOIterator<Project>Loads multiple Project objects from the database.static ProjectBudgetChangeLogLoads a single ProjectBudgetChangeLog object from the database.static BOIterator<ProjectBudgetChangeLog>Loads multiple ProjectBudgetChangeLog objects from the database.static ProjectCodeLoads a single ProjectCode object from the database.static BOIterator<ProjectCode>Loads multiple ProjectCode objects from the database.static ProjectCodeAssignmentLoads a single ProjectCodeAssignment object from the database.static BOIterator<ProjectCodeAssignment>Loads multiple ProjectCodeAssignment objects from the database.static ProjectCodeTypeLoads a single ProjectCodeType object from the database.static BOIterator<ProjectCodeType>Loads multiple ProjectCodeType objects from the database.static ProjectDeploymentLoads a single ProjectDeployment object from the database.static BOIterator<ProjectDeployment>Loads multiple ProjectDeployment objects from the database.static ProjectDocumentLoads a single ProjectDocument object from the database.static BOIterator<ProjectDocument>Loads multiple ProjectDocument objects from the database.static ProjectFundingLoads a single ProjectFunding object from the database.static BOIterator<ProjectFunding>Loads multiple ProjectFunding objects from the database.static ProjectIssueLoads a single ProjectIssue object from the database.static BOIterator<ProjectIssue>Loads multiple ProjectIssue objects from the database.static ProjectNoteLoads a single ProjectNote object from the database.static BOIterator<ProjectNote>Loads multiple ProjectNote objects from the database.static ProjectPortfolioLoads a single ProjectPortfolio object from the database.static BOIterator<ProjectPortfolio>Loads multiple ProjectPortfolio objects from the database.static ProjectProfileLoads a single ProjectProfile object from the database.static BOIterator<ProjectProfile>Loads multiple ProjectProfile objects from the database.static ProjectResourceLoads a single ProjectResource object from the database.static BOIterator<ProjectResource>Loads multiple ProjectResource objects from the database.static ProjectResourceCategoryLoads a single ProjectResourceCategory object from the database.static BOIterator<ProjectResourceCategory>Loads multiple ProjectResourceCategory objects from the database.static ProjectResourceQuantityLoads a single ProjectResourceQuantity object from the database.static BOIterator<ProjectResourceQuantity>Loads multiple ProjectResourceQuantity objects from the database.static ProjectSpendingPlanLoads a single ProjectSpendingPlan object from the database.static BOIterator<ProjectSpendingPlan>Loads multiple ProjectSpendingPlan objects from the database.static ProjectThresholdLoads a single ProjectThreshold object from the database.static BOIterator<ProjectThreshold>Loads multiple ProjectThreshold objects from the database.static RelationshipLoads a single Relationship object from the database.static BOIterator<Relationship>Loads multiple Relationship objects from the database.static ResourceLoads a single Resource object from the database.static BOIterator<Resource>Loads multiple Resource objects from the database.static ResourceAccessLoads a single ResourceAccess object from the database.static BOIterator<ResourceAccess>Loads multiple ResourceAccess objects from the database.static ResourceAssignmentLoads a single ResourceAssignment object from the database.static BOIterator<ResourceAssignment>Loads multiple ResourceAssignment objects from the database.static ResourceAssignmentCodeLoads a single ResourceAssignmentCode object from the database.static BOIterator<ResourceAssignmentCode>Loads multiple ResourceAssignmentCode objects from the database.Loads a single ResourceAssignmentCodeAssignment object from the database.Loads multiple ResourceAssignmentCodeAssignment objects from the database.static ResourceAssignmentCodeTypeLoads a single ResourceAssignmentCodeType object from the database.static BOIterator<ResourceAssignmentCodeType>Loads multiple ResourceAssignmentCodeType objects from the database.static ResourceAssignmentCreateLoads a single ResourceAssignmentCreate object from the database.static BOIterator<ResourceAssignmentCreate>Loads multiple ResourceAssignmentCreate objects from the database.Loads a single ResourceAssignmentPeriodActual object from the database.Loads multiple ResourceAssignmentPeriodActual objects from the database.static ResourceAssignmentUpdateLoads a single ResourceAssignmentUpdate object from the database.static BOIterator<ResourceAssignmentUpdate>Loads multiple ResourceAssignmentUpdate objects from the database.static ResourceCodeLoads a single ResourceCode object from the database.static BOIterator<ResourceCode>Loads multiple ResourceCode objects from the database.static ResourceCodeAssignmentLoads a single ResourceCodeAssignment object from the database.static BOIterator<ResourceCodeAssignment>Loads multiple ResourceCodeAssignment objects from the database.static ResourceCodeTypeLoads a single ResourceCodeType object from the database.static BOIterator<ResourceCodeType>Loads multiple ResourceCodeType objects from the database.static ResourceCurveLoads a single ResourceCurve object from the database.static BOIterator<ResourceCurve>Loads multiple ResourceCurve objects from the database.static ResourceHourLoads a single ResourceHour object from the database.static BOIterator<ResourceHour>Loads multiple ResourceHour objects from the database.static ResourceLocationLoads a single ResourceLocation object from the database.static BOIterator<ResourceLocation>Loads multiple ResourceLocation objects from the database.static ResourceRateLoads a single ResourceRate object from the database.static BOIterator<ResourceRate>Loads multiple ResourceRate objects from the database.static ResourceRoleLoads a single ResourceRole object from the database.static BOIterator<ResourceRole>Loads multiple ResourceRole objects from the database.static ResourceTeamLoads a single ResourceTeam object from the database.static BOIterator<ResourceTeam>Loads multiple ResourceTeam objects from the database.static RiskLoads a single Risk object from the database.static BOIterator<Risk>Loads multiple Risk objects from the database.static RiskCategoryLoads a single RiskCategory object from the database.static BOIterator<RiskCategory>Loads multiple RiskCategory objects from the database.static RiskImpactLoads a single RiskImpact object from the database.static BOIterator<RiskImpact>Loads multiple RiskImpact objects from the database.static RiskMatrixLoads a single RiskMatrix object from the database.static BOIterator<RiskMatrix>Loads multiple RiskMatrix objects from the database.static RiskMatrixScoreLoads a single RiskMatrixScore object from the database.static BOIterator<RiskMatrixScore>Loads multiple RiskMatrixScore objects from the database.static RiskMatrixThresholdLoads a single RiskMatrixThreshold object from the database.static BOIterator<RiskMatrixThreshold>Loads multiple RiskMatrixThreshold objects from the database.static RiskResponseActionLoads a single RiskResponseAction object from the database.static BOIterator<RiskResponseAction>Loads multiple RiskResponseAction objects from the database.static RiskResponseActionImpactLoads a single RiskResponseActionImpact object from the database.static BOIterator<RiskResponseActionImpact>Loads multiple RiskResponseActionImpact objects from the database.static RiskResponsePlanLoads a single RiskResponsePlan object from the database.static BOIterator<RiskResponsePlan>Loads multiple RiskResponsePlan objects from the database.static RiskThresholdLoads a single RiskThreshold object from the database.static BOIterator<RiskThreshold>Loads multiple RiskThreshold objects from the database.static RiskThresholdLevelLoads a single RiskThresholdLevel object from the database.static BOIterator<RiskThresholdLevel>Loads multiple RiskThresholdLevel objects from the database.static RoleLoads a single Role object from the database.static BOIterator<Role>Loads multiple Role objects from the database.static RoleCodeLoads a single RoleCode object from the database.static BOIterator<RoleCode>Loads multiple RoleCode objects from the database.static RoleCodeAssignmentLoads a single RoleCodeAssignment object from the database.static BOIterator<RoleCodeAssignment>Loads multiple RoleCodeAssignment objects from the database.static RoleCodeTypeLoads a single RoleCodeType object from the database.static BOIterator<RoleCodeType>Loads multiple RoleCodeType objects from the database.static RoleLimitLoads a single RoleLimit object from the database.static BOIterator<RoleLimit>Loads multiple RoleLimit objects from the database.static RoleRateLoads a single RoleRate object from the database.static BOIterator<RoleRate>Loads multiple RoleRate objects from the database.static RoleTeamLoads a single RoleTeam object from the database.static BOIterator<RoleTeam>Loads multiple RoleTeam objects from the database.static ScheduleCheckOptionLoads a single ScheduleCheckOption object from the database.static BOIterator<ScheduleCheckOption>Loads multiple ScheduleCheckOption objects from the database.static ScheduleOptionsLoads a single ScheduleOptions object from the database.static BOIterator<ScheduleOptions>Loads multiple ScheduleOptions objects from the database.static ShiftLoads a single Shift object from the database.static BOIterator<Shift>Loads multiple Shift objects from the database.static ShiftPeriodLoads a single ShiftPeriod object from the database.static BOIterator<ShiftPeriod>Loads multiple ShiftPeriod objects from the database.static StepUserDefinedValueUpdateLoads a single StepUserDefinedValueUpdate object from the database.static BOIterator<StepUserDefinedValueUpdate>Loads multiple StepUserDefinedValueUpdate objects from the database.static ThresholdParameterLoads a single ThresholdParameter object from the database.static BOIterator<ThresholdParameter>Loads multiple ThresholdParameter objects from the database.static TimesheetLoads a single Timesheet object from the database.static BOIterator<Timesheet>Loads multiple Timesheet objects from the database.static TimesheetAuditLoads a single TimesheetAudit object from the database.static BOIterator<TimesheetAudit>Loads multiple TimesheetAudit objects from the database.static TimesheetDelegateLoads a single TimesheetDelegate object from the database.static BOIterator<TimesheetDelegate>Loads multiple TimesheetDelegate objects from the database.static TimesheetPeriodLoads a single TimesheetPeriod object from the database.static BOIterator<TimesheetPeriod>Loads multiple TimesheetPeriod objects from the database.static UDFCodeLoads a single UDFCode object from the database.static BOIterator<UDFCode>Loads multiple UDFCode objects from the database.static UDFTypeLoads a single UDFType object from the database.static BOIterator<UDFType>Loads multiple UDFType objects from the database.static UDFValueLoads a single UDFValue object from the database.static BOIterator<UDFValue>Loads multiple UDFValue objects from the database.static UnitOfMeasureLoads a single UnitOfMeasure object from the database.static BOIterator<UnitOfMeasure>Loads multiple UnitOfMeasure objects from the database.static UpdateBaselineOptionLoads a single UpdateBaselineOption object from the database.static BOIterator<UpdateBaselineOption>Loads multiple UpdateBaselineOption objects from the database.static UserLoads a single User object from the database.static BOIterator<User>Loads multiple User objects from the database.static UserConsentLoads a single UserConsent object from the database.static BOIterator<UserConsent>Loads multiple UserConsent objects from the database.static UserDefinedValueUpdateLoads a single UserDefinedValueUpdate object from the database.static BOIterator<UserDefinedValueUpdate>Loads multiple UserDefinedValueUpdate objects from the database.static UserFieldTitleLoads a single UserFieldTitle object from the database.static BOIterator<UserFieldTitle>Loads multiple UserFieldTitle objects from the database.static UserInterfaceViewLoads a single UserInterfaceView object from the database.static BOIterator<UserInterfaceView>Loads multiple UserInterfaceView objects from the database.static UserLicenseLoads a single UserLicense object from the database.static BOIterator<UserLicense>Loads multiple UserLicense objects from the database.static UserOBSLoads a single UserOBS object from the database.static BOIterator<UserOBS>Loads multiple UserOBS objects from the database.static WBSLoads a single WBS object from the database.static BOIterator<WBS>Loads multiple WBS objects from the database.static WBSCategoryLoads a single WBSCategory object from the database.static BOIterator<WBSCategory>Loads multiple WBSCategory objects from the database.static WBSMilestoneLoads a single WBSMilestone object from the database.static BOIterator<WBSMilestone>Loads multiple WBSMilestone objects from the database.static WbsReviewersLoads a single WbsReviewers object from the database.static BOIterator<WbsReviewers>Loads multiple WbsReviewers objects from the database.static BOIterator<CostAccount>CostAccount.loadRootCostAccounts(Session session, String[] fields) Loads the root CostAccount objects from the database.static BOIterator<Document>Document.loadRootDocuments(Session session, String[] fields) Loads the root Document objects from the database.static BOIterator<EPS>EPS.loadRootEPS(Session session, String[] fields) Loads the root EPS objects from the database.static OBSOBS.loadRootOBS(Session session, String[] fields) Loads the root OBS object from the database.static BOIterator<Resource>Resource.loadRootResources(Session session, String[] fields) Loads the root Resource objects from the database.static BOIterator<Role>Role.loadRootRoles(Session session, String[] fields) Loads the root Role objects from the database.static BOIterator<BaselineProject>BaselineProject.loadWithExpenseCategoryCBSSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] expensecategorycbsObjectIds) Loads multiple BaselineProject objects with summarized spreads from the database.static BaselineProjectBaselineProject.loadWithExpenseCategoryCBSSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] expensecategorycbsObjectIds) Loads a BaselineProject object with summarized spreads from the database.static BOIterator<Project>Project.loadWithExpenseCategoryCBSSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] expensecategorycbsObjectIds) Loads multiple Project objects with summarized spreads from the database.static ProjectProject.loadWithExpenseCategoryCBSSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] expensecategorycbsObjectIds) Loads a Project object with summarized spreads from the database.static BOIterator<Activity>Activity.loadWithLiveSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple Activity objects with summarized spreads from the database.static ActivityActivity.loadWithLiveSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads a Activity object with summarized spreads from the database.static BOIterator<ResourceAssignment>ResourceAssignment.loadWithLiveSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple ResourceAssignment objects with summarized spreads from the database.static ResourceAssignmentResourceAssignment.loadWithLiveSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads a ResourceAssignment object with summarized spreads from the database.static BOIterator<Activity>Activity.loadWithLiveSpreadActivityOrAssignment(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple Activity objects with summarized spreads from the database.static BOIterator<ResourceAssignment>ResourceAssignment.loadWithLiveSpreadActivityOrAssignment(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple ResourceAssignment objects with summarized spreads from the database.static BOIterator<ResourceAssignment>ResourceAssignment.loadWithPeriodPerformanceSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple ResourceAssignment objects with summarized spreads from the database.static ResourceAssignmentResourceAssignment.loadWithPeriodPerformanceSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads a ResourceAssignment object with summarized spreads from the database.static BOIterator<ResourceAssignment>ResourceAssignment.loadWithPeriodPerformanceSpreadActivityOrAssignment(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple ResourceAssignment objects with summarized spreads from the database.static BOIterator<Project>Project.loadWithProjectResourceSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds) Loads multiple Project objects with summarized spreads from the database.static ProjectProject.loadWithProjectResourceSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds) Loads a Project object with summarized spreads from the database.static BOIterator<Resource>Resource.loadWithProjectResourceSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds) Loads multiple Resource objects with summarized spreads from the database.static ResourceResource.loadWithProjectResourceSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds) Loads a Resource object with summarized spreads from the database.static BOIterator<Project>Project.loadWithProjectRoleSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds) Loads multiple Project objects with summarized spreads from the database.static ProjectProject.loadWithProjectRoleSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds) Loads a Project object with summarized spreads from the database.static BOIterator<Role>Role.loadWithProjectRoleSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds) Loads multiple Role objects with summarized spreads from the database.static RoleRole.loadWithProjectRoleSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds) Loads a Role object with summarized spreads from the database.static BOIterator<BaselineProject>BaselineProject.loadWithResourceAssignmentCBSSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourcecbsObjectIds) Loads multiple BaselineProject objects with summarized spreads from the database.static BaselineProjectBaselineProject.loadWithResourceAssignmentCBSSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourcecbsObjectIds) Loads a BaselineProject object with summarized spreads from the database.static BOIterator<Project>Project.loadWithResourceAssignmentCBSSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourcecbsObjectIds) Loads multiple Project objects with summarized spreads from the database.static ProjectProject.loadWithResourceAssignmentCBSSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourcecbsObjectIds) Loads a Project object with summarized spreads from the database.static BOIterator<BaselineProject>BaselineProject.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId[] objIds, SpreadOptions... spreadOptions) Loads multiple BaselineProject objects with spreads from the database.static BaselineProjectBaselineProject.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId objId, SpreadOptions... spreadOptions) Loads a BaselineProject object with spreads from the database.static BOIterator<BaselineProject>BaselineProject.loadWithSpreads(Session session, String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) Loads multiple BaselineProject objects with spreads from the database.static BOIterator<Project>Project.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId[] objIds, SpreadOptions... spreadOptions) Loads multiple Project objects with spreads from the database.static ProjectProject.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId objId, SpreadOptions... spreadOptions) Loads a Project object with spreads from the database.static BOIterator<Project>Project.loadWithSpreads(Session session, String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) Loads multiple Project objects with spreads from the database.static BOIterator<WBS>WBS.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId[] objIds, SpreadOptions... spreadOptions) Loads multiple WBS objects with spreads from the database.static WBSWBS.loadWithSpreads(Session session, String[] nonSpreadFields, ObjectId objId, SpreadOptions... spreadOptions) Loads a WBS object with spreads from the database.static BOIterator<WBS>WBS.loadWithSpreads(Session session, String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) Loads multiple WBS objects with spreads from the database.static BOIterator<BaselineProject>BaselineProject.loadWithSummarizedSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple BaselineProject objects with summarized spreads from the database.static BaselineProjectBaselineProject.loadWithSummarizedSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads a BaselineProject object with summarized spreads from the database.static BOIterator<EPS>EPS.loadWithSummarizedSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple EPS objects with summarized spreads from the database.static EPSEPS.loadWithSummarizedSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads a EPS object with summarized spreads from the database.static BOIterator<Project>Project.loadWithSummarizedSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple Project objects with summarized spreads from the database.static ProjectProject.loadWithSummarizedSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads a Project object with summarized spreads from the database.static BOIterator<WBS>WBS.loadWithSummarizedSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads multiple WBS objects with summarized spreads from the database.static WBSWBS.loadWithSummarizedSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Loads a WBS object with summarized spreads from the database.static BOIterator<WBS>WBS.loadWithWBSResourceSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds) Loads multiple WBS objects with summarized spreads from the database.static WBSWBS.loadWithWBSResourceSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds) Loads a WBS object with summarized spreads from the database.static BOIterator<WBS>WBS.loadWithWBSRoleSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds) Loads multiple WBS objects with summarized spreads from the database.static WBSWBS.loadWithWBSRoleSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds) Loads a WBS object with summarized spreads from the database.static voidUpdates multiple Activity objects in the database.static voidActivityCode.update(Session session, ActivityCode[] activitycodes) Updates multiple ActivityCode objects in the database.static voidActivityCodeAssignment.update(Session session, ActivityCodeAssignment[] activitycodeassignments) Updates multiple ActivityCodeAssignment objects in the database.static voidActivityCodeType.update(Session session, ActivityCodeType[] activitycodetypes) Updates multiple ActivityCodeType objects in the database.static voidActivityCodeUpdate.update(Session session, ActivityCodeUpdate[] activitycodeupdates) Updates multiple ActivityCodeUpdate objects in the database.static voidActivityComment.update(Session session, ActivityComment[] activitycomments) Updates multiple ActivityComment objects in the database.static voidActivityExpense.update(Session session, ActivityExpense[] activityexpenses) Updates multiple ActivityExpense objects in the database.static voidActivityFilter.update(Session session, ActivityFilter[] activityfilters) Updates multiple ActivityFilter objects in the database.static voidActivityNote.update(Session session, ActivityNote[] activitynotes) Updates multiple ActivityNote objects in the database.static voidActivityNoteUpdate.update(Session session, ActivityNoteUpdate[] activitynoteupdates) Updates multiple ActivityNoteUpdate objects in the database.static voidActivityOwner.update(Session session, ActivityOwner[] activityowners) Updates multiple ActivityOwner objects in the database.static voidActivityPeriodActual.update(Session session, ActivityPeriodActual[] activityperiodactuals) Updates multiple ActivityPeriodActual objects in the database.static voidActivityStep.update(Session session, ActivityStep[] activitysteps) Updates multiple ActivityStep objects in the database.static voidActivityStepCreate.update(Session session, ActivityStepCreate[] activitystepcreates) Updates multiple ActivityStepCreate objects in the database.static voidActivityStepDelete.update(Session session, ActivityStepDelete[] activitystepdeletes) Updates multiple ActivityStepDelete objects in the database.static voidActivityStepTemplate.update(Session session, ActivityStepTemplate[] activitysteptemplates) Updates multiple ActivityStepTemplate objects in the database.static voidActivityStepTemplateItem.update(Session session, ActivityStepTemplateItem[] activitysteptemplateitems) Updates multiple ActivityStepTemplateItem objects in the database.static voidActivityStepUpdate.update(Session session, ActivityStepUpdate[] activitystepupdates) Updates multiple ActivityStepUpdate objects in the database.static voidActivityUpdate.update(Session session, ActivityUpdate[] activityupdates) Updates multiple ActivityUpdate objects in the database.static voidUpdates multiple Alert objects in the database.static voidAutovueAttr.update(Session session, AutovueAttr[] autovueattrs) Updates multiple AutovueAttr objects in the database.static voidBaselineProject.update(Session session, BaselineProject[] baselineprojects) Updates multiple BaselineProject objects in the database.static voidBaselineType.update(Session session, BaselineType[] baselinetypes) Updates multiple BaselineType objects in the database.static voidUpdates multiple Calendar objects in the database.static voidUpdates multiple Calendar objects in the database with the option to replace all holidays and exceptions.static voidUpdates multiple CBS objects in the database.static voidCBSDurationSummary.update(Session session, CBSDurationSummary[] cbsdurationsummarys) Updates multiple CBSDurationSummary objects in the database.static voidUpdates multiple ChangeSet objects in the database.static voidCostAccount.update(Session session, CostAccount[] costaccounts) Updates multiple CostAccount objects in the database.static voidCurrency.update(Session session, BusinessObject[] currencies, boolean updateResourceRate) Updates Currency objects and recalculate resource rate if exchange rate is changed in the database with the option to update resource rate.static voidUpdates multiple Currency objects in the database.static voidUpdates multiple Document objects in the database.static voidDocumentCategory.update(Session session, DocumentCategory[] documentcategories) Updates multiple DocumentCategory objects in the database.static voidDocumentStatusCode.update(Session session, DocumentStatusCode[] documentstatuscodes) Updates multiple DocumentStatusCode objects in the database.static voidUpdates multiple EPS objects in the database.static voidEPSBudgetChangeLog.update(Session session, EPSBudgetChangeLog[] epsbudgetchangelogs) Updates multiple EPSBudgetChangeLog objects in the database.static voidEPSFunding.update(Session session, EPSFunding[] epsfundings) Updates multiple EPSFunding objects in the database.static voidUpdates multiple EPSNote objects in the database.static voidEPSSpendingPlan.update(Session session, EPSSpendingPlan[] epsspendingplans) Updates multiple EPSSpendingPlan objects in the database.static voidExpenseCategory.update(Session session, ExpenseCategory[] expensecategories) Updates multiple ExpenseCategory objects in the database.static voidFinancialPeriod.update(Session session, FinancialPeriod[] financialperiods) Updates multiple FinancialPeriod objects in the database.static voidFinancialPeriodTemplate.update(Session session, FinancialPeriodTemplate[] financialperiodtemplates) Updates multiple FinancialPeriodTemplate objects in the database.static voidFundingSource.update(Session session, FundingSource[] fundingsources) Updates multiple FundingSource objects in the database.static voidGatewayDeployment.update(Session session, GatewayDeployment[] gatewaydeployments) Updates multiple GatewayDeployment objects in the database.static voidGlobalProfile.update(Session session, GlobalProfile[] globalprofiles) Updates multiple GlobalProfile objects in the database.static voidGlobalReplace.update(Session session, GlobalReplace[] globalreplace) Updates multiple GlobalReplace objects in the database.static voidJobService.update(Session session, JobService[] jobservices) Updates multiple JobService objects in the database.static voidUpdates multiple LeanTask objects in the database.static voidUpdates multiple Location objects in the database.static voidNotebookTopic.update(Session session, NotebookTopic[] notebooktopics) Updates multiple NotebookTopic objects in the database.static voidUpdates multiple OBS objects in the database.static voidOverheadCode.update(Session session, OverheadCode[] overheadcodes) Updates multiple OverheadCode objects in the database.static voidUpdates multiple PAuditX objects in the database.static voidUpdates multiple Profile objects in the database.static voidUpdates multiple Project objects in the database.static voidProjectBudgetChangeLog.update(Session session, ProjectBudgetChangeLog[] projectbudgetchangelogs) Updates multiple ProjectBudgetChangeLog objects in the database.static voidProjectCode.update(Session session, ProjectCode[] projectcodes) Updates multiple ProjectCode objects in the database.static voidProjectCodeAssignment.update(Session session, ProjectCodeAssignment[] projectcodeassignments) Updates multiple ProjectCodeAssignment objects in the database.static voidProjectCodeType.update(Session session, ProjectCodeType[] projectcodetypes) Updates multiple ProjectCodeType objects in the database.static voidProjectDeployment.update(Session session, ProjectDeployment[] projectdeployments) Updates multiple ProjectDeployment objects in the database.static voidProjectDocument.update(Session session, ProjectDocument[] projectdocuments) Updates multiple ProjectDocument objects in the database.static voidProjectFunding.update(Session session, ProjectFunding[] projectfundings) Updates multiple ProjectFunding objects in the database.static voidProjectIssue.update(Session session, ProjectIssue[] projectissues) Updates multiple ProjectIssue objects in the database.static voidProjectNote.update(Session session, ProjectNote[] projectnotes) Updates multiple ProjectNote objects in the database.static voidProjectPortfolio.update(Session session, ProjectPortfolio[] projectportfolios) Updates multiple ProjectPortfolio objects in the database.static voidProjectProfile.update(Session session, ProjectProfile[] projectprofiles) Updates multiple ProjectProfile objects in the database.static voidProjectResource.update(Session session, ProjectResource[] projectresources) Updates multiple ProjectResource objects in the database.static voidProjectResourceCategory.update(Session session, ProjectResourceCategory[] projectresourcecategories) Updates multiple ProjectResourceCategory objects in the database.static voidProjectResourceQuantity.update(Session session, ProjectResourceQuantity[] projectresourcequantities) Updates multiple ProjectResourceQuantity objects in the database.static voidProjectSpendingPlan.update(Session session, ProjectSpendingPlan[] projectspendingplans) Updates multiple ProjectSpendingPlan objects in the database.static voidProjectThreshold.update(Session session, ProjectThreshold[] projectthresholds) Updates multiple ProjectThreshold objects in the database.static voidRelationship.update(Session session, Relationship[] relationships) Updates multiple Relationship objects in the database.static voidUpdates multiple Resource objects in the database.static voidResourceAssignment.update(Session session, ResourceAssignment[] resourceassignments) Updates multiple ResourceAssignment objects in the database.static voidResourceAssignmentCode.update(Session session, ResourceAssignmentCode[] resourceassignmentcodes) Updates multiple ResourceAssignmentCode objects in the database.static voidResourceAssignmentCodeAssignment.update(Session session, ResourceAssignmentCodeAssignment[] resourceassignmentcodeassignments) Updates multiple ResourceAssignmentCodeAssignment objects in the database.static voidResourceAssignmentCodeType.update(Session session, ResourceAssignmentCodeType[] resourceassignmentcodetypes) Updates multiple ResourceAssignmentCodeType objects in the database.static voidResourceAssignmentCreate.update(Session session, ResourceAssignmentCreate[] resourceassignmentcreates) Updates multiple ResourceAssignmentCreate objects in the database.static voidResourceAssignmentPeriodActual.update(Session session, ResourceAssignmentPeriodActual[] resourceassignmentperiodactuals) Updates multiple ResourceAssignmentPeriodActual objects in the database.static voidResourceAssignmentUpdate.update(Session session, ResourceAssignmentUpdate[] resourceassignmentupdates) Updates multiple ResourceAssignmentUpdate objects in the database.static voidResourceCode.update(Session session, ResourceCode[] resourcecodes) Updates multiple ResourceCode objects in the database.static voidResourceCodeAssignment.update(Session session, ResourceCodeAssignment[] resourcecodeassignments) Updates multiple ResourceCodeAssignment objects in the database.static voidResourceCodeType.update(Session session, ResourceCodeType[] resourcecodetypes) Updates multiple ResourceCodeType objects in the database.static voidResourceCurve.update(Session session, ResourceCurve[] resourcecurves) Updates multiple ResourceCurve objects in the database.static voidResourceHour.update(Session session, ResourceHour[] resourcehours) Updates multiple ResourceHour objects in the database.static voidResourceLocation.update(Session session, ResourceLocation[] resourcelocations) Updates multiple ResourceLocation objects in the database.static voidResourceRate.update(Session session, ResourceRate[] resourcerates) Updates multiple ResourceRate objects in the database.static voidResourceRole.update(Session session, ResourceRole[] resourceroles) Updates multiple ResourceRole objects in the database.static voidResourceTeam.update(Session session, ResourceTeam[] resourceteams) Updates multiple ResourceTeam objects in the database.static voidUpdates multiple Risk objects in the database.static voidRiskCategory.update(Session session, RiskCategory[] riskcategories) Updates multiple RiskCategory objects in the database.static voidRiskImpact.update(Session session, RiskImpact[] riskimpacts) Updates multiple RiskImpact objects in the database.static voidRiskMatrix.update(Session session, RiskMatrix[] riskmatrices) Updates multiple RiskMatrix objects in the database.static voidRiskMatrixScore.update(Session session, RiskMatrixScore[] riskmatrixscores) Updates multiple RiskMatrixScore objects in the database.static voidRiskResponseAction.update(Session session, RiskResponseAction[] riskresponseactions) Updates multiple RiskResponseAction objects in the database.static voidRiskResponseActionImpact.update(Session session, RiskResponseActionImpact[] riskresponseactionimpacts) Updates multiple RiskResponseActionImpact objects in the database.static voidRiskResponsePlan.update(Session session, RiskResponsePlan[] riskresponseplans) Updates multiple RiskResponsePlan objects in the database.static voidRiskThreshold.update(Session session, RiskThreshold[] riskthresholds) Updates multiple RiskThreshold objects in the database.static voidRiskThresholdLevel.update(Session session, RiskThresholdLevel[] riskthresholdlevels) Updates multiple RiskThresholdLevel objects in the database.static voidUpdates multiple Role objects in the database.static voidUpdates multiple RoleCode objects in the database.static voidRoleCodeAssignment.update(Session session, RoleCodeAssignment[] rolecodeassignments) Updates multiple RoleCodeAssignment objects in the database.static voidRoleCodeType.update(Session session, RoleCodeType[] rolecodetypes) Updates multiple RoleCodeType objects in the database.static voidUpdates multiple RoleLimit objects in the database.static voidUpdates multiple RoleRate objects in the database.static voidUpdates multiple RoleTeam objects in the database.static voidScheduleCheckOption.update(Session session, ScheduleCheckOption[] schedulecheckoptions) Updates multiple ScheduleCheckOption objects in the database.static voidScheduleOptions.update(Session session, ScheduleOptions[] scheduleoptions) Updates multiple ScheduleOptions objects in the database.static voidUpdates multiple Shift objects in the database.static voidStepUserDefinedValueUpdate.update(Session session, StepUserDefinedValueUpdate[] stepuserdefinedvalueupdates) Updates multiple StepUserDefinedValueUpdate objects in the database.static voidUpdates multiple Timesheet objects in the database.static voidTimesheetPeriod.update(Session session, TimesheetPeriod[] timesheetperiods) Updates multiple TimesheetPeriod objects in the database.static voidUpdates multiple UDFCode objects in the database.static voidUpdates multiple UDFType objects in the database.static voidUpdates multiple UDFValue objects in the database.static voidUnitOfMeasure.update(Session session, UnitOfMeasure[] unitofmeasures) Updates multiple UnitOfMeasure objects in the database.static voidUpdateBaselineOption.update(Session session, UpdateBaselineOption[] updatebaselineoption) Updates multiple UpdateBaselineOption objects in the database.static voidUpdates multiple User objects in the database.static voidUpdates multiple User objects in the database with the option to reset User Data.static voidUserConsent.update(Session session, UserConsent[] userconsent) Updates multiple UserConsent objects in the database.static voidUserDefinedValueUpdate.update(Session session, UserDefinedValueUpdate[] userdefinedvalueupdates) Updates multiple UserDefinedValueUpdate objects in the database.static voidUserFieldTitle.update(Session session, UserFieldTitle[] userfieldtitles) Updates multiple UserFieldTitle objects in the database.static voidUpdates multiple UserOBS objects in the database.static voidUpdates multiple WBS objects in the database.static voidWBSCategory.update(Session session, WBSCategory[] wbscategories) Updates multiple WBSCategory objects in the database.static voidWBSMilestone.update(Session session, WBSMilestone[] wbsmilestones) Updates multiple WBSMilestone objects in the database.static voidWbsReviewers.update(Session session, WbsReviewers[] wbsreviewerss) Updates multiple WbsReviewers objects in the database.Constructors in com.primavera.integration.client.bo.object with parameters of type SessionModifierConstructorDescriptionClass constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.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.ActivityCodeUpdate(Session session) Class constructor specifying the Session.ActivityCodeUpdate(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ActivityCodeUpdate(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.ActivityComment(Session session) Class constructor specifying the Session.ActivityComment(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ActivityComment(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.ActivityFilter(Session session) Class constructor specifying the Session.ActivityFilter(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ActivityFilter(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.ActivityNoteUpdate(Session session) Class constructor specifying the Session.ActivityNoteUpdate(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ActivityNoteUpdate(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, 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.ActivityRisk(Session session) Class constructor specifying the Session.ActivityRisk(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ActivityRisk(Session session, ObjectId riskObjectId, ObjectId activityObjectId) Class constructor specifying the Session and the individual components of the multi-part key: RiskObjectId and ActivityObjectId.ActivityRisk(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.ActivityStepCreate(Session session) Class constructor specifying the Session.ActivityStepCreate(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ActivityStepCreate(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.ActivityStepDelete(Session session) Class constructor specifying the Session.ActivityStepDelete(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ActivityStepDelete(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.ActivityStepUpdate(Session session) Class constructor specifying the Session.ActivityStepUpdate(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ActivityStepUpdate(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.ActivityUpdate(Session session) Class constructor specifying the Session.ActivityUpdate(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ActivityUpdate(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.AutovueAttr(Session session) Class constructor specifying the Session.AutovueAttr(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.AutovueAttr(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.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.CBSDurationSummary(Session session) Class constructor specifying the Session.CBSDurationSummary(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.CBSDurationSummary(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.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.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.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.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.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.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.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.FinancialPeriodTemplate(Session session) Class constructor specifying the Session.FinancialPeriodTemplate(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.FinancialPeriodTemplate(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.GatewayDeployment(Session session) Class constructor specifying the Session.GatewayDeployment(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.GatewayDeployment(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.GlobalReplace(Session session) Class constructor specifying the Session.GlobalReplace(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.GlobalReplace(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.ImportOptionsTemplate(Session session) Class constructor specifying the Session.ImportOptionsTemplate(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ImportOptionsTemplate(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.JobService(Session session) Class constructor specifying the Session.JobService(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.JobService(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.MSPTemplate(Session session) Class constructor specifying the Session.MSPTemplate(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.MSPTemplate(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.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.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.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.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.ProjectDeployment(Session session) Class constructor specifying the Session.ProjectDeployment(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ProjectDeployment(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.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, Date weekStartDate, 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.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.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.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.ResourceAssignmentCode(Session session) Class constructor specifying the Session.ResourceAssignmentCode(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ResourceAssignmentCode(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.ResourceAssignmentCodeAssignment(Session session) Class constructor specifying the Session.ResourceAssignmentCodeAssignment(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ResourceAssignmentCodeAssignment(Session session, ObjectId resourceAssignmentObjectId, ObjectId resourceAssignmentCodeTypeObjectId) Class constructor specifying the Session and the individual components of the multi-part key: ResourceAssignmentObjectId and ResourceAssignmentCodeTypeObjectId.ResourceAssignmentCodeAssignment(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.ResourceAssignmentCodeType(Session session) Class constructor specifying the Session.ResourceAssignmentCodeType(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ResourceAssignmentCodeType(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.ResourceAssignmentCreate(Session session) Class constructor specifying the Session.ResourceAssignmentCreate(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ResourceAssignmentCreate(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.ResourceAssignmentUpdate(Session session) Class constructor specifying the Session.ResourceAssignmentUpdate(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ResourceAssignmentUpdate(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.ResourceLocation(Session session) Class constructor specifying the Session.ResourceLocation(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ResourceLocation(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.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.RiskCategory(Session session) Class constructor specifying the Session.RiskCategory(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.RiskCategory(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.RiskImpact(Session session) Class constructor specifying the Session.RiskImpact(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.RiskImpact(Session session, ObjectId riskObjectId, ObjectId riskThresholdObjectId) Class constructor specifying the Session and the individual components of the multi-part key: RiskObjectId and RiskThresholdObjectId.RiskImpact(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.RiskMatrix(Session session) Class constructor specifying the Session.RiskMatrix(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.RiskMatrix(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.RiskMatrixScore(Session session) Class constructor specifying the Session.RiskMatrixScore(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.RiskMatrixScore(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.RiskMatrixThreshold(Session session) Class constructor specifying the Session.RiskMatrixThreshold(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.RiskMatrixThreshold(Session session, ObjectId riskMatrixObjectId, ObjectId riskThresholdObjectId) Class constructor specifying the Session and the individual components of the multi-part key: RiskMatrixObjectId and RiskThresholdObjectId.RiskMatrixThreshold(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.RiskResponseAction(Session session) Class constructor specifying the Session.RiskResponseAction(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.RiskResponseAction(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.RiskResponseActionImpact(Session session) Class constructor specifying the Session.RiskResponseActionImpact(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.RiskResponseActionImpact(Session session, ObjectId riskResponseActionObjectId, ObjectId riskThresholdObjectId) Class constructor specifying the Session and the individual components of the multi-part key: RiskResponseActionObjectId and RiskThresholdObjectId.RiskResponseActionImpact(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.RiskResponsePlan(Session session) Class constructor specifying the Session.RiskResponsePlan(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.RiskResponsePlan(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.RiskThreshold(Session session) Class constructor specifying the Session.RiskThreshold(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.RiskThreshold(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.RiskThresholdLevel(Session session) Class constructor specifying the Session.RiskThresholdLevel(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.RiskThresholdLevel(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.RoleCodeAssignment(Session session) Class constructor specifying the Session.RoleCodeAssignment(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.RoleCodeAssignment(Session session, ObjectId roleObjectId, ObjectId roleCodeTypeObjectId) Class constructor specifying the Session and the individual components of the multi-part key: RoleObjectId and RoleCodeTypeObjectId.RoleCodeAssignment(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.RoleCodeType(Session session) Class constructor specifying the Session.RoleCodeType(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.RoleCodeType(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.ScheduleCheckOption(Session session) Class constructor specifying the Session.ScheduleCheckOption(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ScheduleCheckOption(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.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.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.StepUserDefinedValueUpdate(Session session) Class constructor specifying the Session.StepUserDefinedValueUpdate(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.StepUserDefinedValueUpdate(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.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor specifying the Session and the individual components of the multi-part key: ResourceObjectId and TimesheetPeriodObjectId.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.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor specifying the Session and the individual components of the multi-part key: UDFTypeObjectId and ForeignObjectId.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.UpdateBaselineOption(Session session) Class constructor specifying the Session.UpdateBaselineOption(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.UpdateBaselineOption(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor called internally after objects are retrieved from the server.UserConsent(Session session) Class constructor specifying the Session.UserConsent(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.UserConsent(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server.UserDefinedValueUpdate(Session session) Class constructor specifying the Session.UserDefinedValueUpdate(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.UserDefinedValueUpdate(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.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.Class constructor specifying the Session and the individual components of the multi-part key: UserObjectId and OBSObjectId.Class constructor called internally after objects are retrieved from the server.Class constructor specifying the Session.Class constructor specifying the Session and ObjectId of the object.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.WbsReviewers(Session session) Class constructor specifying the Session.WbsReviewers(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.WbsReviewers(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.xmlexporter
Constructors in com.primavera.integration.client.xml.xmlexporter with parameters of type Session -
Uses of Session in com.primavera.integration.client.xml.xmlimporter
Constructors in com.primavera.integration.client.xml.xmlimporter with parameters of type Session -
Uses of Session in com.primavera.integration.util
Methods in com.primavera.integration.util with parameters of type SessionModifier and TypeMethodDescriptionstatic ResourceAssignmentSpreadResourceAssignmentSpreadFactory.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.voidDeletes from the database all the business objects of a particular type that were added to this object.voidDeletes from the database all the business objects that were added to this objectstatic StringWhereClauseHelper.formatDate(Session session, Date date) Formats the date to be compatible with all databases supported by the API.static ArrayList<DBDataSource>ExportFileDownloadHelper.getExportedFiled(Session session, String jobType, List<String> jobNames, XMLGregorianCalendar startDate, XMLGregorianCalendar endDate) static Set<GlobalPrivilege>SecurityHelper.getGlobalPrivileges(Session session) Gets the set of global privileges for the current userstatic Set<ProjectPrivilege>SecurityHelper.getProjectPrivilegesByEPS(Session session, ObjectId epsObjectId) Gets the set of project privileges defined for a specific EPS for the current userstatic Set<ProjectPrivilege>SecurityHelper.getProjectPrivilegesByEPS(Session session, ObjectId epsObjectId, ObjectId userObjectId) Gets the set of project privileges defined for a specific EPS and a specific userstatic Set<ProjectPrivilege>SecurityHelper.getProjectPrivilegesByProject(Session session, ObjectId projectObjectId) Gets the set of project privileges defined for a specific project for the current userstatic Set<ProjectPrivilege>SecurityHelper.getProjectPrivilegesByProject(Session session, ObjectId projectObjectId, ObjectId userObjectId) Gets the set of project privileges defined for a specific project and a specific userstatic Set<ProjectPrivilege>SecurityHelper.getProjectPrivilegesByWbs(Session session, ObjectId wbsObjectId) Gets the set of project privileges defined for a specific wbs for the current userstatic Set<ProjectPrivilege>SecurityHelper.getProjectPrivilegesByWbs(Session session, ObjectId wbsObjectId, ObjectId userObjectId) static booleanSecurityHelper.hasAllResourceAccess(Session session) Checks if the current user has all resource accessstatic booleanSecurityHelper.hasAllResourceAccess(Session session, ObjectId userObjectId) Checks if the current user has all resource accessstatic booleanSecurityHelper.isSuperUser(Session session) Checks if the current user is an Admin Superuserstatic booleanSecurityHelper.isSuperUser(Session session, ObjectId userObjectId) Checks if the a specific user is an Admin Superuser