|
Primavera Integration API 8.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BOIterator | |
---|---|
com.primavera.integration.client | Main classes, including Session, JobManager and GlobalObjectManager |
com.primavera.integration.client.bo | Business object base class and iterator classes |
com.primavera.integration.client.bo.helper | Business object helper classes |
com.primavera.integration.client.bo.object | Client business object classes |
Uses of BOIterator in com.primavera.integration.client |
---|
Methods in com.primavera.integration.client that return BOIterator | |
---|---|
BOIterator<Activity> |
EnterpriseLoadManager.loadActivities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Activity objects from the database. |
BOIterator<Activity> |
EnterpriseLoadManager.loadActivitiesWithLiveSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple Activity objects with spreads from the database. |
BOIterator<ActivityCodeAssignment> |
EnterpriseLoadManager.loadActivityCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCode> |
EnterpriseLoadManager.loadActivityCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityCode objects from the database. |
BOIterator<ActivityCodeType> |
EnterpriseLoadManager.loadActivityCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityCodeType objects from the database. |
BOIterator<ActivityCodeType> |
GlobalObjectManager.loadActivityCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityCodeType objects from the database. |
BOIterator<ActivityExpense> |
EnterpriseLoadManager.loadActivityExpenses(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityExpense objects from the database. |
BOIterator<ActivityNote> |
EnterpriseLoadManager.loadActivityNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityNote objects from the database. |
BOIterator<ActivityOwner> |
EnterpriseLoadManager.loadActivityOwners(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityOwner objects from the database. |
BOIterator<ActivityPeriodActual> |
EnterpriseLoadManager.loadActivityPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityPeriodActual objects from the database. |
BOIterator<ActivityRisk> |
EnterpriseLoadManager.loadActivityRisks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityRisk objects from the database. |
BOIterator<ActivityStep> |
EnterpriseLoadManager.loadActivitySteps(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityStep objects from the database. |
BOIterator<ActivityStepTemplateItem> |
EnterpriseLoadManager.loadActivityStepTemplateItems(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityStepTemplateItem objects from the database. |
BOIterator<ActivityStepTemplate> |
EnterpriseLoadManager.loadActivityStepTemplates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityStepTemplate objects from the database. |
BOIterator<ActivityStepTemplate> |
GlobalObjectManager.loadActivityStepTemplates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityStepTemplate objects from the database. |
BOIterator<BaselineProject> |
EnterpriseLoadManager.loadBaselineProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple BaselineProject objects from the database. |
BOIterator<BaselineProject> |
EnterpriseLoadManager.loadBaselineProjectsWithSpreads(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
SpreadOptions... spreadOptions)
Loads multiple BaselineProject objects with spreads from the database. |
BOIterator<BaselineProject> |
EnterpriseLoadManager.loadBaselineProjectsWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple BaselineProject objects with spreads from the database. |
BOIterator<BaselineType> |
EnterpriseLoadManager.loadBaselineTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple BaselineType objects from the database. |
BOIterator<BaselineType> |
GlobalObjectManager.loadBaselineTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple BaselineType objects from the database. |
BOIterator<Calendar> |
EnterpriseLoadManager.loadCalendars(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Calendar objects from the database. |
BOIterator<Calendar> |
GlobalObjectManager.loadCalendars(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Calendar objects from the database. |
BOIterator<CostAccount> |
EnterpriseLoadManager.loadCostAccounts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple CostAccount objects from the database. |
BOIterator<CostAccount> |
GlobalObjectManager.loadCostAccounts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple CostAccount objects from the database. |
BOIterator<Currency> |
EnterpriseLoadManager.loadCurrencies(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Currency objects from the database. |
BOIterator<Currency> |
GlobalObjectManager.loadCurrencies(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Currency objects from the database. |
BOIterator<DocumentCategory> |
EnterpriseLoadManager.loadDocumentCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple DocumentCategory objects from the database. |
BOIterator<DocumentCategory> |
GlobalObjectManager.loadDocumentCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple DocumentCategory objects from the database. |
BOIterator<Document> |
EnterpriseLoadManager.loadDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Document objects from the database. |
BOIterator<Document> |
GlobalObjectManager.loadDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Document objects from the database. |
BOIterator<DocumentStatusCode> |
EnterpriseLoadManager.loadDocumentStatusCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple DocumentStatusCode objects from the database. |
BOIterator<DocumentStatusCode> |
GlobalObjectManager.loadDocumentStatusCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple DocumentStatusCode objects from the database. |
BOIterator<EPS> |
EnterpriseLoadManager.loadEPS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPS objects from the database. |
BOIterator<EPS> |
GlobalObjectManager.loadEPS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPS objects from the database. |
BOIterator<EPSBudgetChangeLog> |
EnterpriseLoadManager.loadEPSBudgetChangeLogs(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPSBudgetChangeLog objects from the database. |
BOIterator<EPSFunding> |
EnterpriseLoadManager.loadEPSFundings(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPSFunding objects from the database. |
BOIterator<EPSNote> |
EnterpriseLoadManager.loadEPSNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPSNote objects from the database. |
BOIterator<EPSSpendingPlan> |
EnterpriseLoadManager.loadEPSSpendingPlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPSSpendingPlan objects from the database. |
BOIterator<EPS> |
EnterpriseLoadManager.loadEPSWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple EPS objects with spreads from the database. |
BOIterator<EPS> |
GlobalObjectManager.loadEPSWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple EPS objects with spreads from the database. |
BOIterator<ExpenseCategory> |
EnterpriseLoadManager.loadExpenseCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ExpenseCategory objects from the database. |
BOIterator<ExpenseCategory> |
GlobalObjectManager.loadExpenseCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ExpenseCategory objects from the database. |
BOIterator<FinancialPeriod> |
EnterpriseLoadManager.loadFinancialPeriods(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple FinancialPeriod objects from the database. |
BOIterator<FinancialPeriod> |
GlobalObjectManager.loadFinancialPeriods(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple FinancialPeriod objects from the database. |
BOIterator<FundingSource> |
EnterpriseLoadManager.loadFundingSources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple FundingSource objects from the database. |
BOIterator<FundingSource> |
GlobalObjectManager.loadFundingSources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple FundingSource objects from the database. |
BOIterator<GlobalProfile> |
EnterpriseLoadManager.loadGlobalProfiles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple GlobalProfile objects from the database. |
BOIterator<GlobalProfile> |
GlobalObjectManager.loadGlobalProfiles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple GlobalProfile objects from the database. |
BOIterator<IssueHistory> |
EnterpriseLoadManager.loadIssueHistories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple IssueHistory objects from the database. |
BOIterator<NotebookTopic> |
EnterpriseLoadManager.loadNotebookTopics(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple NotebookTopic objects from the database. |
BOIterator<NotebookTopic> |
GlobalObjectManager.loadNotebookTopics(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple NotebookTopic objects from the database. |
BOIterator<OBS> |
EnterpriseLoadManager.loadOBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple OBS objects from the database. |
BOIterator<OBS> |
GlobalObjectManager.loadOBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple OBS objects from the database. |
BOIterator<OverheadCode> |
EnterpriseLoadManager.loadOverheadCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple OverheadCode objects from the database. |
BOIterator<OverheadCode> |
GlobalObjectManager.loadOverheadCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple OverheadCode objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
EnterpriseLoadManager.loadProjectBudgetChangeLogs(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectBudgetChangeLog objects from the database. |
BOIterator<UDFValue> |
EnterpriseLoadManager.loadProjectCalculatedUDFValues(UDFType[] udfTypes,
String whereClause,
String sOrderBy)
Loads multiple associated UDFValue objects. |
BOIterator<ProjectCodeAssignment> |
EnterpriseLoadManager.loadProjectCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectCodeAssignment objects from the database. |
BOIterator<ProjectCode> |
EnterpriseLoadManager.loadProjectCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectCode objects from the database. |
BOIterator<ProjectCode> |
GlobalObjectManager.loadProjectCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectCode objects from the database. |
BOIterator<ProjectCodeType> |
EnterpriseLoadManager.loadProjectCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectCodeType objects from the database. |
BOIterator<ProjectCodeType> |
GlobalObjectManager.loadProjectCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectCodeType objects from the database. |
BOIterator<ProjectCodeUser> |
EnterpriseLoadManager.loadProjectCodeUsers(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectCodeUser objects from the database. |
BOIterator<ProjectDocument> |
EnterpriseLoadManager.loadProjectDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectDocument objects from the database. |
BOIterator<ProjectFunding> |
EnterpriseLoadManager.loadProjectFundings(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectFunding objects from the database. |
BOIterator<ProjectIssue> |
EnterpriseLoadManager.loadProjectIssues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectIssue objects from the database. |
BOIterator<ProjectNote> |
EnterpriseLoadManager.loadProjectNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectNote objects from the database. |
BOIterator<ProjectPortfolio> |
EnterpriseLoadManager.loadProjectPortfolios(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectPortfolio objects from the database. |
BOIterator<ProjectPortfolio> |
GlobalObjectManager.loadProjectPortfolios(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectPortfolio objects from the database. |
BOIterator<ProjectProfile> |
EnterpriseLoadManager.loadProjectProfiles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectProfile objects from the database. |
BOIterator<ProjectProfile> |
GlobalObjectManager.loadProjectProfiles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectProfile objects from the database. |
BOIterator<ProjectResourceCategory> |
EnterpriseLoadManager.loadProjectResourceCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectResourceCategory objects from the database. |
BOIterator<ProjectResourceCategory> |
GlobalObjectManager.loadProjectResourceCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectResourceCategory objects from the database. |
BOIterator<ProjectResourceQuantity> |
EnterpriseLoadManager.loadProjectResourceQuantities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectResourceQuantity objects from the database. |
BOIterator<ProjectResource> |
EnterpriseLoadManager.loadProjectResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectResource objects from the database. |
BOIterator<Project> |
EnterpriseLoadManager.loadProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Project objects from the database. |
BOIterator<Project> |
GlobalObjectManager.loadProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Project objects from the database. |
BOIterator<ProjectSpendingPlan> |
EnterpriseLoadManager.loadProjectSpendingPlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectSpendingPlan objects from the database. |
BOIterator<Project> |
EnterpriseLoadManager.loadProjectsWithProjectResourceSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] resourceObjectIds)
Loads multiple Project objects with spreads from the database. |
BOIterator<Project> |
GlobalObjectManager.loadProjectsWithProjectResourceSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] resourceObjectIds)
Loads multiple Project objects with spreads from the database. |
BOIterator<Project> |
EnterpriseLoadManager.loadProjectsWithProjectRoleSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] roleObjectIds)
Loads multiple Project objects with spreads from the database. |
BOIterator<Project> |
GlobalObjectManager.loadProjectsWithProjectRoleSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] roleObjectIds)
Loads multiple Project objects with spreads from the database. |
BOIterator<Project> |
EnterpriseLoadManager.loadProjectsWithSpreads(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
SpreadOptions... spreadOptions)
Loads multiple Project objects with spreads from the database. |
BOIterator<Project> |
GlobalObjectManager.loadProjectsWithSpreads(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
SpreadOptions... spreadOptions)
Loads multiple Project objects with spreads from the database. |
BOIterator<Project> |
EnterpriseLoadManager.loadProjectsWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple Project objects with spreads from the database. |
BOIterator<Project> |
GlobalObjectManager.loadProjectsWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple Project objects with spreads from the database. |
BOIterator<ProjectThreshold> |
EnterpriseLoadManager.loadProjectThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectThreshold objects from the database. |
BOIterator<Relationship> |
EnterpriseLoadManager.loadRelationships(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Relationship objects from the database. |
BOIterator<ResourceAccess> |
EnterpriseLoadManager.loadResourceAccess(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceAccess objects from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
EnterpriseLoadManager.loadResourceAssignmentPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignment> |
EnterpriseLoadManager.loadResourceAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
EnterpriseLoadManager.loadResourceAssignmentsWithLiveSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple ResourceAssignment objects with spreads from the database. |
BOIterator<ResourceCodeAssignment> |
EnterpriseLoadManager.loadResourceCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceCodeAssignment objects from the database. |
BOIterator<ResourceCode> |
EnterpriseLoadManager.loadResourceCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceCode objects from the database. |
BOIterator<ResourceCodeType> |
EnterpriseLoadManager.loadResourceCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceCodeType objects from the database. |
BOIterator<ResourceCodeType> |
GlobalObjectManager.loadResourceCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceCodeType objects from the database. |
BOIterator<ResourceCurve> |
EnterpriseLoadManager.loadResourceCurves(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceCurve objects from the database. |
BOIterator<ResourceCurve> |
GlobalObjectManager.loadResourceCurves(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceCurve objects from the database. |
BOIterator<ResourceHour> |
EnterpriseLoadManager.loadResourceHours(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceHour objects from the database. |
BOIterator<ResourceRate> |
EnterpriseLoadManager.loadResourceRates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceRate objects from the database. |
BOIterator<ResourceRole> |
EnterpriseLoadManager.loadResourceRoles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceRole objects from the database. |
BOIterator<Resource> |
EnterpriseLoadManager.loadResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Resource objects from the database. |
BOIterator<Resource> |
GlobalObjectManager.loadResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Resource objects from the database. |
BOIterator<Resource> |
EnterpriseLoadManager.loadResourcesWithProjectResourceSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] projectObjectIds)
Loads multiple Resource objects with spreads from the database. |
BOIterator<Resource> |
GlobalObjectManager.loadResourcesWithProjectResourceSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] projectObjectIds)
Loads multiple Resource objects with spreads from the database. |
BOIterator<ResourceTeam> |
EnterpriseLoadManager.loadResourceTeams(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceTeam objects from the database. |
BOIterator<ResourceTeam> |
GlobalObjectManager.loadResourceTeams(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceTeam objects from the database. |
BOIterator<RiskCategory> |
EnterpriseLoadManager.loadRiskCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskCategory objects from the database. |
BOIterator<RiskCategory> |
GlobalObjectManager.loadRiskCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskCategory objects from the database. |
BOIterator<RiskImpact> |
EnterpriseLoadManager.loadRiskImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskImpact objects from the database. |
BOIterator<RiskMatrix> |
EnterpriseLoadManager.loadRiskMatrices(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskMatrix objects from the database. |
BOIterator<RiskMatrix> |
GlobalObjectManager.loadRiskMatrices(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskMatrix objects from the database. |
BOIterator<RiskMatrixScore> |
EnterpriseLoadManager.loadRiskMatrixScores(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskMatrixScore objects from the database. |
BOIterator<RiskMatrixScore> |
GlobalObjectManager.loadRiskMatrixScores(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskMatrixScore objects from the database. |
BOIterator<RiskMatrixThreshold> |
EnterpriseLoadManager.loadRiskMatrixThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskMatrixThreshold objects from the database. |
BOIterator<RiskMatrixThreshold> |
GlobalObjectManager.loadRiskMatrixThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskMatrixThreshold objects from the database. |
BOIterator<RiskResponseActionImpact> |
EnterpriseLoadManager.loadRiskResponseActionImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskResponseActionImpact objects from the database. |
BOIterator<RiskResponseAction> |
EnterpriseLoadManager.loadRiskResponseActions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskResponseAction objects from the database. |
BOIterator<RiskResponsePlan> |
EnterpriseLoadManager.loadRiskResponsePlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskResponsePlan objects from the database. |
BOIterator<Risk> |
EnterpriseLoadManager.loadRisks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Risk objects from the database. |
BOIterator<RiskThresholdLevel> |
EnterpriseLoadManager.loadRiskThresholdLevels(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskThresholdLevel objects from the database. |
BOIterator<RiskThresholdLevel> |
GlobalObjectManager.loadRiskThresholdLevels(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskThresholdLevel objects from the database. |
BOIterator<RiskThreshold> |
EnterpriseLoadManager.loadRiskThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskThreshold objects from the database. |
BOIterator<RiskThreshold> |
GlobalObjectManager.loadRiskThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskThreshold objects from the database. |
BOIterator<RoleLimit> |
EnterpriseLoadManager.loadRoleLimits(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RoleLimit objects from the database. |
BOIterator<RoleRate> |
EnterpriseLoadManager.loadRoleRates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RoleRate objects from the database. |
BOIterator<Role> |
EnterpriseLoadManager.loadRoles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Role objects from the database. |
BOIterator<Role> |
GlobalObjectManager.loadRoles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Role objects from the database. |
BOIterator<Role> |
EnterpriseLoadManager.loadRolesWithProjectRoleSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] projectObjectIds)
Loads multiple Role objects with spreads from the database. |
BOIterator<Role> |
GlobalObjectManager.loadRolesWithProjectRoleSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] projectObjectIds)
Loads multiple Role objects with spreads from the database. |
BOIterator<RoleTeam> |
EnterpriseLoadManager.loadRoleTeams(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RoleTeam objects from the database. |
BOIterator<RoleTeam> |
GlobalObjectManager.loadRoleTeams(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RoleTeam objects from the database. |
BOIterator<ScheduleOptions> |
EnterpriseLoadManager.loadScheduleOptions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ScheduleOptions objects from the database. |
BOIterator<ShiftPeriod> |
EnterpriseLoadManager.loadShiftPeriods(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ShiftPeriod objects from the database. |
BOIterator<Shift> |
EnterpriseLoadManager.loadShifts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Shift objects from the database. |
BOIterator<Shift> |
GlobalObjectManager.loadShifts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Shift objects from the database. |
BOIterator<ThresholdParameter> |
EnterpriseLoadManager.loadThresholdParameters(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ThresholdParameter objects from the database. |
BOIterator<ThresholdParameter> |
GlobalObjectManager.loadThresholdParameters(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ThresholdParameter objects from the database. |
BOIterator<TimesheetAudit> |
EnterpriseLoadManager.loadTimesheetAudits(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple TimesheetAudit objects from the database. |
BOIterator<TimesheetAudit> |
GlobalObjectManager.loadTimesheetAudits(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple TimesheetAudit objects from the database. |
BOIterator<TimesheetDelegate> |
EnterpriseLoadManager.loadTimesheetDelegates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple TimesheetDelegate objects from the database. |
BOIterator<TimesheetPeriod> |
EnterpriseLoadManager.loadTimesheetPeriods(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple TimesheetPeriod objects from the database. |
BOIterator<TimesheetPeriod> |
GlobalObjectManager.loadTimesheetPeriods(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple TimesheetPeriod objects from the database. |
BOIterator<Timesheet> |
EnterpriseLoadManager.loadTimesheets(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Timesheet objects from the database. |
BOIterator<UDFCode> |
EnterpriseLoadManager.loadUDFCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UDFCode objects from the database. |
BOIterator<UDFCode> |
GlobalObjectManager.loadUDFCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UDFCode objects from the database. |
BOIterator<UDFType> |
EnterpriseLoadManager.loadUDFTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UDFType objects from the database. |
BOIterator<UDFType> |
GlobalObjectManager.loadUDFTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UDFType objects from the database. |
BOIterator<UDFValue> |
EnterpriseLoadManager.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UDFValue objects from the database. |
BOIterator<UnitOfMeasure> |
EnterpriseLoadManager.loadUnitOfMeasures(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UnitOfMeasure objects from the database. |
BOIterator<UnitOfMeasure> |
GlobalObjectManager.loadUnitOfMeasures(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UnitOfMeasure objects from the database. |
BOIterator<UserFieldTitle> |
EnterpriseLoadManager.loadUserFieldTitles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UserFieldTitle objects from the database. |
BOIterator<UserFieldTitle> |
GlobalObjectManager.loadUserFieldTitles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UserFieldTitle objects from the database. |
BOIterator<UserInterfaceView> |
EnterpriseLoadManager.loadUserInterfaceViews(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UserInterfaceView objects from the database. |
BOIterator<UserLicense> |
EnterpriseLoadManager.loadUserLicenses(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UserLicense objects from the database. |
BOIterator<UserOBS> |
EnterpriseLoadManager.loadUserOBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UserOBS objects from the database. |
BOIterator<User> |
EnterpriseLoadManager.loadUsers(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple User objects from the database. |
BOIterator<User> |
GlobalObjectManager.loadUsers(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple User objects from the database. |
BOIterator<WBS> |
EnterpriseLoadManager.loadWBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple WBS objects from the database. |
BOIterator<WBSCategory> |
EnterpriseLoadManager.loadWBSCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple WBSCategory objects from the database. |
BOIterator<WBSCategory> |
GlobalObjectManager.loadWBSCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple WBSCategory objects from the database. |
BOIterator<WBSMilestone> |
EnterpriseLoadManager.loadWBSMilestones(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple WBSMilestone objects from the database. |
BOIterator<WBS> |
EnterpriseLoadManager.loadWBSWithSpreads(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
SpreadOptions... spreadOptions)
Loads multiple WBS objects with spreads from the database. |
BOIterator<WBS> |
EnterpriseLoadManager.loadWBSWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple WBS objects with spreads from the database. |
BOIterator<WBS> |
EnterpriseLoadManager.loadWBSWithWBSResourceSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] resourceObjectIds)
Loads multiple WBS objects with spreads from the database. |
BOIterator<WBS> |
EnterpriseLoadManager.loadWBSWithWBSRoleSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] roleObjectIds)
Loads multiple WBS objects with spreads from the database. |
Uses of BOIterator in com.primavera.integration.client.bo |
---|
Methods in com.primavera.integration.client.bo that return BOIterator | |
---|---|
BOIterator<T> |
BOHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
Loads business objects of this type from a given parent. |
BOIterator<T> |
BOHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple business objects of this type by ObjectId. |
Uses of BOIterator in com.primavera.integration.client.bo.helper |
---|
Methods in com.primavera.integration.client.bo.helper that return BOIterator | |
---|---|
BOIterator<ActivityCodeAssignment> |
ActivityCodeAssignmentHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ActivityCode> |
ActivityCodeHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ActivityCodeType> |
ActivityCodeTypeHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ActivityExpense> |
ActivityExpenseHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<Activity> |
ActivityHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ActivityNote> |
ActivityNoteHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ActivityOwner> |
ActivityOwnerHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ActivityPeriodActual> |
ActivityPeriodActualHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ActivityRisk> |
ActivityRiskHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ActivityStep> |
ActivityStepHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ActivityStepTemplate> |
ActivityStepTemplateHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ActivityStepTemplateItem> |
ActivityStepTemplateItemHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<BaselineProject> |
BaselineProjectHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<BaselineType> |
BaselineTypeHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<Calendar> |
CalendarHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<CostAccount> |
CostAccountHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<Currency> |
CurrencyHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<DocumentCategory> |
DocumentCategoryHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<Document> |
DocumentHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<DocumentStatusCode> |
DocumentStatusCodeHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<EPSBudgetChangeLog> |
EPSBudgetChangeLogHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<EPSFunding> |
EPSFundingHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<EPS> |
EPSHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<EPSNote> |
EPSNoteHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<EPSSpendingPlan> |
EPSSpendingPlanHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ExpenseCategory> |
ExpenseCategoryHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<FinancialPeriod> |
FinancialPeriodHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<FundingSource> |
FundingSourceHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<GlobalPreferences> |
GlobalPreferencesHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<GlobalProfile> |
GlobalProfileHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<IssueHistory> |
IssueHistoryHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<NotebookTopic> |
NotebookTopicHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<OBS> |
OBSHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<OverheadCode> |
OverheadCodeHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLogHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectCodeAssignment> |
ProjectCodeAssignmentHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectCode> |
ProjectCodeHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectCodeType> |
ProjectCodeTypeHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectCodeUser> |
ProjectCodeUserHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectDocument> |
ProjectDocumentHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectFunding> |
ProjectFundingHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<Project> |
ProjectHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectIssue> |
ProjectIssueHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectNote> |
ProjectNoteHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectPortfolio> |
ProjectPortfolioHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectProfile> |
ProjectProfileHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectResourceCategory> |
ProjectResourceCategoryHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectResource> |
ProjectResourceHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantityHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectSpendingPlan> |
ProjectSpendingPlanHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ProjectThreshold> |
ProjectThresholdHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<Relationship> |
RelationshipHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ResourceAccess> |
ResourceAccessHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ResourceAssignment> |
ResourceAssignmentHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ResourceAssignmentPeriodActual> |
ResourceAssignmentPeriodActualHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ResourceCodeAssignment> |
ResourceCodeAssignmentHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ResourceCode> |
ResourceCodeHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ResourceCodeType> |
ResourceCodeTypeHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ResourceCurve> |
ResourceCurveHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<Resource> |
ResourceHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ResourceHour> |
ResourceHourHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ResourceRate> |
ResourceRateHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ResourceRole> |
ResourceRoleHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ResourceTeam> |
ResourceTeamHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RiskCategory> |
RiskCategoryHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<Risk> |
RiskHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RiskImpact> |
RiskImpactHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RiskMatrix> |
RiskMatrixHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RiskMatrixScore> |
RiskMatrixScoreHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RiskMatrixThreshold> |
RiskMatrixThresholdHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RiskResponseAction> |
RiskResponseActionHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RiskResponseActionImpact> |
RiskResponseActionImpactHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RiskResponsePlan> |
RiskResponsePlanHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RiskThreshold> |
RiskThresholdHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RiskThresholdLevel> |
RiskThresholdLevelHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<Role> |
RoleHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RoleLimit> |
RoleLimitHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RoleRate> |
RoleRateHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RoleTeam> |
RoleTeamHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ScheduleOptions> |
ScheduleOptionsHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<Shift> |
ShiftHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ShiftPeriod> |
ShiftPeriodHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ThresholdParameter> |
ThresholdParameterHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<TimesheetAudit> |
TimesheetAuditHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<TimesheetDelegate> |
TimesheetDelegateHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<Timesheet> |
TimesheetHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<TimesheetPeriod> |
TimesheetPeriodHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<UDFCode> |
UDFCodeHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<UDFType> |
UDFTypeHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<UDFValue> |
UDFValueHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<UnitOfMeasure> |
UnitOfMeasureHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<UserFieldTitle> |
UserFieldTitleHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<User> |
UserHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<UserInterfaceView> |
UserInterfaceViewHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<UserLicense> |
UserLicenseHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<UserOBS> |
UserOBSHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<WBSCategory> |
WBSCategoryHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<WBS> |
WBSHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<WBSMilestone> |
WBSMilestoneHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<ActivityCodeAssignment> |
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. |
BOIterator<ActivityCode> |
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. |
BOIterator<ActivityCodeType> |
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. |
BOIterator<ActivityExpense> |
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. |
BOIterator<Activity> |
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. |
BOIterator<ActivityNote> |
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. |
BOIterator<ActivityOwner> |
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. |
BOIterator<ActivityPeriodActual> |
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. |
BOIterator<ActivityRisk> |
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. |
BOIterator<ActivityStep> |
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. |
BOIterator<ActivityStepTemplate> |
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. |
BOIterator<ActivityStepTemplateItem> |
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. |
BOIterator<BaselineProject> |
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. |
BOIterator<BaselineType> |
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. |
BOIterator<Calendar> |
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. |
BOIterator<CostAccount> |
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. |
BOIterator<Currency> |
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. |
BOIterator<DocumentCategory> |
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. |
BOIterator<Document> |
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. |
BOIterator<DocumentStatusCode> |
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. |
BOIterator<EPSBudgetChangeLog> |
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. |
BOIterator<EPSFunding> |
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. |
BOIterator<EPS> |
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. |
BOIterator<EPSNote> |
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. |
BOIterator<EPSSpendingPlan> |
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. |
BOIterator<ExpenseCategory> |
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. |
BOIterator<FinancialPeriod> |
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. |
BOIterator<FundingSource> |
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. |
BOIterator<GlobalPreferences> |
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. |
BOIterator<GlobalProfile> |
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. |
BOIterator<IssueHistory> |
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. |
BOIterator<NotebookTopic> |
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. |
BOIterator<OBS> |
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. |
BOIterator<OverheadCode> |
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. |
BOIterator<ProjectBudgetChangeLog> |
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. |
BOIterator<ProjectCodeAssignment> |
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. |
BOIterator<ProjectCode> |
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. |
BOIterator<ProjectCodeType> |
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. |
BOIterator<ProjectCodeUser> |
ProjectCodeUserHelper.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. |
BOIterator<ProjectDocument> |
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. |
BOIterator<ProjectFunding> |
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. |
BOIterator<Project> |
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. |
BOIterator<ProjectIssue> |
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. |
BOIterator<ProjectNote> |
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. |
BOIterator<ProjectPortfolio> |
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. |
BOIterator<ProjectProfile> |
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. |
BOIterator<ProjectResourceCategory> |
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. |
BOIterator<ProjectResource> |
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. |
BOIterator<ProjectResourceQuantity> |
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. |
BOIterator<ProjectSpendingPlan> |
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. |
BOIterator<ProjectThreshold> |
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. |
BOIterator<Relationship> |
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. |
BOIterator<ResourceAccess> |
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. |
BOIterator<ResourceAssignment> |
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. |
BOIterator<ResourceAssignmentPeriodActual> |
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. |
BOIterator<ResourceCodeAssignment> |
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. |
BOIterator<ResourceCode> |
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. |
BOIterator<ResourceCodeType> |
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. |
BOIterator<ResourceCurve> |
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. |
BOIterator<Resource> |
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. |
BOIterator<ResourceHour> |
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. |
BOIterator<ResourceRate> |
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. |
BOIterator<ResourceRole> |
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. |
BOIterator<ResourceTeam> |
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. |
BOIterator<RiskCategory> |
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. |
BOIterator<Risk> |
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. |
BOIterator<RiskImpact> |
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. |
BOIterator<RiskMatrix> |
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. |
BOIterator<RiskMatrixScore> |
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. |
BOIterator<RiskMatrixThreshold> |
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. |
BOIterator<RiskResponseAction> |
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. |
BOIterator<RiskResponseActionImpact> |
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. |
BOIterator<RiskResponsePlan> |
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. |
BOIterator<RiskThreshold> |
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. |
BOIterator<RiskThresholdLevel> |
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. |
BOIterator<Role> |
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. |
BOIterator<RoleLimit> |
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. |
BOIterator<RoleRate> |
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. |
BOIterator<RoleTeam> |
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. |
BOIterator<ScheduleOptions> |
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. |
BOIterator<Shift> |
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. |
BOIterator<ShiftPeriod> |
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. |
BOIterator<ThresholdParameter> |
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. |
BOIterator<TimesheetAudit> |
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. |
BOIterator<TimesheetDelegate> |
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. |
BOIterator<Timesheet> |
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. |
BOIterator<TimesheetPeriod> |
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. |
BOIterator<UDFCode> |
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. |
BOIterator<UDFType> |
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. |
BOIterator<UDFValue> |
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. |
BOIterator<UnitOfMeasure> |
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. |
BOIterator<UserFieldTitle> |
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. |
BOIterator<User> |
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. |
BOIterator<UserInterfaceView> |
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. |
BOIterator<UserLicense> |
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. |
BOIterator<UserOBS> |
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. |
BOIterator<WBSCategory> |
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. |
BOIterator<WBS> |
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. |
BOIterator<WBSMilestone> |
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. |
BOIterator<ActivityCodeAssignment> |
ActivityCodeAssignmentHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityCode> |
ActivityCodeHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityCodeType> |
ActivityCodeTypeHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityExpense> |
ActivityExpenseHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<Activity> |
ActivityHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityNote> |
ActivityNoteHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityOwner> |
ActivityOwnerHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityPeriodActual> |
ActivityPeriodActualHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityRisk> |
ActivityRiskHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityStep> |
ActivityStepHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityStepTemplate> |
ActivityStepTemplateHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityStepTemplateItem> |
ActivityStepTemplateItemHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<BaselineProject> |
BaselineProjectHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<BaselineType> |
BaselineTypeHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<Calendar> |
CalendarHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<CostAccount> |
CostAccountHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<Currency> |
CurrencyHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<DocumentCategory> |
DocumentCategoryHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<Document> |
DocumentHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<DocumentStatusCode> |
DocumentStatusCodeHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<EPSBudgetChangeLog> |
EPSBudgetChangeLogHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<EPSFunding> |
EPSFundingHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<EPS> |
EPSHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<EPSNote> |
EPSNoteHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<EPSSpendingPlan> |
EPSSpendingPlanHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ExpenseCategory> |
ExpenseCategoryHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<FinancialPeriod> |
FinancialPeriodHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<FundingSource> |
FundingSourceHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<GlobalPreferences> |
GlobalPreferencesHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<GlobalProfile> |
GlobalProfileHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<IssueHistory> |
IssueHistoryHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<NotebookTopic> |
NotebookTopicHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<OBS> |
OBSHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<OverheadCode> |
OverheadCodeHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLogHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectCodeAssignment> |
ProjectCodeAssignmentHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectCode> |
ProjectCodeHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectCodeType> |
ProjectCodeTypeHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectCodeUser> |
ProjectCodeUserHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectDocument> |
ProjectDocumentHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectFunding> |
ProjectFundingHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<Project> |
ProjectHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectIssue> |
ProjectIssueHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectNote> |
ProjectNoteHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectPortfolio> |
ProjectPortfolioHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectProfile> |
ProjectProfileHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectResourceCategory> |
ProjectResourceCategoryHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectResource> |
ProjectResourceHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantityHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectSpendingPlan> |
ProjectSpendingPlanHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectThreshold> |
ProjectThresholdHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<Relationship> |
RelationshipHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceAccess> |
ResourceAccessHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceAssignment> |
ResourceAssignmentHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceAssignmentPeriodActual> |
ResourceAssignmentPeriodActualHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceCodeAssignment> |
ResourceCodeAssignmentHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceCode> |
ResourceCodeHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceCodeType> |
ResourceCodeTypeHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceCurve> |
ResourceCurveHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<Resource> |
ResourceHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceHour> |
ResourceHourHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceRate> |
ResourceRateHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceRole> |
ResourceRoleHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceTeam> |
ResourceTeamHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskCategory> |
RiskCategoryHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<Risk> |
RiskHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskImpact> |
RiskImpactHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskMatrix> |
RiskMatrixHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskMatrixScore> |
RiskMatrixScoreHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskMatrixThreshold> |
RiskMatrixThresholdHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskResponseAction> |
RiskResponseActionHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskResponseActionImpact> |
RiskResponseActionImpactHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskResponsePlan> |
RiskResponsePlanHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskThreshold> |
RiskThresholdHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskThresholdLevel> |
RiskThresholdLevelHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<Role> |
RoleHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RoleLimit> |
RoleLimitHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RoleRate> |
RoleRateHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RoleTeam> |
RoleTeamHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ScheduleOptions> |
ScheduleOptionsHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<Shift> |
ShiftHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ShiftPeriod> |
ShiftPeriodHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ThresholdParameter> |
ThresholdParameterHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<TimesheetAudit> |
TimesheetAuditHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<TimesheetDelegate> |
TimesheetDelegateHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<Timesheet> |
TimesheetHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<TimesheetPeriod> |
TimesheetPeriodHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<UDFCode> |
UDFCodeHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<UDFType> |
UDFTypeHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<UDFValue> |
UDFValueHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<UnitOfMeasure> |
UnitOfMeasureHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<UserFieldTitle> |
UserFieldTitleHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<User> |
UserHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<UserInterfaceView> |
UserInterfaceViewHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<UserLicense> |
UserLicenseHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<UserOBS> |
UserOBSHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<WBSCategory> |
WBSCategoryHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<WBS> |
WBSHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<WBSMilestone> |
WBSMilestoneHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityCodeAssignment> |
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. |
BOIterator<ActivityCode> |
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. |
BOIterator<ActivityCodeType> |
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. |
BOIterator<ActivityExpense> |
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. |
BOIterator<Activity> |
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. |
BOIterator<ActivityNote> |
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. |
BOIterator<ActivityOwner> |
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. |
BOIterator<ActivityPeriodActual> |
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. |
BOIterator<ActivityRisk> |
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. |
BOIterator<ActivityStep> |
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. |
BOIterator<ActivityStepTemplate> |
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. |
BOIterator<ActivityStepTemplateItem> |
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. |
BOIterator<BaselineProject> |
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. |
BOIterator<BaselineType> |
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. |
BOIterator<Calendar> |
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. |
BOIterator<CostAccount> |
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. |
BOIterator<Currency> |
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. |
BOIterator<DocumentCategory> |
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. |
BOIterator<Document> |
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. |
BOIterator<DocumentStatusCode> |
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. |
BOIterator<EPSBudgetChangeLog> |
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. |
BOIterator<EPSFunding> |
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. |
BOIterator<EPS> |
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. |
BOIterator<EPSNote> |
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. |
BOIterator<EPSSpendingPlan> |
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. |
BOIterator<ExpenseCategory> |
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. |
BOIterator<FinancialPeriod> |
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. |
BOIterator<FundingSource> |
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. |
BOIterator<GlobalPreferences> |
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. |
BOIterator<GlobalProfile> |
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. |
BOIterator<IssueHistory> |
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. |
BOIterator<NotebookTopic> |
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. |
BOIterator<OBS> |
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. |
BOIterator<OverheadCode> |
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. |
BOIterator<ProjectBudgetChangeLog> |
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. |
BOIterator<ProjectCodeAssignment> |
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. |
BOIterator<ProjectCode> |
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. |
BOIterator<ProjectCodeType> |
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. |
BOIterator<ProjectCodeUser> |
ProjectCodeUserHelper.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. |
BOIterator<ProjectDocument> |
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. |
BOIterator<ProjectFunding> |
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. |
BOIterator<Project> |
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. |
BOIterator<ProjectIssue> |
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. |
BOIterator<ProjectNote> |
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. |
BOIterator<ProjectPortfolio> |
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. |
BOIterator<ProjectProfile> |
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. |
BOIterator<ProjectResourceCategory> |
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. |
BOIterator<ProjectResource> |
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. |
BOIterator<ProjectResourceQuantity> |
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. |
BOIterator<ProjectSpendingPlan> |
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. |
BOIterator<ProjectThreshold> |
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. |
BOIterator<Relationship> |
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. |
BOIterator<ResourceAccess> |
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. |
BOIterator<ResourceAssignment> |
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. |
BOIterator<ResourceAssignmentPeriodActual> |
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. |
BOIterator<ResourceCodeAssignment> |
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. |
BOIterator<ResourceCode> |
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. |
BOIterator<ResourceCodeType> |
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. |
BOIterator<ResourceCurve> |
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. |
BOIterator<Resource> |
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. |
BOIterator<ResourceHour> |
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. |
BOIterator<ResourceRate> |
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. |
BOIterator<ResourceRole> |
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. |
BOIterator<ResourceTeam> |
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. |
BOIterator<RiskCategory> |
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. |
BOIterator<Risk> |
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. |
BOIterator<RiskImpact> |
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. |
BOIterator<RiskMatrix> |
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. |
BOIterator<RiskMatrixScore> |
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. |
BOIterator<RiskMatrixThreshold> |
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. |
BOIterator<RiskResponseAction> |
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. |
BOIterator<RiskResponseActionImpact> |
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. |
BOIterator<RiskResponsePlan> |
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. |
BOIterator<RiskThreshold> |
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. |
BOIterator<RiskThresholdLevel> |
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. |
BOIterator<Role> |
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. |
BOIterator<RoleLimit> |
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. |
BOIterator<RoleRate> |
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. |
BOIterator<RoleTeam> |
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. |
BOIterator<ScheduleOptions> |
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. |
BOIterator<Shift> |
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. |
BOIterator<ShiftPeriod> |
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. |
BOIterator<ThresholdParameter> |
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. |
BOIterator<TimesheetAudit> |
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. |
BOIterator<TimesheetDelegate> |
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. |
BOIterator<Timesheet> |
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. |
BOIterator<TimesheetPeriod> |
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. |
BOIterator<UDFCode> |
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. |
BOIterator<UDFType> |
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. |
BOIterator<UDFValue> |
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. |
BOIterator<UnitOfMeasure> |
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. |
BOIterator<UserFieldTitle> |
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. |
BOIterator<User> |
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. |
BOIterator<UserInterfaceView> |
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. |
BOIterator<UserLicense> |
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. |
BOIterator<UserOBS> |
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. |
BOIterator<WBSCategory> |
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. |
BOIterator<WBS> |
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. |
BOIterator<WBSMilestone> |
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. |
BOIterator<ActivityCodeAssignment> |
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. |
BOIterator<ActivityCode> |
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. |
BOIterator<ActivityCodeType> |
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. |
BOIterator<ActivityExpense> |
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. |
BOIterator<Activity> |
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. |
BOIterator<ActivityNote> |
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. |
BOIterator<ActivityOwner> |
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. |
BOIterator<ActivityPeriodActual> |
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. |
BOIterator<ActivityRisk> |
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. |
BOIterator<ActivityStep> |
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. |
BOIterator<ActivityStepTemplate> |
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. |
BOIterator<ActivityStepTemplateItem> |
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. |
BOIterator<BaselineProject> |
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. |
BOIterator<BaselineType> |
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. |
BOIterator<Calendar> |
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. |
BOIterator<CostAccount> |
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. |
BOIterator<Currency> |
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. |
BOIterator<DocumentCategory> |
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. |
BOIterator<Document> |
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. |
BOIterator<DocumentStatusCode> |
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. |
BOIterator<EPSBudgetChangeLog> |
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. |
BOIterator<EPSFunding> |
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. |
BOIterator<EPS> |
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. |
BOIterator<EPSNote> |
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. |
BOIterator<EPSSpendingPlan> |
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. |
BOIterator<ExpenseCategory> |
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. |
BOIterator<FinancialPeriod> |
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. |
BOIterator<FundingSource> |
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. |
BOIterator<GlobalPreferences> |
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. |
BOIterator<GlobalProfile> |
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. |
BOIterator<IssueHistory> |
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. |
BOIterator<NotebookTopic> |
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. |
BOIterator<OBS> |
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. |
BOIterator<OverheadCode> |
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. |
BOIterator<ProjectBudgetChangeLog> |
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. |
BOIterator<ProjectCodeAssignment> |
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. |
BOIterator<ProjectCode> |
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. |
BOIterator<ProjectCodeType> |
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. |
BOIterator<ProjectCodeUser> |
ProjectCodeUserHelper.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. |
BOIterator<ProjectDocument> |
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. |
BOIterator<ProjectFunding> |
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. |
BOIterator<Project> |
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. |
BOIterator<ProjectIssue> |
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. |
BOIterator<ProjectNote> |
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. |
BOIterator<ProjectPortfolio> |
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. |
BOIterator<ProjectProfile> |
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. |
BOIterator<ProjectResourceCategory> |
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. |
BOIterator<ProjectResource> |
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. |
BOIterator<ProjectResourceQuantity> |
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. |
BOIterator<ProjectSpendingPlan> |
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. |
BOIterator<ProjectThreshold> |
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. |
BOIterator<Relationship> |
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. |
BOIterator<ResourceAccess> |
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. |
BOIterator<ResourceAssignment> |
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. |
BOIterator<ResourceAssignmentPeriodActual> |
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. |
BOIterator<ResourceCodeAssignment> |
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. |
BOIterator<ResourceCode> |
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. |
BOIterator<ResourceCodeType> |
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. |
BOIterator<ResourceCurve> |
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. |
BOIterator<Resource> |
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. |
BOIterator<ResourceHour> |
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. |
BOIterator<ResourceRate> |
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. |
BOIterator<ResourceRole> |
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. |
BOIterator<ResourceTeam> |
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. |
BOIterator<RiskCategory> |
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. |
BOIterator<Risk> |
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. |
BOIterator<RiskImpact> |
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. |
BOIterator<RiskMatrix> |
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. |
BOIterator<RiskMatrixScore> |
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. |
BOIterator<RiskMatrixThreshold> |
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. |
BOIterator<RiskResponseAction> |
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. |
BOIterator<RiskResponseActionImpact> |
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. |
BOIterator<RiskResponsePlan> |
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. |
BOIterator<RiskThreshold> |
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. |
BOIterator<RiskThresholdLevel> |
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. |
BOIterator<Role> |
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. |
BOIterator<RoleLimit> |
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. |
BOIterator<RoleRate> |
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. |
BOIterator<RoleTeam> |
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. |
BOIterator<ScheduleOptions> |
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. |
BOIterator<Shift> |
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. |
BOIterator<ShiftPeriod> |
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. |
BOIterator<ThresholdParameter> |
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. |
BOIterator<TimesheetAudit> |
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. |
BOIterator<TimesheetDelegate> |
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. |
BOIterator<Timesheet> |
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. |
BOIterator<TimesheetPeriod> |
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. |
BOIterator<UDFCode> |
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. |
BOIterator<UDFType> |
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. |
BOIterator<UDFValue> |
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. |
BOIterator<UnitOfMeasure> |
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. |
BOIterator<UserFieldTitle> |
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. |
BOIterator<User> |
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. |
BOIterator<UserInterfaceView> |
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. |
BOIterator<UserLicense> |
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. |
BOIterator<UserOBS> |
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. |
BOIterator<WBSCategory> |
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. |
BOIterator<WBS> |
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. |
BOIterator<WBSMilestone> |
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. |
Uses of BOIterator in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return BOIterator | |
---|---|
static BOIterator<WBSMilestone> |
WBSMilestone.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple WBSMilestone objects from the database. |
static BOIterator<WBSCategory> |
WBSCategory.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple WBSCategory objects from the database. |
static BOIterator<WBS> |
WBS.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple WBS objects from the database. |
static BOIterator<UserOBS> |
UserOBS.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple UserOBS objects from the database. |
static BOIterator<UserLicense> |
UserLicense.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple UserLicense objects from the database. |
static BOIterator<UserInterfaceView> |
UserInterfaceView.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple UserInterfaceView objects from the database. |
static BOIterator<UserFieldTitle> |
UserFieldTitle.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple UserFieldTitle objects from the database. |
static BOIterator<User> |
User.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple User objects from the database. |
static BOIterator<UnitOfMeasure> |
UnitOfMeasure.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple UnitOfMeasure objects from the database. |
static BOIterator<UDFValue> |
UDFValue.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple UDFValue objects from the database. |
static BOIterator<UDFType> |
UDFType.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple UDFType objects from the database. |
static BOIterator<UDFCode> |
UDFCode.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple UDFCode objects from the database. |
static BOIterator<TimesheetPeriod> |
TimesheetPeriod.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple TimesheetPeriod objects from the database. |
static BOIterator<TimesheetDelegate> |
TimesheetDelegate.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple TimesheetDelegate objects from the database. |
static BOIterator<TimesheetAudit> |
TimesheetAudit.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple TimesheetAudit objects from the database. |
static BOIterator<Timesheet> |
Timesheet.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple Timesheet objects from the database. |
static BOIterator<ThresholdParameter> |
ThresholdParameter.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ThresholdParameter objects from the database. |
static BOIterator<ShiftPeriod> |
ShiftPeriod.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ShiftPeriod objects from the database. |
static BOIterator<Shift> |
Shift.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple Shift objects from the database. |
static BOIterator<ScheduleOptions> |
ScheduleOptions.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ScheduleOptions objects from the database. |
static BOIterator<RoleTeam> |
RoleTeam.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RoleTeam objects from the database. |
static BOIterator<RoleRate> |
RoleRate.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RoleRate objects from the database. |
static BOIterator<RoleLimit> |
RoleLimit.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RoleLimit objects from the database. |
static BOIterator<Role> |
Role.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple Role objects from the database. |
static BOIterator<RiskThresholdLevel> |
RiskThresholdLevel.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RiskThresholdLevel objects from the database. |
static BOIterator<RiskThreshold> |
RiskThreshold.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RiskThreshold objects from the database. |
static BOIterator<RiskResponsePlan> |
RiskResponsePlan.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RiskResponsePlan objects from the database. |
static BOIterator<RiskResponseActionImpact> |
RiskResponseActionImpact.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RiskResponseActionImpact objects from the database. |
static BOIterator<RiskResponseAction> |
RiskResponseAction.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RiskResponseAction objects from the database. |
static BOIterator<RiskMatrixThreshold> |
RiskMatrixThreshold.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RiskMatrixThreshold objects from the database. |
static BOIterator<RiskMatrixScore> |
RiskMatrixScore.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RiskMatrixScore objects from the database. |
static BOIterator<RiskMatrix> |
RiskMatrix.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RiskMatrix objects from the database. |
static BOIterator<RiskImpact> |
RiskImpact.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RiskImpact objects from the database. |
static BOIterator<RiskCategory> |
RiskCategory.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RiskCategory objects from the database. |
static BOIterator<Risk> |
Risk.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple Risk objects from the database. |
static BOIterator<ResourceTeam> |
ResourceTeam.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ResourceTeam objects from the database. |
static BOIterator<ResourceRole> |
ResourceRole.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ResourceRole objects from the database. |
static BOIterator<ResourceRate> |
ResourceRate.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ResourceRate objects from the database. |
static BOIterator<ResourceHour> |
ResourceHour.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ResourceHour objects from the database. |
static BOIterator<ResourceCurve> |
ResourceCurve.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ResourceCurve objects from the database. |
static BOIterator<ResourceCodeType> |
ResourceCodeType.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ResourceCodeType objects from the database. |
static BOIterator<ResourceCodeAssignment> |
ResourceCodeAssignment.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ResourceCodeAssignment objects from the database. |
static BOIterator<ResourceCode> |
ResourceCode.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ResourceCode objects from the database. |
static BOIterator<ResourceAssignmentPeriodActual> |
ResourceAssignmentPeriodActual.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ResourceAssignmentPeriodActual objects from the database. |
static BOIterator<ResourceAssignment> |
ResourceAssignment.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ResourceAssignment objects from the database. |
static BOIterator<ResourceAccess> |
ResourceAccess.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ResourceAccess objects from the database. |
static BOIterator<Resource> |
Resource.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple Resource objects from the database. |
static BOIterator<Relationship> |
Relationship.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple Relationship objects from the database. |
static BOIterator<ProjectThreshold> |
ProjectThreshold.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectThreshold objects from the database. |
static BOIterator<ProjectSpendingPlan> |
ProjectSpendingPlan.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectSpendingPlan objects from the database. |
static BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantity.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectResourceQuantity objects from the database. |
static BOIterator<ProjectResourceCategory> |
ProjectResourceCategory.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectResourceCategory objects from the database. |
static BOIterator<ProjectResource> |
ProjectResource.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectResource objects from the database. |
static BOIterator<ProjectProfile> |
ProjectProfile.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectProfile objects from the database. |
static BOIterator<ProjectPortfolio> |
ProjectPortfolio.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectPortfolio objects from the database. |
static BOIterator<ProjectNote> |
ProjectNote.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectNote objects from the database. |
static BOIterator<ProjectIssue> |
ProjectIssue.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectIssue objects from the database. |
static BOIterator<ProjectFunding> |
ProjectFunding.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectFunding objects from the database. |
static BOIterator<ProjectDocument> |
ProjectDocument.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectDocument objects from the database. |
static BOIterator<ProjectCodeUser> |
ProjectCodeUser.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectCodeUser objects from the database. |
static BOIterator<ProjectCodeType> |
ProjectCodeType.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectCodeType objects from the database. |
static BOIterator<ProjectCodeAssignment> |
ProjectCodeAssignment.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectCodeAssignment objects from the database. |
static BOIterator<ProjectCode> |
ProjectCode.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectCode objects from the database. |
static BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLog.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ProjectBudgetChangeLog objects from the database. |
static BOIterator<Project> |
Project.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple Project objects from the database. |
static BOIterator<OverheadCode> |
OverheadCode.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple OverheadCode objects from the database. |
static BOIterator<OBS> |
OBS.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple OBS objects from the database. |
static BOIterator<NotebookTopic> |
NotebookTopic.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple NotebookTopic objects from the database. |
static BOIterator<IssueHistory> |
IssueHistory.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple IssueHistory objects from the database. |
static BOIterator<GlobalProfile> |
GlobalProfile.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple GlobalProfile objects from the database. |
static BOIterator<FundingSource> |
FundingSource.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple FundingSource objects from the database. |
static BOIterator<FinancialPeriod> |
FinancialPeriod.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple FinancialPeriod objects from the database. |
static BOIterator<ExpenseCategory> |
ExpenseCategory.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ExpenseCategory objects from the database. |
static BOIterator<EPSSpendingPlan> |
EPSSpendingPlan.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple EPSSpendingPlan objects from the database. |
static BOIterator<EPSNote> |
EPSNote.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple EPSNote objects from the database. |
static BOIterator<EPSFunding> |
EPSFunding.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple EPSFunding objects from the database. |
static BOIterator<EPSBudgetChangeLog> |
EPSBudgetChangeLog.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple EPSBudgetChangeLog objects from the database. |
static BOIterator<EPS> |
EPS.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple EPS objects from the database. |
static BOIterator<DocumentStatusCode> |
DocumentStatusCode.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple DocumentStatusCode objects from the database. |
static BOIterator<DocumentCategory> |
DocumentCategory.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple DocumentCategory objects from the database. |
static BOIterator<Document> |
Document.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple Document objects from the database. |
static BOIterator<Currency> |
Currency.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple Currency objects from the database. |
static BOIterator<CostAccount> |
CostAccount.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple CostAccount objects from the database. |
static BOIterator<Calendar> |
Calendar.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple Calendar objects from the database. |
static BOIterator<BaselineType> |
BaselineType.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple BaselineType objects from the database. |
static BOIterator<BaselineProject> |
BaselineProject.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple BaselineProject objects from the database. |
static BOIterator<ActivityStepTemplateItem> |
ActivityStepTemplateItem.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ActivityStepTemplateItem objects from the database. |
static BOIterator<ActivityStepTemplate> |
ActivityStepTemplate.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ActivityStepTemplate objects from the database. |
static BOIterator<ActivityStep> |
ActivityStep.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ActivityStep objects from the database. |
static BOIterator<ActivityRisk> |
ActivityRisk.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ActivityRisk objects from the database. |
static BOIterator<ActivityPeriodActual> |
ActivityPeriodActual.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ActivityPeriodActual objects from the database. |
static BOIterator<ActivityOwner> |
ActivityOwner.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ActivityOwner objects from the database. |
static BOIterator<ActivityNote> |
ActivityNote.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ActivityNote objects from the database. |
static BOIterator<ActivityExpense> |
ActivityExpense.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ActivityExpense objects from the database. |
static BOIterator<ActivityCodeType> |
ActivityCodeType.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ActivityCodeType objects from the database. |
static BOIterator<ActivityCodeAssignment> |
ActivityCodeAssignment.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ActivityCodeAssignment objects from the database. |
static BOIterator<ActivityCode> |
ActivityCode.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple ActivityCode objects from the database. |
static BOIterator<Activity> |
Activity.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple Activity objects from the database. |
BOIterator<Activity> |
WBS.loadActivities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<Activity> |
Resource.loadActivities(String[] fields,
String sWhereClause,
String sOrderBy)
Load the Activity objects to which this Resource is assigned as a ResourceAssignment. |
BOIterator<Activity> |
Calendar.loadActivities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<Activity> |
ActivityCode.loadActivities(String[] fields,
String sWhereClause,
String sOrderBy)
Load the Activity objects to which this activity code is assigned. |
BOIterator<ActivityCodeAssignment> |
WBS.loadActivityCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCodeAssignment> |
ActivityCodeType.loadActivityCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCodeAssignment> |
ActivityCode.loadActivityCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCodeAssignment> |
Activity.loadActivityCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCode> |
ActivityCode.loadActivityCodeChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityCode objects from the database. |
BOIterator<ActivityCodeType> |
Project.loadActivityCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityCodeType objects from the database. |
BOIterator<ActivityCodeType> |
EPS.loadActivityCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityCodeType objects from the database. |
BOIterator<ActivityCodeType> |
BaselineProject.loadActivityCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityCodeType objects from the database. |
BOIterator<ActivityExpense> |
WBS.loadActivityExpenses(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityExpense> |
ExpenseCategory.loadActivityExpenses(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityExpense> |
CostAccount.loadActivityExpenses(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityExpense> |
Activity.loadActivityExpenses(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityNote> |
WBS.loadActivityNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityNote> |
NotebookTopic.loadActivityNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityNote> |
Activity.loadActivityNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityOwner> |
User.loadActivityOwners(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityOwner objects from the database. |
BOIterator<ActivityPeriodActual> |
WBS.loadActivityPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityPeriodActual objects from the database. |
BOIterator<ActivityPeriodActual> |
FinancialPeriod.loadActivityPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityPeriodActual objects from the database. |
BOIterator<ActivityPeriodActual> |
Activity.loadActivityPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityPeriodActual objects from the database. |
BOIterator<ActivityRisk> |
Risk.loadActivityRisks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityRisk objects from the database. |
BOIterator<ActivityRisk> |
Activity.loadActivityRisks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityRisk objects from the database. |
BOIterator<ActivityStep> |
WBS.loadActivitySteps(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityStep objects from the database. |
BOIterator<ActivityStep> |
Activity.loadActivitySteps(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityStep objects from the database. |
BOIterator<ActivityStepTemplateItem> |
ActivityStepTemplate.loadActivityStepTemplateItems(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityStepTemplateItem objects from the database. |
BOIterator<Activity> |
WBS.loadAllActivities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads the associated Activity objects with all child WBS under this WBS from the database. |
BOIterator<Activity> |
Project.loadAllActivities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<Activity> |
BaselineProject.loadAllActivities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<Activity> |
Project.loadAllActivitiesWithLiveSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple associated Activity objects with spreads from the database. |
BOIterator<Activity> |
BaselineProject.loadAllActivitiesWithLiveSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple associated Activity objects with spreads from the database. |
BOIterator<ActivityCodeAssignment> |
Project.loadAllActivityCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCodeAssignment> |
BaselineProject.loadAllActivityCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCode> |
ActivityCodeType.loadAllActivityCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityCode objects from the database. |
BOIterator<ActivityExpense> |
WBS.loadAllActivityExpenses(String[] fields,
String sWhereClause,
String sOrderBy)
Loads the associated ActivityExpense objects with all child WBS under this WBS from the database. |
BOIterator<ActivityExpense> |
Project.loadAllActivityExpenses(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityExpense> |
BaselineProject.loadAllActivityExpenses(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityNote> |
Project.loadAllActivityNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityNote> |
BaselineProject.loadAllActivityNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityOwner> |
Project.loadAllActivityOwners(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityOwner objects from the database. |
BOIterator<ActivityOwner> |
BaselineProject.loadAllActivityOwners(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityOwner objects from the database. |
BOIterator<ActivityPeriodActual> |
Project.loadAllActivityPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityPeriodActual objects from the database. |
BOIterator<ActivityPeriodActual> |
BaselineProject.loadAllActivityPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityPeriodActual objects from the database. |
BOIterator<ActivityRisk> |
Project.loadAllActivityRisks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityRisk objects from the database. |
BOIterator<ActivityRisk> |
BaselineProject.loadAllActivityRisks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityRisk objects from the database. |
BOIterator<ActivityStep> |
Project.loadAllActivitySteps(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityStep objects from the database. |
BOIterator<ActivityStep> |
BaselineProject.loadAllActivitySteps(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ActivityStep objects from the database. |
BOIterator<BaselineProject> |
Project.loadAllBaselineProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated BaselineProject objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
Project.loadAllProjectBudgetChangeLogs(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
BaselineProject.loadAllProjectBudgetChangeLogs(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectCode> |
ProjectCodeType.loadAllProjectCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectCode objects from the database. |
BOIterator<ProjectIssue> |
Project.loadAllProjectIssues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
BaselineProject.loadAllProjectIssues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectNote> |
Project.loadAllProjectNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
BOIterator<ProjectNote> |
BaselineProject.loadAllProjectNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
BOIterator<ProjectResourceQuantity> |
Project.loadAllProjectResourceQuantities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectResourceQuantity objects from the database. |
BOIterator<ProjectResource> |
Project.loadAllProjectResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectResource> |
BaselineProject.loadAllProjectResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<Project> |
EPS.loadAllProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Return all child Projects from this EPS and its all descendent EPS. |
BOIterator<ProjectSpendingPlan> |
Project.loadAllProjectSpendingPlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectSpendingPlan objects from the database. |
BOIterator<ProjectSpendingPlan> |
BaselineProject.loadAllProjectSpendingPlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectSpendingPlan objects from the database. |
BOIterator<ProjectThreshold> |
Project.loadAllProjectThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<ProjectThreshold> |
BaselineProject.loadAllProjectThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
Project.loadAllResourceAssignmentPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
BaselineProject.loadAllResourceAssignmentPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignment> |
WBS.loadAllResourceAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads the associated ResourceAssignment objects with all child WBS under this WBS from the database. |
BOIterator<ResourceAssignment> |
Project.loadAllResourceAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
BaselineProject.loadAllResourceAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
Project.loadAllResourceAssignmentsWithLiveSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple associated ResourceAssignment objects with spreads from the database. |
BOIterator<ResourceAssignment> |
BaselineProject.loadAllResourceAssignmentsWithLiveSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple associated ResourceAssignment objects with spreads from the database. |
BOIterator<ResourceCode> |
ResourceCodeType.loadAllResourceCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceCode objects from the database. |
BOIterator<Resource> |
Project.loadAllResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Resource objects from the database. |
BOIterator<UDFValue> |
Project.loadAllUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
BaselineProject.loadAllUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<WBS> |
WBS.loadAllWBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads all child WBS objects under this WBS from the database. |
BOIterator<WBS> |
Project.loadAllWBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBS> |
BaselineProject.loadAllWBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBSMilestone> |
Project.loadAllWBSMilestones(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated WBSMilestone objects from the database. |
BOIterator<WBSMilestone> |
BaselineProject.loadAllWBSMilestones(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated WBSMilestone objects from the database. |
BOIterator<WBS> |
Project.loadAllWBSWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple associated WBS objects with spreads from the database. |
BOIterator<WBS> |
BaselineProject.loadAllWBSWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple associated WBS objects with spreads from the database. |
BOIterator<BaselineProject> |
BaselineType.loadBaselineProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated BaselineProject objects from the database. |
BOIterator<UDFValue> |
Project.loadCalculatedUDFValues(UDFType[] udfTypes)
Loads multiple associated UDFValue objects |
BOIterator<CostAccount> |
CostAccount.loadCostAccountChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated CostAccount objects from the database. |
BOIterator<Document> |
Document.loadDocumentChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Document objects from the database. |
BOIterator<Document> |
Resource.loadDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Document objects from the database. |
BOIterator<Document> |
Project.loadDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Document objects from the database. |
BOIterator<Document> |
DocumentStatusCode.loadDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Document objects from the database. |
BOIterator<Document> |
DocumentCategory.loadDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Document objects from the database. |
BOIterator<Document> |
BaselineProject.loadDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Document objects from the database. |
BOIterator<EPS> |
OBS.loadEPS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated EPS objects from the database. |
BOIterator<EPSBudgetChangeLog> |
EPS.loadEPSBudgetChangeLogs(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated EPSBudgetChangeLog objects from the database. |
BOIterator<EPS> |
EPS.loadEPSChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated EPS objects from the database. |
BOIterator<EPSFunding> |
FundingSource.loadEPSFundings(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated EPSFunding objects from the database. |
BOIterator<EPSFunding> |
EPS.loadEPSFundings(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated EPSFunding objects from the database. |
BOIterator<EPSNote> |
NotebookTopic.loadEPSNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated EPSNote objects from the database. |
BOIterator<EPSNote> |
EPS.loadEPSNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated EPSNote objects from the database. |
BOIterator<EPSSpendingPlan> |
EPS.loadEPSSpendingPlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated EPSSpendingPlan objects from the database. |
BOIterator<FundingSource> |
FundingSource.loadFundingSourceChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated FundingSource objects from the database. |
BOIterator<IssueHistory> |
Project.loadIssueHistories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated IssueHistory objects from the database. |
BOIterator<IssueHistory> |
BaselineProject.loadIssueHistories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated IssueHistory objects from the database. |
BOIterator<OBS> |
OBS.loadOBSChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated OBS objects from the database. |
BOIterator<Relationship> |
Activity.loadPredecessorRelationships(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Relationship objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
WBS.loadProjectBudgetChangeLogs(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<Calendar> |
Project.loadProjectCalendars(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Calendar objects from the database. |
BOIterator<Calendar> |
BaselineProject.loadProjectCalendars(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Calendar objects from the database. |
BOIterator<Project> |
EPS.loadProjectChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Project objects from the database. |
BOIterator<Project> |
EPS.loadProjectChildrenWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple associated Project objects with spreads from the database. |
BOIterator<ProjectCodeAssignment> |
ProjectCodeType.loadProjectCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectCodeAssignment objects from the database. |
BOIterator<ProjectCodeAssignment> |
ProjectCode.loadProjectCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectCodeAssignment objects from the database. |
BOIterator<ProjectCodeAssignment> |
Project.loadProjectCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectCodeAssignment objects from the database. |
BOIterator<ProjectCodeAssignment> |
BaselineProject.loadProjectCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectCodeAssignment objects from the database. |
BOIterator<ProjectCode> |
ProjectCode.loadProjectCodeChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectCode objects from the database. |
BOIterator<ProjectCodeUser> |
User.loadProjectCodeUsers(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectCodeUser objects from the database. |
BOIterator<ProjectDocument> |
WBS.loadProjectDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectDocument objects from the database. |
BOIterator<ProjectDocument> |
Project.loadProjectDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectDocument objects from the database. |
BOIterator<ProjectDocument> |
Document.loadProjectDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectDocument objects from the database. |
BOIterator<ProjectDocument> |
BaselineProject.loadProjectDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectDocument objects from the database. |
BOIterator<ProjectDocument> |
Activity.loadProjectDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectDocument objects from the database. |
BOIterator<ProjectFunding> |
Project.loadProjectFundings(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectFunding objects from the database. |
BOIterator<ProjectFunding> |
FundingSource.loadProjectFundings(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectFunding objects from the database. |
BOIterator<ProjectFunding> |
BaselineProject.loadProjectFundings(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectFunding objects from the database. |
BOIterator<ProjectIssue> |
WBS.loadProjectIssues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
ThresholdParameter.loadProjectIssues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
Resource.loadProjectIssues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
ProjectThreshold.loadProjectIssues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
OBS.loadProjectIssues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
Activity.loadProjectIssues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<Activity> |
Project.loadProjectLevelActivities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<Activity> |
BaselineProject.loadProjectLevelActivities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
Project.loadProjectLevelBudgetChangeLogs(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
BaselineProject.loadProjectLevelBudgetChangeLogs(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectIssue> |
Project.loadProjectLevelIssues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
BaselineProject.loadProjectLevelIssues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectNote> |
Project.loadProjectLevelNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
BOIterator<ProjectNote> |
BaselineProject.loadProjectLevelNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
BOIterator<ProjectResource> |
Project.loadProjectLevelResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectResource> |
BaselineProject.loadProjectLevelResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectSpendingPlan> |
Project.loadProjectLevelSpendingPlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectSpendingPlan objects from the database. |
BOIterator<ProjectSpendingPlan> |
BaselineProject.loadProjectLevelSpendingPlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectSpendingPlan objects from the database. |
BOIterator<ProjectThreshold> |
Project.loadProjectLevelThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<ProjectThreshold> |
BaselineProject.loadProjectLevelThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<UDFValue> |
Project.loadProjectLevelUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
BaselineProject.loadProjectLevelUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<WBSMilestone> |
Project.loadProjectLevelWBSMilestones(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated WBSMilestone objects from the database. |
BOIterator<WBSMilestone> |
BaselineProject.loadProjectLevelWBSMilestones(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated WBSMilestone objects from the database. |
BOIterator<ProjectNote> |
WBS.loadProjectNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
BOIterator<ProjectNote> |
NotebookTopic.loadProjectNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
BOIterator<ProjectPortfolio> |
User.loadProjectPortfolios(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectPortfolio objects from the database. |
BOIterator<ProjectResourceQuantity> |
ProjectResource.loadProjectResourceQuantities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectResourceQuantity objects from the database. |
BOIterator<ProjectResource> |
WBS.loadProjectResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectResource> |
Resource.loadProjectResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectResource> |
ProjectResourceCategory.loadProjectResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<Project> |
RiskMatrix.loadProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Project objects from the database. |
BOIterator<Project> |
ProjectPortfolio.loadProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Load the project objects contained in the project portfolio. |
BOIterator<Project> |
ProjectCode.loadProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Load the Project objects to which this project code is assigned. |
BOIterator<Project> |
OBS.loadProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Project objects from the database. |
BOIterator<Project> |
Calendar.loadProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Project objects from the database. |
BOIterator<ProjectSpendingPlan> |
WBS.loadProjectSpendingPlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectSpendingPlan objects from the database. |
BOIterator<ProjectThreshold> |
WBS.loadProjectThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<ProjectThreshold> |
ThresholdParameter.loadProjectThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<ProjectThreshold> |
OBS.loadProjectThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<Relationship> |
Project.loadRelationships(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Relationship objects from the database. |
BOIterator<Relationship> |
BaselineProject.loadRelationships(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Relationship objects from the database. |
BOIterator<ResourceAccess> |
Resource.loadResourceAccess(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAccess objects from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
WBS.loadResourceAssignmentPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
ResourceAssignment.loadResourceAssignmentPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
FinancialPeriod.loadResourceAssignmentPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignment> |
WBS.loadResourceAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
Role.loadResourceAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
ResourceCurve.loadResourceAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
Resource.loadResourceAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
CostAccount.loadResourceAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
Activity.loadResourceAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
Resource.loadResourceAssignmentsWithLiveSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple associated ResourceAssignment objects with spreads from the database. |
BOIterator<ResourceAssignment> |
Activity.loadResourceAssignmentsWithLiveSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple associated ResourceAssignment objects with spreads from the database. |
BOIterator<Resource> |
Resource.loadResourceChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Resource objects from the database. |
BOIterator<ResourceCodeAssignment> |
ResourceCodeType.loadResourceCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceCodeAssignment objects from the database. |
BOIterator<ResourceCodeAssignment> |
ResourceCode.loadResourceCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceCodeAssignment objects from the database. |
BOIterator<ResourceCodeAssignment> |
Resource.loadResourceCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceCodeAssignment objects from the database. |
BOIterator<ResourceCode> |
ResourceCode.loadResourceCodeChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceCode objects from the database. |
BOIterator<ResourceHour> |
TimesheetPeriod.loadResourceHours(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceHour> |
Timesheet.loadResourceHours(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceHour> |
ResourceAssignment.loadResourceHours(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceHour> |
Resource.loadResourceHours(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceHour> |
Project.loadResourceHours(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceHour> |
OverheadCode.loadResourceHours(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceHour> |
BaselineProject.loadResourceHours(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceRate> |
Resource.loadResourceRates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceRate objects from the database. |
BOIterator<ResourceRole> |
Role.loadResourceRoles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceRole objects from the database. |
BOIterator<ResourceRole> |
Resource.loadResourceRoles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceRole objects from the database. |
BOIterator<Resource> |
UnitOfMeasure.loadResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Resource objects from the database. |
BOIterator<Resource> |
ResourceTeam.loadResources(String[] fields,
String sWhereClause,
String sOrderBy)
Load the resource objects contained in the resource team. |
BOIterator<Resource> |
ResourceCode.loadResources(String[] fields,
String sWhereClause,
String sOrderBy)
Load the Resource objects to which this resource code is assigned. |
BOIterator<Resource> |
Currency.loadResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Resource objects from the database. |
BOIterator<Resource> |
Calendar.loadResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Resource objects from the database. |
BOIterator<ResourceTeam> |
User.loadResourceTeams(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ResourceTeam objects from the database. |
BOIterator<RiskImpact> |
RiskThresholdLevel.loadRiskImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskImpact objects from the database. |
BOIterator<RiskImpact> |
RiskThreshold.loadRiskImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskImpact objects from the database. |
BOIterator<RiskImpact> |
Risk.loadRiskImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskImpact objects from the database. |
BOIterator<RiskImpact> |
Project.loadRiskImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskImpact objects from the database. |
BOIterator<RiskImpact> |
BaselineProject.loadRiskImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskImpact objects from the database. |
BOIterator<RiskMatrixScore> |
RiskMatrix.loadRiskMatrixScores(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskMatrixScore objects from the database. |
BOIterator<RiskMatrixThreshold> |
RiskThreshold.loadRiskMatrixThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskMatrixThreshold objects from the database. |
BOIterator<RiskMatrixThreshold> |
RiskMatrix.loadRiskMatrixThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskMatrixThreshold objects from the database. |
BOIterator<RiskResponseActionImpact> |
RiskThresholdLevel.loadRiskResponseActionImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseActionImpact objects from the database. |
BOIterator<RiskResponseActionImpact> |
RiskThreshold.loadRiskResponseActionImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseActionImpact objects from the database. |
BOIterator<RiskResponseActionImpact> |
RiskResponseAction.loadRiskResponseActionImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseActionImpact objects from the database. |
BOIterator<RiskResponseActionImpact> |
Project.loadRiskResponseActionImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseActionImpact objects from the database. |
BOIterator<RiskResponseActionImpact> |
BaselineProject.loadRiskResponseActionImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseActionImpact objects from the database. |
BOIterator<RiskResponseAction> |
RiskResponsePlan.loadRiskResponseActions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseAction objects from the database. |
BOIterator<RiskResponseAction> |
Project.loadRiskResponseActions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseAction objects from the database. |
BOIterator<RiskResponseAction> |
BaselineProject.loadRiskResponseActions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseAction objects from the database. |
BOIterator<RiskResponseAction> |
Activity.loadRiskResponseActions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseAction objects from the database. |
BOIterator<RiskResponsePlan> |
Risk.loadRiskResponsePlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponsePlan objects from the database. |
BOIterator<RiskResponsePlan> |
Project.loadRiskResponsePlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponsePlan objects from the database. |
BOIterator<RiskResponsePlan> |
BaselineProject.loadRiskResponsePlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponsePlan objects from the database. |
BOIterator<Risk> |
RiskCategory.loadRisks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Risk objects from the database. |
BOIterator<Risk> |
Resource.loadRisks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Risk objects from the database. |
BOIterator<Risk> |
Project.loadRisks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Risk objects from the database. |
BOIterator<Risk> |
BaselineProject.loadRisks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Risk objects from the database. |
BOIterator<RiskThresholdLevel> |
RiskThreshold.loadRiskThresholdLevels(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskThresholdLevel objects from the database. |
BOIterator<Role> |
Role.loadRoleChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Role objects from the database. |
BOIterator<RoleLimit> |
Role.loadRoleLimits(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RoleLimit objects from the database. |
BOIterator<Role> |
RoleTeam.loadRoles(String[] fields,
String sWhereClause,
String sOrderBy)
Load the role objects contained in the role team. |
BOIterator<RoleTeam> |
User.loadRoleTeams(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RoleTeam objects from the database. |
BOIterator<ActivityCode> |
ActivityCodeType.loadRootActivityCodes(String[] fields)
Loads all root ActivityCode 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. |
BOIterator<ProjectCode> |
ProjectCodeType.loadRootProjectCodes(String[] fields)
Loads all root ProjectCode objects from the database. |
BOIterator<ResourceCode> |
ResourceCodeType.loadRootResourceCodes(String[] fields)
Loads all root ResourceCode objects 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. |
BOIterator<ShiftPeriod> |
Shift.loadShiftPeriods(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated ShiftPeriod objects from the database. |
BOIterator<Relationship> |
Activity.loadSuccessorRelationships(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Relationship objects from the database. |
BOIterator<Timesheet> |
TimesheetPeriod.loadTimesheets(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Timesheet objects from the database. |
BOIterator<Timesheet> |
Resource.loadTimesheets(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated Timesheet objects from the database. |
BOIterator<UDFCode> |
UDFType.loadUDFCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFCode objects from the database. |
BOIterator<UDFValue> |
WBS.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
UDFType.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
UDFCode.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
Risk.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
ResourceAssignment.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
Resource.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
ProjectIssue.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
EPS.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
Document.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
ActivityStepTemplateItem.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
ActivityStep.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
ActivityExpense.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
Activity.loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UserLicense> |
User.loadUserLicenses(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UserLicense objects from the database. |
BOIterator<UserOBS> |
User.loadUserOBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UserOBS objects from the database. |
BOIterator<UserOBS> |
ProjectProfile.loadUserOBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UserOBS objects from the database. |
BOIterator<UserOBS> |
OBS.loadUserOBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated UserOBS objects from the database. |
BOIterator<User> |
GlobalProfile.loadUsers(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated User objects from the database. |
BOIterator<User> |
Currency.loadUsers(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated User objects from the database. |
BOIterator<WBS> |
WBSCategory.loadWBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBS> |
OBS.loadWBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBS> |
WBS.loadWBSChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBS> |
Project.loadWBSChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBS> |
BaselineProject.loadWBSChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBS> |
WBS.loadWBSChildrenWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple associated WBS objects with spreads from the database. |
BOIterator<WBS> |
Project.loadWBSChildrenWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple associated WBS objects with spreads from the database. |
BOIterator<WBS> |
BaselineProject.loadWBSChildrenWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple associated WBS objects with spreads from the database. |
BOIterator<WBSMilestone> |
WBS.loadWBSMilestones(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated WBSMilestone objects 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 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 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 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 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 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 BOIterator<WBS> |
WBS.loadWithSpreads(Session session,
String[] nonSpreadFields,
ObjectId[] objIds,
SpreadOptions... spreadOptions)
Loads multiple WBS 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 BOIterator<BaselineProject> |
BaselineProject.loadWithSpreads(Session session,
String[] nonSpreadFields,
ObjectId[] objIds,
SpreadOptions... spreadOptions)
Loads multiple BaselineProject objects 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<Project> |
Project.loadWithSpreads(Session session,
String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
SpreadOptions... spreadOptions)
Loads multiple Project objects 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<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 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 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 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 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 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. |
|
Primavera Integration API 8.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |