public class EnterpriseLoadManager extends Object
The Enterprise Load Manager is used for loading all types of business objects directly with an optional where clause. The EnterpriseLoadManager is retrieved for a particular session by calling Session.getEnterpriseLoadManager()
Modifier and Type | Method and Description |
---|---|
BOIterator<Activity> |
loadActivities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Activity objects from the database.
|
BOIterator<Activity> |
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> |
loadActivityCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityCodeAssignment objects from the database.
|
BOIterator<ActivityCode> |
loadActivityCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityCode objects from the database.
|
BOIterator<ActivityCodeType> |
loadActivityCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityCodeType objects from the database.
|
BOIterator<ActivityCodeUpdate> |
loadActivityCodeUpdates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityCodeUpdate objects from the database.
|
BOIterator<ActivityComment> |
loadActivityComments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityComment objects from the database.
|
BOIterator<ActivityExpense> |
loadActivityExpenses(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityExpense objects from the database.
|
BOIterator<ActivityFilter> |
loadActivityFilters(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityFilter objects from the database.
|
BOIterator<ActivityNote> |
loadActivityNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityNote objects from the database.
|
BOIterator<ActivityNoteUpdate> |
loadActivityNoteUpdates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityNoteUpdate objects from the database.
|
BOIterator<ActivityOwner> |
loadActivityOwners(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityOwner objects from the database.
|
BOIterator<ActivityPeriodActual> |
loadActivityPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityPeriodActual objects from the database.
|
BOIterator<ActivityRisk> |
loadActivityRisks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityRisk objects from the database.
|
BOIterator<ActivityStepCreate> |
loadActivityStepCreates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityStepCreate objects from the database.
|
BOIterator<ActivityStepDelete> |
loadActivityStepDeletes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityStepDelete objects from the database.
|
BOIterator<ActivityStep> |
loadActivitySteps(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityStep objects from the database.
|
BOIterator<ActivityStepTemplateItem> |
loadActivityStepTemplateItems(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityStepTemplateItem objects from the database.
|
BOIterator<ActivityStepTemplate> |
loadActivityStepTemplates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityStepTemplate objects from the database.
|
BOIterator<ActivityStepUpdate> |
loadActivityStepUpdates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityStepUpdate objects from the database.
|
BOIterator<ActivityUpdate> |
loadActivityUpdates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ActivityUpdate objects from the database.
|
BOIterator<Alert> |
loadAlerts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Alert objects from the database.
|
BOIterator<AutovueAttr> |
loadAutovueAttrs(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple AutovueAttr objects from the database.
|
BOIterator<UDFValue> |
loadBaselineProjectCalculatedUDFValues(UDFType[] udfTypes,
String whereClause,
String sOrderBy)
Loads multiple associated
UDFValue objects. |
BOIterator<BaselineProject> |
loadBaselineProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple BaselineProject objects from the database.
|
BOIterator<BaselineProject> |
loadBaselineProjectsWithExpenseCategoryCBSSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] expensecategorycbsObjectIds)
Loads multiple BaselineProject objects with spreads from the database.
|
BOIterator<BaselineProject> |
loadBaselineProjectsWithResourceAssignmentCBSSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] resourcecbsObjectIds)
Loads multiple BaselineProject objects with spreads from the database.
|
BOIterator<BaselineProject> |
loadBaselineProjectsWithSpreads(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
SpreadOptions... spreadOptions)
Loads multiple BaselineProject objects with spreads from the database.
|
BOIterator<BaselineProject> |
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> |
loadBaselineTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple BaselineType objects from the database.
|
BOIterator<Calendar> |
loadCalendars(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Calendar objects from the database.
|
BOIterator<CBSDurationSummary> |
loadCBSDurationSummarys(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple CBSDurationSummary objects from the database.
|
BOIterator<CBS> |
loadCBSs(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple CBS objects from the database.
|
BOIterator<ChangeSet> |
loadChangeSets(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ChangeSet objects from the database.
|
BOIterator<CostAccount> |
loadCostAccounts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple CostAccount objects from the database.
|
BOIterator<Currency> |
loadCurrencies(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Currency objects from the database.
|
BOIterator<DocumentCategory> |
loadDocumentCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple DocumentCategory objects from the database.
|
BOIterator<Document> |
loadDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Document objects from the database.
|
BOIterator<DocumentStatusCode> |
loadDocumentStatusCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple DocumentStatusCode objects from the database.
|
BOIterator<EPS> |
loadEPS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPS objects from the database.
|
BOIterator<EPSBudgetChangeLog> |
loadEPSBudgetChangeLogs(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPSBudgetChangeLog objects from the database.
|
BOIterator<EPSFunding> |
loadEPSFundings(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPSFunding objects from the database.
|
BOIterator<EPSNote> |
loadEPSNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPSNote objects from the database.
|
BOIterator<EPSSpendingPlan> |
loadEPSSpendingPlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPSSpendingPlan objects from the database.
|
BOIterator<EPS> |
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> |
loadExpenseCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ExpenseCategory objects from the database.
|
BOIterator<FinancialPeriod> |
loadFinancialPeriods(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple FinancialPeriod objects from the database.
|
BOIterator<FinancialPeriodTemplate> |
loadFinancialPeriodTemplates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple FinancialPeriodTemplate objects from the database.
|
BOIterator<FundingSource> |
loadFundingSources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple FundingSource objects from the database.
|
BOIterator<GatewayDeployment> |
loadGatewayDeployments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple GatewayDeployment objects from the database.
|
GlobalPreferences |
loadGlobalPreferences(String[] fields)
Loads the GlobalPreferences object from the database.
|
BOIterator<GlobalProfile> |
loadGlobalProfiles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple GlobalProfile objects from the database.
|
BOIterator<GlobalReplace> |
loadGlobalReplace(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple GlobalReplace objects from the database.
|
BOIterator<ImportOptionsTemplate> |
loadImportOptionsTemplates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ImportOptionsTemplate objects from the database.
|
BOIterator<IssueHistory> |
loadIssueHistories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple IssueHistory objects from the database.
|
BOIterator<JobService> |
loadJobServices(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple JobService objects from the database.
|
BOIterator<LeanTask> |
loadLeanTasks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple LeanTask objects from the database.
|
BOIterator<Location> |
loadLocations(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Location objects from the database.
|
BOIterator<MSPTemplate> |
loadMSPTemplates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple MSPTemplate objects from the database.
|
BOIterator<NotebookTopic> |
loadNotebookTopics(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple NotebookTopic objects from the database.
|
BOIterator<OBS> |
loadOBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple OBS objects from the database.
|
BOIterator<OverheadCode> |
loadOverheadCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple OverheadCode objects from the database.
|
BOIterator<Profile> |
loadProfiles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Profile objects from the database.
|
BOIterator<ProjectBudgetChangeLog> |
loadProjectBudgetChangeLogs(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectBudgetChangeLog objects from the database.
|
BOIterator<UDFValue> |
loadProjectCalculatedUDFValues(UDFType[] udfTypes,
String whereClause,
String sOrderBy)
Loads multiple associated
UDFValue objects. |
BOIterator<ProjectCodeAssignment> |
loadProjectCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectCodeAssignment objects from the database.
|
BOIterator<ProjectCode> |
loadProjectCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectCode objects from the database.
|
BOIterator<ProjectCodeType> |
loadProjectCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectCodeType objects from the database.
|
BOIterator<ProjectDeployment> |
loadProjectDeployments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectDeployment objects from the database.
|
BOIterator<ProjectDocument> |
loadProjectDocuments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectDocument objects from the database.
|
BOIterator<ProjectFunding> |
loadProjectFundings(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectFunding objects from the database.
|
BOIterator<ProjectIssue> |
loadProjectIssues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectIssue objects from the database.
|
BOIterator<ProjectNote> |
loadProjectNotes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectNote objects from the database.
|
BOIterator<ProjectPortfolio> |
loadProjectPortfolios(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectPortfolio objects from the database.
|
BOIterator<ProjectProfile> |
loadProjectProfiles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectProfile objects from the database.
|
BOIterator<ProjectResourceCategory> |
loadProjectResourceCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectResourceCategory objects from the database.
|
BOIterator<ProjectResourceQuantity> |
loadProjectResourceQuantities(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectResourceQuantity objects from the database.
|
BOIterator<ProjectResource> |
loadProjectResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectResource objects from the database.
|
BOIterator<Project> |
loadProjects(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Project objects from the database.
|
BOIterator<ProjectSpendingPlan> |
loadProjectSpendingPlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectSpendingPlan objects from the database.
|
BOIterator<Project> |
loadProjectsWithExpenseCategoryCBSSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] expensecategorycbsObjectIds)
Loads multiple Project objects with spreads from the database.
|
BOIterator<Project> |
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> |
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> |
loadProjectsWithResourceAssignmentCBSSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative,
ObjectId[] resourcecbsObjectIds)
Loads multiple Project objects with spreads from the database.
|
BOIterator<Project> |
loadProjectsWithSpreads(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
SpreadOptions... spreadOptions)
Loads multiple Project objects with spreads from the database.
|
BOIterator<Project> |
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> |
loadProjectThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ProjectThreshold objects from the database.
|
BOIterator<Relationship> |
loadRelationships(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Relationship objects from the database.
|
BOIterator<ResourceAccess> |
loadResourceAccess(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceAccess objects from the database.
|
BOIterator<ResourceAssignmentCodeAssignment> |
loadResourceAssignmentCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceAssignmentCodeAssignment objects from the database.
|
BOIterator<ResourceAssignmentCode> |
loadResourceAssignmentCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceAssignmentCode objects from the database.
|
BOIterator<ResourceAssignmentCodeType> |
loadResourceAssignmentCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceAssignmentCodeType objects from the database.
|
BOIterator<ResourceAssignmentCreate> |
loadResourceAssignmentCreates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceAssignmentCreate objects from the database.
|
BOIterator<ResourceAssignmentPeriodActual> |
loadResourceAssignmentPeriodActuals(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceAssignmentPeriodActual objects from the database.
|
BOIterator<ResourceAssignment> |
loadResourceAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceAssignment objects from the database.
|
BOIterator<ResourceAssignment> |
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<ResourceAssignment> |
loadResourceAssignmentsWithPeriodPerformanceSpread(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<ResourceAssignmentUpdate> |
loadResourceAssignmentUpdates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceAssignmentUpdate objects from the database.
|
BOIterator<ResourceCodeAssignment> |
loadResourceCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceCodeAssignment objects from the database.
|
BOIterator<ResourceCode> |
loadResourceCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceCode objects from the database.
|
BOIterator<ResourceCodeType> |
loadResourceCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceCodeType objects from the database.
|
BOIterator<ResourceCurve> |
loadResourceCurves(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceCurve objects from the database.
|
BOIterator<ResourceHour> |
loadResourceHours(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceHour objects from the database.
|
BOIterator<ResourceLocation> |
loadResourceLocations(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceLocation objects from the database.
|
BOIterator<ResourceRate> |
loadResourceRates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceRate objects from the database.
|
BOIterator<ResourceRole> |
loadResourceRoles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceRole objects from the database.
|
BOIterator<Resource> |
loadResources(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Resource objects from the database.
|
BOIterator<Resource> |
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> |
loadResourceTeams(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ResourceTeam objects from the database.
|
BOIterator<RiskCategory> |
loadRiskCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskCategory objects from the database.
|
BOIterator<RiskImpact> |
loadRiskImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskImpact objects from the database.
|
BOIterator<RiskMatrix> |
loadRiskMatrices(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskMatrix objects from the database.
|
BOIterator<RiskMatrixScore> |
loadRiskMatrixScores(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskMatrixScore objects from the database.
|
BOIterator<RiskMatrixThreshold> |
loadRiskMatrixThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskMatrixThreshold objects from the database.
|
BOIterator<RiskResponseActionImpact> |
loadRiskResponseActionImpacts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskResponseActionImpact objects from the database.
|
BOIterator<RiskResponseAction> |
loadRiskResponseActions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskResponseAction objects from the database.
|
BOIterator<RiskResponsePlan> |
loadRiskResponsePlans(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskResponsePlan objects from the database.
|
BOIterator<Risk> |
loadRisks(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Risk objects from the database.
|
BOIterator<RiskThresholdLevel> |
loadRiskThresholdLevels(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskThresholdLevel objects from the database.
|
BOIterator<RiskThreshold> |
loadRiskThresholds(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskThreshold objects from the database.
|
BOIterator<RoleCodeAssignment> |
loadRoleCodeAssignments(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RoleCodeAssignment objects from the database.
|
BOIterator<RoleCode> |
loadRoleCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RoleCode objects from the database.
|
BOIterator<RoleCodeType> |
loadRoleCodeTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RoleCodeType objects from the database.
|
BOIterator<RoleLimit> |
loadRoleLimits(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RoleLimit objects from the database.
|
BOIterator<RoleRate> |
loadRoleRates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RoleRate objects from the database.
|
BOIterator<Role> |
loadRoles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Role objects from the database.
|
BOIterator<Role> |
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> |
loadRoleTeams(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RoleTeam objects from the database.
|
BOIterator<ScheduleCheckOption> |
loadScheduleCheckOptions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ScheduleCheckOption objects from the database.
|
BOIterator<ScheduleOptions> |
loadScheduleOptions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ScheduleOptions objects from the database.
|
BOIterator<ShiftPeriod> |
loadShiftPeriods(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ShiftPeriod objects from the database.
|
BOIterator<Shift> |
loadShifts(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Shift objects from the database.
|
BOIterator<StepUserDefinedValueUpdate> |
loadStepUserDefinedValueUpdates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple StepUserDefinedValueUpdate objects from the database.
|
BOIterator<ThresholdParameter> |
loadThresholdParameters(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple ThresholdParameter objects from the database.
|
BOIterator<TimesheetAudit> |
loadTimesheetAudits(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple TimesheetAudit objects from the database.
|
BOIterator<TimesheetDelegate> |
loadTimesheetDelegates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple TimesheetDelegate objects from the database.
|
BOIterator<TimesheetPeriod> |
loadTimesheetPeriods(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple TimesheetPeriod objects from the database.
|
BOIterator<Timesheet> |
loadTimesheets(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Timesheet objects from the database.
|
BOIterator<UDFCode> |
loadUDFCodes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UDFCode objects from the database.
|
BOIterator<UDFType> |
loadUDFTypes(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UDFType objects from the database.
|
BOIterator<UDFValue> |
loadUDFValues(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UDFValue objects from the database.
|
BOIterator<UnitOfMeasure> |
loadUnitOfMeasures(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UnitOfMeasure objects from the database.
|
BOIterator<UpdateBaselineOption> |
loadUpdateBaselineOption(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UpdateBaselineOption objects from the database.
|
BOIterator<UserConsent> |
loadUserConsent(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UserConsent objects from the database.
|
BOIterator<UserDefinedValueUpdate> |
loadUserDefinedValueUpdates(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UserDefinedValueUpdate objects from the database.
|
BOIterator<UserFieldTitle> |
loadUserFieldTitles(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UserFieldTitle objects from the database.
|
BOIterator<UserInterfaceView> |
loadUserInterfaceViews(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UserInterfaceView objects from the database.
|
BOIterator<UserLicense> |
loadUserLicenses(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UserLicense objects from the database.
|
BOIterator<UserOBS> |
loadUserOBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple UserOBS objects from the database.
|
BOIterator<User> |
loadUsers(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple User objects from the database.
|
BOIterator<WBS> |
loadWBS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple WBS objects from the database.
|
BOIterator<WBSCategory> |
loadWBSCategories(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple WBSCategory objects from the database.
|
BOIterator<WBSMilestone> |
loadWBSMilestones(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple WBSMilestone objects from the database.
|
BOIterator<WbsReviewers> |
loadWbsReviewerss(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple WbsReviewers objects from the database.
|
BOIterator<WBS> |
loadWBSWithSpreads(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
SpreadOptions... spreadOptions)
Loads multiple WBS objects with spreads from the database.
|
BOIterator<WBS> |
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> |
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> |
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.
|
public BOIterator<CostAccount> loadCostAccounts(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Activity> loadActivities(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Activity> loadActivitiesWithLiveSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityCodeAssignment> loadActivityCodeAssignments(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityCode> loadActivityCodes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityCodeType> loadActivityCodeTypes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityCodeUpdate> loadActivityCodeUpdates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityComment> loadActivityComments(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectDocument> loadProjectDocuments(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityExpense> loadActivityExpenses(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityFilter> loadActivityFilters(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityNote> loadActivityNotes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityNoteUpdate> loadActivityNoteUpdates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityOwner> loadActivityOwners(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityPeriodActual> loadActivityPeriodActuals(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityRisk> loadActivityRisks(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityStep> loadActivitySteps(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityStepTemplate> loadActivityStepTemplates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityStepTemplateItem> loadActivityStepTemplateItems(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityUpdate> loadActivityUpdates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Alert> loadAlerts(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceAssignment> loadResourceAssignments(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceAssignment> loadResourceAssignmentsWithLiveSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceAssignment> loadResourceAssignmentsWithPeriodPerformanceSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceAssignmentCodeAssignment> loadResourceAssignmentCodeAssignments(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceAssignmentCode> loadResourceAssignmentCodes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceAssignmentCodeType> loadResourceAssignmentCodeTypes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceAssignmentCreate> loadResourceAssignmentCreates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceAssignmentPeriodActual> loadResourceAssignmentPeriodActuals(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceAssignmentUpdate> loadResourceAssignmentUpdates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<AutovueAttr> loadAutovueAttrs(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Calendar> loadCalendars(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UDFValue> loadBaselineProjectCalculatedUDFValues(UDFType[] udfTypes, String whereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
UDFValue
objects.
Note The where and order by clauses can only specify
fields available on the primary BusinessObject
udfTypes
- the udf types to load UDFValue
objects forwhereClause
- where clausesOrderBy
- order by clauseServerException
NetworkException
BusinessObjectException
public BOIterator<BaselineProject> loadBaselineProjects(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<BaselineProject> loadBaselineProjectsWithSummarizedSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<BaselineProject> loadBaselineProjectsWithResourceAssignmentCBSSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourcecbsObjectIds) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataresourcecbsObjectIds
- object ids of the ResourceCBS objectsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<BaselineProject> loadBaselineProjectsWithExpenseCategoryCBSSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] expensecategorycbsObjectIds) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataexpensecategorycbsObjectIds
- object ids of the ExpenseCategoryCBS objectsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<BaselineProject> loadBaselineProjectsWithSpreads(String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadOptions
- spread optionsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<BaselineType> loadBaselineTypes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectBudgetChangeLog> loadProjectBudgetChangeLogs(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<CBS> loadCBSs(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ChangeSet> loadChangeSets(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Relationship> loadRelationships(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<EPS> loadEPS(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<EPS> loadEPSWithSummarizedSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<EPSBudgetChangeLog> loadEPSBudgetChangeLogs(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<EPSFunding> loadEPSFundings(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<EPSNote> loadEPSNotes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<EPSSpendingPlan> loadEPSSpendingPlans(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ExpenseCategory> loadExpenseCategories(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<FinancialPeriod> loadFinancialPeriods(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<FinancialPeriodTemplate> loadFinancialPeriodTemplates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<FundingSource> loadFundingSources(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<GatewayDeployment> loadGatewayDeployments(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic GlobalPreferences loadGlobalPreferences(String[] fields) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<GlobalProfile> loadGlobalProfiles(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<GlobalReplace> loadGlobalReplace(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ImportOptionsTemplate> loadImportOptionsTemplates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<IssueHistory> loadIssueHistories(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<JobService> loadJobServices(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<LeanTask> loadLeanTasks(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Location> loadLocations(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<MSPTemplate> loadMSPTemplates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<OverheadCode> loadOverheadCodes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<NotebookTopic> loadNotebookTopics(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<OBS> loadOBS(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<WBSCategory> loadWBSCategories(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Currency> loadCurrencies(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Profile> loadProfiles(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UDFValue> loadProjectCalculatedUDFValues(UDFType[] udfTypes, String whereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
UDFValue
objects.
Note The where and order by clauses can only specify
fields available on the primary BusinessObject
udfTypes
- the udf types to load UDFValue
objects forwhereClause
- where clausesOrderBy
- order by clauseServerException
NetworkException
BusinessObjectException
public BOIterator<Project> loadProjects(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Project> loadProjectsWithSummarizedSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Project> loadProjectsWithProjectResourceSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataresourceObjectIds
- object ids of the Resource objectsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Project> loadProjectsWithResourceAssignmentCBSSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourcecbsObjectIds) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataresourcecbsObjectIds
- object ids of the ResourceCBS objectsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Project> loadProjectsWithExpenseCategoryCBSSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] expensecategorycbsObjectIds) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataexpensecategorycbsObjectIds
- object ids of the ExpenseCategoryCBS objectsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Project> loadProjectsWithProjectRoleSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataroleObjectIds
- object ids of the Role objectsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Project> loadProjectsWithSpreads(String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadOptions
- spread optionsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectCode> loadProjectCodes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectCodeType> loadProjectCodeTypes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectDeployment> loadProjectDeployments(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectFunding> loadProjectFundings(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectIssue> loadProjectIssues(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectPortfolio> loadProjectPortfolios(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectProfile> loadProjectProfiles(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectCodeAssignment> loadProjectCodeAssignments(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectThreshold> loadProjectThresholds(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<CBSDurationSummary> loadCBSDurationSummarys(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Resource> loadResources(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Resource> loadResourcesWithProjectResourceSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataprojectObjectIds
- object ids of the Project objectsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceCurve> loadResourceCurves(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RiskCategory> loadRiskCategories(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceHour> loadResourceHours(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceLocation> loadResourceLocations(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceTeam> loadResourceTeams(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceRate> loadResourceRates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceCodeAssignment> loadResourceCodeAssignments(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceRole> loadResourceRoles(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UserInterfaceView> loadUserInterfaceViews(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceAccess> loadResourceAccess(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RiskImpact> loadRiskImpacts(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RiskMatrixScore> loadRiskMatrixScores(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RiskMatrixThreshold> loadRiskMatrixThresholds(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RiskResponseAction> loadRiskResponseActions(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RiskResponseActionImpact> loadRiskResponseActionImpacts(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RiskResponsePlan> loadRiskResponsePlans(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RiskMatrix> loadRiskMatrices(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RiskThresholdLevel> loadRiskThresholdLevels(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RiskThreshold> loadRiskThresholds(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RoleCode> loadRoleCodes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RoleLimit> loadRoleLimits(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RoleTeam> loadRoleTeams(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RoleRate> loadRoleRates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RoleCodeAssignment> loadRoleCodeAssignments(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ScheduleOptions> loadScheduleOptions(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Shift> loadShifts(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ShiftPeriod> loadShiftPeriods(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityStepCreate> loadActivityStepCreates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityStepDelete> loadActivityStepDeletes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ActivityStepUpdate> loadActivityStepUpdates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ThresholdParameter> loadThresholdParameters(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Timesheet> loadTimesheets(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<TimesheetAudit> loadTimesheetAudits(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<TimesheetPeriod> loadTimesheetPeriods(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UnitOfMeasure> loadUnitOfMeasures(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Document> loadDocuments(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UserFieldTitle> loadUserFieldTitles(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UserConsent> loadUserConsent(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UDFCode> loadUDFCodes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<User> loadUsers(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UserLicense> loadUserLicenses(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UserOBS> loadUserOBS(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<WBS> loadWBS(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<WBS> loadWBSWithSummarizedSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<WBS> loadWBSWithWBSResourceSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] resourceObjectIds) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataresourceObjectIds
- object ids of the Resource objectsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<WBS> loadWBSWithWBSRoleSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] roleObjectIds) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataroleObjectIds
- object ids of the Role objectsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<WBS> loadWBSWithSpreads(String[] nonSpreadFields, String sWhereClause, String sOrderBy, SpreadOptions... spreadOptions) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadOptions
- spread optionsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<DocumentCategory> loadDocumentCategories(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<DocumentStatusCode> loadDocumentStatusCodes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectSpendingPlan> loadProjectSpendingPlans(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectNote> loadProjectNotes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectResourceCategory> loadProjectResourceCategories(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectResourceQuantity> loadProjectResourceQuantities(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<WBSMilestone> loadWBSMilestones(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Risk> loadRisks(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<TimesheetDelegate> loadTimesheetDelegates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ProjectResource> loadProjectResources(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceCode> loadResourceCodes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<StepUserDefinedValueUpdate> loadStepUserDefinedValueUpdates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UserDefinedValueUpdate> loadUserDefinedValueUpdates(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<WbsReviewers> loadWbsReviewerss(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UpdateBaselineOption> loadUpdateBaselineOption(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ResourceCodeType> loadResourceCodeTypes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<RoleCodeType> loadRoleCodeTypes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Role> loadRoles(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<Role> loadRolesWithProjectRoleSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds) throws ServerException, NetworkException, BusinessObjectException
nonSpreadFields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clausespreadFields
- the fields to include in the spread objectperiodType
- the period of the spread data (hour, day, etc.)startDate
- the start date of the spreadendDate
- the end date of the spreadbIncludeCumulative
- indicates whether to include cumulative spread dataprojectObjectIds
- object ids of the Project objectsServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UDFType> loadUDFTypes(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<ScheduleCheckOption> loadScheduleCheckOptions(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectspublic BOIterator<UDFValue> loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException
fields
- fields to loadsWhereClause
- where clausesOrderBy
- order-by clauseServerException
- if a problem occurred on the server-sideNetworkException
- if a problem occurred in the network layerBusinessObjectException
- if a problem occurred in the client-side business objectsCopyright © 2003, 2022, Oracle and/or its affiliates.
Oracle®, Java, and MySQL are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.