|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerException | |
---|---|
com.primavera | Base exception classes |
com.primavera.common.exceptions | Common exception classes |
com.primavera.integration.client | Main classes, including Session, JobManager and GlobalObjectManager |
com.primavera.integration.client.bo | Business object base class and iterator classes |
com.primavera.integration.client.bo.helper | Business object helper classes |
com.primavera.integration.client.bo.object | Client business object classes |
com.primavera.integration.client.xml.exporter | Hierarchical XML exporter classes |
com.primavera.integration.client.xml.importer | Hierarchical XML importer classes |
com.primavera.integration.client.xml.xmlexporter | Flat XML exporter classes |
com.primavera.integration.util | General utility classes |
Uses of ServerException in com.primavera |
---|
Subclasses of ServerException in com.primavera | |
---|---|
class |
BatchException
Exception containing all business rule exceptions that occurred during a batch create or update. |
class |
LicenseException
Exception thrown when an error occurs while obtaining a license |
class |
PhoenixException
Internal server-side exception class |
Methods in com.primavera that return types with arguments of type ServerException | |
---|---|
java.util.List<ServerException> |
BatchException.getExceptionList()
Gets the list of exceptions contained in this batch exception |
Methods in com.primavera with parameters of type ServerException | |
---|---|
static BatchException |
BatchException.addBatchException(BatchException batchException,
ServerException newException,
int sourceIndex)
Adds an exception to a BatchException. |
void |
BatchException.addExceptionToList(ServerException newException,
int sourceIndex)
Adds an exception to the list of exceptions |
Uses of ServerException in com.primavera.common.exceptions |
---|
Subclasses of ServerException in com.primavera.common.exceptions | |
---|---|
class |
DatabaseConfigurationException
An exception class used for an out-of-date or invalid database configuration. |
class |
InvalidAuthenticationModeException
An exception class used when connecting to a database fails because authentication using LDAP was attempted with a native database, or vice-versa. |
class |
InvalidBootstrapException
An exception class used for problems encountered with the bootstrap, such as an unspecified or invalid 'primavera.bootstrap.home' system property. |
class |
InvalidCredentialsException
An exception class used to indicate an invalid user name or password. |
class |
LicenseServiceException
An exception class used for problems with the License Service, such as when it cannot be started for a particular database instance. |
Uses of ServerException in com.primavera.integration.client |
---|
Methods in com.primavera.integration.client that throw ServerException | |
---|---|
JobId |
JobManager.applyActuals(Project project,
java.util.Date newDataDate)
Asynchronously applies actuals to a project using the Primavera Job Service. |
JobStatus |
JobManager.cancelJob(JobId jobId)
Cancels an asynchronous job initiated by the Integration API. |
ObjectId |
JobManager.copyProject(Project project,
EPS eps,
CopyProjectOptions projOpts,
CopyWBSOptions wbsOpts,
CopyActivityOptions actOpts)
Deprecated. As of release 5.0, use Project.createCopy(com.primavera.common.value.ObjectId, com.primavera.integration.common.CopyProjectOptions, com.primavera.integration.common.CopyWBSOptions, com.primavera.integration.common.CopyActivityOptions) |
ObjectId[] |
GlobalObjectManager.createActivityCodeTypes(ActivityCodeType[] activitycodetypes)
Creates multiple ActivityCodeType objects in the database. |
ObjectId[] |
GlobalObjectManager.createBaselineTypes(BaselineType[] baselinetypes)
Creates multiple BaselineType objects in the database. |
JobId |
JobManager.createBatchReportHTMLFile(BusinessObject[] objs,
ObjectId batchReportId,
java.lang.String sFileName,
java.lang.String sUserNotes)
Asynchronously create a batch report for one or more project and/or EPS objects using the Primavera Job Service, sending the output to an HTML file. |
JobId |
JobManager.createBatchReportPrinter(BusinessObject[] objs,
ObjectId batchReportId,
java.lang.String sUserNotes)
Asynchronously a create batch report for one or more project and/or EPS objects using the Primavera Job Service, sending the output to a printer. |
JobId |
JobManager.createBatchReportTextFile(BusinessObject[] objs,
ObjectId batchReportId,
java.lang.String sFileName,
java.lang.String sTextDelimiter,
java.lang.String sTextQualifier,
java.lang.String sUserNotes)
Asynchronously create a batch report for one or more project and/or EPS objects using the Primavera Job Service, sending the output to a text file. |
ObjectId[] |
GlobalObjectManager.createCalendars(Calendar[] calendars)
Creates multiple Calendar objects in the database. |
ObjectId[] |
GlobalObjectManager.createCostAccounts(CostAccount[] costaccounts)
Creates multiple CostAccount objects in the database. |
ObjectId[] |
GlobalObjectManager.createCurrencies(Currency[] currencies)
Creates multiple Currency objects in the database. |
ObjectId[] |
GlobalObjectManager.createDocumentCategories(DocumentCategory[] documentcategories)
Creates multiple DocumentCategory objects in the database. |
ObjectId[] |
GlobalObjectManager.createDocuments(Document[] documents)
Creates multiple Document objects in the database. |
ObjectId[] |
GlobalObjectManager.createDocumentStatusCodes(DocumentStatusCode[] documentstatuscodes)
Creates multiple DocumentStatusCode objects in the database. |
ObjectId[] |
GlobalObjectManager.createEPS(EPS[] eps)
Creates multiple EPS objects in the database. |
ObjectId[] |
GlobalObjectManager.createExpenseCategories(ExpenseCategory[] expensecategories)
Creates multiple ExpenseCategory objects in the database. |
ObjectId[] |
GlobalObjectManager.createFinancialPeriods(FinancialPeriod[] financialperiods)
Creates multiple FinancialPeriod objects in the database. |
ObjectId[] |
GlobalObjectManager.createFundingSources(FundingSource[] fundingsources)
Creates multiple FundingSource objects in the database. |
ObjectId[] |
GlobalObjectManager.createGlobalProfiles(GlobalProfile[] globalprofiles)
Creates multiple GlobalProfile objects in the database. |
ObjectId[] |
GlobalObjectManager.createNotebookTopics(NotebookTopic[] notebooktopics)
Creates multiple NotebookTopic objects in the database. |
ObjectId[] |
GlobalObjectManager.createOBS(OBS[] obs)
Creates multiple OBS objects in the database. |
ObjectId[] |
GlobalObjectManager.createOverheadCodes(OverheadCode[] overheadcodes)
Creates multiple OverheadCode objects in the database. |
ObjectId[] |
GlobalObjectManager.createProjectCodes(ProjectCode[] projectcodes)
Creates multiple ProjectCode objects in the database. |
ObjectId[] |
GlobalObjectManager.createProjectCodeTypes(ProjectCodeType[] projectcodetypes)
Creates multiple ProjectCodeType objects in the database. |
ObjectId[] |
GlobalObjectManager.createProjectPortfolios(ProjectPortfolio[] projectportfolios)
Creates multiple ProjectPortfolio objects in the database. |
ObjectId[] |
GlobalObjectManager.createProjectProfiles(ProjectProfile[] projectprofiles)
Creates multiple ProjectProfile objects in the database. |
ObjectId[] |
GlobalObjectManager.createProjectResourceCategories(ProjectResourceCategory[] projectresourcecategories)
Creates multiple ProjectResourceCategory objects in the database. |
ObjectId[] |
GlobalObjectManager.createProjects(Project[] projects)
Creates multiple Project objects in the database. |
ObjectId[] |
GlobalObjectManager.createResourceCodeTypes(ResourceCodeType[] resourcecodetypes)
Creates multiple ResourceCodeType objects in the database. |
ObjectId[] |
GlobalObjectManager.createResourceCurves(ResourceCurve[] resourcecurves)
Creates multiple ResourceCurve objects in the database. |
ObjectId[] |
GlobalObjectManager.createResources(Resource[] resources)
Creates multiple Resource objects in the database. |
ObjectId[] |
GlobalObjectManager.createResourceTeams(ResourceTeam[] resourceteams)
Creates multiple ResourceTeam objects in the database. |
ObjectId[] |
GlobalObjectManager.createRiskTypes(RiskType[] risktypes)
Creates multiple RiskType objects in the database. |
ObjectId[] |
GlobalObjectManager.createRoles(Role[] roles)
Creates multiple Role objects in the database. |
ObjectId[] |
GlobalObjectManager.createRoleTeams(RoleTeam[] roleteams)
Creates multiple RoleTeam objects in the database. |
ObjectId[] |
GlobalObjectManager.createShifts(Shift[] shifts)
Creates multiple Shift objects in the database. |
ObjectId[] |
GlobalObjectManager.createUDFCodes(UDFCode[] udfcodes)
Creates multiple UDFCode objects in the database. |
ObjectId[] |
GlobalObjectManager.createUDFTypes(UDFType[] udftypes)
Creates multiple UDFType objects in the database. |
ObjectId[] |
GlobalObjectManager.createUnitOfMeasures(UnitOfMeasure[] unitofmeasures)
Creates multiple UnitOfMeasure objects in the database. |
ObjectId[] |
GlobalObjectManager.createUsers(User[] users)
Creates multiple User objects in the database. |
ObjectId[] |
GlobalObjectManager.createWBSCategories(WBSCategory[] wbscategories)
Creates multiple WBSCategory objects in the database. |
void |
GlobalObjectManager.deleteActivityCodeTypes(ActivityCodeType[] activitycodetypes)
Deletes multiple ActivityCodeType objects from the database. |
void |
GlobalObjectManager.deleteBaselineTypes(BaselineType[] baselinetypes)
Deletes multiple BaselineType objects from the database. |
void |
GlobalObjectManager.deleteCalendars(Calendar[] calendars)
Deletes multiple Calendar objects from the database. |
void |
GlobalObjectManager.deleteCostAccounts(CostAccount[] costaccounts)
Deletes multiple CostAccount objects from the database. |
void |
GlobalObjectManager.deleteCurrencies(Currency[] currencies)
Deletes multiple Currency objects from the database. |
void |
GlobalObjectManager.deleteDocumentCategories(DocumentCategory[] documentcategories)
Deletes multiple DocumentCategory objects from the database. |
void |
GlobalObjectManager.deleteDocuments(Document[] documents)
Deletes multiple Document objects from the database. |
void |
GlobalObjectManager.deleteDocumentStatusCodes(DocumentStatusCode[] documentstatuscodes)
Deletes multiple DocumentStatusCode objects from the database. |
void |
GlobalObjectManager.deleteEPS(EPS[] eps)
Deletes multiple EPS objects from the database. |
void |
GlobalObjectManager.deleteExpenseCategories(ExpenseCategory[] expensecategories)
Deletes multiple ExpenseCategory objects from the database. |
void |
GlobalObjectManager.deleteFinancialPeriods(FinancialPeriod[] financialperiods)
Deletes multiple FinancialPeriod objects from the database. |
void |
GlobalObjectManager.deleteFundingSources(FundingSource[] fundingsources)
Deletes multiple FundingSource objects from the database. |
void |
GlobalObjectManager.deleteGlobalProfiles(GlobalProfile[] globalprofiles)
Deletes multiple GlobalProfile objects from the database. |
void |
GlobalObjectManager.deleteNotebookTopics(NotebookTopic[] notebooktopics)
Deletes multiple NotebookTopic objects from the database. |
void |
GlobalObjectManager.deleteOBS(OBS[] obs)
Deletes multiple OBS objects from the database. |
void |
GlobalObjectManager.deleteOverheadCodes(OverheadCode[] overheadcodes)
Deletes multiple OverheadCode objects from the database. |
void |
GlobalObjectManager.deleteProjectCodes(ProjectCode[] projectcodes)
Deletes multiple ProjectCode objects from the database. |
void |
GlobalObjectManager.deleteProjectCodeTypes(ProjectCodeType[] projectcodetypes)
Deletes multiple ProjectCodeType objects from the database. |
void |
GlobalObjectManager.deleteProjectPortfolios(ProjectPortfolio[] projectportfolios)
Deletes multiple ProjectPortfolio objects from the database. |
void |
GlobalObjectManager.deleteProjectProfiles(ProjectProfile[] projectprofiles)
Deletes multiple ProjectProfile objects from the database. |
void |
GlobalObjectManager.deleteProjectResourceCategories(ProjectResourceCategory[] projectresourcecategories)
Deletes multiple ProjectResourceCategory objects from the database. |
void |
GlobalObjectManager.deleteProjects(Project[] projects)
Deletes multiple Project objects from the database. |
void |
GlobalObjectManager.deleteResourceCodeTypes(ResourceCodeType[] resourcecodetypes)
Deletes multiple ResourceCodeType objects from the database. |
void |
GlobalObjectManager.deleteResourceCurves(ResourceCurve[] resourcecurves)
Deletes multiple ResourceCurve objects from the database. |
void |
GlobalObjectManager.deleteResources(Resource[] resources)
Deletes multiple Resource objects from the database. |
void |
GlobalObjectManager.deleteResourceTeams(ResourceTeam[] resourceteams)
Deletes multiple ResourceTeam objects from the database. |
void |
GlobalObjectManager.deleteRiskTypes(RiskType[] risktypes)
Deletes multiple RiskType objects from the database. |
void |
GlobalObjectManager.deleteRoles(Role[] roles)
Deletes multiple Role objects from the database. |
void |
GlobalObjectManager.deleteRoleTeams(RoleTeam[] roleteams)
Deletes multiple RoleTeam objects from the database. |
void |
GlobalObjectManager.deleteShifts(Shift[] shifts)
Deletes multiple Shift objects from the database. |
void |
GlobalObjectManager.deleteUDFCodes(UDFCode[] udfcodes)
Deletes multiple UDFCode objects from the database. |
void |
GlobalObjectManager.deleteUDFTypes(UDFType[] udftypes)
Deletes multiple UDFType objects from the database. |
void |
GlobalObjectManager.deleteUnitOfMeasures(UnitOfMeasure[] unitofmeasures)
Deletes multiple UnitOfMeasure objects from the database. |
void |
GlobalObjectManager.deleteUsers(User[] users)
Deletes multiple User objects from the database. |
void |
GlobalObjectManager.deleteWBSCategories(WBSCategory[] wbscategories)
Deletes multiple WBSCategory objects from the database. |
JobInfo[] |
DistributedSession.getCurrentJobs()
Retrieves job information for any current asynchronous jobs of this user. |
JobInfo[] |
JobManager.getCurrentJobs()
Retrieves job information for current asynchronous jobs of this user. |
JobInfo[] |
LocalSession.getCurrentJobs()
Retrieves job information for any current asynchronous jobs of this user. |
static DatabaseInstance[] |
DistributedSession.getDatabaseInstances(java.lang.String sUrl)
Retrieves all database instances supported by the server. |
static DatabaseInstance[] |
LocalSession.getDatabaseInstances(java.lang.String sUrl)
Retrieves all database instances supported by the server. |
static DatabaseInstance[] |
Session.getDatabaseInstances(java.lang.String sUrl)
Retrieves all database instances supported by the server. |
JobStatus |
JobManager.getJobStatus(JobId jobId)
Retrieves the status of an asynchronous job initiated by the Integration API. |
ObjectId |
DistributedSession.getUserObjectId()
Gets the user id of the current user. |
ObjectId |
LocalSession.getUserObjectId()
Gets the user id of the current user. |
abstract ObjectId |
Session.getUserObjectId()
Retrieves the ObjectId of the User who is logged in using this Session instance. |
ObjectId |
DistributedSession.getUSessionId()
Returns an ObjectId representation of the usession id |
ObjectId |
LocalSession.getUSessionId()
Returns an ObjectId representation of the usession id |
abstract ObjectId |
Session.getUSessionId()
Returns and ObjectId representation of the usession id |
JobId |
JobManager.javaSchedule(Project[] projects,
java.util.Date newDataDate)
Asynchronously schedules multiple projects using the Java scheduler. |
JobId |
JobManager.javaSchedule(Project project,
java.util.Date newDataDate)
Asynchronously schedules a project using the Java scheduler. |
BOIterator<Activity> |
EnterpriseLoadManager.loadActivities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Activity objects from the database. |
BOIterator<Activity> |
EnterpriseLoadManager.loadActivitiesWithLiveSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple Activity objects with live spreads from the database. |
BOIterator<ActivityCodeAssignment> |
EnterpriseLoadManager.loadActivityCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCode> |
EnterpriseLoadManager.loadActivityCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityCode objects from the database. |
BOIterator<ActivityCodeType> |
EnterpriseLoadManager.loadActivityCodeTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityCodeType objects from the database. |
BOIterator<ActivityCodeType> |
GlobalObjectManager.loadActivityCodeTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityCodeType objects from the database. |
BOIterator<ActivityExpense> |
EnterpriseLoadManager.loadActivityExpenses(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityExpense objects from the database. |
BOIterator<ActivityNote> |
EnterpriseLoadManager.loadActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityNote objects from the database. |
BOIterator<ActivityOwner> |
EnterpriseLoadManager.loadActivityOwners(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityOwner objects from the database. |
BOIterator<ActivityPeriodActual> |
EnterpriseLoadManager.loadActivityPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityPeriodActual objects from the database. |
BOIterator<ActivityStep> |
EnterpriseLoadManager.loadActivitySteps(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityStep objects from the database. |
BOIterator<ActivityStepTemplateItem> |
EnterpriseLoadManager.loadActivityStepTemplateItems(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityStepTemplateItem objects from the database. |
BOIterator<ActivityStepTemplate> |
EnterpriseLoadManager.loadActivityStepTemplates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityStepTemplate objects from the database. |
BOIterator<ActivityStepTemplate> |
GlobalObjectManager.loadActivityStepTemplates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityStepTemplate objects from the database. |
BOIterator<BaselineProject> |
EnterpriseLoadManager.loadBaselineProjects(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple BaselineProject objects from the database. |
BOIterator<BaselineProject> |
EnterpriseLoadManager.loadBaselineProjectsWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple BaselineProject objects with summarized spreads from the database. |
BOIterator<BaselineType> |
EnterpriseLoadManager.loadBaselineTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple BaselineType objects from the database. |
BOIterator<BaselineType> |
GlobalObjectManager.loadBaselineTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple BaselineType objects from the database. |
BOIterator<BatchReport> |
EnterpriseLoadManager.loadBatchReports(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple BatchReport objects from the database. |
BOIterator<BatchReport> |
GlobalObjectManager.loadBatchReports(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple BatchReport objects from the database. |
BOIterator<Calendar> |
EnterpriseLoadManager.loadCalendars(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Calendar objects from the database. |
BOIterator<Calendar> |
GlobalObjectManager.loadCalendars(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Calendar objects from the database. |
BOIterator<CostAccount> |
EnterpriseLoadManager.loadCostAccounts(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple CostAccount objects from the database. |
BOIterator<CostAccount> |
GlobalObjectManager.loadCostAccounts(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple CostAccount objects from the database. |
BOIterator<Currency> |
EnterpriseLoadManager.loadCurrencies(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Currency objects from the database. |
BOIterator<Currency> |
GlobalObjectManager.loadCurrencies(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Currency objects from the database. |
BOIterator<DocumentCategory> |
EnterpriseLoadManager.loadDocumentCategories(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple DocumentCategory objects from the database. |
BOIterator<DocumentCategory> |
GlobalObjectManager.loadDocumentCategories(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple DocumentCategory objects from the database. |
BOIterator<Document> |
EnterpriseLoadManager.loadDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Document objects from the database. |
BOIterator<Document> |
GlobalObjectManager.loadDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Document objects from the database. |
BOIterator<DocumentStatusCode> |
EnterpriseLoadManager.loadDocumentStatusCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple DocumentStatusCode objects from the database. |
BOIterator<DocumentStatusCode> |
GlobalObjectManager.loadDocumentStatusCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple DocumentStatusCode objects from the database. |
BOIterator<EPS> |
EnterpriseLoadManager.loadEPS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple EPS objects from the database. |
BOIterator<EPS> |
GlobalObjectManager.loadEPS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple EPS objects from the database. |
BOIterator<EPSBudgetChangeLog> |
EnterpriseLoadManager.loadEPSBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple EPSBudgetChangeLog objects from the database. |
BOIterator<EPSFunding> |
EnterpriseLoadManager.loadEPSFundings(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple EPSFunding objects from the database. |
BOIterator<EPSNote> |
EnterpriseLoadManager.loadEPSNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple EPSNote objects from the database. |
BOIterator<EPSSpendingPlan> |
EnterpriseLoadManager.loadEPSSpendingPlans(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple EPSSpendingPlan objects from the database. |
BOIterator<EPS> |
EnterpriseLoadManager.loadEPSWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple EPS objects with summarized spreads from the database. |
BOIterator<EPS> |
GlobalObjectManager.loadEPSWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple EPS objects with summarized spreads from the database. |
BOIterator<ExpenseCategory> |
EnterpriseLoadManager.loadExpenseCategories(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ExpenseCategory objects from the database. |
BOIterator<ExpenseCategory> |
GlobalObjectManager.loadExpenseCategories(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ExpenseCategory objects from the database. |
BOIterator<FinancialPeriod> |
EnterpriseLoadManager.loadFinancialPeriods(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple FinancialPeriod objects from the database. |
BOIterator<FinancialPeriod> |
GlobalObjectManager.loadFinancialPeriods(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple FinancialPeriod objects from the database. |
BOIterator<FundingSource> |
EnterpriseLoadManager.loadFundingSources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple FundingSource objects from the database. |
BOIterator<FundingSource> |
GlobalObjectManager.loadFundingSources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple FundingSource objects from the database. |
GlobalPreferences |
EnterpriseLoadManager.loadGlobalPreferences(java.lang.String[] fields)
Loads the GlobalPreferences object from the database. |
GlobalPreferences |
GlobalObjectManager.loadGlobalPreferences(java.lang.String[] fields)
Loads the GlobalPreferences object from the database. |
BOIterator<GlobalProfile> |
EnterpriseLoadManager.loadGlobalProfiles(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple GlobalProfile objects from the database. |
BOIterator<GlobalProfile> |
GlobalObjectManager.loadGlobalProfiles(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple GlobalProfile objects from the database. |
BOIterator<Initiation> |
EnterpriseLoadManager.loadInitiations(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Initiation objects from the database. |
BOIterator<Initiation> |
GlobalObjectManager.loadInitiations(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Initiation objects from the database. |
BOIterator<IssueHistory> |
EnterpriseLoadManager.loadIssueHistories(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple IssueHistory objects from the database. |
BOIterator<Methodology> |
EnterpriseLoadManager.loadMethodologies(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Methodology objects from the database. |
BOIterator<Methodology> |
GlobalObjectManager.loadMethodologies(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Methodology objects from the database. |
BOIterator<NotebookTopic> |
EnterpriseLoadManager.loadNotebookTopics(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple NotebookTopic objects from the database. |
BOIterator<NotebookTopic> |
GlobalObjectManager.loadNotebookTopics(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple NotebookTopic objects from the database. |
BOIterator<OBS> |
EnterpriseLoadManager.loadOBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple OBS objects from the database. |
BOIterator<OBS> |
GlobalObjectManager.loadOBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple OBS objects from the database. |
BOIterator<OverheadCode> |
EnterpriseLoadManager.loadOverheadCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple OverheadCode objects from the database. |
BOIterator<OverheadCode> |
GlobalObjectManager.loadOverheadCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple OverheadCode objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
EnterpriseLoadManager.loadProjectBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectBudgetChangeLog objects from the database. |
BOIterator<UDFValue> |
EnterpriseLoadManager.loadProjectCalculatedUDFValues(UDFType[] udfTypes,
java.lang.String whereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects. |
BOIterator<ProjectCodeAssignment> |
EnterpriseLoadManager.loadProjectCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectCodeAssignment objects from the database. |
BOIterator<ProjectCode> |
EnterpriseLoadManager.loadProjectCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectCode objects from the database. |
BOIterator<ProjectCode> |
GlobalObjectManager.loadProjectCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectCode objects from the database. |
BOIterator<ProjectCodeType> |
EnterpriseLoadManager.loadProjectCodeTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectCodeType objects from the database. |
BOIterator<ProjectCodeType> |
GlobalObjectManager.loadProjectCodeTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectCodeType objects from the database. |
BOIterator<ProjectCodeUser> |
EnterpriseLoadManager.loadProjectCodeUsers(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectCodeUser objects from the database. |
BOIterator<ProjectDocument> |
EnterpriseLoadManager.loadProjectDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectDocument objects from the database. |
BOIterator<ProjectEstimate> |
EnterpriseLoadManager.loadProjectEstimates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectEstimate objects from the database. |
BOIterator<ProjectFunding> |
EnterpriseLoadManager.loadProjectFundings(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectFunding objects from the database. |
BOIterator<ProjectIssue> |
EnterpriseLoadManager.loadProjectIssues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectIssue objects from the database. |
BOIterator<ProjectNote> |
EnterpriseLoadManager.loadProjectNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectNote objects from the database. |
BOIterator<ProjectPortfolio> |
EnterpriseLoadManager.loadProjectPortfolios(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectPortfolio objects from the database. |
BOIterator<ProjectPortfolio> |
GlobalObjectManager.loadProjectPortfolios(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectPortfolio objects from the database. |
BOIterator<ProjectProfile> |
EnterpriseLoadManager.loadProjectProfiles(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectProfile objects from the database. |
BOIterator<ProjectProfile> |
GlobalObjectManager.loadProjectProfiles(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectProfile objects from the database. |
BOIterator<ProjectResourceCategory> |
EnterpriseLoadManager.loadProjectResourceCategories(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectResourceCategory objects from the database. |
BOIterator<ProjectResourceCategory> |
GlobalObjectManager.loadProjectResourceCategories(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectResourceCategory objects from the database. |
BOIterator<ProjectResourceQuantity> |
EnterpriseLoadManager.loadProjectResourceQuantities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectResourceQuantity objects from the database. |
BOIterator<ProjectResource> |
EnterpriseLoadManager.loadProjectResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectResource objects from the database. |
BOIterator<ProjectRisk> |
EnterpriseLoadManager.loadProjectRisks(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectRisk objects from the database. |
BOIterator<Project> |
EnterpriseLoadManager.loadProjects(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Project objects from the database. |
BOIterator<Project> |
GlobalObjectManager.loadProjects(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Project objects from the database. |
BOIterator<ProjectSpendingPlan> |
EnterpriseLoadManager.loadProjectSpendingPlans(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectSpendingPlan objects from the database. |
BOIterator<Project> |
EnterpriseLoadManager.loadProjectsWithProjectResourceSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] resourceObjectIds)
Loads multiple Project objects with Resource spreads from the database. |
BOIterator<Project> |
GlobalObjectManager.loadProjectsWithProjectResourceSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] resourceObjectIds)
Loads multiple Project objects with Resource spreads from the database. |
BOIterator<Project> |
EnterpriseLoadManager.loadProjectsWithProjectRoleSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] roleObjectIds)
Loads multiple Project objects with Role spreads from the database. |
BOIterator<Project> |
GlobalObjectManager.loadProjectsWithProjectRoleSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] roleObjectIds)
Loads multiple Project objects with Role spreads from the database. |
BOIterator<Project> |
EnterpriseLoadManager.loadProjectsWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple Project objects with summarized spreads from the database. |
BOIterator<Project> |
GlobalObjectManager.loadProjectsWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple Project objects with summarized spreads from the database. |
BOIterator<ProjectThreshold> |
EnterpriseLoadManager.loadProjectThresholds(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectThreshold objects from the database. |
BOIterator<Relationship> |
EnterpriseLoadManager.loadRelationships(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Relationship objects from the database. |
BOIterator<ResourceAccess> |
EnterpriseLoadManager.loadResourceAccess(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceAccess objects from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
EnterpriseLoadManager.loadResourceAssignmentPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignment> |
EnterpriseLoadManager.loadResourceAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
EnterpriseLoadManager.loadResourceAssignmentsWithLiveSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple ResourceAssignment objects with live spreads from the database. |
BOIterator<ResourceCodeAssignment> |
EnterpriseLoadManager.loadResourceCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceCodeAssignment objects from the database. |
BOIterator<ResourceCode> |
EnterpriseLoadManager.loadResourceCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceCode objects from the database. |
BOIterator<ResourceCodeType> |
EnterpriseLoadManager.loadResourceCodeTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceCodeType objects from the database. |
BOIterator<ResourceCodeType> |
GlobalObjectManager.loadResourceCodeTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceCodeType objects from the database. |
BOIterator<ResourceCurve> |
EnterpriseLoadManager.loadResourceCurves(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceCurve objects from the database. |
BOIterator<ResourceCurve> |
GlobalObjectManager.loadResourceCurves(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceCurve objects from the database. |
BOIterator<ResourceHour> |
EnterpriseLoadManager.loadResourceHours(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceHour objects from the database. |
BOIterator<ResourceRate> |
EnterpriseLoadManager.loadResourceRates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceRate objects from the database. |
BOIterator<ResourceRole> |
EnterpriseLoadManager.loadResourceRoles(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceRole objects from the database. |
BOIterator<Resource> |
EnterpriseLoadManager.loadResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Resource objects from the database. |
BOIterator<Resource> |
GlobalObjectManager.loadResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Resource objects from the database. |
BOIterator<Resource> |
EnterpriseLoadManager.loadResourcesWithProjectResourceSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] projectObjectIds)
Loads multiple Resource objects with Resource spreads from the database. |
BOIterator<Resource> |
GlobalObjectManager.loadResourcesWithProjectResourceSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] projectObjectIds)
Loads multiple Resource objects with Resource spreads from the database. |
BOIterator<ResourceTeam> |
EnterpriseLoadManager.loadResourceTeams(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceTeam objects from the database. |
BOIterator<ResourceTeam> |
GlobalObjectManager.loadResourceTeams(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ResourceTeam objects from the database. |
BOIterator<RiskType> |
EnterpriseLoadManager.loadRiskTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple RiskType objects from the database. |
BOIterator<RiskType> |
GlobalObjectManager.loadRiskTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple RiskType objects from the database. |
BOIterator<RoleLimit> |
EnterpriseLoadManager.loadRoleLimits(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple RoleLimit objects from the database. |
BOIterator<RoleRate> |
EnterpriseLoadManager.loadRoleRates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple RoleRate objects from the database. |
BOIterator<Role> |
EnterpriseLoadManager.loadRoles(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Role objects from the database. |
BOIterator<Role> |
GlobalObjectManager.loadRoles(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Role objects from the database. |
BOIterator<Role> |
EnterpriseLoadManager.loadRolesWithProjectRoleSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] projectObjectIds)
Loads multiple Role objects with Role spreads from the database. |
BOIterator<Role> |
GlobalObjectManager.loadRolesWithProjectRoleSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] projectObjectIds)
Loads multiple Role objects with Role spreads from the database. |
BOIterator<RoleTeam> |
EnterpriseLoadManager.loadRoleTeams(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple RoleTeam objects from the database. |
BOIterator<RoleTeam> |
GlobalObjectManager.loadRoleTeams(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple RoleTeam objects from the database. |
java.sql.Timestamp |
DistributedSession.loadSafetyDate()
|
java.sql.Timestamp |
LocalSession.loadSafetyDate()
|
abstract java.sql.Timestamp |
Session.loadSafetyDate()
Loads the safety date from the database. |
BOIterator<ScheduleOptions> |
EnterpriseLoadManager.loadScheduleOptions(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ScheduleOptions objects from the database. |
BOIterator<ShiftPeriod> |
EnterpriseLoadManager.loadShiftPeriods(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ShiftPeriod objects from the database. |
BOIterator<Shift> |
EnterpriseLoadManager.loadShifts(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Shift objects from the database. |
BOIterator<Shift> |
GlobalObjectManager.loadShifts(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Shift objects from the database. |
BOIterator<ThresholdParameter> |
EnterpriseLoadManager.loadThresholdParameters(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ThresholdParameter objects from the database. |
BOIterator<ThresholdParameter> |
GlobalObjectManager.loadThresholdParameters(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ThresholdParameter objects from the database. |
BOIterator<TimesheetAudit> |
EnterpriseLoadManager.loadTimesheetAudits(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple TimesheetAudit objects from the database. |
BOIterator<TimesheetAudit> |
GlobalObjectManager.loadTimesheetAudits(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple TimesheetAudit objects from the database. |
BOIterator<TimesheetDelegate> |
EnterpriseLoadManager.loadTimesheetDelegates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple TimesheetDelegate objects from the database. |
BOIterator<TimesheetPeriod> |
EnterpriseLoadManager.loadTimesheetPeriods(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple TimesheetPeriod objects from the database. |
BOIterator<TimesheetPeriod> |
GlobalObjectManager.loadTimesheetPeriods(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple TimesheetPeriod objects from the database. |
BOIterator<Timesheet> |
EnterpriseLoadManager.loadTimesheets(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple Timesheet objects from the database. |
BOIterator<UDFCode> |
EnterpriseLoadManager.loadUDFCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UDFCode objects from the database. |
BOIterator<UDFCode> |
GlobalObjectManager.loadUDFCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UDFCode objects from the database. |
BOIterator<UDFType> |
EnterpriseLoadManager.loadUDFTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UDFType objects from the database. |
BOIterator<UDFType> |
GlobalObjectManager.loadUDFTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UDFType objects from the database. |
BOIterator<UDFValue> |
EnterpriseLoadManager.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UDFValue objects from the database. |
BOIterator<UnitOfMeasure> |
EnterpriseLoadManager.loadUnitOfMeasures(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UnitOfMeasure objects from the database. |
BOIterator<UnitOfMeasure> |
GlobalObjectManager.loadUnitOfMeasures(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UnitOfMeasure objects from the database. |
BOIterator<UserFieldTitle> |
EnterpriseLoadManager.loadUserFieldTitles(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UserFieldTitle objects from the database. |
BOIterator<UserFieldTitle> |
GlobalObjectManager.loadUserFieldTitles(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UserFieldTitle objects from the database. |
BOIterator<UserInterfaceView> |
EnterpriseLoadManager.loadUserInterfaceViews(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UserInterfaceView objects from the database. |
BOIterator<UserLicense> |
EnterpriseLoadManager.loadUserLicenses(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UserLicense objects from the database. |
BOIterator<UserOBS> |
EnterpriseLoadManager.loadUserOBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UserOBS objects from the database. |
BOIterator<User> |
EnterpriseLoadManager.loadUsers(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple User objects from the database. |
BOIterator<User> |
GlobalObjectManager.loadUsers(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple User objects from the database. |
BOIterator<WBS> |
EnterpriseLoadManager.loadWBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple WBS objects from the database. |
BOIterator<WBSCategory> |
EnterpriseLoadManager.loadWBSCategories(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple WBSCategory objects from the database. |
BOIterator<WBSCategory> |
GlobalObjectManager.loadWBSCategories(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple WBSCategory objects from the database. |
BOIterator<WBSMilestone> |
EnterpriseLoadManager.loadWBSMilestones(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple WBSMilestone objects from the database. |
BOIterator<WBS> |
EnterpriseLoadManager.loadWBSWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple WBS objects with summarized spreads from the database. |
static Session |
DistributedSession.login(java.lang.String sUrl,
java.lang.String sDbId,
java.lang.String sUserName,
java.lang.String sPassword)
Logs in and obtains a Session object. |
static Session |
LocalSession.login(java.lang.String sUrl,
java.lang.String sDbId,
java.lang.String sUserName,
java.lang.String sPassword)
Logs in and obtains a Session object. |
static Session |
Session.login(java.lang.String sUrl,
java.lang.String sDbId,
java.lang.String sUserName,
java.lang.String sPassword)
Logs in and obtains a Session object. |
JobId |
JobManager.runProjectArchitect(ObjectId projectObjId,
ObjectId methodologyObjId,
ObjectId wbsObjId,
boolean mergeToRoot,
boolean useMMPricePerUnit,
int complexity,
boolean useMMResponsibleMgr)
Asynchronously runs the Project Architect to create a project plan from a methodology defined in the Methodology Manager database. |
JobId |
JobManager.schedule(Project[] projects,
java.util.Date newDataDate)
Asynchronously schedules multiple projects using the Primavera Job Service. |
JobId |
JobManager.schedule(Project project,
java.util.Date newDataDate)
Asynchronously schedules a project using the Primavera Job Service. |
JobId |
JobManager.storePeriodPerformance(Project[] projects,
ObjectId finPerObjId)
Asynchronously stores period performance for multiple projects. |
JobId |
JobManager.storePeriodPerformance(Project project,
ObjectId finPerObjId)
Asynchronously stores period performance for a single project. |
JobId |
JobManager.summarize(EPS eps)
Asynchronously summarizes an EPS node using the Primavera Job Service. |
JobId |
JobManager.summarize(Project project)
Asynchronously summarizes a project using the Primavera Job Service. |
void |
GlobalObjectManager.updateActivityCodeTypes(ActivityCodeType[] activitycodetypes)
Updates multiple ActivityCodeType objects in the database. |
void |
GlobalObjectManager.updateBaselineTypes(BaselineType[] baselinetypes)
Updates multiple BaselineType objects in the database. |
void |
GlobalObjectManager.updateBatchReports(BatchReport[] batchreports)
Updates multiple BatchReport objects in the database. |
void |
GlobalObjectManager.updateCalendars(Calendar[] calendars)
Updates multiple Calendar objects in the database. |
void |
GlobalObjectManager.updateCalendars(Calendar[] calendars,
boolean replaceHolidayOrExceptions)
Updates multiple Calendar objects in the database with the option to replace all holidays and exceptions. |
void |
GlobalObjectManager.updateCostAccounts(CostAccount[] costaccounts)
Updates multiple CostAccount objects in the database. |
void |
GlobalObjectManager.updateCurrencies(Currency[] currencies)
Updates multiple Currency objects in the database. |
void |
GlobalObjectManager.updateDocumentCategories(DocumentCategory[] documentcategories)
Updates multiple DocumentCategory objects in the database. |
void |
GlobalObjectManager.updateDocuments(Document[] documents)
Updates multiple Document objects in the database. |
void |
GlobalObjectManager.updateDocumentStatusCodes(DocumentStatusCode[] documentstatuscodes)
Updates multiple DocumentStatusCode objects in the database. |
void |
GlobalObjectManager.updateEPS(EPS[] eps)
Updates multiple EPS objects in the database. |
void |
GlobalObjectManager.updateExpenseCategories(ExpenseCategory[] expensecategories)
Updates multiple ExpenseCategory objects in the database. |
void |
GlobalObjectManager.updateFinancialPeriods(FinancialPeriod[] financialperiods)
Updates multiple FinancialPeriod objects in the database. |
void |
GlobalObjectManager.updateFundingSources(FundingSource[] fundingsources)
Updates multiple FundingSource objects in the database. |
void |
GlobalObjectManager.updateGlobalPreferences(GlobalPreferences globalpreferences)
Update the GlobalPreferences object in the database. |
void |
GlobalObjectManager.updateGlobalProfiles(GlobalProfile[] globalprofiles)
Updates multiple GlobalProfile objects in the database. |
void |
GlobalObjectManager.updateNotebookTopics(NotebookTopic[] notebooktopics)
Updates multiple NotebookTopic objects in the database. |
void |
GlobalObjectManager.updateOBS(OBS[] obs)
Updates multiple OBS objects in the database. |
void |
GlobalObjectManager.updateOverheadCodes(OverheadCode[] overheadcodes)
Updates multiple OverheadCode objects in the database. |
void |
GlobalObjectManager.updateProjectCodes(ProjectCode[] projectcodes)
Updates multiple ProjectCode objects in the database. |
void |
GlobalObjectManager.updateProjectCodeTypes(ProjectCodeType[] projectcodetypes)
Updates multiple ProjectCodeType objects in the database. |
void |
GlobalObjectManager.updateProjectPortfolios(ProjectPortfolio[] projectportfolios)
Updates multiple ProjectPortfolio objects in the database. |
void |
GlobalObjectManager.updateProjectProfiles(ProjectProfile[] projectprofiles)
Updates multiple ProjectProfile objects in the database. |
void |
GlobalObjectManager.updateProjectResourceCategories(ProjectResourceCategory[] projectresourcecategories)
Updates multiple ProjectResourceCategory objects in the database. |
void |
GlobalObjectManager.updateProjects(Project[] projects)
Updates multiple Project objects in the database. |
void |
GlobalObjectManager.updateResourceCodeTypes(ResourceCodeType[] resourcecodetypes)
Updates multiple ResourceCodeType objects in the database. |
void |
GlobalObjectManager.updateResourceCurves(ResourceCurve[] resourcecurves)
Updates multiple ResourceCurve objects in the database. |
void |
GlobalObjectManager.updateResources(Resource[] resources)
Updates multiple Resource objects in the database. |
void |
GlobalObjectManager.updateResourceTeams(ResourceTeam[] resourceteams)
Updates multiple ResourceTeam objects in the database. |
void |
GlobalObjectManager.updateRiskTypes(RiskType[] risktypes)
Updates multiple RiskType objects in the database. |
void |
GlobalObjectManager.updateRoles(Role[] roles)
Updates multiple Role objects in the database. |
void |
GlobalObjectManager.updateRoleTeams(RoleTeam[] roleteams)
Updates multiple RoleTeam objects in the database. |
void |
GlobalObjectManager.updateShifts(Shift[] shifts)
Updates multiple Shift objects in the database. |
void |
GlobalObjectManager.updateUDFCodes(UDFCode[] udfcodes)
Updates multiple UDFCode objects in the database. |
void |
GlobalObjectManager.updateUDFTypes(UDFType[] udftypes)
Updates multiple UDFType objects in the database. |
void |
GlobalObjectManager.updateUnitOfMeasures(UnitOfMeasure[] unitofmeasures)
Updates multiple UnitOfMeasure objects in the database. |
void |
GlobalObjectManager.updateUserFieldTitles(UserFieldTitle[] userfieldtitles)
Updates multiple UserFieldTitle objects in the database. |
void |
GlobalObjectManager.updateUsers(User[] users)
Updates multiple User objects in the database. |
void |
GlobalObjectManager.updateWBSCategories(WBSCategory[] wbscategories)
Updates multiple WBSCategory objects in the database. |
Uses of ServerException in com.primavera.integration.client.bo |
---|
Methods in com.primavera.integration.client.bo that throw ServerException | |
---|---|
ObjectId[] |
BOHelper.create(Session session,
java.util.List<? extends BusinessObject> alObjects)
Creates multiple business objects of this type in the database. |
void |
BOHelper.delete(Session session,
java.util.List<? extends BusinessObject> alObjects)
Deletes business objects of this type. |
void |
BOHelper.delete(Session session,
java.util.List<? extends BusinessObject> alObjects,
ObjectId replacementParent)
Deletes business objects of this type, specifying a replacement parent |
T[] |
BOIterator.getAll()
Gets all business objects from loads that are known to have small result sets. |
BOIterator<T> |
BOHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads business objects of this type from a given parent. |
T |
BOHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a business object of this type by ObjectId. |
BOIterator<T> |
BOHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple business objects of this type by ObjectId. |
void |
BOHelper.update(Session session,
java.util.List<? extends BusinessObject> alObjects)
Updates business objects of this type. |
Uses of ServerException in com.primavera.integration.client.bo.helper |
---|
Methods in com.primavera.integration.client.bo.helper that throw ServerException | |
---|---|
ObjectId[] |
ActivityCodeAssignmentHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ActivityCodeHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ActivityCodeTypeHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ActivityExpenseHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ActivityHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ActivityNoteHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ActivityOwnerHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ActivityPeriodActualHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ActivityStepHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ActivityStepTemplateHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ActivityStepTemplateItemHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
BaselineProjectHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
BaselineTypeHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
BatchReportHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
CalendarHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
CostAccountHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
CurrencyHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
DocumentCategoryHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
DocumentHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
DocumentStatusCodeHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
EPSBudgetChangeLogHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
EPSFundingHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
EPSHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
EPSNoteHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
EPSSpendingPlanHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ExpenseCategoryHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
FinancialPeriodHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
FundingSourceHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
GlobalPreferencesHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
GlobalProfileHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
InitiationHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
IssueHistoryHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
MethodologyHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
NotebookTopicHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
OBSHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
OverheadCodeHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectBudgetChangeLogHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectCodeAssignmentHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectCodeHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectCodeTypeHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectCodeUserHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectDocumentHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectEstimateHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectFundingHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectIssueHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectNoteHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectPortfolioHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectProfileHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectResourceCategoryHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectResourceHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectResourceQuantityHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectRiskHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectSpendingPlanHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ProjectThresholdHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
RelationshipHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ResourceAccessHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ResourceAssignmentHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ResourceAssignmentPeriodActualHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ResourceCodeAssignmentHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ResourceCodeHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ResourceCodeTypeHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ResourceCurveHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ResourceHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ResourceHourHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ResourceRateHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ResourceRoleHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ResourceTeamHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
RiskTypeHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
RoleHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
RoleLimitHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
RoleRateHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
RoleTeamHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ScheduleOptionsHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ShiftHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ShiftPeriodHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
ThresholdParameterHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
TimesheetAuditHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
TimesheetDelegateHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
TimesheetHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
TimesheetPeriodHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
UDFCodeHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
UDFTypeHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
UDFValueHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
UnitOfMeasureHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
UserFieldTitleHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
UserHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
UserInterfaceViewHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
UserLicenseHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
UserOBSHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
WBSCategoryHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
WBSHelper.create(Session session,
java.util.List alObjects)
|
ObjectId[] |
WBSMilestoneHelper.create(Session session,
java.util.List alObjects)
|
void |
ActivityCodeAssignmentHelper.delete(Session session,
java.util.List alObjects)
|
void |
ActivityCodeHelper.delete(Session session,
java.util.List alObjects)
|
void |
ActivityCodeTypeHelper.delete(Session session,
java.util.List alObjects)
|
void |
ActivityExpenseHelper.delete(Session session,
java.util.List alObjects)
|
void |
ActivityHelper.delete(Session session,
java.util.List alObjects)
|
void |
ActivityNoteHelper.delete(Session session,
java.util.List alObjects)
|
void |
ActivityOwnerHelper.delete(Session session,
java.util.List alObjects)
|
void |
ActivityPeriodActualHelper.delete(Session session,
java.util.List alObjects)
|
void |
ActivityStepHelper.delete(Session session,
java.util.List alObjects)
|
void |
ActivityStepTemplateHelper.delete(Session session,
java.util.List alObjects)
|
void |
ActivityStepTemplateItemHelper.delete(Session session,
java.util.List alObjects)
|
void |
BaselineProjectHelper.delete(Session session,
java.util.List alObjects)
|
void |
BaselineTypeHelper.delete(Session session,
java.util.List alObjects)
|
void |
BatchReportHelper.delete(Session session,
java.util.List alObjects)
|
void |
CalendarHelper.delete(Session session,
java.util.List alObjects)
|
void |
CostAccountHelper.delete(Session session,
java.util.List alObjects)
|
void |
CurrencyHelper.delete(Session session,
java.util.List alObjects)
|
void |
DocumentCategoryHelper.delete(Session session,
java.util.List alObjects)
|
void |
DocumentHelper.delete(Session session,
java.util.List alObjects)
|
void |
DocumentStatusCodeHelper.delete(Session session,
java.util.List alObjects)
|
void |
EPSBudgetChangeLogHelper.delete(Session session,
java.util.List alObjects)
|
void |
EPSFundingHelper.delete(Session session,
java.util.List alObjects)
|
void |
EPSHelper.delete(Session session,
java.util.List alObjects)
|
void |
EPSNoteHelper.delete(Session session,
java.util.List alObjects)
|
void |
EPSSpendingPlanHelper.delete(Session session,
java.util.List alObjects)
|
void |
ExpenseCategoryHelper.delete(Session session,
java.util.List alObjects)
|
void |
FinancialPeriodHelper.delete(Session session,
java.util.List alObjects)
|
void |
FundingSourceHelper.delete(Session session,
java.util.List alObjects)
|
void |
GlobalPreferencesHelper.delete(Session session,
java.util.List alObjects)
|
void |
GlobalProfileHelper.delete(Session session,
java.util.List alObjects)
|
void |
InitiationHelper.delete(Session session,
java.util.List alObjects)
|
void |
IssueHistoryHelper.delete(Session session,
java.util.List alObjects)
|
void |
MethodologyHelper.delete(Session session,
java.util.List alObjects)
|
void |
NotebookTopicHelper.delete(Session session,
java.util.List alObjects)
|
void |
OBSHelper.delete(Session session,
java.util.List alObjects)
|
void |
OverheadCodeHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectBudgetChangeLogHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectCodeAssignmentHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectCodeHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectCodeTypeHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectCodeUserHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectDocumentHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectEstimateHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectFundingHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectIssueHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectNoteHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectPortfolioHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectProfileHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectResourceCategoryHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectResourceHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectResourceQuantityHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectRiskHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectSpendingPlanHelper.delete(Session session,
java.util.List alObjects)
|
void |
ProjectThresholdHelper.delete(Session session,
java.util.List alObjects)
|
void |
RelationshipHelper.delete(Session session,
java.util.List alObjects)
|
void |
ResourceAccessHelper.delete(Session session,
java.util.List alObjects)
|
void |
ResourceAssignmentHelper.delete(Session session,
java.util.List alObjects)
|
void |
ResourceAssignmentPeriodActualHelper.delete(Session session,
java.util.List alObjects)
|
void |
ResourceCodeAssignmentHelper.delete(Session session,
java.util.List alObjects)
|
void |
ResourceCodeHelper.delete(Session session,
java.util.List alObjects)
|
void |
ResourceCodeTypeHelper.delete(Session session,
java.util.List alObjects)
|
void |
ResourceCurveHelper.delete(Session session,
java.util.List alObjects)
|
void |
ResourceHelper.delete(Session session,
java.util.List alObjects)
|
void |
ResourceHourHelper.delete(Session session,
java.util.List alObjects)
|
void |
ResourceRateHelper.delete(Session session,
java.util.List alObjects)
|
void |
ResourceRoleHelper.delete(Session session,
java.util.List alObjects)
|
void |
ResourceTeamHelper.delete(Session session,
java.util.List alObjects)
|
void |
RiskTypeHelper.delete(Session session,
java.util.List alObjects)
|
void |
RoleHelper.delete(Session session,
java.util.List alObjects)
|
void |
RoleLimitHelper.delete(Session session,
java.util.List alObjects)
|
void |
RoleRateHelper.delete(Session session,
java.util.List alObjects)
|
void |
RoleTeamHelper.delete(Session session,
java.util.List alObjects)
|
void |
ScheduleOptionsHelper.delete(Session session,
java.util.List alObjects)
|
void |
ShiftHelper.delete(Session session,
java.util.List alObjects)
|
void |
ShiftPeriodHelper.delete(Session session,
java.util.List alObjects)
|
void |
ThresholdParameterHelper.delete(Session session,
java.util.List alObjects)
|
void |
TimesheetAuditHelper.delete(Session session,
java.util.List alObjects)
|
void |
TimesheetDelegateHelper.delete(Session session,
java.util.List alObjects)
|
void |
TimesheetHelper.delete(Session session,
java.util.List alObjects)
|
void |
TimesheetPeriodHelper.delete(Session session,
java.util.List alObjects)
|
void |
UDFCodeHelper.delete(Session session,
java.util.List alObjects)
|
void |
UDFTypeHelper.delete(Session session,
java.util.List alObjects)
|
void |
UDFValueHelper.delete(Session session,
java.util.List alObjects)
|
void |
UnitOfMeasureHelper.delete(Session session,
java.util.List alObjects)
|
void |
UserFieldTitleHelper.delete(Session session,
java.util.List alObjects)
|
void |
UserHelper.delete(Session session,
java.util.List alObjects)
|
void |
UserInterfaceViewHelper.delete(Session session,
java.util.List alObjects)
|
void |
UserLicenseHelper.delete(Session session,
java.util.List alObjects)
|
void |
UserOBSHelper.delete(Session session,
java.util.List alObjects)
|
void |
WBSCategoryHelper.delete(Session session,
java.util.List alObjects)
|
void |
WBSHelper.delete(Session session,
java.util.List alObjects)
|
void |
WBSMilestoneHelper.delete(Session session,
java.util.List alObjects)
|
void |
ActivityCodeAssignmentHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ActivityCodeHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ActivityCodeTypeHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ActivityExpenseHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ActivityHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ActivityNoteHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ActivityOwnerHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ActivityPeriodActualHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ActivityStepHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ActivityStepTemplateHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ActivityStepTemplateItemHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
BaselineProjectHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
BaselineTypeHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
BatchReportHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
CalendarHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
CostAccountHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
CurrencyHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
DocumentCategoryHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
DocumentHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
DocumentStatusCodeHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
EPSBudgetChangeLogHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
EPSFundingHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
EPSHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
EPSNoteHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
EPSSpendingPlanHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ExpenseCategoryHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
FinancialPeriodHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
FundingSourceHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
GlobalPreferencesHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
GlobalProfileHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
InitiationHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
IssueHistoryHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
MethodologyHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
NotebookTopicHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
OBSHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
OverheadCodeHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectBudgetChangeLogHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectCodeAssignmentHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectCodeHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectCodeTypeHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectCodeUserHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectDocumentHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectEstimateHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectFundingHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectIssueHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectNoteHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectPortfolioHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectProfileHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectResourceCategoryHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectResourceHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectResourceQuantityHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectRiskHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectSpendingPlanHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ProjectThresholdHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
RelationshipHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ResourceAccessHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ResourceAssignmentHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ResourceAssignmentPeriodActualHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ResourceCodeAssignmentHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ResourceCodeHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ResourceCodeTypeHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ResourceCurveHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ResourceHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ResourceHourHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ResourceRateHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ResourceRoleHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ResourceTeamHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
RiskTypeHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
RoleHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
RoleLimitHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
RoleRateHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
RoleTeamHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ScheduleOptionsHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ShiftHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ShiftPeriodHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
ThresholdParameterHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
TimesheetAuditHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
TimesheetDelegateHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
TimesheetHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
TimesheetPeriodHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
UDFCodeHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
UDFTypeHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
UDFValueHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
UnitOfMeasureHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
UserFieldTitleHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
UserHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
UserInterfaceViewHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
UserLicenseHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
UserOBSHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
WBSCategoryHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
WBSHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
void |
WBSMilestoneHelper.delete(Session session,
java.util.List alObjects,
ObjectId replacementParent)
|
BOIterator<ActivityCodeAssignment> |
ActivityCodeAssignmentHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ActivityCode> |
ActivityCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ActivityCodeType> |
ActivityCodeTypeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ActivityExpense> |
ActivityExpenseHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<Activity> |
ActivityHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ActivityNote> |
ActivityNoteHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ActivityOwner> |
ActivityOwnerHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ActivityPeriodActual> |
ActivityPeriodActualHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ActivityStep> |
ActivityStepHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ActivityStepTemplate> |
ActivityStepTemplateHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ActivityStepTemplateItem> |
ActivityStepTemplateItemHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<BaselineProject> |
BaselineProjectHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<BaselineType> |
BaselineTypeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<BatchReport> |
BatchReportHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<Calendar> |
CalendarHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<CostAccount> |
CostAccountHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<Currency> |
CurrencyHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<DocumentCategory> |
DocumentCategoryHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<Document> |
DocumentHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<DocumentStatusCode> |
DocumentStatusCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<EPSBudgetChangeLog> |
EPSBudgetChangeLogHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<EPSFunding> |
EPSFundingHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<EPS> |
EPSHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<EPSNote> |
EPSNoteHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<EPSSpendingPlan> |
EPSSpendingPlanHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ExpenseCategory> |
ExpenseCategoryHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<FinancialPeriod> |
FinancialPeriodHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<FundingSource> |
FundingSourceHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<GlobalPreferences> |
GlobalPreferencesHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<GlobalProfile> |
GlobalProfileHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<Initiation> |
InitiationHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<IssueHistory> |
IssueHistoryHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<Methodology> |
MethodologyHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<NotebookTopic> |
NotebookTopicHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<OBS> |
OBSHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<OverheadCode> |
OverheadCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLogHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectCodeAssignment> |
ProjectCodeAssignmentHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectCode> |
ProjectCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectCodeType> |
ProjectCodeTypeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectCodeUser> |
ProjectCodeUserHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectDocument> |
ProjectDocumentHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectEstimate> |
ProjectEstimateHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectFunding> |
ProjectFundingHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<Project> |
ProjectHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectIssue> |
ProjectIssueHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectNote> |
ProjectNoteHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectPortfolio> |
ProjectPortfolioHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectProfile> |
ProjectProfileHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectResourceCategory> |
ProjectResourceCategoryHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectResource> |
ProjectResourceHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantityHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectRisk> |
ProjectRiskHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectSpendingPlan> |
ProjectSpendingPlanHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectThreshold> |
ProjectThresholdHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<Relationship> |
RelationshipHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ResourceAccess> |
ResourceAccessHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ResourceAssignment> |
ResourceAssignmentHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ResourceAssignmentPeriodActual> |
ResourceAssignmentPeriodActualHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ResourceCodeAssignment> |
ResourceCodeAssignmentHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ResourceCode> |
ResourceCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ResourceCodeType> |
ResourceCodeTypeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ResourceCurve> |
ResourceCurveHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<Resource> |
ResourceHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ResourceHour> |
ResourceHourHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ResourceRate> |
ResourceRateHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ResourceRole> |
ResourceRoleHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ResourceTeam> |
ResourceTeamHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<RiskType> |
RiskTypeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<Role> |
RoleHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<RoleLimit> |
RoleLimitHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<RoleRate> |
RoleRateHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<RoleTeam> |
RoleTeamHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ScheduleOptions> |
ScheduleOptionsHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<Shift> |
ShiftHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ShiftPeriod> |
ShiftPeriodHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ThresholdParameter> |
ThresholdParameterHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<TimesheetAudit> |
TimesheetAuditHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<TimesheetDelegate> |
TimesheetDelegateHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<Timesheet> |
TimesheetHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<TimesheetPeriod> |
TimesheetPeriodHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<UDFCode> |
UDFCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<UDFType> |
UDFTypeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<UDFValue> |
UDFValueHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<UnitOfMeasure> |
UnitOfMeasureHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<UserFieldTitle> |
UserFieldTitleHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<User> |
UserHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<UserInterfaceView> |
UserInterfaceViewHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<UserLicense> |
UserLicenseHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<UserOBS> |
UserOBSHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<WBSCategory> |
WBSCategoryHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<WBS> |
WBSHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<WBSMilestone> |
WBSMilestoneHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ActivityCodeAssignment> |
ActivityCodeAssignmentHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityCode> |
ActivityCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityCodeType> |
ActivityCodeTypeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityExpense> |
ActivityExpenseHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Activity> |
ActivityHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityNote> |
ActivityNoteHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityOwner> |
ActivityOwnerHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityPeriodActual> |
ActivityPeriodActualHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityStep> |
ActivityStepHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityStepTemplate> |
ActivityStepTemplateHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityStepTemplateItem> |
ActivityStepTemplateItemHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<BaselineProject> |
BaselineProjectHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<BaselineType> |
BaselineTypeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<BatchReport> |
BatchReportHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Calendar> |
CalendarHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<CostAccount> |
CostAccountHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Currency> |
CurrencyHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<DocumentCategory> |
DocumentCategoryHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Document> |
DocumentHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<DocumentStatusCode> |
DocumentStatusCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPSBudgetChangeLog> |
EPSBudgetChangeLogHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPSFunding> |
EPSFundingHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPS> |
EPSHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPSNote> |
EPSNoteHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPSSpendingPlan> |
EPSSpendingPlanHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ExpenseCategory> |
ExpenseCategoryHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<FinancialPeriod> |
FinancialPeriodHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<FundingSource> |
FundingSourceHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<GlobalPreferences> |
GlobalPreferencesHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<GlobalProfile> |
GlobalProfileHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Initiation> |
InitiationHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<IssueHistory> |
IssueHistoryHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Methodology> |
MethodologyHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<NotebookTopic> |
NotebookTopicHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<OBS> |
OBSHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<OverheadCode> |
OverheadCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLogHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectCodeAssignment> |
ProjectCodeAssignmentHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectCode> |
ProjectCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectCodeType> |
ProjectCodeTypeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectCodeUser> |
ProjectCodeUserHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectDocument> |
ProjectDocumentHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectEstimate> |
ProjectEstimateHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectFunding> |
ProjectFundingHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Project> |
ProjectHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectIssue> |
ProjectIssueHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectNote> |
ProjectNoteHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectPortfolio> |
ProjectPortfolioHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectProfile> |
ProjectProfileHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectResourceCategory> |
ProjectResourceCategoryHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectResource> |
ProjectResourceHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantityHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectRisk> |
ProjectRiskHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectSpendingPlan> |
ProjectSpendingPlanHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectThreshold> |
ProjectThresholdHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Relationship> |
RelationshipHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceAccess> |
ResourceAccessHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceAssignment> |
ResourceAssignmentHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceAssignmentPeriodActual> |
ResourceAssignmentPeriodActualHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceCodeAssignment> |
ResourceCodeAssignmentHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceCode> |
ResourceCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceCodeType> |
ResourceCodeTypeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceCurve> |
ResourceCurveHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Resource> |
ResourceHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceHour> |
ResourceHourHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceRate> |
ResourceRateHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceRole> |
ResourceRoleHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceTeam> |
ResourceTeamHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<RiskType> |
RiskTypeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Role> |
RoleHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<RoleLimit> |
RoleLimitHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<RoleRate> |
RoleRateHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<RoleTeam> |
RoleTeamHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ScheduleOptions> |
ScheduleOptionsHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Shift> |
ShiftHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ShiftPeriod> |
ShiftPeriodHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ThresholdParameter> |
ThresholdParameterHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<TimesheetAudit> |
TimesheetAuditHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<TimesheetDelegate> |
TimesheetDelegateHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Timesheet> |
TimesheetHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<TimesheetPeriod> |
TimesheetPeriodHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UDFCode> |
UDFCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UDFType> |
UDFTypeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UDFValue> |
UDFValueHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UnitOfMeasure> |
UnitOfMeasureHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UserFieldTitle> |
UserFieldTitleHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<User> |
UserHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UserInterfaceView> |
UserInterfaceViewHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UserLicense> |
UserLicenseHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UserOBS> |
UserOBSHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<WBSCategory> |
WBSCategoryHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<WBS> |
WBSHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<WBSMilestone> |
WBSMilestoneHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
ActivityCodeAssignment |
ActivityCodeAssignmentHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ActivityCode |
ActivityCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ActivityCodeType |
ActivityCodeTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ActivityExpense |
ActivityExpenseHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
Activity |
ActivityHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ActivityNote |
ActivityNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ActivityOwner |
ActivityOwnerHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ActivityPeriodActual |
ActivityPeriodActualHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ActivityStep |
ActivityStepHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ActivityStepTemplate |
ActivityStepTemplateHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ActivityStepTemplateItem |
ActivityStepTemplateItemHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
BaselineProject |
BaselineProjectHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
BaselineType |
BaselineTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
BatchReport |
BatchReportHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
Calendar |
CalendarHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
CostAccount |
CostAccountHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
Currency |
CurrencyHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
DocumentCategory |
DocumentCategoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
Document |
DocumentHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
DocumentStatusCode |
DocumentStatusCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
EPSBudgetChangeLog |
EPSBudgetChangeLogHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
EPSFunding |
EPSFundingHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
EPS |
EPSHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
EPSNote |
EPSNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
EPSSpendingPlan |
EPSSpendingPlanHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ExpenseCategory |
ExpenseCategoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
FinancialPeriod |
FinancialPeriodHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
FundingSource |
FundingSourceHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
GlobalPreferences |
GlobalPreferencesHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
GlobalProfile |
GlobalProfileHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
Initiation |
InitiationHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
IssueHistory |
IssueHistoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
Methodology |
MethodologyHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
NotebookTopic |
NotebookTopicHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
OBS |
OBSHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
OverheadCode |
OverheadCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectBudgetChangeLog |
ProjectBudgetChangeLogHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectCodeAssignment |
ProjectCodeAssignmentHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectCode |
ProjectCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectCodeType |
ProjectCodeTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectCodeUser |
ProjectCodeUserHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectDocument |
ProjectDocumentHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectEstimate |
ProjectEstimateHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectFunding |
ProjectFundingHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
Project |
ProjectHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectIssue |
ProjectIssueHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectNote |
ProjectNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectPortfolio |
ProjectPortfolioHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectProfile |
ProjectProfileHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectResourceCategory |
ProjectResourceCategoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectResource |
ProjectResourceHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectResourceQuantity |
ProjectResourceQuantityHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectRisk |
ProjectRiskHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectSpendingPlan |
ProjectSpendingPlanHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectThreshold |
ProjectThresholdHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
Relationship |
RelationshipHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ResourceAccess |
ResourceAccessHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ResourceAssignment |
ResourceAssignmentHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ResourceAssignmentPeriodActual |
ResourceAssignmentPeriodActualHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ResourceCodeAssignment |
ResourceCodeAssignmentHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ResourceCode |
ResourceCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ResourceCodeType |
ResourceCodeTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ResourceCurve |
ResourceCurveHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
Resource |
ResourceHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ResourceHour |
ResourceHourHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ResourceRate |
ResourceRateHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ResourceRole |
ResourceRoleHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ResourceTeam |
ResourceTeamHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
RiskType |
RiskTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
Role |
RoleHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
RoleLimit |
RoleLimitHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
RoleRate |
RoleRateHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
RoleTeam |
RoleTeamHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ScheduleOptions |
ScheduleOptionsHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
Shift |
ShiftHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ShiftPeriod |
ShiftPeriodHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ThresholdParameter |
ThresholdParameterHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
TimesheetAudit |
TimesheetAuditHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
TimesheetDelegate |
TimesheetDelegateHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
Timesheet |
TimesheetHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
TimesheetPeriod |
TimesheetPeriodHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
UDFCode |
UDFCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
UDFType |
UDFTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
UDFValue |
UDFValueHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
UnitOfMeasure |
UnitOfMeasureHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
UserFieldTitle |
UserFieldTitleHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
User |
UserHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
UserInterfaceView |
UserInterfaceViewHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
UserLicense |
UserLicenseHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
UserOBS |
UserOBSHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
WBSCategory |
WBSCategoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
WBS |
WBSHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
WBSMilestone |
WBSMilestoneHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
BOIterator<ActivityCodeAssignment> |
ActivityCodeAssignmentHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityCode> |
ActivityCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityCodeType> |
ActivityCodeTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityExpense> |
ActivityExpenseHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<Activity> |
ActivityHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityNote> |
ActivityNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityOwner> |
ActivityOwnerHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityPeriodActual> |
ActivityPeriodActualHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityStep> |
ActivityStepHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityStepTemplate> |
ActivityStepTemplateHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityStepTemplateItem> |
ActivityStepTemplateItemHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<BaselineProject> |
BaselineProjectHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<BaselineType> |
BaselineTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<BatchReport> |
BatchReportHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<Calendar> |
CalendarHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<CostAccount> |
CostAccountHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<Currency> |
CurrencyHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<DocumentCategory> |
DocumentCategoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<Document> |
DocumentHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<DocumentStatusCode> |
DocumentStatusCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<EPSBudgetChangeLog> |
EPSBudgetChangeLogHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<EPSFunding> |
EPSFundingHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<EPS> |
EPSHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<EPSNote> |
EPSNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<EPSSpendingPlan> |
EPSSpendingPlanHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ExpenseCategory> |
ExpenseCategoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<FinancialPeriod> |
FinancialPeriodHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<FundingSource> |
FundingSourceHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<GlobalPreferences> |
GlobalPreferencesHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<GlobalProfile> |
GlobalProfileHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<Initiation> |
InitiationHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<IssueHistory> |
IssueHistoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<Methodology> |
MethodologyHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<NotebookTopic> |
NotebookTopicHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<OBS> |
OBSHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<OverheadCode> |
OverheadCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLogHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectCodeAssignment> |
ProjectCodeAssignmentHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectCode> |
ProjectCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectCodeType> |
ProjectCodeTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectCodeUser> |
ProjectCodeUserHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectDocument> |
ProjectDocumentHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectEstimate> |
ProjectEstimateHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectFunding> |
ProjectFundingHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<Project> |
ProjectHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectIssue> |
ProjectIssueHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectNote> |
ProjectNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectPortfolio> |
ProjectPortfolioHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectProfile> |
ProjectProfileHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectResourceCategory> |
ProjectResourceCategoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectResource> |
ProjectResourceHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantityHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectRisk> |
ProjectRiskHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectSpendingPlan> |
ProjectSpendingPlanHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectThreshold> |
ProjectThresholdHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<Relationship> |
RelationshipHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceAccess> |
ResourceAccessHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceAssignment> |
ResourceAssignmentHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceAssignmentPeriodActual> |
ResourceAssignmentPeriodActualHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceCodeAssignment> |
ResourceCodeAssignmentHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceCode> |
ResourceCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceCodeType> |
ResourceCodeTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceCurve> |
ResourceCurveHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<Resource> |
ResourceHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceHour> |
ResourceHourHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceRate> |
ResourceRateHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceRole> |
ResourceRoleHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ResourceTeam> |
ResourceTeamHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskType> |
RiskTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<Role> |
RoleHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<RoleLimit> |
RoleLimitHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<RoleRate> |
RoleRateHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<RoleTeam> |
RoleTeamHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ScheduleOptions> |
ScheduleOptionsHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<Shift> |
ShiftHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ShiftPeriod> |
ShiftPeriodHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ThresholdParameter> |
ThresholdParameterHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<TimesheetAudit> |
TimesheetAuditHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<TimesheetDelegate> |
TimesheetDelegateHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<Timesheet> |
TimesheetHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<TimesheetPeriod> |
TimesheetPeriodHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<UDFCode> |
UDFCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<UDFType> |
UDFTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<UDFValue> |
UDFValueHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<UnitOfMeasure> |
UnitOfMeasureHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<UserFieldTitle> |
UserFieldTitleHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<User> |
UserHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<UserInterfaceView> |
UserInterfaceViewHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<UserLicense> |
UserLicenseHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<UserOBS> |
UserOBSHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<WBSCategory> |
WBSCategoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<WBS> |
WBSHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<WBSMilestone> |
WBSMilestoneHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityCodeAssignment> |
ActivityCodeAssignmentHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityCode> |
ActivityCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityCodeType> |
ActivityCodeTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityExpense> |
ActivityExpenseHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Activity> |
ActivityHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityNote> |
ActivityNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityOwner> |
ActivityOwnerHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityPeriodActual> |
ActivityPeriodActualHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityStep> |
ActivityStepHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityStepTemplate> |
ActivityStepTemplateHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityStepTemplateItem> |
ActivityStepTemplateItemHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<BaselineProject> |
BaselineProjectHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<BaselineType> |
BaselineTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<BatchReport> |
BatchReportHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Calendar> |
CalendarHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<CostAccount> |
CostAccountHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Currency> |
CurrencyHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<DocumentCategory> |
DocumentCategoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Document> |
DocumentHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<DocumentStatusCode> |
DocumentStatusCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPSBudgetChangeLog> |
EPSBudgetChangeLogHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPSFunding> |
EPSFundingHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPS> |
EPSHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPSNote> |
EPSNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPSSpendingPlan> |
EPSSpendingPlanHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ExpenseCategory> |
ExpenseCategoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<FinancialPeriod> |
FinancialPeriodHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<FundingSource> |
FundingSourceHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<GlobalPreferences> |
GlobalPreferencesHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<GlobalProfile> |
GlobalProfileHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Initiation> |
InitiationHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<IssueHistory> |
IssueHistoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Methodology> |
MethodologyHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<NotebookTopic> |
NotebookTopicHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<OBS> |
OBSHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<OverheadCode> |
OverheadCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLogHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectCodeAssignment> |
ProjectCodeAssignmentHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectCode> |
ProjectCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectCodeType> |
ProjectCodeTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectCodeUser> |
ProjectCodeUserHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectDocument> |
ProjectDocumentHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectEstimate> |
ProjectEstimateHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectFunding> |
ProjectFundingHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Project> |
ProjectHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectIssue> |
ProjectIssueHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectNote> |
ProjectNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectPortfolio> |
ProjectPortfolioHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectProfile> |
ProjectProfileHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectResourceCategory> |
ProjectResourceCategoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectResource> |
ProjectResourceHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantityHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectRisk> |
ProjectRiskHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectSpendingPlan> |
ProjectSpendingPlanHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectThreshold> |
ProjectThresholdHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Relationship> |
RelationshipHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceAccess> |
ResourceAccessHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceAssignment> |
ResourceAssignmentHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceAssignmentPeriodActual> |
ResourceAssignmentPeriodActualHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceCodeAssignment> |
ResourceCodeAssignmentHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceCode> |
ResourceCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceCodeType> |
ResourceCodeTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceCurve> |
ResourceCurveHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Resource> |
ResourceHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceHour> |
ResourceHourHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceRate> |
ResourceRateHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceRole> |
ResourceRoleHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceTeam> |
ResourceTeamHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<RiskType> |
RiskTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Role> |
RoleHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<RoleLimit> |
RoleLimitHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<RoleRate> |
RoleRateHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<RoleTeam> |
RoleTeamHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ScheduleOptions> |
ScheduleOptionsHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Shift> |
ShiftHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ShiftPeriod> |
ShiftPeriodHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ThresholdParameter> |
ThresholdParameterHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<TimesheetAudit> |
TimesheetAuditHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<TimesheetDelegate> |
TimesheetDelegateHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Timesheet> |
TimesheetHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<TimesheetPeriod> |
TimesheetPeriodHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UDFCode> |
UDFCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UDFType> |
UDFTypeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UDFValue> |
UDFValueHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UnitOfMeasure> |
UnitOfMeasureHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UserFieldTitle> |
UserFieldTitleHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<User> |
UserHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UserInterfaceView> |
UserInterfaceViewHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UserLicense> |
UserLicenseHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UserOBS> |
UserOBSHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<WBSCategory> |
WBSCategoryHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<WBS> |
WBSHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<WBSMilestone> |
WBSMilestoneHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityCodeAssignment> |
ActivityCodeAssignmentHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityCode> |
ActivityCodeHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityCodeType> |
ActivityCodeTypeHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityExpense> |
ActivityExpenseHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Activity> |
ActivityHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityNote> |
ActivityNoteHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityOwner> |
ActivityOwnerHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityPeriodActual> |
ActivityPeriodActualHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityStep> |
ActivityStepHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityStepTemplate> |
ActivityStepTemplateHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ActivityStepTemplateItem> |
ActivityStepTemplateItemHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<BaselineProject> |
BaselineProjectHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<BaselineType> |
BaselineTypeHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<BatchReport> |
BatchReportHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Calendar> |
CalendarHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<CostAccount> |
CostAccountHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Currency> |
CurrencyHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<DocumentCategory> |
DocumentCategoryHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Document> |
DocumentHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<DocumentStatusCode> |
DocumentStatusCodeHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPSBudgetChangeLog> |
EPSBudgetChangeLogHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPSFunding> |
EPSFundingHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPS> |
EPSHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPSNote> |
EPSNoteHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<EPSSpendingPlan> |
EPSSpendingPlanHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ExpenseCategory> |
ExpenseCategoryHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<FinancialPeriod> |
FinancialPeriodHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<FundingSource> |
FundingSourceHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<GlobalPreferences> |
GlobalPreferencesHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<GlobalProfile> |
GlobalProfileHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Initiation> |
InitiationHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<IssueHistory> |
IssueHistoryHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Methodology> |
MethodologyHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<NotebookTopic> |
NotebookTopicHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<OBS> |
OBSHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<OverheadCode> |
OverheadCodeHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLogHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectCodeAssignment> |
ProjectCodeAssignmentHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectCode> |
ProjectCodeHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectCodeType> |
ProjectCodeTypeHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectCodeUser> |
ProjectCodeUserHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectDocument> |
ProjectDocumentHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectEstimate> |
ProjectEstimateHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectFunding> |
ProjectFundingHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Project> |
ProjectHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectIssue> |
ProjectIssueHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectNote> |
ProjectNoteHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectPortfolio> |
ProjectPortfolioHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectProfile> |
ProjectProfileHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectResourceCategory> |
ProjectResourceCategoryHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectResource> |
ProjectResourceHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantityHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectRisk> |
ProjectRiskHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectSpendingPlan> |
ProjectSpendingPlanHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ProjectThreshold> |
ProjectThresholdHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Relationship> |
RelationshipHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceAccess> |
ResourceAccessHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceAssignment> |
ResourceAssignmentHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceAssignmentPeriodActual> |
ResourceAssignmentPeriodActualHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceCodeAssignment> |
ResourceCodeAssignmentHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceCode> |
ResourceCodeHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceCodeType> |
ResourceCodeTypeHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceCurve> |
ResourceCurveHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Resource> |
ResourceHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceHour> |
ResourceHourHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceRate> |
ResourceRateHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceRole> |
ResourceRoleHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ResourceTeam> |
ResourceTeamHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<RiskType> |
RiskTypeHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Role> |
RoleHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<RoleLimit> |
RoleLimitHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<RoleRate> |
RoleRateHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<RoleTeam> |
RoleTeamHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ScheduleOptions> |
ScheduleOptionsHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Shift> |
ShiftHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ShiftPeriod> |
ShiftPeriodHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<ThresholdParameter> |
ThresholdParameterHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<TimesheetAudit> |
TimesheetAuditHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<TimesheetDelegate> |
TimesheetDelegateHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<Timesheet> |
TimesheetHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<TimesheetPeriod> |
TimesheetPeriodHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UDFCode> |
UDFCodeHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UDFType> |
UDFTypeHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UDFValue> |
UDFValueHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UnitOfMeasure> |
UnitOfMeasureHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UserFieldTitle> |
UserFieldTitleHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<User> |
UserHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UserInterfaceView> |
UserInterfaceViewHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UserLicense> |
UserLicenseHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<UserOBS> |
UserOBSHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<WBSCategory> |
WBSCategoryHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<WBS> |
WBSHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
BOIterator<WBSMilestone> |
WBSMilestoneHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
com.primavera.bo.common.PRequestOptions options,
com.primavera.bo.base.RemoteTXId txId)
An internal load method that should not be called directly from client code. |
void |
ActivityCodeAssignmentHelper.update(Session session,
java.util.List alObjects)
|
void |
ActivityCodeHelper.update(Session session,
java.util.List alObjects)
|
void |
ActivityCodeTypeHelper.update(Session session,
java.util.List alObjects)
|
void |
ActivityExpenseHelper.update(Session session,
java.util.List alObjects)
|
void |
ActivityHelper.update(Session session,
java.util.List alObjects)
|
void |
ActivityNoteHelper.update(Session session,
java.util.List alObjects)
|
void |
ActivityOwnerHelper.update(Session session,
java.util.List alObjects)
|
void |
ActivityPeriodActualHelper.update(Session session,
java.util.List alObjects)
|
void |
ActivityStepHelper.update(Session session,
java.util.List alObjects)
|
void |
ActivityStepTemplateHelper.update(Session session,
java.util.List alObjects)
|
void |
ActivityStepTemplateItemHelper.update(Session session,
java.util.List alObjects)
|
void |
BaselineProjectHelper.update(Session session,
java.util.List alObjects)
|
void |
BaselineTypeHelper.update(Session session,
java.util.List alObjects)
|
void |
BatchReportHelper.update(Session session,
java.util.List alObjects)
|
void |
CalendarHelper.update(Session session,
java.util.List alObjects)
|
void |
CostAccountHelper.update(Session session,
java.util.List alObjects)
|
void |
CurrencyHelper.update(Session session,
java.util.List alObjects)
|
void |
DocumentCategoryHelper.update(Session session,
java.util.List alObjects)
|
void |
DocumentHelper.update(Session session,
java.util.List alObjects)
|
void |
DocumentStatusCodeHelper.update(Session session,
java.util.List alObjects)
|
void |
EPSBudgetChangeLogHelper.update(Session session,
java.util.List alObjects)
|
void |
EPSFundingHelper.update(Session session,
java.util.List alObjects)
|
void |
EPSHelper.update(Session session,
java.util.List alObjects)
|
void |
EPSNoteHelper.update(Session session,
java.util.List alObjects)
|
void |
EPSSpendingPlanHelper.update(Session session,
java.util.List alObjects)
|
void |
ExpenseCategoryHelper.update(Session session,
java.util.List alObjects)
|
void |
FinancialPeriodHelper.update(Session session,
java.util.List alObjects)
|
void |
FundingSourceHelper.update(Session session,
java.util.List alObjects)
|
void |
GlobalPreferencesHelper.update(Session session,
java.util.List alObjects)
|
void |
GlobalProfileHelper.update(Session session,
java.util.List alObjects)
|
void |
InitiationHelper.update(Session session,
java.util.List alObjects)
|
void |
IssueHistoryHelper.update(Session session,
java.util.List alObjects)
|
void |
MethodologyHelper.update(Session session,
java.util.List alObjects)
|
void |
NotebookTopicHelper.update(Session session,
java.util.List alObjects)
|
void |
OBSHelper.update(Session session,
java.util.List alObjects)
|
void |
OverheadCodeHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectBudgetChangeLogHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectCodeAssignmentHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectCodeHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectCodeTypeHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectCodeUserHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectDocumentHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectEstimateHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectFundingHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectIssueHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectNoteHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectPortfolioHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectProfileHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectResourceCategoryHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectResourceHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectResourceQuantityHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectRiskHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectSpendingPlanHelper.update(Session session,
java.util.List alObjects)
|
void |
ProjectThresholdHelper.update(Session session,
java.util.List alObjects)
|
void |
RelationshipHelper.update(Session session,
java.util.List alObjects)
|
void |
ResourceAccessHelper.update(Session session,
java.util.List alObjects)
|
void |
ResourceAssignmentHelper.update(Session session,
java.util.List alObjects)
|
void |
ResourceAssignmentPeriodActualHelper.update(Session session,
java.util.List alObjects)
|
void |
ResourceCodeAssignmentHelper.update(Session session,
java.util.List alObjects)
|
void |
ResourceCodeHelper.update(Session session,
java.util.List alObjects)
|
void |
ResourceCodeTypeHelper.update(Session session,
java.util.List alObjects)
|
void |
ResourceCurveHelper.update(Session session,
java.util.List alObjects)
|
void |
ResourceHelper.update(Session session,
java.util.List alObjects)
|
void |
ResourceHourHelper.update(Session session,
java.util.List alObjects)
|
void |
ResourceRateHelper.update(Session session,
java.util.List alObjects)
|
void |
ResourceRoleHelper.update(Session session,
java.util.List alObjects)
|
void |
ResourceTeamHelper.update(Session session,
java.util.List alObjects)
|
void |
RiskTypeHelper.update(Session session,
java.util.List alObjects)
|
void |
RoleHelper.update(Session session,
java.util.List alObjects)
|
void |
RoleLimitHelper.update(Session session,
java.util.List alObjects)
|
void |
RoleRateHelper.update(Session session,
java.util.List alObjects)
|
void |
RoleTeamHelper.update(Session session,
java.util.List alObjects)
|
void |
ScheduleOptionsHelper.update(Session session,
java.util.List alObjects)
|
void |
ShiftHelper.update(Session session,
java.util.List alObjects)
|
void |
ShiftPeriodHelper.update(Session session,
java.util.List alObjects)
|
void |
ThresholdParameterHelper.update(Session session,
java.util.List alObjects)
|
void |
TimesheetAuditHelper.update(Session session,
java.util.List alObjects)
|
void |
TimesheetDelegateHelper.update(Session session,
java.util.List alObjects)
|
void |
TimesheetHelper.update(Session session,
java.util.List alObjects)
|
void |
TimesheetPeriodHelper.update(Session session,
java.util.List alObjects)
|
void |
UDFCodeHelper.update(Session session,
java.util.List alObjects)
|
void |
UDFTypeHelper.update(Session session,
java.util.List alObjects)
|
void |
UDFValueHelper.update(Session session,
java.util.List alObjects)
|
void |
UnitOfMeasureHelper.update(Session session,
java.util.List alObjects)
|
void |
UserFieldTitleHelper.update(Session session,
java.util.List alObjects)
|
void |
UserHelper.update(Session session,
java.util.List alObjects)
|
void |
UserInterfaceViewHelper.update(Session session,
java.util.List alObjects)
|
void |
UserLicenseHelper.update(Session session,
java.util.List alObjects)
|
void |
UserOBSHelper.update(Session session,
java.util.List alObjects)
|
void |
WBSCategoryHelper.update(Session session,
java.util.List alObjects)
|
void |
WBSHelper.update(Session session,
java.util.List alObjects)
|
void |
WBSMilestoneHelper.update(Session session,
java.util.List alObjects)
|
Uses of ServerException in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that throw ServerException | |
---|---|
ObjectId |
Project.assignProjectAsBaseline(ObjectId projectId)
Converts the provided project to be a baseline of this project. |
int |
Project.calculateProjectScore(ObjectId[] aProjCodeTypeIds)
Calculate the project score of this project based on a selected set of ProjectCodeType's. |
ObjectId |
Project.convertToBaseline(ObjectId projectId)
Converts this project to a baseline of the project provided. |
ObjectId |
Project.copyBaseline(ObjectId baselineProjId)
Creates a copy of the specified baseline project. |
ObjectId |
WBSMilestone.create()
Creates this WBSMilestone object in the database. |
ObjectId |
WBSCategory.create()
Creates this WBSCategory object in the database. |
ObjectId |
WBS.create()
Creates this WBS object in the database. |
ObjectId |
UserOBS.create()
Creates this UserOBS object in the database. |
ObjectId |
UserLicense.create()
Creates this UserLicense object in the database. |
ObjectId |
User.create()
Creates this User object in the database. |
ObjectId |
UnitOfMeasure.create()
Creates this UnitOfMeasure object in the database. |
ObjectId |
UDFValue.create()
Creates this UDFValue object in the database. |
ObjectId |
UDFType.create()
Creates this UDFType object in the database. |
ObjectId |
UDFCode.create()
Creates this UDFCode object in the database. |
ObjectId |
Shift.create()
Creates this Shift object in the database. |
ObjectId |
RoleTeam.create()
Creates this RoleTeam object in the database. |
ObjectId |
RoleRate.create()
Creates this RoleRate object in the database. |
ObjectId |
RoleLimit.create()
Creates this RoleLimit object in the database. |
ObjectId |
Role.create()
Creates this Role object in the database. |
ObjectId |
RiskType.create()
Creates this RiskType object in the database. |
ObjectId |
ResourceTeam.create()
Creates this ResourceTeam object in the database. |
ObjectId |
ResourceRole.create()
Creates this ResourceRole object in the database. |
ObjectId |
ResourceRate.create()
Creates this ResourceRate object in the database. |
ObjectId |
ResourceCurve.create()
Creates this ResourceCurve object in the database. |
ObjectId |
ResourceCodeType.create()
Creates this ResourceCodeType object in the database. |
ObjectId |
ResourceCodeAssignment.create()
Creates this ResourceCodeAssignment object in the database. |
ObjectId |
ResourceCode.create()
Creates this ResourceCode object in the database. |
ObjectId |
ResourceAssignmentPeriodActual.create()
Creates this ResourceAssignmentPeriodActual object in the database. |
ObjectId |
ResourceAssignment.create()
Creates this ResourceAssignment object in the database. |
ObjectId |
ResourceAccess.create()
Creates this ResourceAccess object in the database. |
ObjectId |
Resource.create()
Creates this Resource object in the database. |
ObjectId |
Relationship.create()
Creates this Relationship object in the database. |
ObjectId |
ProjectThreshold.create()
Creates this ProjectThreshold object in the database. |
ObjectId |
ProjectSpendingPlan.create()
Creates this ProjectSpendingPlan object in the database. |
ObjectId |
ProjectRisk.create()
Creates this ProjectRisk object in the database. |
ObjectId |
ProjectResourceQuantity.create()
Creates this ProjectResourceQuantity object in the database. |
ObjectId |
ProjectResourceCategory.create()
Creates this ProjectResourceCategory object in the database. |
ObjectId |
ProjectResource.create()
Creates this ProjectResource object in the database. |
ObjectId |
ProjectProfile.create()
Creates this ProjectProfile object in the database. |
ObjectId |
ProjectPortfolio.create()
Creates this ProjectPortfolio object in the database. |
ObjectId |
ProjectNote.create()
Creates this ProjectNote object in the database. |
ObjectId |
ProjectIssue.create()
Creates this ProjectIssue object in the database. |
ObjectId |
ProjectFunding.create()
Creates this ProjectFunding object in the database. |
ObjectId |
ProjectEstimate.create()
Creates this ProjectEstimate object in the database. |
ObjectId |
ProjectDocument.create()
Creates this ProjectDocument object in the database. |
ObjectId |
ProjectCodeType.create()
Creates this ProjectCodeType object in the database. |
ObjectId |
ProjectCodeAssignment.create()
Creates this ProjectCodeAssignment object in the database. |
ObjectId |
ProjectCode.create()
Creates this ProjectCode object in the database. |
ObjectId |
ProjectBudgetChangeLog.create()
Creates this ProjectBudgetChangeLog object in the database. |
ObjectId |
Project.create()
Creates this Project object in the database. |
ObjectId |
OverheadCode.create()
Creates this OverheadCode object in the database. |
ObjectId |
OBS.create()
Creates this OBS object in the database. |
ObjectId |
NotebookTopic.create()
Creates this NotebookTopic object in the database. |
ObjectId |
GlobalProfile.create()
Creates this GlobalProfile object in the database. |
ObjectId |
FundingSource.create()
Creates this FundingSource object in the database. |
ObjectId |
FinancialPeriod.create()
Creates this FinancialPeriod object in the database. |
ObjectId |
ExpenseCategory.create()
Creates this ExpenseCategory object in the database. |
ObjectId |
EPSSpendingPlan.create()
Creates this EPSSpendingPlan object in the database. |
ObjectId |
EPSNote.create()
Creates this EPSNote object in the database. |
ObjectId |
EPSFunding.create()
Creates this EPSFunding object in the database. |
ObjectId |
EPSBudgetChangeLog.create()
Creates this EPSBudgetChangeLog object in the database. |
ObjectId |
EPS.create()
Creates this EPS object in the database. |
ObjectId |
DocumentStatusCode.create()
Creates this DocumentStatusCode object in the database. |
ObjectId |
DocumentCategory.create()
Creates this DocumentCategory object in the database. |
ObjectId |
Document.create()
Creates this Document object in the database. |
ObjectId |
Currency.create()
Creates this Currency object in the database. |
ObjectId |
CostAccount.create()
Creates this CostAccount object in the database. |
ObjectId |
Calendar.create()
Creates this Calendar object in the database. |
ObjectId |
BaselineType.create()
Creates this BaselineType object in the database. |
ObjectId |
ActivityStep.create()
Creates this ActivityStep object in the database. |
ObjectId |
ActivityPeriodActual.create()
Creates this ActivityPeriodActual object in the database. |
ObjectId |
ActivityNote.create()
Creates this ActivityNote object in the database. |
ObjectId |
ActivityExpense.create()
Creates this ActivityExpense object in the database. |
ObjectId |
ActivityCodeType.create()
Creates this ActivityCodeType object in the database. |
ObjectId |
ActivityCodeAssignment.create()
Creates this ActivityCodeAssignment object in the database. |
ObjectId |
ActivityCode.create()
Creates this ActivityCode object in the database. |
ObjectId |
Activity.create()
Creates this Activity object in the database. |
static ObjectId[] |
Activity.create(Session session,
Activity[] activities)
Creates multiple Activity objects in the database. |
static ObjectId[] |
ActivityCode.create(Session session,
ActivityCode[] activitycodes)
Creates multiple ActivityCode objects in the database. |
static ObjectId[] |
ActivityCodeAssignment.create(Session session,
ActivityCodeAssignment[] activitycodeassignments)
Creates multiple ActivityCodeAssignment objects in the database. |
static ObjectId[] |
ActivityCodeType.create(Session session,
ActivityCodeType[] activitycodetypes)
Creates multiple ActivityCodeType objects in the database. |
static ObjectId[] |
ActivityExpense.create(Session session,
ActivityExpense[] activityexpenses)
Creates multiple ActivityExpense objects in the database. |
static ObjectId[] |
ActivityNote.create(Session session,
ActivityNote[] activitynotes)
Creates multiple ActivityNote objects in the database. |
static ObjectId[] |
ActivityPeriodActual.create(Session session,
ActivityPeriodActual[] activityperiodactuals)
Creates multiple ActivityPeriodActual objects in the database. |
static ObjectId[] |
ActivityStep.create(Session session,
ActivityStep[] activitysteps)
Creates multiple ActivityStep objects in the database. |
static ObjectId[] |
BaselineType.create(Session session,
BaselineType[] baselinetypes)
Creates multiple BaselineType objects in the database. |
static ObjectId[] |
Calendar.create(Session session,
Calendar[] calendars)
Creates multiple Calendar objects in the database. |
static ObjectId[] |
CostAccount.create(Session session,
CostAccount[] costaccounts)
Creates multiple CostAccount objects in the database. |
static ObjectId[] |
Currency.create(Session session,
Currency[] currencies)
Creates multiple Currency objects in the database. |
static ObjectId[] |
Document.create(Session session,
Document[] documents)
Creates multiple Document objects in the database. |
static ObjectId[] |
DocumentCategory.create(Session session,
DocumentCategory[] documentcategories)
Creates multiple DocumentCategory objects in the database. |
static ObjectId[] |
DocumentStatusCode.create(Session session,
DocumentStatusCode[] documentstatuscodes)
Creates multiple DocumentStatusCode objects in the database. |
static ObjectId[] |
EPS.create(Session session,
EPS[] eps)
Creates multiple EPS objects in the database. |
static ObjectId[] |
EPSBudgetChangeLog.create(Session session,
EPSBudgetChangeLog[] epsbudgetchangelogs)
Creates multiple EPSBudgetChangeLog objects in the database. |
static ObjectId[] |
EPSFunding.create(Session session,
EPSFunding[] epsfundings)
Creates multiple EPSFunding objects in the database. |
static ObjectId[] |
EPSNote.create(Session session,
EPSNote[] epsnotes)
Creates multiple EPSNote objects in the database. |
static ObjectId[] |
EPSSpendingPlan.create(Session session,
EPSSpendingPlan[] epsspendingplans)
Creates multiple EPSSpendingPlan objects in the database. |
static ObjectId[] |
ExpenseCategory.create(Session session,
ExpenseCategory[] expensecategories)
Creates multiple ExpenseCategory objects in the database. |
static ObjectId[] |
FinancialPeriod.create(Session session,
FinancialPeriod[] financialperiods)
Creates multiple FinancialPeriod objects in the database. |
static ObjectId[] |
FundingSource.create(Session session,
FundingSource[] fundingsources)
Creates multiple FundingSource objects in the database. |
static ObjectId[] |
GlobalProfile.create(Session session,
GlobalProfile[] globalprofiles)
Creates multiple GlobalProfile objects in the database. |
static ObjectId[] |
NotebookTopic.create(Session session,
NotebookTopic[] notebooktopics)
Creates multiple NotebookTopic objects in the database. |
static ObjectId[] |
OBS.create(Session session,
OBS[] obs)
Creates multiple OBS objects in the database. |
static ObjectId[] |
OverheadCode.create(Session session,
OverheadCode[] overheadcodes)
Creates multiple OverheadCode objects in the database. |
static ObjectId[] |
Project.create(Session session,
Project[] projects)
Creates multiple Project objects in the database. |
static ObjectId[] |
ProjectBudgetChangeLog.create(Session session,
ProjectBudgetChangeLog[] projectbudgetchangelogs)
Creates multiple ProjectBudgetChangeLog objects in the database. |
static ObjectId[] |
ProjectCode.create(Session session,
ProjectCode[] projectcodes)
Creates multiple ProjectCode objects in the database. |
static ObjectId[] |
ProjectCodeAssignment.create(Session session,
ProjectCodeAssignment[] projectcodeassignments)
Creates multiple ProjectCodeAssignment objects in the database. |
static ObjectId[] |
ProjectCodeType.create(Session session,
ProjectCodeType[] projectcodetypes)
Creates multiple ProjectCodeType objects in the database. |
static ObjectId[] |
ProjectDocument.create(Session session,
ProjectDocument[] projectdocuments)
Creates multiple ProjectDocument objects in the database. |
static ObjectId[] |
ProjectEstimate.create(Session session,
ProjectEstimate[] projectestimates)
Creates multiple ProjectEstimate objects in the database. |
static ObjectId[] |
ProjectFunding.create(Session session,
ProjectFunding[] projectfundings)
Creates multiple ProjectFunding objects in the database. |
static ObjectId[] |
ProjectIssue.create(Session session,
ProjectIssue[] projectissues)
Creates multiple ProjectIssue objects in the database. |
static ObjectId[] |
ProjectNote.create(Session session,
ProjectNote[] projectnotes)
Creates multiple ProjectNote objects in the database. |
static ObjectId[] |
ProjectPortfolio.create(Session session,
ProjectPortfolio[] projectportfolios)
Creates multiple ProjectPortfolio objects in the database. |
static ObjectId[] |
ProjectProfile.create(Session session,
ProjectProfile[] projectprofiles)
Creates multiple ProjectProfile objects in the database. |
static ObjectId[] |
ProjectResource.create(Session session,
ProjectResource[] projectresources)
Creates multiple ProjectResource objects in the database. |
static ObjectId[] |
ProjectResourceCategory.create(Session session,
ProjectResourceCategory[] projectresourcecategories)
Creates multiple ProjectResourceCategory objects in the database. |
static ObjectId[] |
ProjectResourceQuantity.create(Session session,
ProjectResourceQuantity[] projectresourcequantities)
Creates multiple ProjectResourceQuantity objects in the database. |
static ObjectId[] |
ProjectRisk.create(Session session,
ProjectRisk[] projectrisks)
Creates multiple ProjectRisk objects in the database. |
static ObjectId[] |
ProjectSpendingPlan.create(Session session,
ProjectSpendingPlan[] projectspendingplans)
Creates multiple ProjectSpendingPlan objects in the database. |
static ObjectId[] |
ProjectThreshold.create(Session session,
ProjectThreshold[] projectthresholds)
Creates multiple ProjectThreshold objects in the database. |
static ObjectId[] |
Relationship.create(Session session,
Relationship[] relationships)
Creates multiple Relationship objects in the database. |
static ObjectId[] |
Resource.create(Session session,
Resource[] resources)
Creates multiple Resource objects in the database. |
static ObjectId[] |
ResourceAccess.create(Session session,
ResourceAccess[] resourceaccess)
Creates multiple ResourceAccess objects in the database. |
static ObjectId[] |
ResourceAssignment.create(Session session,
ResourceAssignment[] resourceassignments)
Creates multiple ResourceAssignment objects in the database. |
static ObjectId[] |
ResourceAssignmentPeriodActual.create(Session session,
ResourceAssignmentPeriodActual[] resourceassignmentperiodactuals)
Creates multiple ResourceAssignmentPeriodActual objects in the database. |
static ObjectId[] |
ResourceCode.create(Session session,
ResourceCode[] resourcecodes)
Creates multiple ResourceCode objects in the database. |
static ObjectId[] |
ResourceCodeAssignment.create(Session session,
ResourceCodeAssignment[] resourcecodeassignments)
Creates multiple ResourceCodeAssignment objects in the database. |
static ObjectId[] |
ResourceCodeType.create(Session session,
ResourceCodeType[] resourcecodetypes)
Creates multiple ResourceCodeType objects in the database. |
static ObjectId[] |
ResourceCurve.create(Session session,
ResourceCurve[] resourcecurves)
Creates multiple ResourceCurve objects in the database. |
static ObjectId[] |
ResourceRate.create(Session session,
ResourceRate[] resourcerates)
Creates multiple ResourceRate objects in the database. |
static ObjectId[] |
ResourceRole.create(Session session,
ResourceRole[] resourceroles)
Creates multiple ResourceRole objects in the database. |
static ObjectId[] |
ResourceTeam.create(Session session,
ResourceTeam[] resourceteams)
Creates multiple ResourceTeam objects in the database. |
static ObjectId[] |
RiskType.create(Session session,
RiskType[] risktypes)
Creates multiple RiskType objects in the database. |
static ObjectId[] |
Role.create(Session session,
Role[] roles)
Creates multiple Role objects in the database. |
static ObjectId[] |
RoleLimit.create(Session session,
RoleLimit[] rolelimits)
Creates multiple RoleLimit objects in the database. |
static ObjectId[] |
RoleRate.create(Session session,
RoleRate[] rolerates)
Creates multiple RoleRate objects in the database. |
static ObjectId[] |
RoleTeam.create(Session session,
RoleTeam[] roleteams)
Creates multiple RoleTeam objects in the database. |
static ObjectId[] |
Shift.create(Session session,
Shift[] shifts)
Creates multiple Shift objects in the database. |
static ObjectId[] |
UDFCode.create(Session session,
UDFCode[] udfcodes)
Creates multiple UDFCode objects in the database. |
static ObjectId[] |
UDFType.create(Session session,
UDFType[] udftypes)
Creates multiple UDFType objects in the database. |
static ObjectId[] |
UDFValue.create(Session session,
UDFValue[] udfvalues)
Creates multiple UDFValue objects in the database. |
static ObjectId[] |
UnitOfMeasure.create(Session session,
UnitOfMeasure[] unitofmeasures)
Creates multiple UnitOfMeasure objects in the database. |
static ObjectId[] |
User.create(Session session,
User[] users)
Creates multiple User objects in the database. |
static ObjectId[] |
UserLicense.create(Session session,
UserLicense[] userlicenses)
Creates multiple UserLicense objects in the database. |
static ObjectId[] |
UserOBS.create(Session session,
UserOBS[] userobs)
Creates multiple UserOBS objects in the database. |
static ObjectId[] |
WBS.create(Session session,
WBS[] wbs)
Creates multiple WBS objects in the database. |
static ObjectId[] |
WBSCategory.create(Session session,
WBSCategory[] wbscategories)
Creates multiple WBSCategory objects in the database. |
static ObjectId[] |
WBSMilestone.create(Session session,
WBSMilestone[] wbsmilestones)
Creates multiple WBSMilestone objects in the database. |
ObjectId[] |
WBS.createActivities(Activity[] activities)
Creates multiple associated Activity objects in the database. |
ObjectId |
WBS.createActivity(Activity activity)
Creates an associated Activity object in the database. |
ObjectId |
ActivityCode.createActivityCodeChild(ActivityCode activitycodechild)
Creates an associated ActivityCode object in the database. |
ObjectId[] |
ActivityCode.createActivityCodeChildren(ActivityCode[] activitycodechildren)
Creates multiple associated ActivityCode objects in the database. |
ObjectId |
Activity.createActivityExpense(ActivityExpense activityexpense)
Creates an associated ActivityExpense object in the database. |
ObjectId[] |
Activity.createActivityExpenses(ActivityExpense[] activityexpenses)
Creates multiple associated ActivityExpense objects in the database. |
ObjectId |
Activity.createActivityNote(ActivityNote activitynote)
Creates an associated ActivityNote object in the database. |
ObjectId[] |
Activity.createActivityNotes(ActivityNote[] activitynotes)
Creates multiple associated ActivityNote objects in the database. |
ObjectId |
Activity.createActivityStep(ActivityStep activitystep)
Creates an associated ActivityStep object in the database. |
ObjectId[] |
Activity.createActivitySteps(ActivityStep[] activitysteps)
Creates multiple associated ActivityStep objects in the database. |
ObjectId |
Project.createCopy(ObjectId epsId,
CopyProjectOptions projOpts,
CopyWBSOptions wbsOpts,
CopyActivityOptions actOpts)
Creates a copy of the project. |
ObjectId |
Activity.createCopy(ObjectId projectObjectId,
ObjectId wbsObjectId,
java.lang.String newId,
CopyActivityOptions copyOptions)
Copies the activity to a project node or a WBS node. |
ObjectId |
Project.createCopyAsBaseline()
Copies a copy of the current project and makes the copy a baseline of the current project. |
ObjectId |
Project.createCopyAsReflection()
Copies a copy of the current project and makes the copy a reflection of the current project. |
ObjectId |
CostAccount.createCostAccountChild(CostAccount costaccountchild)
Creates an associated CostAccount object in the database. |
ObjectId[] |
CostAccount.createCostAccountChildren(CostAccount[] costaccountchildren)
Creates multiple associated CostAccount objects in the database. |
ObjectId |
Document.createDocumentChild(Document documentchild)
Creates an associated Document object in the database. |
ObjectId[] |
Document.createDocumentChildren(Document[] documentchildren)
Creates multiple associated Document objects in the database. |
ObjectId |
EPS.createEPSBudgetChangeLog(EPSBudgetChangeLog epsbudgetchangelog)
Creates an associated EPSBudgetChangeLog object in the database. |
ObjectId[] |
EPS.createEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs)
Creates multiple associated EPSBudgetChangeLog objects in the database. |
ObjectId |
EPS.createEPSChild(EPS epschild)
Creates an associated EPS object in the database. |
ObjectId[] |
EPS.createEPSChildren(EPS[] epschildren)
Creates multiple associated EPS objects in the database. |
ObjectId |
EPS.createEPSFunding(EPSFunding epsfunding)
Creates an associated EPSFunding object in the database. |
ObjectId[] |
EPS.createEPSFundings(EPSFunding[] epsfundings)
Creates multiple associated EPSFunding objects in the database. |
ObjectId |
EPS.createEPSNote(EPSNote epsnote)
Creates an associated EPSNote object in the database. |
ObjectId[] |
EPS.createEPSNotes(EPSNote[] epsnotes)
Creates multiple associated EPSNote objects in the database. |
ObjectId |
EPS.createEPSSpendingPlan(EPSSpendingPlan epsspendingplan)
Creates an associated EPSSpendingPlan object in the database. |
ObjectId[] |
EPS.createEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans)
Creates multiple associated EPSSpendingPlan objects in the database. |
ObjectId |
FundingSource.createFundingSourceChild(FundingSource fundingsourcechild)
Creates an associated FundingSource object in the database. |
ObjectId[] |
FundingSource.createFundingSourceChildren(FundingSource[] fundingsourcechildren)
Creates multiple associated FundingSource objects in the database. |
ObjectId |
OBS.createOBSChild(OBS obschild)
Creates an associated OBS object in the database. |
ObjectId[] |
OBS.createOBSChildren(OBS[] obschildren)
Creates multiple associated OBS objects in the database. |
ObjectId |
Activity.createPredecessorRelationship(Relationship predecessorrelationship)
Creates an associated Relationship object in the database. |
ObjectId[] |
Activity.createPredecessorRelationships(Relationship[] predecessorrelationships)
Creates multiple associated Relationship objects in the database. |
ObjectId |
WBS.createProjectBudgetChangeLog(ProjectBudgetChangeLog projectbudgetchangelog)
Creates an associated ProjectBudgetChangeLog object in the database. |
ObjectId[] |
WBS.createProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
Creates multiple associated ProjectBudgetChangeLog objects in the database. |
ObjectId |
EPS.createProjectChild(Project projectchild)
Creates an associated Project object in the database. |
ObjectId[] |
EPS.createProjectChildren(Project[] projectchildren)
Creates multiple associated Project objects in the database. |
ObjectId |
ProjectCode.createProjectCodeChild(ProjectCode projectcodechild)
Creates an associated ProjectCode object in the database. |
ObjectId[] |
ProjectCode.createProjectCodeChildren(ProjectCode[] projectcodechildren)
Creates multiple associated ProjectCode objects in the database. |
ObjectId |
WBS.createProjectDocument(ProjectDocument projectdocument)
Creates an associated ProjectDocument object in the database. |
ObjectId |
Activity.createProjectDocument(ProjectDocument projectdocument)
Creates an associated ProjectDocument object in the database. |
ObjectId[] |
WBS.createProjectDocuments(ProjectDocument[] projectdocuments)
Creates multiple associated ProjectDocument objects in the database. |
ObjectId[] |
Activity.createProjectDocuments(ProjectDocument[] projectdocuments)
Creates multiple associated ProjectDocument objects in the database. |
ObjectId |
WBS.createProjectEstimate(ProjectEstimate projectestimate)
Creates an associated ProjectEstimate object in the database. |
ObjectId[] |
WBS.createProjectEstimates(ProjectEstimate[] projectestimates)
Creates multiple associated ProjectEstimate objects in the database. |
ObjectId |
Project.createProjectFunding(ProjectFunding projectfunding)
Creates an associated ProjectFunding object in the database. |
ObjectId |
BaselineProject.createProjectFunding(ProjectFunding projectfunding)
Creates an associated ProjectFunding object in the database. |
ObjectId[] |
Project.createProjectFundings(ProjectFunding[] projectfundings)
Creates multiple associated ProjectFunding objects in the database. |
ObjectId[] |
BaselineProject.createProjectFundings(ProjectFunding[] projectfundings)
Creates multiple associated ProjectFunding objects in the database. |
ObjectId |
WBS.createProjectIssue(ProjectIssue projectissue)
Creates an associated ProjectIssue object in the database. |
ObjectId |
Activity.createProjectIssue(ProjectIssue projectissue)
Creates an associated ProjectIssue object in the database. |
ObjectId[] |
WBS.createProjectIssues(ProjectIssue[] projectissues)
Creates multiple associated ProjectIssue objects in the database. |
ObjectId[] |
Activity.createProjectIssues(ProjectIssue[] projectissues)
Creates multiple associated ProjectIssue objects in the database. |
ObjectId[] |
Project.createProjectLevelActivities(Activity[] projectlevelactivities)
Creates multiple associated Activity objects in the database. |
ObjectId[] |
BaselineProject.createProjectLevelActivities(Activity[] projectlevelactivities)
Creates multiple associated Activity objects in the database. |
ObjectId |
Project.createProjectLevelActivity(Activity projectlevelactivity)
Creates an associated Activity object in the database. |
ObjectId |
BaselineProject.createProjectLevelActivity(Activity projectlevelactivity)
Creates an associated Activity object in the database. |
ObjectId |
Project.createProjectLevelBudgetChangeLog(ProjectBudgetChangeLog projectlevelbudgetchangelog)
Creates an associated ProjectBudgetChangeLog object in the database. |
ObjectId |
BaselineProject.createProjectLevelBudgetChangeLog(ProjectBudgetChangeLog projectlevelbudgetchangelog)
Creates an associated ProjectBudgetChangeLog object in the database. |
ObjectId[] |
Project.createProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs)
Creates multiple associated ProjectBudgetChangeLog objects in the database. |
ObjectId[] |
BaselineProject.createProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs)
Creates multiple associated ProjectBudgetChangeLog objects in the database. |
ObjectId |
Project.createProjectLevelEstimate(ProjectEstimate projectlevelestimate)
Creates an associated ProjectEstimate object in the database. |
ObjectId |
BaselineProject.createProjectLevelEstimate(ProjectEstimate projectlevelestimate)
Creates an associated ProjectEstimate object in the database. |
ObjectId[] |
Project.createProjectLevelEstimates(ProjectEstimate[] projectlevelestimates)
Creates multiple associated ProjectEstimate objects in the database. |
ObjectId[] |
BaselineProject.createProjectLevelEstimates(ProjectEstimate[] projectlevelestimates)
Creates multiple associated ProjectEstimate objects in the database. |
ObjectId |
Project.createProjectLevelIssue(ProjectIssue projectlevelissue)
Creates an associated ProjectIssue object in the database. |
ObjectId |
BaselineProject.createProjectLevelIssue(ProjectIssue projectlevelissue)
Creates an associated ProjectIssue object in the database. |
ObjectId[] |
Project.createProjectLevelIssues(ProjectIssue[] projectlevelissues)
Creates multiple associated ProjectIssue objects in the database. |
ObjectId[] |
BaselineProject.createProjectLevelIssues(ProjectIssue[] projectlevelissues)
Creates multiple associated ProjectIssue objects in the database. |
ObjectId |
Project.createProjectLevelNote(ProjectNote projectlevelnote)
Creates an associated ProjectNote object in the database. |
ObjectId |
BaselineProject.createProjectLevelNote(ProjectNote projectlevelnote)
Creates an associated ProjectNote object in the database. |
ObjectId[] |
Project.createProjectLevelNotes(ProjectNote[] projectlevelnotes)
Creates multiple associated ProjectNote objects in the database. |
ObjectId[] |
BaselineProject.createProjectLevelNotes(ProjectNote[] projectlevelnotes)
Creates multiple associated ProjectNote objects in the database. |
ObjectId |
Project.createProjectLevelRisk(ProjectRisk projectlevelrisk)
Creates an associated ProjectRisk object in the database. |
ObjectId |
BaselineProject.createProjectLevelRisk(ProjectRisk projectlevelrisk)
Creates an associated ProjectRisk object in the database. |
ObjectId[] |
Project.createProjectLevelRisks(ProjectRisk[] projectlevelrisks)
Creates multiple associated ProjectRisk objects in the database. |
ObjectId[] |
BaselineProject.createProjectLevelRisks(ProjectRisk[] projectlevelrisks)
Creates multiple associated ProjectRisk objects in the database. |
ObjectId |
Project.createProjectLevelSpendingPlan(ProjectSpendingPlan projectlevelspendingplan)
Creates an associated ProjectSpendingPlan object in the database. |
ObjectId |
BaselineProject.createProjectLevelSpendingPlan(ProjectSpendingPlan projectlevelspendingplan)
Creates an associated ProjectSpendingPlan object in the database. |
ObjectId[] |
Project.createProjectLevelSpendingPlans(ProjectSpendingPlan[] projectlevelspendingplans)
Creates multiple associated ProjectSpendingPlan objects in the database. |
ObjectId[] |
BaselineProject.createProjectLevelSpendingPlans(ProjectSpendingPlan[] projectlevelspendingplans)
Creates multiple associated ProjectSpendingPlan objects in the database. |
ObjectId |
Project.createProjectLevelThreshold(ProjectThreshold projectlevelthreshold)
Creates an associated ProjectThreshold object in the database. |
ObjectId |
BaselineProject.createProjectLevelThreshold(ProjectThreshold projectlevelthreshold)
Creates an associated ProjectThreshold object in the database. |
ObjectId[] |
Project.createProjectLevelThresholds(ProjectThreshold[] projectlevelthresholds)
Creates multiple associated ProjectThreshold objects in the database. |
ObjectId[] |
BaselineProject.createProjectLevelThresholds(ProjectThreshold[] projectlevelthresholds)
Creates multiple associated ProjectThreshold objects in the database. |
ObjectId |
Project.createProjectLevelWBSMilestone(WBSMilestone projectlevelwbsmilestone)
Creates an associated WBSMilestone object in the database. |
ObjectId |
BaselineProject.createProjectLevelWBSMilestone(WBSMilestone projectlevelwbsmilestone)
Creates an associated WBSMilestone object in the database. |
ObjectId[] |
Project.createProjectLevelWBSMilestones(WBSMilestone[] projectlevelwbsmilestones)
Creates multiple associated WBSMilestone objects in the database. |
ObjectId[] |
BaselineProject.createProjectLevelWBSMilestones(WBSMilestone[] projectlevelwbsmilestones)
Creates multiple associated WBSMilestone objects in the database. |
ObjectId |
WBS.createProjectNote(ProjectNote projectnote)
Creates an associated ProjectNote object in the database. |
ObjectId[] |
WBS.createProjectNotes(ProjectNote[] projectnotes)
Creates multiple associated ProjectNote objects in the database. |
ObjectId |
User.createProjectPortfolio(ProjectPortfolio projectportfolio)
Creates an associated ProjectPortfolio object in the database. |
ObjectId[] |
User.createProjectPortfolios(ProjectPortfolio[] projectportfolios)
Creates multiple associated ProjectPortfolio objects in the database. |
ObjectId |
WBS.createProjectRisk(ProjectRisk projectrisk)
Creates an associated ProjectRisk object in the database. |
ObjectId[] |
WBS.createProjectRisks(ProjectRisk[] projectrisks)
Creates multiple associated ProjectRisk objects in the database. |
ObjectId |
WBS.createProjectSpendingPlan(ProjectSpendingPlan projectspendingplan)
Creates an associated ProjectSpendingPlan object in the database. |
ObjectId[] |
WBS.createProjectSpendingPlans(ProjectSpendingPlan[] projectspendingplans)
Creates multiple associated ProjectSpendingPlan objects in the database. |
ObjectId |
WBS.createProjectThreshold(ProjectThreshold projectthreshold)
Creates an associated ProjectThreshold object in the database. |
ObjectId[] |
WBS.createProjectThresholds(ProjectThreshold[] projectthresholds)
Creates multiple associated ProjectThreshold objects in the database. |
ObjectId |
Resource.createResourceAssignment(ResourceAssignment resourceassignment)
Creates an associated ResourceAssignment object in the database. |
ObjectId |
Activity.createResourceAssignment(ResourceAssignment resourceassignment)
Creates an associated ResourceAssignment object in the database. |
ObjectId[] |
Resource.createResourceAssignments(ResourceAssignment[] resourceassignments)
Creates multiple associated ResourceAssignment objects in the database. |
ObjectId[] |
Activity.createResourceAssignments(ResourceAssignment[] resourceassignments)
Creates multiple associated ResourceAssignment objects in the database. |
ObjectId |
Resource.createResourceChild(Resource resourcechild)
Creates an associated Resource object in the database. |
ObjectId[] |
Resource.createResourceChildren(Resource[] resourcechildren)
Creates multiple associated Resource objects in the database. |
ObjectId |
ResourceCode.createResourceCodeChild(ResourceCode resourcecodechild)
Creates an associated ResourceCode object in the database. |
ObjectId[] |
ResourceCode.createResourceCodeChildren(ResourceCode[] resourcecodechildren)
Creates multiple associated ResourceCode objects in the database. |
ObjectId |
Resource.createResourceRate(ResourceRate resourcerate)
Creates an associated ResourceRate object in the database. |
ObjectId[] |
Resource.createResourceRates(ResourceRate[] resourcerates)
Creates multiple associated ResourceRate objects in the database. |
ObjectId |
User.createResourceTeam(ResourceTeam resourceteam)
Creates an associated ResourceTeam object in the database. |
ObjectId[] |
User.createResourceTeams(ResourceTeam[] resourceteams)
Creates multiple associated ResourceTeam objects in the database. |
ObjectId |
Role.createRoleChild(Role rolechild)
Creates an associated Role object in the database. |
ObjectId[] |
Role.createRoleChildren(Role[] rolechildren)
Creates multiple associated Role objects in the database. |
ObjectId |
Role.createRoleLimit(RoleLimit rolelimit)
Creates an associated RoleLimit object in the database. |
ObjectId[] |
Role.createRoleLimits(RoleLimit[] rolelimits)
Creates multiple associated RoleLimit objects in the database. |
ObjectId |
Role.createRoleRate(RoleRate rolerate)
Creates an associated RoleRate object in the database. |
ObjectId |
User.createRoleTeam(RoleTeam roleteam)
Creates an associated RoleTeam object in the database. |
ObjectId[] |
User.createRoleTeams(RoleTeam[] roleteams)
Creates multiple associated RoleTeam objects in the database. |
ObjectId |
Activity.createSuccessorRelationship(Relationship successorrelationship)
Creates an associated Relationship object in the database. |
ObjectId[] |
Activity.createSuccessorRelationships(Relationship[] successorrelationships)
Creates multiple associated Relationship objects in the database. |
ObjectId |
User.createUserLicense(UserLicense userlicense)
Creates an associated UserLicense object in the database. |
ObjectId[] |
User.createUserLicenses(UserLicense[] userlicenses)
Creates multiple associated UserLicense objects in the database. |
ObjectId |
User.createUserOBS(UserOBS userobs)
Creates an associated UserOBS object in the database. |
ObjectId |
OBS.createUserOBS(UserOBS userobs)
Creates an associated UserOBS object in the database. |
ObjectId[] |
User.createUserOBS(UserOBS[] userobs)
Creates multiple associated UserOBS objects in the database. |
ObjectId[] |
OBS.createUserOBS(UserOBS[] userobs)
Creates multiple associated UserOBS objects in the database. |
ObjectId |
WBS.createWBSChild(WBS wbschild)
Creates an associated WBS object in the database. |
ObjectId |
Project.createWBSChild(WBS wbschild)
Creates an associated WBS object in the database. |
ObjectId |
BaselineProject.createWBSChild(WBS wbschild)
Creates an associated WBS object in the database. |
ObjectId[] |
WBS.createWBSChildren(WBS[] wbschildren)
Creates multiple associated WBS objects in the database. |
ObjectId[] |
Project.createWBSChildren(WBS[] wbschildren)
Creates multiple associated WBS objects in the database. |
ObjectId[] |
BaselineProject.createWBSChildren(WBS[] wbschildren)
Creates multiple associated WBS objects in the database. |
ObjectId |
WBS.createWBSMilestone(WBSMilestone wbsmilestone)
Creates an associated WBSMilestone object in the database. |
ObjectId[] |
WBS.createWBSMilestones(WBSMilestone[] wbsmilestones)
Creates multiple associated WBSMilestone objects in the database. |
void |
WBSMilestone.delete()
Deletes this WBSMilestone object from the database. |
void |
WBSCategory.delete()
Deletes this WBSCategory object from the database. |
void |
WBS.delete()
Deletes this WBS object from the database. |
void |
UserOBS.delete()
Deletes this UserOBS object from the database. |
void |
UserLicense.delete()
Deletes this UserLicense object from the database. |
void |
User.delete()
Deletes this User object from the database. |
void |
UnitOfMeasure.delete()
Deletes this UnitOfMeasure object from the database. |
void |
UDFValue.delete()
Deletes this UDFValue object from the database. |
void |
UDFType.delete()
Deletes this UDFType object from the database. |
void |
UDFCode.delete()
Deletes this UDFCode object from the database. |
void |
Shift.delete()
Deletes this Shift object from the database. |
void |
RoleTeam.delete()
Deletes this RoleTeam object from the database. |
void |
RoleLimit.delete()
Deletes this RoleLimit object from the database. |
void |
Role.delete()
Deletes this Role object from the database. |
void |
RiskType.delete()
Deletes this RiskType object from the database. |
void |
ResourceTeam.delete()
Deletes this ResourceTeam object from the database. |
void |
ResourceRole.delete()
Deletes this ResourceRole object from the database. |
void |
ResourceRate.delete()
Deletes this ResourceRate object from the database. |
void |
ResourceCurve.delete()
Deletes this ResourceCurve object from the database. |
void |
ResourceCodeType.delete()
Deletes this ResourceCodeType object from the database. |
void |
ResourceCodeAssignment.delete()
Deletes this ResourceCodeAssignment object from the database. |
void |
ResourceCode.delete()
Deletes this ResourceCode object from the database. |
void |
ResourceAssignmentPeriodActual.delete()
Deletes this ResourceAssignmentPeriodActual object from the database. |
void |
ResourceAssignment.delete()
Deletes this ResourceAssignment object from the database. |
void |
ResourceAccess.delete()
Deletes this ResourceAccess object from the database. |
void |
Resource.delete()
Deletes this Resource object from the database. |
void |
Relationship.delete()
Deletes this Relationship object from the database. |
void |
ProjectThreshold.delete()
Deletes this ProjectThreshold object from the database. |
void |
ProjectSpendingPlan.delete()
Deletes this ProjectSpendingPlan object from the database. |
void |
ProjectRisk.delete()
Deletes this ProjectRisk object from the database. |
void |
ProjectResourceQuantity.delete()
Deletes this ProjectResourceQuantity object from the database. |
void |
ProjectResourceCategory.delete()
Deletes this ProjectResourceCategory object from the database. |
void |
ProjectResource.delete()
Deletes this ProjectResource object from the database. |
void |
ProjectProfile.delete()
Deletes this ProjectProfile object from the database. |
void |
ProjectPortfolio.delete()
Deletes this ProjectPortfolio object from the database. |
void |
ProjectNote.delete()
Deletes this ProjectNote object from the database. |
void |
ProjectIssue.delete()
Deletes this ProjectIssue object from the database. |
void |
ProjectFunding.delete()
Deletes this ProjectFunding object from the database. |
void |
ProjectEstimate.delete()
Deletes this ProjectEstimate object from the database. |
void |
ProjectDocument.delete()
Deletes this ProjectDocument object from the database. |
void |
ProjectCodeType.delete()
Deletes this ProjectCodeType object from the database. |
void |
ProjectCodeAssignment.delete()
Deletes this ProjectCodeAssignment object from the database. |
void |
ProjectCode.delete()
Deletes this ProjectCode object from the database. |
void |
ProjectBudgetChangeLog.delete()
Deletes this ProjectBudgetChangeLog object from the database. |
void |
Project.delete()
Deletes this Project object from the database. |
void |
OverheadCode.delete()
Deletes this OverheadCode object from the database. |
void |
OBS.delete()
Deletes this OBS object from the database. |
void |
NotebookTopic.delete()
Deletes this NotebookTopic object from the database. |
void |
GlobalProfile.delete()
Deletes this GlobalProfile object from the database. |
void |
FundingSource.delete()
Deletes this FundingSource object from the database. |
void |
FinancialPeriod.delete()
Deletes this FinancialPeriod object from the database. |
void |
ExpenseCategory.delete()
Deletes this ExpenseCategory object from the database. |
void |
EPSSpendingPlan.delete()
Deletes this EPSSpendingPlan object from the database. |
void |
EPSNote.delete()
Deletes this EPSNote object from the database. |
void |
EPSFunding.delete()
Deletes this EPSFunding object from the database. |
void |
EPSBudgetChangeLog.delete()
Deletes this EPSBudgetChangeLog object from the database. |
void |
EPS.delete()
Deletes this EPS object from the database. |
void |
DocumentStatusCode.delete()
Deletes this DocumentStatusCode object from the database. |
void |
DocumentCategory.delete()
Deletes this DocumentCategory object from the database. |
void |
Document.delete()
Deletes this Document object from the database. |
void |
Currency.delete()
Deletes this Currency object from the database. |
void |
CostAccount.delete()
Deletes this CostAccount object from the database. |
void |
Calendar.delete()
Deletes this Calendar object from the database. |
void |
BaselineType.delete()
Deletes this BaselineType object from the database. |
void |
BaselineProject.delete()
Deletes this BaselineProject object from the database. |
void |
ActivityStep.delete()
Deletes this ActivityStep object from the database. |
void |
ActivityPeriodActual.delete()
Deletes this ActivityPeriodActual object from the database. |
void |
ActivityNote.delete()
Deletes this ActivityNote object from the database. |
void |
ActivityExpense.delete()
Deletes this ActivityExpense object from the database. |
void |
ActivityCodeType.delete()
Deletes this ActivityCodeType object from the database. |
void |
ActivityCodeAssignment.delete()
Deletes this ActivityCodeAssignment object from the database. |
void |
ActivityCode.delete()
Deletes this ActivityCode object from the database. |
void |
Activity.delete()
Deletes this Activity object from the database. |
void |
WBS.delete(ObjectId replacementId)
Deletes this WBS object from the database. |
void |
Role.delete(ObjectId replacementId)
Deletes this Role object from the database. |
void |
Resource.delete(ObjectId replacementId)
Deletes this Resource object from the database. |
void |
OBS.delete(ObjectId replacementId)
Deletes this OBS object from the database. |
void |
FundingSource.delete(ObjectId replacementId)
Deletes this FundingSource object from the database. |
void |
CostAccount.delete(ObjectId replacementId)
Deletes this CostAccount object from the database. |
void |
Calendar.delete(ObjectId replacementId)
Deletes this Calendar object from the database. |
static void |
Activity.delete(Session session,
Activity[] activities)
Deletes multiple Activity objects from the database. |
static void |
ActivityCode.delete(Session session,
ActivityCode[] activitycodes)
Deletes multiple ActivityCode objects from the database. |
static void |
ActivityCodeAssignment.delete(Session session,
ActivityCodeAssignment[] activitycodeassignments)
Deletes multiple ActivityCodeAssignment objects from the database. |
static void |
ActivityCodeType.delete(Session session,
ActivityCodeType[] activitycodetypes)
Deletes multiple ActivityCodeType objects from the database. |
static void |
ActivityExpense.delete(Session session,
ActivityExpense[] activityexpenses)
Deletes multiple ActivityExpense objects from the database. |
static void |
ActivityNote.delete(Session session,
ActivityNote[] activitynotes)
Deletes multiple ActivityNote objects from the database. |
static void |
ActivityPeriodActual.delete(Session session,
ActivityPeriodActual[] activityperiodactuals)
Deletes multiple ActivityPeriodActual objects from the database. |
static void |
ActivityStep.delete(Session session,
ActivityStep[] activitysteps)
Deletes multiple ActivityStep objects from the database. |
static void |
BaselineProject.delete(Session session,
BaselineProject[] baselineprojects)
Deletes multiple BaselineProject objects from the database. |
static void |
BaselineType.delete(Session session,
BaselineType[] baselinetypes)
Deletes multiple BaselineType objects from the database. |
static void |
Calendar.delete(Session session,
Calendar[] calendars)
Deletes multiple Calendar objects from the database. |
static void |
Calendar.delete(Session session,
Calendar[] calendars,
ObjectId replacementParent)
Deletes multiple calendar objects in a hierarchy from the database and set the new parent of all child objects. |
static void |
CostAccount.delete(Session session,
CostAccount[] costaccounts)
Deletes multiple CostAccount objects from the database. |
static void |
CostAccount.delete(Session session,
CostAccount[] costaccounts,
ObjectId replacementParent)
Deletes multiple costaccount objects in a hierarchy from the database and set the new parent of all child objects. |
static void |
Currency.delete(Session session,
Currency[] currencies)
Deletes multiple Currency objects from the database. |
static void |
Document.delete(Session session,
Document[] documents)
Deletes multiple Document objects from the database. |
static void |
DocumentCategory.delete(Session session,
DocumentCategory[] documentcategories)
Deletes multiple DocumentCategory objects from the database. |
static void |
DocumentStatusCode.delete(Session session,
DocumentStatusCode[] documentstatuscodes)
Deletes multiple DocumentStatusCode objects from the database. |
static void |
EPS.delete(Session session,
EPS[] eps)
Deletes multiple EPS objects from the database. |
static void |
EPSBudgetChangeLog.delete(Session session,
EPSBudgetChangeLog[] epsbudgetchangelogs)
Deletes multiple EPSBudgetChangeLog objects from the database. |
static void |
EPSFunding.delete(Session session,
EPSFunding[] epsfundings)
Deletes multiple EPSFunding objects from the database. |
static void |
EPSNote.delete(Session session,
EPSNote[] epsnotes)
Deletes multiple EPSNote objects from the database. |
static void |
EPSSpendingPlan.delete(Session session,
EPSSpendingPlan[] epsspendingplans)
Deletes multiple EPSSpendingPlan objects from the database. |
static void |
ExpenseCategory.delete(Session session,
ExpenseCategory[] expensecategories)
Deletes multiple ExpenseCategory objects from the database. |
static void |
FinancialPeriod.delete(Session session,
FinancialPeriod[] financialperiods)
Deletes multiple FinancialPeriod objects from the database. |
static void |
FundingSource.delete(Session session,
FundingSource[] fundingsources)
Deletes multiple FundingSource objects from the database. |
static void |
FundingSource.delete(Session session,
FundingSource[] fundingsources,
ObjectId replacementParent)
Deletes multiple fundingsource objects in a hierarchy from the database and set the new parent of all child objects. |
static void |
GlobalProfile.delete(Session session,
GlobalProfile[] globalprofiles)
Deletes multiple GlobalProfile objects from the database. |
static void |
NotebookTopic.delete(Session session,
NotebookTopic[] notebooktopics)
Deletes multiple NotebookTopic objects from the database. |
static void |
OBS.delete(Session session,
OBS[] obs)
Deletes multiple OBS objects from the database. |
static void |
OBS.delete(Session session,
OBS[] obs,
ObjectId replacementParent)
Deletes multiple obs objects in a hierarchy from the database and set the new parent of all child objects. |
static void |
OverheadCode.delete(Session session,
OverheadCode[] overheadcodes)
Deletes multiple OverheadCode objects from the database. |
static void |
Project.delete(Session session,
Project[] projects)
Deletes multiple Project objects from the database. |
static void |
ProjectBudgetChangeLog.delete(Session session,
ProjectBudgetChangeLog[] projectbudgetchangelogs)
Deletes multiple ProjectBudgetChangeLog objects from the database. |
static void |
ProjectCode.delete(Session session,
ProjectCode[] projectcodes)
Deletes multiple ProjectCode objects from the database. |
static void |
ProjectCodeAssignment.delete(Session session,
ProjectCodeAssignment[] projectcodeassignments)
Deletes multiple ProjectCodeAssignment objects from the database. |
static void |
ProjectCodeType.delete(Session session,
ProjectCodeType[] projectcodetypes)
Deletes multiple ProjectCodeType objects from the database. |
static void |
ProjectDocument.delete(Session session,
ProjectDocument[] projectdocuments)
Deletes multiple ProjectDocument objects from the database. |
static void |
ProjectEstimate.delete(Session session,
ProjectEstimate[] projectestimates)
Deletes multiple ProjectEstimate objects from the database. |
static void |
ProjectFunding.delete(Session session,
ProjectFunding[] projectfundings)
Deletes multiple ProjectFunding objects from the database. |
static void |
ProjectIssue.delete(Session session,
ProjectIssue[] projectissues)
Deletes multiple ProjectIssue objects from the database. |
static void |
ProjectNote.delete(Session session,
ProjectNote[] projectnotes)
Deletes multiple ProjectNote objects from the database. |
static void |
ProjectPortfolio.delete(Session session,
ProjectPortfolio[] projectportfolios)
Deletes multiple ProjectPortfolio objects from the database. |
static void |
ProjectProfile.delete(Session session,
ProjectProfile[] projectprofiles)
Deletes multiple ProjectProfile objects from the database. |
static void |
ProjectResource.delete(Session session,
ProjectResource[] projectresources)
Deletes multiple ProjectResource objects from the database. |
static void |
ProjectResourceCategory.delete(Session session,
ProjectResourceCategory[] projectresourcecategories)
Deletes multiple ProjectResourceCategory objects from the database. |
static void |
ProjectResourceQuantity.delete(Session session,
ProjectResourceQuantity[] projectresourcequantities)
Deletes multiple ProjectResourceQuantity objects from the database. |
static void |
ProjectRisk.delete(Session session,
ProjectRisk[] projectrisks)
Deletes multiple ProjectRisk objects from the database. |
static void |
ProjectSpendingPlan.delete(Session session,
ProjectSpendingPlan[] projectspendingplans)
Deletes multiple ProjectSpendingPlan objects from the database. |
static void |
ProjectThreshold.delete(Session session,
ProjectThreshold[] projectthresholds)
Deletes multiple ProjectThreshold objects from the database. |
static void |
Relationship.delete(Session session,
Relationship[] relationships)
Deletes multiple Relationship objects from the database. |
static void |
Resource.delete(Session session,
Resource[] resources)
Deletes multiple Resource objects from the database. |
static void |
Resource.delete(Session session,
Resource[] resources,
ObjectId replacementParent)
Deletes multiple resource objects in a hierarchy from the database and set the new parent of all child objects. |
static void |
ResourceAccess.delete(Session session,
ResourceAccess[] resourceaccess)
Deletes multiple ResourceAccess objects from the database. |
static void |
ResourceAssignment.delete(Session session,
ResourceAssignment[] resourceassignments)
Deletes multiple ResourceAssignment objects from the database. |
static void |
ResourceAssignmentPeriodActual.delete(Session session,
ResourceAssignmentPeriodActual[] resourceassignmentperiodactuals)
Deletes multiple ResourceAssignmentPeriodActual objects from the database. |
static void |
ResourceCode.delete(Session session,
ResourceCode[] resourcecodes)
Deletes multiple ResourceCode objects from the database. |
static void |
ResourceCodeAssignment.delete(Session session,
ResourceCodeAssignment[] resourcecodeassignments)
Deletes multiple ResourceCodeAssignment objects from the database. |
static void |
ResourceCodeType.delete(Session session,
ResourceCodeType[] resourcecodetypes)
Deletes multiple ResourceCodeType objects from the database. |
static void |
ResourceCurve.delete(Session session,
ResourceCurve[] resourcecurves)
Deletes multiple ResourceCurve objects from the database. |
static void |
ResourceRate.delete(Session session,
ResourceRate[] resourcerates)
Deletes multiple ResourceRate objects from the database. |
static void |
ResourceRole.delete(Session session,
ResourceRole[] resourceroles)
Deletes multiple ResourceRole objects from the database. |
static void |
ResourceTeam.delete(Session session,
ResourceTeam[] resourceteams)
Deletes multiple ResourceTeam objects from the database. |
static void |
RiskType.delete(Session session,
RiskType[] risktypes)
Deletes multiple RiskType objects from the database. |
static void |
Role.delete(Session session,
Role[] roles)
Deletes multiple Role objects from the database. |
static void |
Role.delete(Session session,
Role[] roles,
ObjectId replacementParent)
Deletes multiple role objects in a hierarchy from the database and set the new parent of all child objects. |
static void |
RoleLimit.delete(Session session,
RoleLimit[] rolelimits)
Deletes multiple RoleLimit objects from the database. |
static void |
RoleTeam.delete(Session session,
RoleTeam[] roleteams)
Deletes multiple RoleTeam objects from the database. |
static void |
Shift.delete(Session session,
Shift[] shifts)
Deletes multiple Shift objects from the database. |
static void |
UDFCode.delete(Session session,
UDFCode[] udfcodes)
Deletes multiple UDFCode objects from the database. |
static void |
UDFType.delete(Session session,
UDFType[] udftypes)
Deletes multiple UDFType objects from the database. |
static void |
UDFValue.delete(Session session,
UDFValue[] udfvalues)
Deletes multiple UDFValue objects from the database. |
static void |
UnitOfMeasure.delete(Session session,
UnitOfMeasure[] unitofmeasures)
Deletes multiple UnitOfMeasure objects from the database. |
static void |
User.delete(Session session,
User[] users)
Deletes multiple User objects from the database. |
static void |
UserLicense.delete(Session session,
UserLicense[] userlicenses)
Deletes multiple UserLicense objects from the database. |
static void |
UserOBS.delete(Session session,
UserOBS[] userobs)
Deletes multiple UserOBS objects from the database. |
static void |
WBS.delete(Session session,
WBS[] wbs)
Deletes multiple WBS objects from the database. |
static void |
WBS.delete(Session session,
WBS[] wbs,
ObjectId replacementParent)
Deletes multiple wbs objects in a hierarchy from the database and set the new parent of all child objects. |
static void |
WBSCategory.delete(Session session,
WBSCategory[] wbscategories)
Deletes multiple WBSCategory objects from the database. |
static void |
WBSMilestone.delete(Session session,
WBSMilestone[] wbsmilestones)
Deletes multiple WBSMilestone objects from the database. |
void |
WBS.deleteActivities(Activity[] activities)
Deletes multiple associated Activity objects from the database. |
void |
Project.deleteActivities(Activity[] activities)
Deletes multiple associated Activity objects from the database. |
void |
BaselineProject.deleteActivities(Activity[] activities)
Deletes multiple associated Activity objects from the database. |
void |
Activity.deleteActivityExpenses(ActivityExpense[] activityexpenses)
Deletes multiple associated ActivityExpense objects from the database. |
void |
Activity.deleteActivityNotes(ActivityNote[] activitynotes)
Deletes multiple associated ActivityNote objects from the database. |
void |
Activity.deleteActivitySteps(ActivityStep[] activitysteps)
Deletes multiple associated ActivityStep objects from the database. |
void |
Project.deleteBaselineProjects(BaselineProject[] baselineprojects)
Deletes multiple associated BaselineProject objects from the database. |
void |
EPS.deleteEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs)
Deletes multiple associated EPSBudgetChangeLog objects from the database. |
void |
EPS.deleteEPSFundings(EPSFunding[] epsfundings)
Deletes multiple associated EPSFunding objects from the database. |
void |
EPS.deleteEPSNotes(EPSNote[] epsnotes)
Deletes multiple associated EPSNote objects from the database. |
void |
EPS.deleteEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans)
Deletes multiple associated EPSSpendingPlan objects from the database. |
void |
Activity.deletePredecessorRelationships(Relationship[] predecessorrelationships)
Deletes multiple associated Relationship objects from the database. |
void |
WBS.deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
Deletes multiple associated ProjectBudgetChangeLog objects from the database. |
void |
Project.deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
Deletes multiple associated ProjectBudgetChangeLog objects from the database. |
void |
BaselineProject.deleteProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
Deletes multiple associated ProjectBudgetChangeLog objects from the database. |
void |
WBS.deleteProjectDocuments(ProjectDocument[] projectdocuments)
Deletes multiple associated ProjectDocument objects from the database. |
void |
Activity.deleteProjectDocuments(ProjectDocument[] projectdocuments)
Deletes multiple associated ProjectDocument objects from the database. |
void |
WBS.deleteProjectEstimates(ProjectEstimate[] projectestimates)
Deletes multiple associated ProjectEstimate objects from the database. |
void |
Project.deleteProjectEstimates(ProjectEstimate[] projectestimates)
Deletes multiple associated ProjectEstimate objects from the database. |
void |
BaselineProject.deleteProjectEstimates(ProjectEstimate[] projectestimates)
Deletes multiple associated ProjectEstimate objects from the database. |
void |
Project.deleteProjectFundings(ProjectFunding[] projectfundings)
Deletes multiple associated ProjectFunding objects from the database. |
void |
BaselineProject.deleteProjectFundings(ProjectFunding[] projectfundings)
Deletes multiple associated ProjectFunding objects from the database. |
void |
WBS.deleteProjectIssues(ProjectIssue[] projectissues)
Deletes multiple associated ProjectIssue objects from the database. |
void |
Project.deleteProjectIssues(ProjectIssue[] projectissues)
Deletes multiple associated ProjectIssue objects from the database. |
void |
BaselineProject.deleteProjectIssues(ProjectIssue[] projectissues)
Deletes multiple associated ProjectIssue objects from the database. |
void |
WBS.deleteProjectNotes(ProjectNote[] projectnotes)
Deletes multiple associated ProjectNote objects from the database. |
void |
Project.deleteProjectNotes(ProjectNote[] projectnotes)
Deletes multiple associated ProjectNote objects from the database. |
void |
BaselineProject.deleteProjectNotes(ProjectNote[] projectnotes)
Deletes multiple associated ProjectNote objects from the database. |
void |
User.deleteProjectPortfolios(ProjectPortfolio[] projectportfolios)
Deletes multiple associated ProjectPortfolio objects from the database. |
void |
WBS.deleteProjectRisks(ProjectRisk[] projectrisks)
Deletes multiple associated ProjectRisk objects from the database. |
void |
Project.deleteProjectRisks(ProjectRisk[] projectrisks)
Deletes multiple associated ProjectRisk objects from the database. |
void |
BaselineProject.deleteProjectRisks(ProjectRisk[] projectrisks)
Deletes multiple associated ProjectRisk objects from the database. |
void |
Project.deleteProjectSpendingPlans(ProjectSpendingPlan[] projectspendingplans)
Deletes multiple associated ProjectSpendingPlan objects from the database. |
void |
BaselineProject.deleteProjectSpendingPlans(ProjectSpendingPlan[] projectspendingplans)
Deletes multiple associated ProjectSpendingPlan objects from the database. |
void |
WBS.deleteProjectThresholds(ProjectThreshold[] projectthresholds)
Deletes multiple associated ProjectThreshold objects from the database. |
void |
Project.deleteProjectThresholds(ProjectThreshold[] projectthresholds)
Deletes multiple associated ProjectThreshold objects from the database. |
void |
BaselineProject.deleteProjectThresholds(ProjectThreshold[] projectthresholds)
Deletes multiple associated ProjectThreshold objects from the database. |
void |
Activity.deleteResourceAssignments(ResourceAssignment[] resourceassignments)
Deletes multiple associated ResourceAssignment objects from the database. |
void |
User.deleteResourceTeams(ResourceTeam[] resourceteams)
Deletes multiple associated ResourceTeam objects from the database. |
void |
User.deleteRoleTeams(RoleTeam[] roleteams)
Deletes multiple associated RoleTeam objects from the database. |
void |
Activity.deleteSuccessorRelationships(Relationship[] successorrelationships)
Deletes multiple associated Relationship objects from the database. |
void |
User.deleteUserLicenses(UserLicense[] userlicenses)
Deletes multiple associated UserLicense objects from the database. |
void |
User.deleteUserOBS(UserOBS[] userobs)
Deletes multiple associated UserOBS objects from the database. |
void |
OBS.deleteUserOBS(UserOBS[] userobs)
Deletes multiple associated UserOBS objects from the database. |
void |
Project.deleteWBS(WBS[] wbs)
Deletes multiple associated WBS objects from the database. |
void |
BaselineProject.deleteWBS(WBS[] wbs)
Deletes multiple associated WBS objects from the database. |
void |
WBS.deleteWBSMilestones(WBSMilestone[] wbsmilestones)
Deletes multiple associated WBSMilestone objects from the database. |
void |
Project.deleteWBSMilestones(WBSMilestone[] wbsmilestones)
Deletes multiple associated WBSMilestone objects from the database. |
void |
BaselineProject.deleteWBSMilestones(WBSMilestone[] wbsmilestones)
Deletes multiple associated WBSMilestone objects from the database. |
ObjectId[] |
Project.getActivitiesWithCodeChanges(java.util.Date sinceDate)
Deprecated. As of release 5.0 SP3, load the ActivityCodeAssignment objects to determine what changed. Use the timestamp fields in the where clause to see changes since a particular time. |
ObjectId[] |
Project.getActivitiesWithUDFChanges(java.util.Date sinceDate)
Deprecated. As of release 5.0 SP3, load the UDFValue objects to determine what changed. Use the timestamp fields in the where clause to see changes since a particular time. |
void |
BaselineProject.linkBaselineActivity(ObjectId origActivity,
ObjectId baselineActivity)
Link an existing Activity from BaselineProject as a baseline Activity of an original Activity. |
static GlobalPreferences |
GlobalPreferences.load(Session session,
java.lang.String[] fields)
Loads the GlobalPreferences object from the database. |
static WBSMilestone |
WBSMilestone.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single WBSMilestone object from the database. |
static WBSCategory |
WBSCategory.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single WBSCategory object from the database. |
static WBS |
WBS.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single WBS object from the database. |
static UserOBS |
UserOBS.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single UserOBS object from the database. |
static UserLicense |
UserLicense.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single UserLicense object from the database. |
static UserInterfaceView |
UserInterfaceView.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single UserInterfaceView object from the database. |
static UserFieldTitle |
UserFieldTitle.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single UserFieldTitle object from the database. |
static User |
User.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single User object from the database. |
static UnitOfMeasure |
UnitOfMeasure.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single UnitOfMeasure object from the database. |
static UDFValue |
UDFValue.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single UDFValue object from the database. |
static UDFType |
UDFType.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single UDFType object from the database. |
static UDFCode |
UDFCode.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single UDFCode object from the database. |
static TimesheetPeriod |
TimesheetPeriod.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single TimesheetPeriod object from the database. |
static TimesheetDelegate |
TimesheetDelegate.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single TimesheetDelegate object from the database. |
static TimesheetAudit |
TimesheetAudit.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single TimesheetAudit object from the database. |
static Timesheet |
Timesheet.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single Timesheet object from the database. |
static ThresholdParameter |
ThresholdParameter.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ThresholdParameter object from the database. |
static ShiftPeriod |
ShiftPeriod.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ShiftPeriod object from the database. |
static Shift |
Shift.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single Shift object from the database. |
static ScheduleOptions |
ScheduleOptions.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ScheduleOptions object from the database. |
static RoleTeam |
RoleTeam.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single RoleTeam object from the database. |
static RoleRate |
RoleRate.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single RoleRate object from the database. |
static RoleLimit |
RoleLimit.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single RoleLimit object from the database. |
static Role |
Role.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single Role object from the database. |
static RiskType |
RiskType.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single RiskType object from the database. |
static ResourceTeam |
ResourceTeam.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ResourceTeam object from the database. |
static ResourceRole |
ResourceRole.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ResourceRole object from the database. |
static ResourceRate |
ResourceRate.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ResourceRate object from the database. |
static ResourceHour |
ResourceHour.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ResourceHour object from the database. |
static ResourceCurve |
ResourceCurve.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ResourceCurve object from the database. |
static ResourceCodeType |
ResourceCodeType.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ResourceCodeType object from the database. |
static ResourceCodeAssignment |
ResourceCodeAssignment.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ResourceCodeAssignment object from the database. |
static ResourceCode |
ResourceCode.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ResourceCode object from the database. |
static ResourceAssignmentPeriodActual |
ResourceAssignmentPeriodActual.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ResourceAssignmentPeriodActual object from the database. |
static ResourceAssignment |
ResourceAssignment.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ResourceAssignment object from the database. |
static ResourceAccess |
ResourceAccess.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ResourceAccess object from the database. |
static Resource |
Resource.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single Resource object from the database. |
static Relationship |
Relationship.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single Relationship object from the database. |
static ProjectThreshold |
ProjectThreshold.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectThreshold object from the database. |
static ProjectSpendingPlan |
ProjectSpendingPlan.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectSpendingPlan object from the database. |
static ProjectRisk |
ProjectRisk.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectRisk object from the database. |
static ProjectResourceQuantity |
ProjectResourceQuantity.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectResourceQuantity object from the database. |
static ProjectResourceCategory |
ProjectResourceCategory.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectResourceCategory object from the database. |
static ProjectResource |
ProjectResource.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectResource object from the database. |
static ProjectProfile |
ProjectProfile.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectProfile object from the database. |
static ProjectPortfolio |
ProjectPortfolio.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectPortfolio object from the database. |
static ProjectNote |
ProjectNote.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectNote object from the database. |
static ProjectIssue |
ProjectIssue.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectIssue object from the database. |
static ProjectFunding |
ProjectFunding.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectFunding object from the database. |
static ProjectEstimate |
ProjectEstimate.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectEstimate object from the database. |
static ProjectDocument |
ProjectDocument.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectDocument object from the database. |
static ProjectCodeUser |
ProjectCodeUser.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectCodeUser object from the database. |
static ProjectCodeType |
ProjectCodeType.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectCodeType object from the database. |
static ProjectCodeAssignment |
ProjectCodeAssignment.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectCodeAssignment object from the database. |
static ProjectCode |
ProjectCode.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectCode object from the database. |
static ProjectBudgetChangeLog |
ProjectBudgetChangeLog.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectBudgetChangeLog object from the database. |
static Project |
Project.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single Project object from the database. |
static OverheadCode |
OverheadCode.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single OverheadCode object from the database. |
static OBS |
OBS.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single OBS object from the database. |
static NotebookTopic |
NotebookTopic.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single NotebookTopic object from the database. |
static Methodology |
Methodology.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single Methodology object from the database. |
static IssueHistory |
IssueHistory.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single IssueHistory object from the database. |
static Initiation |
Initiation.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single Initiation object from the database. |
static GlobalProfile |
GlobalProfile.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single GlobalProfile object from the database. |
static FundingSource |
FundingSource.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single FundingSource object from the database. |
static FinancialPeriod |
FinancialPeriod.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single FinancialPeriod object from the database. |
static ExpenseCategory |
ExpenseCategory.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ExpenseCategory object from the database. |
static EPSSpendingPlan |
EPSSpendingPlan.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single EPSSpendingPlan object from the database. |
static EPSNote |
EPSNote.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single EPSNote object from the database. |
static EPSFunding |
EPSFunding.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single EPSFunding object from the database. |
static EPSBudgetChangeLog |
EPSBudgetChangeLog.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single EPSBudgetChangeLog object from the database. |
static EPS |
EPS.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single EPS object from the database. |
static DocumentStatusCode |
DocumentStatusCode.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single DocumentStatusCode object from the database. |
static DocumentCategory |
DocumentCategory.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single DocumentCategory object from the database. |
static Document |
Document.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single Document object from the database. |
static Currency |
Currency.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single Currency object from the database. |
static CostAccount |
CostAccount.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single CostAccount object from the database. |
static Calendar |
Calendar.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single Calendar object from the database. |
static BatchReport |
BatchReport.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single BatchReport object from the database. |
static BaselineType |
BaselineType.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single BaselineType object from the database. |
static BaselineProject |
BaselineProject.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single BaselineProject object from the database. |
static ActivityStepTemplateItem |
ActivityStepTemplateItem.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ActivityStepTemplateItem object from the database. |
static ActivityStepTemplate |
ActivityStepTemplate.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ActivityStepTemplate object from the database. |
static ActivityStep |
ActivityStep.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ActivityStep object from the database. |
static ActivityPeriodActual |
ActivityPeriodActual.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ActivityPeriodActual object from the database. |
static ActivityOwner |
ActivityOwner.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ActivityOwner object from the database. |
static ActivityNote |
ActivityNote.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ActivityNote object from the database. |
static ActivityExpense |
ActivityExpense.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ActivityExpense object from the database. |
static ActivityCodeType |
ActivityCodeType.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ActivityCodeType object from the database. |
static ActivityCodeAssignment |
ActivityCodeAssignment.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ActivityCodeAssignment object from the database. |
static ActivityCode |
ActivityCode.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ActivityCode object from the database. |
static Activity |
Activity.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single Activity object from the database. |
static BOIterator<WBSMilestone> |
WBSMilestone.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple WBSMilestone objects from the database. |
static BOIterator<WBSCategory> |
WBSCategory.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple WBSCategory objects from the database. |
static BOIterator<WBS> |
WBS.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple WBS objects from the database. |
static BOIterator<UserOBS> |
UserOBS.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple UserOBS objects from the database. |
static BOIterator<UserLicense> |
UserLicense.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple UserLicense objects from the database. |
static BOIterator<UserInterfaceView> |
UserInterfaceView.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple UserInterfaceView objects from the database. |
static BOIterator<UserFieldTitle> |
UserFieldTitle.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple UserFieldTitle objects from the database. |
static BOIterator<User> |
User.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple User objects from the database. |
static BOIterator<UnitOfMeasure> |
UnitOfMeasure.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple UnitOfMeasure objects from the database. |
static BOIterator<UDFValue> |
UDFValue.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple UDFValue objects from the database. |
static BOIterator<UDFType> |
UDFType.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple UDFType objects from the database. |
static BOIterator<UDFCode> |
UDFCode.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple UDFCode objects from the database. |
static BOIterator<TimesheetPeriod> |
TimesheetPeriod.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple TimesheetPeriod objects from the database. |
static BOIterator<TimesheetDelegate> |
TimesheetDelegate.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple TimesheetDelegate objects from the database. |
static BOIterator<TimesheetAudit> |
TimesheetAudit.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple TimesheetAudit objects from the database. |
static BOIterator<Timesheet> |
Timesheet.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple Timesheet objects from the database. |
static BOIterator<ThresholdParameter> |
ThresholdParameter.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ThresholdParameter objects from the database. |
static BOIterator<ShiftPeriod> |
ShiftPeriod.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ShiftPeriod objects from the database. |
static BOIterator<Shift> |
Shift.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple Shift objects from the database. |
static BOIterator<ScheduleOptions> |
ScheduleOptions.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ScheduleOptions objects from the database. |
static BOIterator<RoleTeam> |
RoleTeam.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple RoleTeam objects from the database. |
static BOIterator<RoleRate> |
RoleRate.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple RoleRate objects from the database. |
static BOIterator<RoleLimit> |
RoleLimit.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple RoleLimit objects from the database. |
static BOIterator<Role> |
Role.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple Role objects from the database. |
static BOIterator<RiskType> |
RiskType.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple RiskType objects from the database. |
static BOIterator<ResourceTeam> |
ResourceTeam.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ResourceTeam objects from the database. |
static BOIterator<ResourceRole> |
ResourceRole.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ResourceRole objects from the database. |
static BOIterator<ResourceRate> |
ResourceRate.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ResourceRate objects from the database. |
static BOIterator<ResourceHour> |
ResourceHour.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ResourceHour objects from the database. |
static BOIterator<ResourceCurve> |
ResourceCurve.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ResourceCurve objects from the database. |
static BOIterator<ResourceCodeType> |
ResourceCodeType.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ResourceCodeType objects from the database. |
static BOIterator<ResourceCodeAssignment> |
ResourceCodeAssignment.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ResourceCodeAssignment objects from the database. |
static BOIterator<ResourceCode> |
ResourceCode.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ResourceCode objects from the database. |
static BOIterator<ResourceAssignmentPeriodActual> |
ResourceAssignmentPeriodActual.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ResourceAssignmentPeriodActual objects from the database. |
static BOIterator<ResourceAssignment> |
ResourceAssignment.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ResourceAssignment objects from the database. |
static BOIterator<ResourceAccess> |
ResourceAccess.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ResourceAccess objects from the database. |
static BOIterator<Resource> |
Resource.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple Resource objects from the database. |
static BOIterator<Relationship> |
Relationship.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple Relationship objects from the database. |
static BOIterator<ProjectThreshold> |
ProjectThreshold.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectThreshold objects from the database. |
static BOIterator<ProjectSpendingPlan> |
ProjectSpendingPlan.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectSpendingPlan objects from the database. |
static BOIterator<ProjectRisk> |
ProjectRisk.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectRisk objects from the database. |
static BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantity.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectResourceQuantity objects from the database. |
static BOIterator<ProjectResourceCategory> |
ProjectResourceCategory.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectResourceCategory objects from the database. |
static BOIterator<ProjectResource> |
ProjectResource.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectResource objects from the database. |
static BOIterator<ProjectProfile> |
ProjectProfile.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectProfile objects from the database. |
static BOIterator<ProjectPortfolio> |
ProjectPortfolio.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectPortfolio objects from the database. |
static BOIterator<ProjectNote> |
ProjectNote.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectNote objects from the database. |
static BOIterator<ProjectIssue> |
ProjectIssue.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectIssue objects from the database. |
static BOIterator<ProjectFunding> |
ProjectFunding.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectFunding objects from the database. |
static BOIterator<ProjectEstimate> |
ProjectEstimate.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectEstimate objects from the database. |
static BOIterator<ProjectDocument> |
ProjectDocument.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectDocument objects from the database. |
static BOIterator<ProjectCodeUser> |
ProjectCodeUser.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectCodeUser objects from the database. |
static BOIterator<ProjectCodeType> |
ProjectCodeType.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectCodeType objects from the database. |
static BOIterator<ProjectCodeAssignment> |
ProjectCodeAssignment.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectCodeAssignment objects from the database. |
static BOIterator<ProjectCode> |
ProjectCode.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectCode objects from the database. |
static BOIterator<ProjectBudgetChangeLog> |
ProjectBudgetChangeLog.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectBudgetChangeLog objects from the database. |
static BOIterator<Project> |
Project.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple Project objects from the database. |
static BOIterator<OverheadCode> |
OverheadCode.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple OverheadCode objects from the database. |
static BOIterator<OBS> |
OBS.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple OBS objects from the database. |
static BOIterator<NotebookTopic> |
NotebookTopic.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple NotebookTopic objects from the database. |
static BOIterator<Methodology> |
Methodology.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple Methodology objects from the database. |
static BOIterator<IssueHistory> |
IssueHistory.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple IssueHistory objects from the database. |
static BOIterator<Initiation> |
Initiation.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple Initiation objects from the database. |
static BOIterator<GlobalProfile> |
GlobalProfile.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple GlobalProfile objects from the database. |
static BOIterator<FundingSource> |
FundingSource.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple FundingSource objects from the database. |
static BOIterator<FinancialPeriod> |
FinancialPeriod.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple FinancialPeriod objects from the database. |
static BOIterator<ExpenseCategory> |
ExpenseCategory.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ExpenseCategory objects from the database. |
static BOIterator<EPSSpendingPlan> |
EPSSpendingPlan.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple EPSSpendingPlan objects from the database. |
static BOIterator<EPSNote> |
EPSNote.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple EPSNote objects from the database. |
static BOIterator<EPSFunding> |
EPSFunding.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple EPSFunding objects from the database. |
static BOIterator<EPSBudgetChangeLog> |
EPSBudgetChangeLog.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple EPSBudgetChangeLog objects from the database. |
static BOIterator<EPS> |
EPS.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple EPS objects from the database. |
static BOIterator<DocumentStatusCode> |
DocumentStatusCode.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple DocumentStatusCode objects from the database. |
static BOIterator<DocumentCategory> |
DocumentCategory.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple DocumentCategory objects from the database. |
static BOIterator<Document> |
Document.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple Document objects from the database. |
static BOIterator<Currency> |
Currency.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple Currency objects from the database. |
static BOIterator<CostAccount> |
CostAccount.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple CostAccount objects from the database. |
static BOIterator<Calendar> |
Calendar.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple Calendar objects from the database. |
static BOIterator<BatchReport> |
BatchReport.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple BatchReport objects from the database. |
static BOIterator<BaselineType> |
BaselineType.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple BaselineType objects from the database. |
static BOIterator<BaselineProject> |
BaselineProject.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple BaselineProject objects from the database. |
static BOIterator<ActivityStepTemplateItem> |
ActivityStepTemplateItem.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ActivityStepTemplateItem objects from the database. |
static BOIterator<ActivityStepTemplate> |
ActivityStepTemplate.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ActivityStepTemplate objects from the database. |
static BOIterator<ActivityStep> |
ActivityStep.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ActivityStep objects from the database. |
static BOIterator<ActivityPeriodActual> |
ActivityPeriodActual.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ActivityPeriodActual objects from the database. |
static BOIterator<ActivityOwner> |
ActivityOwner.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ActivityOwner objects from the database. |
static BOIterator<ActivityNote> |
ActivityNote.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ActivityNote objects from the database. |
static BOIterator<ActivityExpense> |
ActivityExpense.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ActivityExpense objects from the database. |
static BOIterator<ActivityCodeType> |
ActivityCodeType.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ActivityCodeType objects from the database. |
static BOIterator<ActivityCodeAssignment> |
ActivityCodeAssignment.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ActivityCodeAssignment objects from the database. |
static BOIterator<ActivityCode> |
ActivityCode.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ActivityCode objects from the database. |
static BOIterator<Activity> |
Activity.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple Activity objects from the database. |
BOIterator<Activity> |
WBS.loadActivities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<Activity> |
Resource.loadActivities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Load the Activity objects to which this Resource is assigned as a ResourceAssignment. |
BOIterator<Activity> |
Calendar.loadActivities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<Activity> |
ActivityCode.loadActivities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Load the Activity objects to which this activity code is assigned. |
Activity |
ResourceAssignmentPeriodActual.loadActivity(java.lang.String[] fields)
Loads an associated Activity object from the database. |
Activity |
ResourceAssignment.loadActivity(java.lang.String[] fields)
Loads an associated Activity object from the database. |
Activity |
ProjectIssue.loadActivity(java.lang.String[] fields)
Loads an associated Activity object from the database. |
Activity |
ProjectDocument.loadActivity(java.lang.String[] fields)
Loads an associated Activity object from the database. |
Activity |
ActivityStep.loadActivity(java.lang.String[] fields)
Loads an associated Activity object from the database. |
Activity |
ActivityPeriodActual.loadActivity(java.lang.String[] fields)
Loads an associated Activity object from the database. |
Activity |
ActivityOwner.loadActivity(java.lang.String[] fields)
Loads an associated Activity object from the database. |
Activity |
ActivityNote.loadActivity(java.lang.String[] fields)
Loads an associated Activity object from the database. |
Activity |
ActivityExpense.loadActivity(java.lang.String[] fields)
Loads an associated Activity object from the database. |
Activity |
ActivityCodeAssignment.loadActivity(java.lang.String[] fields)
Loads an associated Activity object from the database. |
ActivityCode |
ActivityCodeAssignment.loadActivityCode(java.lang.String[] fields)
Loads an associated ActivityCode object from the database. |
BOIterator<ActivityCodeAssignment> |
WBS.loadActivityCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCodeAssignment> |
ActivityCodeType.loadActivityCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCodeAssignment> |
ActivityCode.loadActivityCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCodeAssignment> |
Activity.loadActivityCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCode> |
ActivityCode.loadActivityCodeChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCode objects from the database. |
ActivityCodeType |
ActivityCodeAssignment.loadActivityCodeType(java.lang.String[] fields)
Loads an associated ActivityCodeType object from the database. |
ActivityCodeType |
ActivityCode.loadActivityCodeType(java.lang.String[] fields)
Loads an associated ActivityCodeType object from the database. |
BOIterator<ActivityCodeType> |
Project.loadActivityCodeTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCodeType objects from the database. |
BOIterator<ActivityCodeType> |
EPS.loadActivityCodeTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCodeType objects from the database. |
BOIterator<ActivityCodeType> |
BaselineProject.loadActivityCodeTypes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCodeType objects from the database. |
BOIterator<ActivityExpense> |
WBS.loadActivityExpenses(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityExpense> |
ExpenseCategory.loadActivityExpenses(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityExpense> |
CostAccount.loadActivityExpenses(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityExpense> |
Activity.loadActivityExpenses(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityNote> |
WBS.loadActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityNote> |
NotebookTopic.loadActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityNote> |
Activity.loadActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
ActivityOwner |
Activity.loadActivityOwner(java.lang.String[] fields)
Loads an associated ActivityOwner object from the database. |
BOIterator<ActivityPeriodActual> |
WBS.loadActivityPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityPeriodActual objects from the database. |
BOIterator<ActivityPeriodActual> |
FinancialPeriod.loadActivityPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityPeriodActual objects from the database. |
BOIterator<ActivityPeriodActual> |
Activity.loadActivityPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityPeriodActual objects from the database. |
BOIterator<ActivityStep> |
WBS.loadActivitySteps(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityStep objects from the database. |
BOIterator<ActivityStep> |
Activity.loadActivitySteps(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityStep objects from the database. |
ActivityStepTemplate |
ActivityStepTemplateItem.loadActivityStepTemplate(java.lang.String[] fields)
Loads an associated ActivityStepTemplate object from the database. |
BOIterator<ActivityStepTemplateItem> |
ActivityStepTemplate.loadActivityStepTemplateItems(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityStepTemplateItem objects from the database. |
BOIterator<Activity> |
WBS.loadAllActivities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads the associated Activity objects with all child WBS under this WBS from the database. |
BOIterator<Activity> |
Project.loadAllActivities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<Activity> |
BaselineProject.loadAllActivities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<Activity> |
Project.loadAllActivitiesWithLiveSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple associated Activity objects with Live spreads from the database. |
BOIterator<Activity> |
BaselineProject.loadAllActivitiesWithLiveSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple associated Activity objects with Live spreads from the database. |
BOIterator<ActivityCodeAssignment> |
Project.loadAllActivityCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCodeAssignment> |
BaselineProject.loadAllActivityCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCodeAssignment objects from the database. |
BOIterator<ActivityCode> |
ActivityCodeType.loadAllActivityCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityCode objects from the database. |
BOIterator<ActivityExpense> |
WBS.loadAllActivityExpenses(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads the associated ActivityExpense objects with all child WBS under this WBS from the database. |
BOIterator<ActivityExpense> |
Project.loadAllActivityExpenses(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityExpense> |
BaselineProject.loadAllActivityExpenses(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityExpense objects from the database. |
BOIterator<ActivityNote> |
Project.loadAllActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityNote> |
BaselineProject.loadAllActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityOwner> |
Project.loadAllActivityOwners(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityOwner objects from the database. |
BOIterator<ActivityOwner> |
BaselineProject.loadAllActivityOwners(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityOwner objects from the database. |
BOIterator<ActivityPeriodActual> |
Project.loadAllActivityPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityPeriodActual objects from the database. |
BOIterator<ActivityPeriodActual> |
BaselineProject.loadAllActivityPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityPeriodActual objects from the database. |
BOIterator<ActivityStep> |
Project.loadAllActivitySteps(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityStep objects from the database. |
BOIterator<ActivityStep> |
BaselineProject.loadAllActivitySteps(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityStep objects from the database. |
BOIterator<BaselineProject> |
Project.loadAllBaselineProjects(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated BaselineProject objects from the database. |
BOIterator<Initiation> |
Project.loadAllInitiations(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Initiation objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
Project.loadAllProjectBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
BaselineProject.loadAllProjectBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectCode> |
ProjectCodeType.loadAllProjectCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectCode objects from the database. |
BOIterator<ProjectEstimate> |
Project.loadAllProjectEstimates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectEstimate objects from the database. |
BOIterator<ProjectEstimate> |
BaselineProject.loadAllProjectEstimates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectEstimate objects from the database. |
BOIterator<ProjectIssue> |
Project.loadAllProjectIssues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
BaselineProject.loadAllProjectIssues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectNote> |
Project.loadAllProjectNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
BOIterator<ProjectNote> |
BaselineProject.loadAllProjectNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
BOIterator<ProjectResourceQuantity> |
Project.loadAllProjectResourceQuantities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectResourceQuantity objects from the database. |
BOIterator<ProjectResource> |
Project.loadAllProjectResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectResource> |
BaselineProject.loadAllProjectResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectRisk> |
Project.loadAllProjectRisks(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectRisk objects from the database. |
BOIterator<ProjectRisk> |
BaselineProject.loadAllProjectRisks(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectRisk objects from the database. |
BOIterator<Project> |
EPS.loadAllProjects(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Return all child Projects from this EPS and its all descendent EPS. |
BOIterator<ProjectSpendingPlan> |
Project.loadAllProjectSpendingPlans(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectSpendingPlan objects from the database. |
BOIterator<ProjectSpendingPlan> |
BaselineProject.loadAllProjectSpendingPlans(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectSpendingPlan objects from the database. |
BOIterator<ProjectThreshold> |
Project.loadAllProjectThresholds(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<ProjectThreshold> |
BaselineProject.loadAllProjectThresholds(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
Project.loadAllResourceAssignmentPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
BaselineProject.loadAllResourceAssignmentPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignment> |
WBS.loadAllResourceAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads the associated ResourceAssignment objects with all child WBS under this WBS from the database. |
BOIterator<ResourceAssignment> |
Project.loadAllResourceAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
BaselineProject.loadAllResourceAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
Project.loadAllResourceAssignmentsWithLiveSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple associated ResourceAssignment objects with Live spreads from the database. |
BOIterator<ResourceAssignment> |
BaselineProject.loadAllResourceAssignmentsWithLiveSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple associated ResourceAssignment objects with Live spreads from the database. |
BOIterator<ResourceCode> |
ResourceCodeType.loadAllResourceCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceCode objects from the database. |
BOIterator<Resource> |
Project.loadAllResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Resource objects from the database. |
com.primavera.integration.collab.initiation.InitiationStage[] |
Initiation.loadAllStages()
Gets the stage data for this object. |
BOIterator<UDFValue> |
Project.loadAllUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
BaselineProject.loadAllUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<WBS> |
WBS.loadAllWBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads all child WBS objects under this WBS from the database. |
BOIterator<WBS> |
Project.loadAllWBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBS> |
BaselineProject.loadAllWBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBSMilestone> |
Project.loadAllWBSMilestones(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBSMilestone objects from the database. |
BOIterator<WBSMilestone> |
BaselineProject.loadAllWBSMilestones(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBSMilestone objects from the database. |
BOIterator<WBS> |
Project.loadAllWBSWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple associated WBS objects with Summarized spreads from the database. |
BOIterator<WBS> |
BaselineProject.loadAllWBSWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple associated WBS objects with Summarized spreads from the database. |
User |
TimesheetDelegate.loadApproverUser(java.lang.String[] fields)
Loads an associated User object from the database. |
Calendar |
Calendar.loadBaseCalendar(java.lang.String[] fields)
Loads an associated Calendar object from the database. |
Activity[] |
BaselineProject.loadBaselineActivities(java.lang.String[] fields,
ObjectId[] origActivities)
Return the corresponding linked Activities from the BaselineProject. |
Activity |
BaselineProject.loadBaselineActivity(java.lang.String[] fields,
ObjectId origActivity)
Return the corresponding linked Activity from the BaselineProject. |
BOIterator<BaselineProject> |
BaselineType.loadBaselineProjects(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated BaselineProject objects from the database. |
BaselineType |
BaselineProject.loadBaselineType(java.lang.String[] fields)
Loads an associated BaselineType object from the database. |
BOIterator<BatchReport> |
Project.loadBatchReports(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated BatchReport objects from the database. |
BOIterator<BatchReport> |
BaselineProject.loadBatchReports(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated BatchReport objects from the database. |
BOIterator<UDFValue> |
Project.loadCalculatedUDFValues(UDFType[] udfTypes)
Loads multiple associated UDFValue objects |
Calendar |
Resource.loadCalendar(java.lang.String[] fields)
Loads an associated Calendar object from the database. |
Calendar |
Activity.loadCalendar(java.lang.String[] fields)
Loads an associated Calendar object from the database. |
CostAccount |
ResourceAssignment.loadCostAccount(java.lang.String[] fields)
Loads an associated CostAccount object from the database. |
CostAccount |
ActivityExpense.loadCostAccount(java.lang.String[] fields)
Loads an associated CostAccount object from the database. |
BOIterator<CostAccount> |
CostAccount.loadCostAccountChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated CostAccount objects from the database. |
Currency |
User.loadCurrency(java.lang.String[] fields)
Loads an associated Currency object from the database. |
Currency |
Resource.loadCurrency(java.lang.String[] fields)
Loads an associated Currency object from the database. |
BaselineProject |
Project.loadCurrentBaselineProject(java.lang.String[] fields)
Loads an associated BaselineProject object from the database. |
Calendar |
Project.loadDefaultCalendar(java.lang.String[] fields)
Loads an associated Calendar object from the database. |
Calendar |
BaselineProject.loadDefaultCalendar(java.lang.String[] fields)
Loads an associated Calendar object from the database. |
User |
TimesheetDelegate.loadDelegateUser(java.lang.String[] fields)
Loads an associated User object from the database. |
Document |
ProjectDocument.loadDocument(java.lang.String[] fields)
Loads an associated Document object from the database. |
DocumentCategory |
Document.loadDocumentCategory(java.lang.String[] fields)
Loads an associated DocumentCategory object from the database. |
BOIterator<Document> |
Document.loadDocumentChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Document objects from the database. |
BOIterator<Document> |
Resource.loadDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Document objects from the database. |
BOIterator<Document> |
Project.loadDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Document objects from the database. |
BOIterator<Document> |
DocumentStatusCode.loadDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Document objects from the database. |
BOIterator<Document> |
DocumentCategory.loadDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Document objects from the database. |
BOIterator<Document> |
BaselineProject.loadDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Document objects from the database. |
DocumentStatusCode |
Document.loadDocumentStatusCode(java.lang.String[] fields)
Loads an associated DocumentStatusCode object from the database. |
EPS |
EPSSpendingPlan.loadEPS(java.lang.String[] fields)
Loads an associated EPS object from the database. |
EPS |
EPSNote.loadEPS(java.lang.String[] fields)
Loads an associated EPS object from the database. |
EPS |
EPSFunding.loadEPS(java.lang.String[] fields)
Loads an associated EPS object from the database. |
EPS |
EPSBudgetChangeLog.loadEPS(java.lang.String[] fields)
Loads an associated EPS object from the database. |
BOIterator<EPS> |
OBS.loadEPS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPS objects from the database. |
BOIterator<EPSBudgetChangeLog> |
EPS.loadEPSBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPSBudgetChangeLog objects from the database. |
BOIterator<EPS> |
EPS.loadEPSChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPS objects from the database. |
BOIterator<EPSFunding> |
FundingSource.loadEPSFundings(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPSFunding objects from the database. |
BOIterator<EPSFunding> |
EPS.loadEPSFundings(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPSFunding objects from the database. |
BOIterator<EPSNote> |
NotebookTopic.loadEPSNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPSNote objects from the database. |
BOIterator<EPSNote> |
EPS.loadEPSNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPSNote objects from the database. |
BOIterator<EPSSpendingPlan> |
EPS.loadEPSSpendingPlans(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPSSpendingPlan objects from the database. |
ExpenseCategory |
ActivityExpense.loadExpenseCategory(java.lang.String[] fields)
Loads an associated ExpenseCategory object from the database. |
FinancialPeriod |
ResourceAssignmentPeriodActual.loadFinancialPeriod(java.lang.String[] fields)
Loads an associated FinancialPeriod object from the database. |
FinancialPeriod |
ActivityPeriodActual.loadFinancialPeriod(java.lang.String[] fields)
Loads an associated FinancialPeriod object from the database. |
FundingSource |
ProjectFunding.loadFundingSource(java.lang.String[] fields)
Loads an associated FundingSource object from the database. |
FundingSource |
EPSFunding.loadFundingSource(java.lang.String[] fields)
Loads an associated FundingSource object from the database. |
BOIterator<FundingSource> |
FundingSource.loadFundingSourceChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated FundingSource objects from the database. |
GlobalProfile |
User.loadGlobalProfile(java.lang.String[] fields)
Loads an associated GlobalProfile object from the database. |
BOIterator<Initiation> |
User.loadInitiations(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Initiation objects from the database. |
BOIterator<IssueHistory> |
Project.loadIssueHistories(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated IssueHistory objects from the database. |
BOIterator<IssueHistory> |
BaselineProject.loadIssueHistories(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated IssueHistory objects from the database. |
IssueHistory |
ProjectIssue.loadIssueHistory(java.lang.String[] fields)
Loads an associated IssueHistory object from the database. |
NotebookTopic |
ProjectNote.loadNotebookTopic(java.lang.String[] fields)
Loads an associated NotebookTopic object from the database. |
NotebookTopic |
EPSNote.loadNotebookTopic(java.lang.String[] fields)
Loads an associated NotebookTopic object from the database. |
NotebookTopic |
ActivityNote.loadNotebookTopic(java.lang.String[] fields)
Loads an associated NotebookTopic object from the database. |
OBS |
WBS.loadOBS(java.lang.String[] fields)
Loads an associated OBS object from the database. |
OBS |
UserOBS.loadOBS(java.lang.String[] fields)
Loads an associated OBS object from the database. |
OBS |
ProjectThreshold.loadOBS(java.lang.String[] fields)
Loads an associated OBS object from the database. |
OBS |
ProjectRisk.loadOBS(java.lang.String[] fields)
Loads an associated OBS object from the database. |
OBS |
ProjectIssue.loadOBS(java.lang.String[] fields)
Loads an associated OBS object from the database. |
OBS |
Project.loadOBS(java.lang.String[] fields)
Loads an associated OBS object from the database. |
OBS |
EPS.loadOBS(java.lang.String[] fields)
Loads an associated OBS object from the database. |
OBS |
BaselineProject.loadOBS(java.lang.String[] fields)
Loads an associated OBS object from the database. |
BOIterator<OBS> |
OBS.loadOBSChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated OBS objects from the database. |
Project |
BaselineProject.loadOriginalProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
OverheadCode |
ResourceHour.loadOverheadCode(java.lang.String[] fields)
Loads an associated OverheadCode object from the database. |
ActivityCode |
ActivityCode.loadParentActivityCode(java.lang.String[] fields)
Loads an associated ActivityCode object from the database. |
CostAccount |
CostAccount.loadParentCostAccount(java.lang.String[] fields)
Loads an associated CostAccount object from the database. |
Document |
Document.loadParentDocument(java.lang.String[] fields)
Loads an associated Document object from the database. |
EPS |
Project.loadParentEPS(java.lang.String[] fields)
Loads an associated EPS object from the database. |
EPS |
EPS.loadParentEPS(java.lang.String[] fields)
Loads an associated EPS object from the database. |
EPS |
BaselineProject.loadParentEPS(java.lang.String[] fields)
Loads an associated EPS object from the database. |
FundingSource |
FundingSource.loadParentFundingSource(java.lang.String[] fields)
Loads an associated FundingSource object from the database. |
OBS |
OBS.loadParentOBS(java.lang.String[] fields)
Loads an associated OBS object from the database. |
ProjectCode |
ProjectCode.loadParentProjectCode(java.lang.String[] fields)
Loads an associated ProjectCode object from the database. |
Resource |
Resource.loadParentResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
ResourceCode |
ResourceCode.loadParentResourceCode(java.lang.String[] fields)
Loads an associated ResourceCode object from the database. |
Role |
Role.loadParentRole(java.lang.String[] fields)
Loads an associated Role object from the database. |
WBS |
WBS.loadParentWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
Activity |
Relationship.loadPredecessorActivity(java.lang.String[] fields)
Loads an associated Activity object from the database. |
Project |
Relationship.loadPredecessorProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
BOIterator<Relationship> |
Activity.loadPredecessorRelationships(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Relationship objects from the database. |
Role |
Resource.loadPrimaryRole(java.lang.String[] fields)
Loads an associated Role object from the database. |
Project |
WBSMilestone.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
WBS.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
UDFValue.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
TimesheetDelegate.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ResourceHour.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ResourceAssignmentPeriodActual.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ResourceAssignment.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ProjectThreshold.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ProjectSpendingPlan.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ProjectRisk.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ProjectResourceQuantity.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ProjectResource.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ProjectNote.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ProjectIssue.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ProjectFunding.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ProjectEstimate.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ProjectDocument.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ProjectCodeAssignment.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ProjectBudgetChangeLog.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
IssueHistory.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
Initiation.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
Document.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
BatchReport.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ActivityStep.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ActivityPeriodActual.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ActivityOwner.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ActivityNote.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ActivityExpense.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
ActivityCodeAssignment.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
Project |
Activity.loadProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
BOIterator<ProjectBudgetChangeLog> |
WBS.loadProjectBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<Calendar> |
Project.loadProjectCalendars(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Calendar objects from the database. |
BOIterator<Calendar> |
BaselineProject.loadProjectCalendars(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Calendar objects from the database. |
BOIterator<Project> |
EPS.loadProjectChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Project objects from the database. |
BOIterator<Project> |
EPS.loadProjectChildrenWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple associated Project objects with Summarized spreads from the database. |
ProjectCode |
ProjectCodeUser.loadProjectCode(java.lang.String[] fields)
Loads an associated ProjectCode object from the database. |
ProjectCode |
ProjectCodeAssignment.loadProjectCode(java.lang.String[] fields)
Loads an associated ProjectCode object from the database. |
BOIterator<ProjectCodeAssignment> |
ProjectCodeType.loadProjectCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectCodeAssignment objects from the database. |
BOIterator<ProjectCodeAssignment> |
ProjectCode.loadProjectCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectCodeAssignment objects from the database. |
BOIterator<ProjectCodeAssignment> |
Project.loadProjectCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectCodeAssignment objects from the database. |
BOIterator<ProjectCodeAssignment> |
BaselineProject.loadProjectCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectCodeAssignment objects from the database. |
BOIterator<ProjectCode> |
ProjectCode.loadProjectCodeChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectCode objects from the database. |
ProjectCodeType |
ProjectCodeAssignment.loadProjectCodeType(java.lang.String[] fields)
Loads an associated ProjectCodeType object from the database. |
ProjectCodeType |
ProjectCode.loadProjectCodeType(java.lang.String[] fields)
Loads an associated ProjectCodeType object from the database. |
ProjectCodeUser |
ProjectCode.loadProjectCodeUser(java.lang.String[] fields)
Loads an associated ProjectCodeUser object from the database. |
BOIterator<ProjectCodeUser> |
User.loadProjectCodeUsers(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectCodeUser objects from the database. |
BOIterator<ProjectDocument> |
WBS.loadProjectDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectDocument objects from the database. |
BOIterator<ProjectDocument> |
Project.loadProjectDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectDocument objects from the database. |
BOIterator<ProjectDocument> |
Document.loadProjectDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectDocument objects from the database. |
BOIterator<ProjectDocument> |
BaselineProject.loadProjectDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectDocument objects from the database. |
BOIterator<ProjectDocument> |
Activity.loadProjectDocuments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectDocument objects from the database. |
BOIterator<ProjectEstimate> |
WBS.loadProjectEstimates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectEstimate objects from the database. |
BOIterator<ProjectEstimate> |
Resource.loadProjectEstimates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectEstimate objects from the database. |
BOIterator<ProjectFunding> |
Project.loadProjectFundings(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectFunding objects from the database. |
BOIterator<ProjectFunding> |
FundingSource.loadProjectFundings(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectFunding objects from the database. |
BOIterator<ProjectFunding> |
BaselineProject.loadProjectFundings(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectFunding objects from the database. |
ProjectIssue |
IssueHistory.loadProjectIssue(java.lang.String[] fields)
Loads an associated ProjectIssue object from the database. |
BOIterator<ProjectIssue> |
WBS.loadProjectIssues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
ThresholdParameter.loadProjectIssues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
Resource.loadProjectIssues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
ProjectThreshold.loadProjectIssues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
OBS.loadProjectIssues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
Activity.loadProjectIssues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<Activity> |
Project.loadProjectLevelActivities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<Activity> |
BaselineProject.loadProjectLevelActivities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Activity objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
Project.loadProjectLevelBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectBudgetChangeLog> |
BaselineProject.loadProjectLevelBudgetChangeLogs(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectBudgetChangeLog objects from the database. |
BOIterator<ProjectEstimate> |
Project.loadProjectLevelEstimates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectEstimate objects from the database. |
BOIterator<ProjectEstimate> |
BaselineProject.loadProjectLevelEstimates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectEstimate objects from the database. |
BOIterator<ProjectIssue> |
Project.loadProjectLevelIssues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectIssue> |
BaselineProject.loadProjectLevelIssues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectIssue objects from the database. |
BOIterator<ProjectNote> |
Project.loadProjectLevelNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
BOIterator<ProjectNote> |
BaselineProject.loadProjectLevelNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
BOIterator<ProjectResource> |
Project.loadProjectLevelResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectResource> |
BaselineProject.loadProjectLevelResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectRisk> |
Project.loadProjectLevelRisks(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectRisk objects from the database. |
BOIterator<ProjectRisk> |
BaselineProject.loadProjectLevelRisks(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectRisk objects from the database. |
BOIterator<ProjectSpendingPlan> |
Project.loadProjectLevelSpendingPlans(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectSpendingPlan objects from the database. |
BOIterator<ProjectSpendingPlan> |
BaselineProject.loadProjectLevelSpendingPlans(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectSpendingPlan objects from the database. |
BOIterator<ProjectThreshold> |
Project.loadProjectLevelThresholds(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<ProjectThreshold> |
BaselineProject.loadProjectLevelThresholds(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<UDFValue> |
Project.loadProjectLevelUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
BaselineProject.loadProjectLevelUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<WBSMilestone> |
Project.loadProjectLevelWBSMilestones(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBSMilestone objects from the database. |
BOIterator<WBSMilestone> |
BaselineProject.loadProjectLevelWBSMilestones(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBSMilestone objects from the database. |
BOIterator<ProjectNote> |
WBS.loadProjectNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
BOIterator<ProjectNote> |
NotebookTopic.loadProjectNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectNote objects from the database. |
Project |
Calendar.loadProjectOwner(java.lang.String[] fields)
Loads an associated Project object from the database. |
BOIterator<ProjectPortfolio> |
User.loadProjectPortfolios(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectPortfolio objects from the database. |
ProjectProfile |
UserOBS.loadProjectProfile(java.lang.String[] fields)
Loads an associated ProjectProfile object from the database. |
ProjectResource |
ProjectResourceQuantity.loadProjectResource(java.lang.String[] fields)
Loads an associated ProjectResource object from the database. |
ProjectResourceCategory |
ProjectResource.loadProjectResourceCategory(java.lang.String[] fields)
Loads an associated ProjectResourceCategory object from the database. |
BOIterator<ProjectResourceQuantity> |
ProjectResource.loadProjectResourceQuantities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectResourceQuantity objects from the database. |
BOIterator<ProjectResource> |
WBS.loadProjectResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectResource> |
Resource.loadProjectResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectResource> |
ProjectResourceCategory.loadProjectResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectResource objects from the database. |
BOIterator<ProjectRisk> |
WBS.loadProjectRisks(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectRisk objects from the database. |
BOIterator<ProjectRisk> |
RiskType.loadProjectRisks(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectRisk objects from the database. |
BOIterator<ProjectRisk> |
Resource.loadProjectRisks(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectRisk objects from the database. |
BOIterator<ProjectRisk> |
OBS.loadProjectRisks(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectRisk objects from the database. |
BOIterator<Project> |
ProjectPortfolio.loadProjects(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Load the project objects contained in the project portfolio. |
BOIterator<Project> |
ProjectCode.loadProjects(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Load the Project objects to which this project code is assigned. |
BOIterator<Project> |
OBS.loadProjects(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Project objects from the database. |
BOIterator<Project> |
Calendar.loadProjects(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Project objects from the database. |
BOIterator<ProjectSpendingPlan> |
WBS.loadProjectSpendingPlans(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectSpendingPlan objects from the database. |
ProjectThreshold |
ProjectIssue.loadProjectThreshold(java.lang.String[] fields)
Loads an associated ProjectThreshold object from the database. |
BOIterator<ProjectThreshold> |
WBS.loadProjectThresholds(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<ProjectThreshold> |
ThresholdParameter.loadProjectThresholds(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<ProjectThreshold> |
OBS.loadProjectThresholds(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectThreshold objects from the database. |
BOIterator<Relationship> |
Project.loadRelationships(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Relationship objects from the database. |
BOIterator<Relationship> |
BaselineProject.loadRelationships(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Relationship objects from the database. |
Resource |
User.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
Timesheet.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
ResourceRole.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
ResourceRate.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
ResourceHour.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
ResourceCodeAssignment.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
ResourceAssignment.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
ResourceAccess.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
ProjectRisk.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
ProjectResourceQuantity.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
ProjectResource.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
ProjectIssue.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
ProjectEstimate.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
Resource |
Document.loadResource(java.lang.String[] fields)
Loads an associated Resource object from the database. |
ResourceAccess |
User.loadResourceAccess(java.lang.String[] fields)
Loads an associated ResourceAccess object from the database. |
BOIterator<ResourceAccess> |
Resource.loadResourceAccess(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAccess objects from the database. |
ResourceAssignment |
ResourceHour.loadResourceAssignment(java.lang.String[] fields)
Loads an associated ResourceAssignment object from the database. |
ResourceAssignment |
ResourceAssignmentPeriodActual.loadResourceAssignment(java.lang.String[] fields)
Loads an associated ResourceAssignment object from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
WBS.loadResourceAssignmentPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
ResourceAssignment.loadResourceAssignmentPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignmentPeriodActual> |
FinancialPeriod.loadResourceAssignmentPeriodActuals(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignmentPeriodActual objects from the database. |
BOIterator<ResourceAssignment> |
WBS.loadResourceAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
Role.loadResourceAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
ResourceCurve.loadResourceAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
Resource.loadResourceAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
CostAccount.loadResourceAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
Activity.loadResourceAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceAssignment objects from the database. |
BOIterator<ResourceAssignment> |
Resource.loadResourceAssignmentsWithLiveSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple associated ResourceAssignment objects with Live spreads from the database. |
BOIterator<Resource> |
Resource.loadResourceChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Resource objects from the database. |
ResourceCode |
ResourceCodeAssignment.loadResourceCode(java.lang.String[] fields)
Loads an associated ResourceCode object from the database. |
BOIterator<ResourceCodeAssignment> |
ResourceCodeType.loadResourceCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceCodeAssignment objects from the database. |
BOIterator<ResourceCodeAssignment> |
ResourceCode.loadResourceCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceCodeAssignment objects from the database. |
BOIterator<ResourceCodeAssignment> |
Resource.loadResourceCodeAssignments(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceCodeAssignment objects from the database. |
BOIterator<ResourceCode> |
ResourceCode.loadResourceCodeChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceCode objects from the database. |
ResourceCodeType |
ResourceCodeAssignment.loadResourceCodeType(java.lang.String[] fields)
Loads an associated ResourceCodeType object from the database. |
ResourceCodeType |
ResourceCode.loadResourceCodeType(java.lang.String[] fields)
Loads an associated ResourceCodeType object from the database. |
ResourceCurve |
ResourceAssignment.loadResourceCurve(java.lang.String[] fields)
Loads an associated ResourceCurve object from the database. |
BOIterator<ResourceHour> |
TimesheetPeriod.loadResourceHours(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceHour> |
Timesheet.loadResourceHours(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceHour> |
ResourceAssignment.loadResourceHours(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceHour> |
Resource.loadResourceHours(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceHour> |
Project.loadResourceHours(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceHour> |
OverheadCode.loadResourceHours(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceHour> |
BaselineProject.loadResourceHours(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceHour objects from the database. |
BOIterator<ResourceRate> |
Resource.loadResourceRates(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceRate objects from the database. |
BOIterator<ResourceRole> |
Role.loadResourceRoles(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceRole objects from the database. |
BOIterator<ResourceRole> |
Resource.loadResourceRoles(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceRole objects from the database. |
BOIterator<Resource> |
UnitOfMeasure.loadResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Resource objects from the database. |
BOIterator<Resource> |
ResourceTeam.loadResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Load the resource objects contained in the resource team. |
BOIterator<Resource> |
ResourceCode.loadResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Load the Resource objects to which this resource code is assigned. |
BOIterator<Resource> |
Currency.loadResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Resource objects from the database. |
BOIterator<Resource> |
Calendar.loadResources(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Resource objects from the database. |
BOIterator<ResourceTeam> |
User.loadResourceTeams(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ResourceTeam objects from the database. |
RiskType |
ProjectRisk.loadRiskType(java.lang.String[] fields)
Loads an associated RiskType object from the database. |
Role |
RoleRate.loadRole(java.lang.String[] fields)
Loads an associated Role object from the database. |
Role |
RoleLimit.loadRole(java.lang.String[] fields)
Loads an associated Role object from the database. |
Role |
ResourceRole.loadRole(java.lang.String[] fields)
Loads an associated Role object from the database. |
Role |
ResourceAssignment.loadRole(java.lang.String[] fields)
Loads an associated Role object from the database. |
BOIterator<Role> |
Role.loadRoleChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Role objects from the database. |
BOIterator<RoleLimit> |
Role.loadRoleLimits(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated RoleLimit objects from the database. |
RoleRate |
Role.loadRoleRate(java.lang.String[] fields)
Loads an associated RoleRate object from the database. |
BOIterator<Role> |
RoleTeam.loadRoles(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Load the role objects contained in the role team. |
BOIterator<RoleTeam> |
User.loadRoleTeams(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated RoleTeam objects from the database. |
BOIterator<ActivityCode> |
ActivityCodeType.loadRootActivityCodes(java.lang.String[] fields)
Loads all root ActivityCode objects from the database. |
static BOIterator<CostAccount> |
CostAccount.loadRootCostAccounts(Session session,
java.lang.String[] fields)
Loads the root CostAccount objects from the database. |
static BOIterator<Document> |
Document.loadRootDocuments(Session session,
java.lang.String[] fields)
Loads the root Document objects from the database. |
static BOIterator<EPS> |
EPS.loadRootEPS(Session session,
java.lang.String[] fields)
Loads the root EPS objects from the database. |
static OBS |
OBS.loadRootOBS(Session session,
java.lang.String[] fields)
Loads the root OBS object from the database. |
BOIterator<ProjectCode> |
ProjectCodeType.loadRootProjectCodes(java.lang.String[] fields)
Loads all root ProjectCode objects from the database. |
BOIterator<ResourceCode> |
ResourceCodeType.loadRootResourceCodes(java.lang.String[] fields)
Loads all root ResourceCode objects from the database. |
static BOIterator<Resource> |
Resource.loadRootResources(Session session,
java.lang.String[] fields)
Loads the root Resource objects from the database. |
static BOIterator<Role> |
Role.loadRootRoles(Session session,
java.lang.String[] fields)
Loads the root Role objects from the database. |
ScheduleOptions |
Project.loadScheduleOptions(java.lang.String[] fields)
Loads an associated ScheduleOptions object from the database. |
ScheduleOptions |
BaselineProject.loadScheduleOptions(java.lang.String[] fields)
Loads an associated ScheduleOptions object from the database. |
Shift |
ShiftPeriod.loadShift(java.lang.String[] fields)
Loads an associated Shift object from the database. |
Shift |
Resource.loadShift(java.lang.String[] fields)
Loads an associated Shift object from the database. |
ShiftPeriod |
ResourceRate.loadShiftPeriod(java.lang.String[] fields)
Loads an associated ShiftPeriod object from the database. |
BOIterator<ShiftPeriod> |
Shift.loadShiftPeriods(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ShiftPeriod objects from the database. |
com.primavera.integration.collab.initiation.InitiationStage[] |
Initiation.loadStages(int[] stages)
Gets the stage data for this object. |
Activity |
Relationship.loadSuccessorActivity(java.lang.String[] fields)
Loads an associated Activity object from the database. |
Project |
Relationship.loadSuccessorProject(java.lang.String[] fields)
Loads an associated Project object from the database. |
BOIterator<Relationship> |
Activity.loadSuccessorRelationships(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Relationship objects from the database. |
ThresholdParameter |
ProjectThreshold.loadThresholdParameter(java.lang.String[] fields)
Loads an associated ThresholdParameter object from the database. |
ThresholdParameter |
ProjectIssue.loadThresholdParameter(java.lang.String[] fields)
Loads an associated ThresholdParameter object from the database. |
Timesheet |
ResourceHour.loadTimesheet(java.lang.String[] fields)
Loads an associated Timesheet object from the database. |
User |
Resource.loadTimesheetApprovalManager(java.lang.String[] fields)
Loads an associated User object from the database. |
TimesheetPeriod |
Timesheet.loadTimesheetPeriod(java.lang.String[] fields)
Loads an associated TimesheetPeriod object from the database. |
TimesheetPeriod |
ResourceHour.loadTimesheetPeriod(java.lang.String[] fields)
Loads an associated TimesheetPeriod object from the database. |
BOIterator<Timesheet> |
TimesheetPeriod.loadTimesheets(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Timesheet objects from the database. |
BOIterator<Timesheet> |
Resource.loadTimesheets(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated Timesheet objects from the database. |
UDFCode |
UDFValue.loadUDFCode(java.lang.String[] fields)
Loads an associated UDFCode object from the database. |
BOIterator<UDFCode> |
UDFType.loadUDFCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFCode objects from the database. |
UDFType |
UDFValue.loadUDFType(java.lang.String[] fields)
Loads an associated UDFType object from the database. |
UDFType |
UDFCode.loadUDFType(java.lang.String[] fields)
Loads an associated UDFType object from the database. |
BOIterator<UDFValue> |
WBS.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
UDFType.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
UDFCode.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
ResourceAssignment.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
Resource.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
ProjectRisk.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
ProjectIssue.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
EPS.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
Document.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
ActivityStepTemplateItem.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
ActivityStep.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
ActivityExpense.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
BOIterator<UDFValue> |
Activity.loadUDFValues(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFValue objects from the database. |
UnitOfMeasure |
Resource.loadUnitOfMeasure(java.lang.String[] fields)
Loads an associated UnitOfMeasure object from the database. |
User |
UserOBS.loadUser(java.lang.String[] fields)
Loads an associated User object from the database. |
User |
UserLicense.loadUser(java.lang.String[] fields)
Loads an associated User object from the database. |
User |
RoleTeam.loadUser(java.lang.String[] fields)
Loads an associated User object from the database. |
User |
ResourceTeam.loadUser(java.lang.String[] fields)
Loads an associated User object from the database. |
User |
ResourceAccess.loadUser(java.lang.String[] fields)
Loads an associated User object from the database. |
User |
Resource.loadUser(java.lang.String[] fields)
Loads an associated User object from the database. |
User |
ProjectPortfolio.loadUser(java.lang.String[] fields)
Loads an associated User object from the database. |
User |
ProjectCodeUser.loadUser(java.lang.String[] fields)
Loads an associated User object from the database. |
User |
Initiation.loadUser(java.lang.String[] fields)
Loads an associated User object from the database. |
User |
ActivityOwner.loadUser(java.lang.String[] fields)
Loads an associated User object from the database. |
BOIterator<UserLicense> |
User.loadUserLicenses(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UserLicense objects from the database. |
BOIterator<UserOBS> |
User.loadUserOBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UserOBS objects from the database. |
BOIterator<UserOBS> |
ProjectProfile.loadUserOBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UserOBS objects from the database. |
BOIterator<UserOBS> |
OBS.loadUserOBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UserOBS objects from the database. |
BOIterator<User> |
GlobalProfile.loadUsers(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated User objects from the database. |
BOIterator<User> |
Currency.loadUsers(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated User objects from the database. |
WBS |
WBSMilestone.loadWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
WBS |
ProjectThreshold.loadWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
WBS |
ProjectSpendingPlan.loadWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
WBS |
ProjectRisk.loadWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
WBS |
ProjectResourceQuantity.loadWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
WBS |
ProjectResource.loadWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
WBS |
ProjectNote.loadWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
WBS |
ProjectIssue.loadWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
WBS |
ProjectEstimate.loadWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
WBS |
ProjectDocument.loadWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
WBS |
ProjectBudgetChangeLog.loadWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
WBS |
Activity.loadWBS(java.lang.String[] fields)
Loads an associated WBS object from the database. |
BOIterator<WBS> |
WBSCategory.loadWBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBS> |
OBS.loadWBS(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBS objects from the database. |
WBSCategory |
WBS.loadWBSCategory(java.lang.String[] fields)
Loads an associated WBSCategory object from the database. |
BOIterator<WBS> |
WBS.loadWBSChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBS> |
Project.loadWBSChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBS> |
BaselineProject.loadWBSChildren(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBS objects from the database. |
BOIterator<WBS> |
WBS.loadWBSChildrenWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple associated WBS objects with Summarized spreads from the database. |
BOIterator<WBS> |
Project.loadWBSChildrenWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple associated WBS objects with Summarized spreads from the database. |
BOIterator<WBS> |
BaselineProject.loadWBSChildrenWithSummarizedSpread(java.lang.String[] nonSpreadFields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple associated WBS objects with Summarized spreads from the database. |
BOIterator<WBSMilestone> |
WBS.loadWBSMilestones(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated WBSMilestone objects from the database. |
static BOIterator<ResourceAssignment> |
ResourceAssignment.loadWithLiveSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple ResourceAssignment objects with live spreads from the database. |
static BOIterator<Activity> |
Activity.loadWithLiveSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple Activity objects with live spreads from the database. |
static ResourceAssignment |
ResourceAssignment.loadWithLiveSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId objId,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads a ResourceAssignment object with live spreads from the database. |
static Activity |
Activity.loadWithLiveSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId objId,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads a Activity object with live spreads from the database. |
static BOIterator<Resource> |
Resource.loadWithProjectResourceSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] projectObjectIds)
Loads multiple Resource objects with Resource spreads from the database. |
static BOIterator<Project> |
Project.loadWithProjectResourceSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] resourceObjectIds)
Loads multiple Project objects with Resource spreads from the database. |
static Resource |
Resource.loadWithProjectResourceSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId objId,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] projectObjectIds)
Loads a Resource object with Resource spreads from the database. |
static Project |
Project.loadWithProjectResourceSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId objId,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] resourceObjectIds)
Loads a Project object with Resource spreads from the database. |
static BOIterator<Role> |
Role.loadWithProjectRoleSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] projectObjectIds)
Loads multiple Role objects with Role spreads from the database. |
static BOIterator<Project> |
Project.loadWithProjectRoleSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] roleObjectIds)
Loads multiple Project objects with Role spreads from the database. |
static Role |
Role.loadWithProjectRoleSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId objId,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] projectObjectIds)
Loads a Role object with Role spreads from the database. |
static Project |
Project.loadWithProjectRoleSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId objId,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative,
ObjectId[] roleObjectIds)
Loads a Project object with Role spreads from the database. |
static BOIterator<WBS> |
WBS.loadWithSummarizedSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple WBS objects with summarized spreads from the database. |
static BOIterator<Project> |
Project.loadWithSummarizedSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple Project objects with summarized spreads from the database. |
static BOIterator<EPS> |
EPS.loadWithSummarizedSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple EPS objects with summarized spreads from the database. |
static BOIterator<BaselineProject> |
BaselineProject.loadWithSummarizedSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads multiple BaselineProject objects with summarized spreads from the database. |
static WBS |
WBS.loadWithSummarizedSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId objId,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads a WBS object with summarized spreads from the database. |
static Project |
Project.loadWithSummarizedSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId objId,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads a Project object with summarized spreads from the database. |
static EPS |
EPS.loadWithSummarizedSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId objId,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads a EPS object with summarized spreads from the database. |
static BaselineProject |
BaselineProject.loadWithSummarizedSpread(Session session,
java.lang.String[] nonSpreadFields,
ObjectId objId,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Loads a BaselineProject object with summarized spreads from the database. |
boolean |
Project.lockProject()
Locks the project in exclusive mode. |
ObjectId |
BaselineProject.restore()
Restore a BaselineProject which unlinks the BaselineProject and its project and makes them separate projects. |
boolean |
Project.unlockProject()
Unlocks this project if it was previously exclusively locked by the current user. |
void |
WBSMilestone.update()
Updates this WBSMilestone object in the database. |
void |
WBSCategory.update()
Updates this WBSCategory object in the database. |
void |
WBS.update()
Updates this WBS object in the database. |
void |
UserOBS.update()
Updates this UserOBS object in the database. |
void |
UserFieldTitle.update()
Updates this UserFieldTitle object in the database. |
void |
User.update()
Updates this User object in the database. |
void |
UnitOfMeasure.update()
Updates this UnitOfMeasure object in the database. |
void |
UDFValue.update()
Updates this UDFValue object in the database. |
void |
UDFType.update()
Updates this UDFType object in the database. |
void |
UDFCode.update()
Updates this UDFCode object in the database. |
void |
Shift.update()
Updates this Shift object in the database. |
void |
ScheduleOptions.update()
Updates this ScheduleOptions object in the database. |
void |
RoleTeam.update()
Updates this RoleTeam object in the database. |
void |
RoleRate.update()
Updates this RoleRate object in the database. |
void |
RoleLimit.update()
Updates this RoleLimit object in the database. |
void |
Role.update()
Updates this Role object in the database. |
void |
RiskType.update()
Updates this RiskType object in the database. |
void |
ResourceTeam.update()
Updates this ResourceTeam object in the database. |
void |
ResourceRole.update()
Updates this ResourceRole object in the database. |
void |
ResourceRate.update()
Updates this ResourceRate object in the database. |
void |
ResourceCurve.update()
Updates this ResourceCurve object in the database. |
void |
ResourceCodeType.update()
Updates this ResourceCodeType object in the database. |
void |
ResourceCodeAssignment.update()
Updates this ResourceCodeAssignment object in the database. |
void |
ResourceCode.update()
Updates this ResourceCode object in the database. |
void |
ResourceAssignmentPeriodActual.update()
Updates this ResourceAssignmentPeriodActual object in the database. |
void |
ResourceAssignment.update()
Updates this ResourceAssignment object in the database. |
void |
Resource.update()
Updates this Resource object in the database. |
void |
Relationship.update()
Updates this Relationship object in the database. |
void |
ProjectThreshold.update()
Updates this ProjectThreshold object in the database. |
void |
ProjectSpendingPlan.update()
Updates this ProjectSpendingPlan object in the database. |
void |
ProjectRisk.update()
Updates this ProjectRisk object in the database. |
void |
ProjectResourceQuantity.update()
Updates this ProjectResourceQuantity object in the database. |
void |
ProjectResourceCategory.update()
Updates this ProjectResourceCategory object in the database. |
void |
ProjectResource.update()
Updates this ProjectResource object in the database. |
void |
ProjectProfile.update()
Updates this ProjectProfile object in the database. |
void |
ProjectPortfolio.update()
Updates this ProjectPortfolio object in the database. |
void |
ProjectNote.update()
Updates this ProjectNote object in the database. |
void |
ProjectIssue.update()
Updates this ProjectIssue object in the database. |
void |
ProjectFunding.update()
Updates this ProjectFunding object in the database. |
void |
ProjectEstimate.update()
Updates this ProjectEstimate object in the database. |
void |
ProjectDocument.update()
Updates this ProjectDocument object in the database. |
void |
ProjectCodeType.update()
Updates this ProjectCodeType object in the database. |
void |
ProjectCodeAssignment.update()
Updates this ProjectCodeAssignment object in the database. |
void |
ProjectCode.update()
Updates this ProjectCode object in the database. |
void |
ProjectBudgetChangeLog.update()
Updates this ProjectBudgetChangeLog object in the database. |
void |
Project.update()
Updates this Project object in the database. |
void |
OverheadCode.update()
Updates this OverheadCode object in the database. |
void |
OBS.update()
Updates this OBS object in the database. |
void |
NotebookTopic.update()
Updates this NotebookTopic object in the database. |
void |
GlobalProfile.update()
Updates this GlobalProfile object in the database. |
void |
GlobalPreferences.update()
Updates this GlobalPreferences object in the database. |
void |
FundingSource.update()
Updates this FundingSource object in the database. |
void |
FinancialPeriod.update()
Updates this FinancialPeriod object in the database. |
void |
ExpenseCategory.update()
Updates this ExpenseCategory object in the database. |
void |
EPSSpendingPlan.update()
Updates this EPSSpendingPlan object in the database. |
void |
EPSNote.update()
Updates this EPSNote object in the database. |
void |
EPSFunding.update()
Updates this EPSFunding object in the database. |
void |
EPSBudgetChangeLog.update()
Updates this EPSBudgetChangeLog object in the database. |
void |
EPS.update()
Updates this EPS object in the database. |
void |
DocumentStatusCode.update()
Updates this DocumentStatusCode object in the database. |
void |
DocumentCategory.update()
Updates this DocumentCategory object in the database. |
void |
Document.update()
Updates this Document object in the database. |
void |
Currency.update()
Updates this Currency object in the database. |
void |
CostAccount.update()
Updates this CostAccount object in the database. |
void |
Calendar.update()
Updates this Calendar object in the database. |
void |
BatchReport.update()
Updates this BatchReport object in the database. |
void |
BaselineType.update()
Updates this BaselineType object in the database. |
void |
BaselineProject.update()
Updates this BaselineProject object in the database. |
void |
ActivityStep.update()
Updates this ActivityStep object in the database. |
void |
ActivityPeriodActual.update()
Updates this ActivityPeriodActual object in the database. |
void |
ActivityNote.update()
Updates this ActivityNote object in the database. |
void |
ActivityExpense.update()
Updates this ActivityExpense object in the database. |
void |
ActivityCodeType.update()
Updates this ActivityCodeType object in the database. |
void |
ActivityCodeAssignment.update()
Updates this ActivityCodeAssignment object in the database. |
void |
ActivityCode.update()
Updates this ActivityCode object in the database. |
void |
Activity.update()
Updates this Activity object in the database. |
void |
Calendar.update(boolean replaceHolidayOrExceptions)
Updates this Calendar object in the database with the option to replace all holidays and exceptions. |
static void |
Activity.update(Session session,
Activity[] activities)
Updates multiple Activity objects in the database. |
static void |
ActivityCode.update(Session session,
ActivityCode[] activitycodes)
Updates multiple ActivityCode objects in the database. |
static void |
ActivityCodeAssignment.update(Session session,
ActivityCodeAssignment[] activitycodeassignments)
Updates multiple ActivityCodeAssignment objects in the database. |
static void |
ActivityCodeType.update(Session session,
ActivityCodeType[] activitycodetypes)
Updates multiple ActivityCodeType objects in the database. |
static void |
ActivityExpense.update(Session session,
ActivityExpense[] activityexpenses)
Updates multiple ActivityExpense objects in the database. |
static void |
ActivityNote.update(Session session,
ActivityNote[] activitynotes)
Updates multiple ActivityNote objects in the database. |
static void |
ActivityPeriodActual.update(Session session,
ActivityPeriodActual[] activityperiodactuals)
Updates multiple ActivityPeriodActual objects in the database. |
static void |
ActivityStep.update(Session session,
ActivityStep[] activitysteps)
Updates multiple ActivityStep objects in the database. |
static void |
BaselineProject.update(Session session,
BaselineProject[] baselineprojects)
Updates multiple BaselineProject objects in the database. |
static void |
BaselineType.update(Session session,
BaselineType[] baselinetypes)
Updates multiple BaselineType objects in the database. |
static void |
BatchReport.update(Session session,
BatchReport[] batchreports)
Updates multiple BatchReport objects in the database. |
static void |
Calendar.update(Session session,
Calendar[] calendars)
Updates multiple Calendar objects in the database. |
static void |
Calendar.update(Session session,
Calendar[] calendars,
boolean replaceHolidayOrExceptions)
Updates multiple Calendar objects in the database with the option to replace all holidays and exceptions. |
static void |
CostAccount.update(Session session,
CostAccount[] costaccounts)
Updates multiple CostAccount objects in the database. |
static void |
Currency.update(Session session,
Currency[] currencies)
Updates multiple Currency objects in the database. |
static void |
Document.update(Session session,
Document[] documents)
Updates multiple Document objects in the database. |
static void |
DocumentCategory.update(Session session,
DocumentCategory[] documentcategories)
Updates multiple DocumentCategory objects in the database. |
static void |
DocumentStatusCode.update(Session session,
DocumentStatusCode[] documentstatuscodes)
Updates multiple DocumentStatusCode objects in the database. |
static void |
EPS.update(Session session,
EPS[] eps)
Updates multiple EPS objects in the database. |
static void |
EPSBudgetChangeLog.update(Session session,
EPSBudgetChangeLog[] epsbudgetchangelogs)
Updates multiple EPSBudgetChangeLog objects in the database. |
static void |
EPSFunding.update(Session session,
EPSFunding[] epsfundings)
Updates multiple EPSFunding objects in the database. |
static void |
EPSNote.update(Session session,
EPSNote[] epsnotes)
Updates multiple EPSNote objects in the database. |
static void |
EPSSpendingPlan.update(Session session,
EPSSpendingPlan[] epsspendingplans)
Updates multiple EPSSpendingPlan objects in the database. |
static void |
ExpenseCategory.update(Session session,
ExpenseCategory[] expensecategories)
Updates multiple ExpenseCategory objects in the database. |
static void |
FinancialPeriod.update(Session session,
FinancialPeriod[] financialperiods)
Updates multiple FinancialPeriod objects in the database. |
static void |
FundingSource.update(Session session,
FundingSource[] fundingsources)
Updates multiple FundingSource objects in the database. |
static void |
GlobalProfile.update(Session session,
GlobalProfile[] globalprofiles)
Updates multiple GlobalProfile objects in the database. |
static void |
NotebookTopic.update(Session session,
NotebookTopic[] notebooktopics)
Updates multiple NotebookTopic objects in the database. |
static void |
OBS.update(Session session,
OBS[] obs)
Updates multiple OBS objects in the database. |
static void |
OverheadCode.update(Session session,
OverheadCode[] overheadcodes)
Updates multiple OverheadCode objects in the database. |
static void |
Project.update(Session session,
Project[] projects)
Updates multiple Project objects in the database. |
static void |
ProjectBudgetChangeLog.update(Session session,
ProjectBudgetChangeLog[] projectbudgetchangelogs)
Updates multiple ProjectBudgetChangeLog objects in the database. |
static void |
ProjectCode.update(Session session,
ProjectCode[] projectcodes)
Updates multiple ProjectCode objects in the database. |
static void |
ProjectCodeAssignment.update(Session session,
ProjectCodeAssignment[] projectcodeassignments)
Updates multiple ProjectCodeAssignment objects in the database. |
static void |
ProjectCodeType.update(Session session,
ProjectCodeType[] projectcodetypes)
Updates multiple ProjectCodeType objects in the database. |
static void |
ProjectDocument.update(Session session,
ProjectDocument[] projectdocuments)
Updates multiple ProjectDocument objects in the database. |
static void |
ProjectEstimate.update(Session session,
ProjectEstimate[] projectestimates)
Updates multiple ProjectEstimate objects in the database. |
static void |
ProjectFunding.update(Session session,
ProjectFunding[] projectfundings)
Updates multiple ProjectFunding objects in the database. |
static void |
ProjectIssue.update(Session session,
ProjectIssue[] projectissues)
Updates multiple ProjectIssue objects in the database. |
static void |
ProjectNote.update(Session session,
ProjectNote[] projectnotes)
Updates multiple ProjectNote objects in the database. |
static void |
ProjectPortfolio.update(Session session,
ProjectPortfolio[] projectportfolios)
Updates multiple ProjectPortfolio objects in the database. |
static void |
ProjectProfile.update(Session session,
ProjectProfile[] projectprofiles)
Updates multiple ProjectProfile objects in the database. |
static void |
ProjectResource.update(Session session,
ProjectResource[] projectresources)
Updates multiple ProjectResource objects in the database. |
static void |
ProjectResourceCategory.update(Session session,
ProjectResourceCategory[] projectresourcecategories)
Updates multiple ProjectResourceCategory objects in the database. |
static void |
ProjectResourceQuantity.update(Session session,
ProjectResourceQuantity[] projectresourcequantities)
Updates multiple ProjectResourceQuantity objects in the database. |
static void |
ProjectRisk.update(Session session,
ProjectRisk[] projectrisks)
Updates multiple ProjectRisk objects in the database. |
static void |
ProjectSpendingPlan.update(Session session,
ProjectSpendingPlan[] projectspendingplans)
Updates multiple ProjectSpendingPlan objects in the database. |
static void |
ProjectThreshold.update(Session session,
ProjectThreshold[] projectthresholds)
Updates multiple ProjectThreshold objects in the database. |
static void |
Relationship.update(Session session,
Relationship[] relationships)
Updates multiple Relationship objects in the database. |
static void |
Resource.update(Session session,
Resource[] resources)
Updates multiple Resource objects in the database. |
static void |
ResourceAssignment.update(Session session,
ResourceAssignment[] resourceassignments)
Updates multiple ResourceAssignment objects in the database. |
static void |
ResourceAssignmentPeriodActual.update(Session session,
ResourceAssignmentPeriodActual[] resourceassignmentperiodactuals)
Updates multiple ResourceAssignmentPeriodActual objects in the database. |
static void |
ResourceCode.update(Session session,
ResourceCode[] resourcecodes)
Updates multiple ResourceCode objects in the database. |
static void |
ResourceCodeAssignment.update(Session session,
ResourceCodeAssignment[] resourcecodeassignments)
Updates multiple ResourceCodeAssignment objects in the database. |
static void |
ResourceCodeType.update(Session session,
ResourceCodeType[] resourcecodetypes)
Updates multiple ResourceCodeType objects in the database. |
static void |
ResourceCurve.update(Session session,
ResourceCurve[] resourcecurves)
Updates multiple ResourceCurve objects in the database. |
static void |
ResourceRate.update(Session session,
ResourceRate[] resourcerates)
Updates multiple ResourceRate objects in the database. |
static void |
ResourceRole.update(Session session,
ResourceRole[] resourceroles)
Updates multiple ResourceRole objects in the database. |
static void |
ResourceTeam.update(Session session,
ResourceTeam[] resourceteams)
Updates multiple ResourceTeam objects in the database. |
static void |
RiskType.update(Session session,
RiskType[] risktypes)
Updates multiple RiskType objects in the database. |
static void |
Role.update(Session session,
Role[] roles)
Updates multiple Role objects in the database. |
static void |
RoleLimit.update(Session session,
RoleLimit[] rolelimits)
Updates multiple RoleLimit objects in the database. |
static void |
RoleRate.update(Session session,
RoleRate[] rolerates)
Updates multiple RoleRate objects in the database. |
static void |
RoleTeam.update(Session session,
RoleTeam[] roleteams)
Updates multiple RoleTeam objects in the database. |
static void |
ScheduleOptions.update(Session session,
ScheduleOptions[] scheduleoptions)
Updates multiple ScheduleOptions objects in the database. |
static void |
Shift.update(Session session,
Shift[] shifts)
Updates multiple Shift objects in the database. |
static void |
UDFCode.update(Session session,
UDFCode[] udfcodes)
Updates multiple UDFCode objects in the database. |
static void |
UDFType.update(Session session,
UDFType[] udftypes)
Updates multiple UDFType objects in the database. |
static void |
UDFValue.update(Session session,
UDFValue[] udfvalues)
Updates multiple UDFValue objects in the database. |
static void |
UnitOfMeasure.update(Session session,
UnitOfMeasure[] unitofmeasures)
Updates multiple UnitOfMeasure objects in the database. |
static void |
User.update(Session session,
User[] users)
Updates multiple User objects in the database. |
static void |
UserFieldTitle.update(Session session,
UserFieldTitle[] userfieldtitles)
Updates multiple UserFieldTitle objects in the database. |
static void |
UserOBS.update(Session session,
UserOBS[] userobs)
Updates multiple UserOBS objects in the database. |
static void |
WBS.update(Session session,
WBS[] wbs)
Updates multiple WBS objects in the database. |
static void |
WBSCategory.update(Session session,
WBSCategory[] wbscategories)
Updates multiple WBSCategory objects in the database. |
static void |
WBSMilestone.update(Session session,
WBSMilestone[] wbsmilestones)
Updates multiple WBSMilestone objects in the database. |
void |
WBS.updateActivities(Activity[] activities)
Updates multiple associated Activity objects in the database. |
void |
Activity.updateActivityExpenses(ActivityExpense[] activityexpenses)
Updates multiple associated ActivityExpense objects in the database. |
void |
Activity.updateActivityNotes(ActivityNote[] activitynotes)
Updates multiple associated ActivityNote objects in the database. |
void |
Activity.updateActivitySteps(ActivityStep[] activitysteps)
Updates multiple associated ActivityStep objects in the database. |
void |
Project.updateAllActivities(Activity[] allactivities)
Updates multiple associated Activity objects in the database. |
void |
BaselineProject.updateAllActivities(Activity[] allactivities)
Updates multiple associated Activity objects in the database. |
void |
Project.updateAllWBS(WBS[] allwbs)
Updates multiple associated WBS objects in the database. |
void |
BaselineProject.updateAllWBS(WBS[] allwbs)
Updates multiple associated WBS objects in the database. |
void |
EPS.updateEPSBudgetChangeLogs(EPSBudgetChangeLog[] epsbudgetchangelogs)
Updates multiple associated EPSBudgetChangeLog objects in the database. |
void |
EPS.updateEPSFundings(EPSFunding[] epsfundings)
Updates multiple associated EPSFunding objects in the database. |
void |
EPS.updateEPSNotes(EPSNote[] epsnotes)
Updates multiple associated EPSNote objects in the database. |
void |
EPS.updateEPSSpendingPlans(EPSSpendingPlan[] epsspendingplans)
Updates multiple associated EPSSpendingPlan objects in the database. |
void |
Activity.updatePredecessorRelationships(Relationship[] predecessorrelationships)
Updates multiple associated Relationship objects in the database. |
void |
WBS.updateProjectBudgetChangeLogs(ProjectBudgetChangeLog[] projectbudgetchangelogs)
Updates multiple associated ProjectBudgetChangeLog objects in the database. |
void |
WBS.updateProjectDocuments(ProjectDocument[] projectdocuments)
Updates multiple associated ProjectDocument objects in the database. |
void |
Activity.updateProjectDocuments(ProjectDocument[] projectdocuments)
Updates multiple associated ProjectDocument objects in the database. |
void |
WBS.updateProjectEstimates(ProjectEstimate[] projectestimates)
Updates multiple associated ProjectEstimate objects in the database. |
void |
Project.updateProjectFundings(ProjectFunding[] projectfundings)
Updates multiple associated ProjectFunding objects in the database. |
void |
BaselineProject.updateProjectFundings(ProjectFunding[] projectfundings)
Updates multiple associated ProjectFunding objects in the database. |
void |
WBS.updateProjectIssues(ProjectIssue[] projectissues)
Updates multiple associated ProjectIssue objects in the database. |
void |
Project.updateProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs)
Updates multiple associated ProjectBudgetChangeLog objects in the database. |
void |
BaselineProject.updateProjectLevelBudgetChangeLogs(ProjectBudgetChangeLog[] projectlevelbudgetchangelogs)
Updates multiple associated ProjectBudgetChangeLog objects in the database. |
void |
Project.updateProjectLevelEstimates(ProjectEstimate[] projectlevelestimates)
Updates multiple associated ProjectEstimate objects in the database. |
void |
BaselineProject.updateProjectLevelEstimates(ProjectEstimate[] projectlevelestimates)
Updates multiple associated ProjectEstimate objects in the database. |
void |
Project.updateProjectLevelIssues(ProjectIssue[] projectlevelissues)
Updates multiple associated ProjectIssue objects in the database. |
void |
BaselineProject.updateProjectLevelIssues(ProjectIssue[] projectlevelissues)
Updates multiple associated ProjectIssue objects in the database. |
void |
Project.updateProjectLevelNotes(ProjectNote[] projectlevelnotes)
Updates multiple associated ProjectNote objects in the database. |
void |
BaselineProject.updateProjectLevelNotes(ProjectNote[] projectlevelnotes)
Updates multiple associated ProjectNote objects in the database. |
void |
Project.updateProjectLevelRisks(ProjectRisk[] projectlevelrisks)
Updates multiple associated ProjectRisk objects in the database. |
void |
BaselineProject.updateProjectLevelRisks(ProjectRisk[] projectlevelrisks)
Updates multiple associated ProjectRisk objects in the database. |
void |
Project.updateProjectLevelSpendingPlans(ProjectSpendingPlan[] projectlevelspendingplans)
Updates multiple associated ProjectSpendingPlan objects in the database. |
void |
BaselineProject.updateProjectLevelSpendingPlans(ProjectSpendingPlan[] projectlevelspendingplans)
Updates multiple associated ProjectSpendingPlan objects in the database. |
void |
Project.updateProjectLevelThresholds(ProjectThreshold[] projectlevelthresholds)
Updates multiple associated ProjectThreshold objects in the database. |
void |
BaselineProject.updateProjectLevelThresholds(ProjectThreshold[] projectlevelthresholds)
Updates multiple associated ProjectThreshold objects in the database. |
void |
Project.updateProjectLevelWBSMilestones(WBSMilestone[] projectlevelwbsmilestones)
Updates multiple associated WBSMilestone objects in the database. |
void |
BaselineProject.updateProjectLevelWBSMilestones(WBSMilestone[] projectlevelwbsmilestones)
Updates multiple associated WBSMilestone objects in the database. |
void |
WBS.updateProjectNotes(ProjectNote[] projectnotes)
Updates multiple associated ProjectNote objects in the database. |
void |
User.updateProjectPortfolios(ProjectPortfolio[] projectportfolios)
Updates multiple associated ProjectPortfolio objects in the database. |
void |
WBS.updateProjectRisks(ProjectRisk[] projectrisks)
Updates multiple associated ProjectRisk objects in the database. |
void |
WBS.updateProjectSpendingPlans(ProjectSpendingPlan[] projectspendingplans)
Updates multiple associated ProjectSpendingPlan objects in the database. |
void |
WBS.updateProjectThresholds(ProjectThreshold[] projectthresholds)
Updates multiple associated ProjectThreshold objects in the database. |
void |
Activity.updateResourceAssignments(ResourceAssignment[] resourceassignments)
Updates multiple associated ResourceAssignment objects in the database. |
void |
User.updateResourceTeams(ResourceTeam[] resourceteams)
Updates multiple associated ResourceTeam objects in the database. |
void |
User.updateRoleTeams(RoleTeam[] roleteams)
Updates multiple associated RoleTeam objects in the database. |
void |
Activity.updateSuccessorRelationships(Relationship[] successorrelationships)
Updates multiple associated Relationship objects in the database. |
void |
User.updateUserLicenses(UserLicense[] userlicenses)
Updates multiple associated UserLicense objects in the database. |
void |
User.updateUserOBS(UserOBS[] userobs)
Updates multiple associated UserOBS objects in the database. |
void |
OBS.updateUserOBS(UserOBS[] userobs)
Updates multiple associated UserOBS objects in the database. |
void |
WBS.updateWBSMilestones(WBSMilestone[] wbsmilestones)
Updates multiple associated WBSMilestone objects in the database. |
Uses of ServerException in com.primavera.integration.client.xml.exporter |
---|
Methods in com.primavera.integration.client.xml.exporter that throw ServerException | |
---|---|
void |
XMLExporter.exportActivities(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of activities for a particular project. |
void |
XMLExporter.exportActivities(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of activities. |
void |
XMLExporter.exportActivitiesWithLiveSpread(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a subset of activities with live spread data for a particular project. |
void |
XMLExporter.exportActivitiesWithLiveSpread(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a specific set of activities with live spread data. |
void |
XMLExporter.exportActivityCodeAssignments(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of activity code assignments for a particular project. |
void |
XMLExporter.exportActivityCodeAssignments(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of activity code assignments. |
void |
XMLExporter.exportActivityCodes(java.io.OutputStream os,
ActivityCodeType parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of activity codes for a particular activity code type. |
void |
XMLExporter.exportActivityCodes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of activity codes. |
void |
XMLExporter.exportActivityCodeTypes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of activity code types. |
void |
XMLExporter.exportActivityCodeTypes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of activity code types. |
void |
XMLExporter.exportActivityExpenses(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of activity expenses for a particular project. |
void |
XMLExporter.exportActivityExpenses(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of activity expenses. |
void |
XMLExporter.exportActivityNotes(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of activity notes for a particular project. |
void |
XMLExporter.exportActivityNotes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of activity notes. |
void |
XMLExporter.exportActivityOwners(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of activity owners for a particular project. |
void |
XMLExporter.exportActivityOwners(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of activity owners. |
void |
XMLExporter.exportActivityPeriodActuals(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of activity period actuals for a particular project. |
void |
XMLExporter.exportActivityPeriodActuals(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of activity period actuals. |
void |
XMLExporter.exportActivitySteps(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of activity steps for a particular project. |
void |
XMLExporter.exportActivitySteps(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of activity steps. |
void |
XMLExporter.exportActivityStepTemplateItems(java.io.OutputStream os,
ActivityStepTemplate parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of activity step template items for a particular activity step template. |
void |
XMLExporter.exportActivityStepTemplateItems(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of activity step template items. |
void |
XMLExporter.exportActivityStepTemplates(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of activity step templates. |
void |
XMLExporter.exportActivityStepTemplates(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of activity step templates. |
void |
XMLExporter.exportBaselineProjects(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of baseline projects. |
void |
XMLExporter.exportBaselineProjects(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of baseline projects. |
void |
XMLExporter.exportBaselineTypes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of baseline types. |
void |
XMLExporter.exportBaselineTypes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of baseline types. |
void |
XMLExporter.exportBatchReports(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of batch reports. |
void |
XMLExporter.exportBatchReports(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of batch reports. |
void |
XMLExporter.exportCalendars(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of calendars. |
void |
XMLExporter.exportCalendars(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of calendars. |
void |
XMLExporter.exportCostAccounts(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of cost accounts. |
void |
XMLExporter.exportCostAccounts(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of cost accounts. |
void |
XMLExporter.exportCurrencies(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of currencies. |
void |
XMLExporter.exportCurrencies(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of currencies. |
void |
XMLExporter.exportDocumentCategories(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of document categories. |
void |
XMLExporter.exportDocumentCategories(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of document categories. |
void |
XMLExporter.exportDocuments(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of documents. |
void |
XMLExporter.exportDocuments(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of documents. |
void |
XMLExporter.exportDocumentStatusCodes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of document status codes. |
void |
XMLExporter.exportDocumentStatusCodes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of document status codes. |
void |
XMLExporter.exportEPS(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of EPS objects. |
void |
XMLExporter.exportEPS(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of EPS objects. |
void |
XMLExporter.exportEPSBudgetChangeLogs(java.io.OutputStream os,
EPS parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of EPS budget change logs for a particular EPS. |
void |
XMLExporter.exportEPSBudgetChangeLogs(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of EPS budget change logs. |
void |
XMLExporter.exportEPSFundings(java.io.OutputStream os,
EPS parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of EPS fundings for a particular EPS. |
void |
XMLExporter.exportEPSFundings(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of EPS fundings. |
void |
XMLExporter.exportEPSNotes(java.io.OutputStream os,
EPS parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of EPS notes for a particular EPS. |
void |
XMLExporter.exportEPSNotes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of EPS notes. |
void |
XMLExporter.exportEPSSpendingPlans(java.io.OutputStream os,
EPS parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of EPS spending plans for a particular EPS. |
void |
XMLExporter.exportEPSSpendingPlans(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of EPS spending plans. |
void |
XMLExporter.exportEPSWithSummarizedSpread(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a specific set of EPS objects with summarized spread data. |
void |
XMLExporter.exportEPSWithSummarizedSpread(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a subset of EPS objects with summarized spread data. |
void |
XMLExporter.exportExpenseCategories(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of expense categories. |
void |
XMLExporter.exportExpenseCategories(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of expense categories. |
void |
XMLExporter.exportFinancialPeriods(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of financial periods. |
void |
XMLExporter.exportFinancialPeriods(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of financial periods. |
void |
XMLExporter.exportFullProject(java.io.OutputStream os,
ObjectId projectId,
java.lang.String[] fields,
XMLExporterListener listener)
Fully export a specific project. |
void |
XMLExporter.exportFullProject(java.io.OutputStream os,
ObjectId projectId,
java.lang.String[] fields,
XMLExporterListener listener,
SpreadPeriodType periodType)
Fully export a specific project with future bucket planning spreads. |
void |
XMLExporter.exportFundingSources(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of funding sources. |
void |
XMLExporter.exportFundingSources(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of funding sources. |
void |
XMLExporter.exportGlobalPreferences(java.io.OutputStream os,
java.lang.String[] fields)
Export the global preferences. |
void |
XMLExporter.exportGlobalProfiles(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of global profiles. |
void |
XMLExporter.exportGlobalProfiles(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of global profiles. |
void |
XMLExporter.exportInitiations(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of initiation objects. |
void |
XMLExporter.exportInitiations(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of initiation objects. |
void |
XMLExporter.exportIssueHistories(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of issue histories for a particular project. |
void |
XMLExporter.exportIssueHistories(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of issue histories. |
void |
XMLExporter.exportMethodologies(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of methodologies. |
void |
XMLExporter.exportMethodologies(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of methodologies. |
void |
XMLExporter.exportNotebookTopics(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of notebook topics. |
void |
XMLExporter.exportNotebookTopics(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of notebook topics. |
void |
XMLExporter.exportOBS(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of OBS objects. |
void |
XMLExporter.exportOBS(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of OBS objects. |
void |
XMLExporter.exportOverheadCodes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of overhead codes. |
void |
XMLExporter.exportOverheadCodes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of overhead codes. |
void |
XMLExporter.exportProjectBudgetChangeLogs(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of budget change logs for a particular project. |
void |
XMLExporter.exportProjectBudgetChangeLogs(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of budget change logs. |
void |
XMLExporter.exportProjectCodeAssignments(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project code assignments. |
void |
XMLExporter.exportProjectCodeAssignments(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project code assignments. |
void |
XMLExporter.exportProjectCodes(java.io.OutputStream os,
ProjectCodeType parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project codes for a particular project code type. |
void |
XMLExporter.exportProjectCodes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project codes. |
void |
XMLExporter.exportProjectCodeTypes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project code types. |
void |
XMLExporter.exportProjectCodeTypes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project code types. |
void |
XMLExporter.exportProjectCodeUsers(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project code users. |
void |
XMLExporter.exportProjectCodeUsers(java.io.OutputStream os,
User parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project code users for a particular user. |
void |
XMLExporter.exportProjectDocuments(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project documents for a particular project. |
void |
XMLExporter.exportProjectDocuments(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project documents. |
void |
XMLExporter.exportProjectEstimates(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project estimates for a particular project. |
void |
XMLExporter.exportProjectEstimates(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project estimates. |
void |
XMLExporter.exportProjectFundings(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project fundings for a particular project. |
void |
XMLExporter.exportProjectFundings(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project fundings. |
void |
XMLExporter.exportProjectIssues(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project issues for a particular project. |
void |
XMLExporter.exportProjectIssues(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project issues. |
void |
XMLExporter.exportProjectNotes(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project notes for a particular project. |
void |
XMLExporter.exportProjectNotes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project notes. |
void |
XMLExporter.exportProjectPortfolios(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project portfolios. |
void |
XMLExporter.exportProjectPortfolios(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project portfolios. |
void |
XMLExporter.exportProjectProfiles(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project profiles. |
void |
XMLExporter.exportProjectProfiles(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project profiles. |
void |
XMLExporter.exportProjectResourceCategories(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project resource categories. |
void |
XMLExporter.exportProjectResourceCategories(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project resource categories. |
void |
XMLExporter.exportProjectResourceQuantities(java.io.OutputStream os,
ProjectResource parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project resource quantities for a particular project resource. |
void |
XMLExporter.exportProjectResourceQuantities(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project resource quantities. |
void |
XMLExporter.exportProjectResources(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project resources for a particular project. |
void |
XMLExporter.exportProjectResources(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project resources. |
void |
XMLExporter.exportProjectRisks(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project risks for a particular project. |
void |
XMLExporter.exportProjectRisks(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project risks. |
void |
XMLExporter.exportProjects(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of projects. |
void |
XMLExporter.exportProjects(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of projects. |
void |
XMLExporter.exportProjectSpendingPlans(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project spending plans for a particular project. |
void |
XMLExporter.exportProjectSpendingPlans(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project spending plans. |
void |
XMLExporter.exportProjectsWithSummarizedSpread(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a specific set of projects with summarized spread data. |
void |
XMLExporter.exportProjectsWithSummarizedSpread(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a subset of projects with summarized spread data. |
void |
XMLExporter.exportProjectThresholds(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of project thresholds for a particular project. |
void |
XMLExporter.exportProjectThresholds(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of project thresholds. |
void |
XMLExporter.exportRelationships(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of relationships for a particular project. |
void |
XMLExporter.exportRelationships(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of relationships. |
void |
XMLExporter.exportResourceAccess(java.io.OutputStream os,
Resource parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resource access objects. |
void |
XMLExporter.exportResourceAccess(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of resource access objects. |
void |
XMLExporter.exportResourceAssignmentPeriodActuals(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resource assignment period actuals for a particular project. |
void |
XMLExporter.exportResourceAssignmentPeriodActuals(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of resource assignment period actuals. |
void |
XMLExporter.exportResourceAssignments(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resource assignments for a particular project. |
void |
XMLExporter.exportResourceAssignments(java.io.OutputStream os,
Resource parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resource assignments for a particular resource. |
void |
XMLExporter.exportResourceAssignments(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of resource assignments. |
void |
XMLExporter.exportResourceAssignmentsWithLiveSpread(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a subset of resource assignments with live spread data for a particular project. |
void |
XMLExporter.exportResourceAssignmentsWithLiveSpread(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a specific set of resource assignments with live spread data. |
void |
XMLExporter.exportResourceCodeAssignments(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of resource code assignments. |
void |
XMLExporter.exportResourceCodeAssignments(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resource code assignments. |
void |
XMLExporter.exportResourceCodes(java.io.OutputStream os,
ResourceCodeType parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resource codes for a particular resource code type. |
void |
XMLExporter.exportResourceCodes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of resource codes. |
void |
XMLExporter.exportResourceCodeTypes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of resource code types. |
void |
XMLExporter.exportResourceCodeTypes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resource code types. |
void |
XMLExporter.exportResourceCurves(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of resource curves. |
void |
XMLExporter.exportResourceCurves(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resource curves. |
void |
XMLExporter.exportResourceRates(java.io.OutputStream os,
Resource parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resource rates for a particular resource. |
void |
XMLExporter.exportResourceRates(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of resource rates. |
void |
XMLExporter.exportResourceRoles(java.io.OutputStream os,
Resource parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resource roles for a particular resource. |
void |
XMLExporter.exportResourceRoles(java.io.OutputStream os,
Role parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resource roles for a particular role. |
void |
XMLExporter.exportResourceRoles(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of resource roles. |
void |
XMLExporter.exportResources(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of resources. |
void |
XMLExporter.exportResources(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resources. |
void |
XMLExporter.exportResourceTeams(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of resource teams. |
void |
XMLExporter.exportResourceTeams(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of resource teams. |
void |
XMLExporter.exportRiskTypes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of risk types. |
void |
XMLExporter.exportRiskTypes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of risk types. |
void |
XMLExporter.exportRoleLimits(java.io.OutputStream os,
Role parent,
java.lang.String[] fields)
Export a subset of role limits for a particular role. |
void |
XMLExporter.exportRoleLimits(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of role limits. |
void |
XMLExporter.exportRoleRates(java.io.OutputStream os,
Role parent,
java.lang.String[] fields)
Export a subset of role rates for a particular role. |
void |
XMLExporter.exportRoleRates(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of role rates. |
void |
XMLExporter.exportRoles(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of roles. |
void |
XMLExporter.exportRoles(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of roles. |
void |
XMLExporter.exportRoleTeams(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of role teams. |
void |
XMLExporter.exportRoleTeams(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of role teams. |
void |
XMLExporter.exportScheduleOptions(java.io.OutputStream os,
Project parent,
java.lang.String[] fields)
Export the schedule options for a particular project for the current user. |
void |
XMLExporter.exportShifts(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of shifts. |
void |
XMLExporter.exportShifts(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of shifts. |
void |
XMLExporter.exportThresholdParameters(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of threshold parameters. |
void |
XMLExporter.exportThresholdParameters(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of threshold parameters. |
void |
XMLExporter.exportTimesheetAudits(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of timesheet audits. |
void |
XMLExporter.exportTimesheetAudits(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of timesheet audits. |
void |
XMLExporter.exportTimesheetDelegates(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of timesheet delegates. |
void |
XMLExporter.exportTimesheetDelegates(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of timesheet delegates. |
void |
XMLExporter.exportTimesheetPeriods(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of timesheet periods. |
void |
XMLExporter.exportTimesheetPeriods(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of timesheet periods. |
void |
XMLExporter.exportTimesheets(java.io.OutputStream os,
Resource parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of timesheets for a particular resource. |
void |
XMLExporter.exportTimesheets(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of timesheets. |
void |
XMLExporter.exportTimesheets(java.io.OutputStream os,
TimesheetPeriod parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of timesheets for a particular timesheet period. |
void |
XMLExporter.exportUDFCodes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of UDF codes. |
void |
XMLExporter.exportUDFCodes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of UDF codes. |
void |
XMLExporter.exportUDFTypes(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of UDF types. |
void |
XMLExporter.exportUDFTypes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of UDF types. |
void |
XMLExporter.exportUDFValues(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of UDF values. |
void |
XMLExporter.exportUDFValues(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of UDF values. |
void |
XMLExporter.exportUnitOfMeasures(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of units of measure. |
void |
XMLExporter.exportUnitOfMeasures(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of units of measure. |
void |
XMLExporter.exportUserFieldTitles(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of user field titles. |
void |
XMLExporter.exportUserFieldTitles(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of user field titles. |
void |
XMLExporter.exportUserInterfaceViews(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of user interface views. |
void |
XMLExporter.exportUserInterfaceViews(java.io.OutputStream os,
User parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of user interface views for a particular user. |
void |
XMLExporter.exportUserLicenses(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of user licenses. |
void |
XMLExporter.exportUserLicenses(java.io.OutputStream os,
User parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of user licenses for a particular user. |
void |
XMLExporter.exportUserOBS(java.io.OutputStream os,
OBS parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of user OBS objects for a particular OBS object. |
void |
XMLExporter.exportUserOBS(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of UserOBS objects. |
void |
XMLExporter.exportUserOBS(java.io.OutputStream os,
User parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of user OBS objects for a particular user. |
void |
XMLExporter.exportUsers(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of users. |
void |
XMLExporter.exportUsers(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of users. |
void |
XMLExporter.exportWBS(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of WBS objects for a particular project. |
void |
XMLExporter.exportWBS(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of WBS objects. |
void |
XMLExporter.exportWBSCategories(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of WBS categories. |
void |
XMLExporter.exportWBSCategories(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of WBS categories. |
void |
XMLExporter.exportWBSMilestones(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a subset of WBS milestones for a particular project. |
void |
XMLExporter.exportWBSMilestones(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds)
Export a specific set of WBS milestones. |
void |
XMLExporter.exportWBSWithSummarizedSpread(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a subset of WBS objects with summarized spread data for a particular project. |
void |
XMLExporter.exportWBSWithSummarizedSpread(java.io.OutputStream os,
java.lang.String[] fields,
ObjectId[] objIds,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a specific set of WBS objects with summarized spread data. |
Uses of ServerException in com.primavera.integration.client.xml.importer |
---|
Methods in com.primavera.integration.client.xml.importer that throw ServerException | |
---|---|
ObjectId |
XMLImporter.createNewProject(ObjectId epsId,
java.lang.String sFilePath)
Creates a new project from an XML file. |
void |
XMLImporter.importFullProject(java.lang.String sFilePath,
java.io.PrintStream stream)
Deprecated. As of release 6.0, replaced by XMLImporter.createNewProject(ObjectId, String) and XMLImporter.updateExistingProject(ObjectId, String) |
void |
XMLImporter.updateExistingProject(ObjectId projectId,
java.lang.String sFilePath)
Update an existing project from an XML file. |
Uses of ServerException in com.primavera.integration.client.xml.xmlexporter |
---|
Methods in com.primavera.integration.client.xml.xmlexporter that throw ServerException | |
---|---|
void |
XMLExporter.exportActivities(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of activities. |
void |
XMLExporter.exportActivitiesWithLiveSpread(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a collection of activities for a particular project with live spread data. |
void |
XMLExporter.exportActivityCodeAssignments(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of activity code assignments. |
void |
XMLExporter.exportActivityCodes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of activity codes. |
void |
XMLExporter.exportActivityCodeTypes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of activity code types. |
void |
XMLExporter.exportActivityExpenses(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of activity expenses. |
void |
XMLExporter.exportActivityNotes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of activity notes. |
void |
XMLExporter.exportActivityOwners(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of activity owners. |
void |
XMLExporter.exportActivityPeriodActuals(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of activity period actuals. |
void |
XMLExporter.exportActivitySteps(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of activity steps. |
void |
XMLExporter.exportActivityStepTemplateItems(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of activity step template items. |
void |
XMLExporter.exportActivityStepTemplates(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of activity step templates. |
void |
XMLExporter.exportBaselineProjects(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of baseline projects. |
void |
XMLExporter.exportBaselineTypes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of baseline types. |
void |
XMLExporter.exportBatchReports(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of batch reports. |
void |
XMLExporter.exportCalendars(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of calendars. |
void |
XMLExporter.exportCostAccounts(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of cost accounts. |
void |
XMLExporter.exportCurrencies(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of currencies. |
void |
XMLExporter.exportDocumentCategories(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of document categories. |
void |
XMLExporter.exportDocuments(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of documents. |
void |
XMLExporter.exportDocumentStatusCodes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of document status codes. |
void |
XMLExporter.exportEPS(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of EPS objects. |
void |
XMLExporter.exportEPSBudgetChangeLogs(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of EPS budget change logs. |
void |
XMLExporter.exportEPSFundings(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of EPS fundings. |
void |
XMLExporter.exportEPSNotes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of EPS notes. |
void |
XMLExporter.exportEPSSpendingPlans(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of EPS spending plans. |
void |
XMLExporter.exportEPSWithSummarizedSpread(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a collection of EPS objects with summarized spread data. |
void |
XMLExporter.exportExpenseCategories(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of expense categories. |
void |
XMLExporter.exportFinancialPeriods(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of financial periods. |
void |
XMLExporter.exportFullProject(java.io.OutputStream os,
ObjectId projectId,
java.lang.String[] fields,
XMLExporterListener listener)
Fully export a specific project. |
void |
XMLExporter.exportFullProject(java.io.OutputStream os,
ObjectId projectId,
java.lang.String[] fields,
XMLExporterListener listener,
SpreadPeriodType periodType)
Fully export a specific project with future bucket planning spreads. |
void |
XMLExporter.exportFundingSources(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of funding sources. |
void |
XMLExporter.exportGlobalPreferences(java.io.OutputStream os,
java.lang.String[] fields)
Export the global preferences. |
void |
XMLExporter.exportGlobalProfiles(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of global profiles. |
void |
XMLExporter.exportInitiations(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of initiation objects. |
void |
XMLExporter.exportIssueHistories(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of issue histories. |
void |
XMLExporter.exportMethodologies(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of methodologies. |
void |
XMLExporter.exportNotebookTopics(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of notebook topics. |
void |
XMLExporter.exportOBS(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of OBS objects. |
void |
XMLExporter.exportOverheadCodes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of overhead codes. |
void |
XMLExporter.exportProjectBudgetChangeLogs(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of budget change logs. |
void |
XMLExporter.exportProjectCodeAssignments(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project code assignments. |
void |
XMLExporter.exportProjectCodes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project codes code type. |
void |
XMLExporter.exportProjectCodeTypes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project code types. |
void |
XMLExporter.exportProjectCodeUsers(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project code users. |
void |
XMLExporter.exportProjectDocuments(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project documents. |
void |
XMLExporter.exportProjectEstimates(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project estimates. |
void |
XMLExporter.exportProjectFundings(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project fundings. |
void |
XMLExporter.exportProjectIssues(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project issues. |
void |
XMLExporter.exportProjectNotes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project notes. |
void |
XMLExporter.exportProjectPortfolios(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project portfolios. |
void |
XMLExporter.exportProjectProfiles(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project profiles. |
void |
XMLExporter.exportProjectResourceCategories(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project resource categories. |
void |
XMLExporter.exportProjectResourceQuantities(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project resource quantities. |
void |
XMLExporter.exportProjectResources(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project resources. |
void |
XMLExporter.exportProjectRisks(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project risks. |
void |
XMLExporter.exportProjects(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of projects. |
void |
XMLExporter.exportProjectSpendingPlans(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project spending plans. |
void |
XMLExporter.exportProjectsWithSummarizedSpread(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a collection of projects with summarized spread data. |
void |
XMLExporter.exportProjectThresholds(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of project thresholds. |
void |
XMLExporter.exportRelationships(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of relationships. |
void |
XMLExporter.exportResourceAccess(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of resource access objects. |
void |
XMLExporter.exportResourceAssignmentPeriodActuals(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of resource assignment period actuals. |
void |
XMLExporter.exportResourceAssignments(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of resource assignments. |
void |
XMLExporter.exportResourceAssignmentsWithLiveSpread(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a collection of resource assignments for a particular project with live spread data. |
void |
XMLExporter.exportResourceAssignmentsWithLiveSpread(java.io.OutputStream os,
Resource parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a collection of resource assignments for a particular resource with live spread data. |
void |
XMLExporter.exportResourceCodeAssignments(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of resource code assignments. |
void |
XMLExporter.exportResourceCodes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of resource codes. |
void |
XMLExporter.exportResourceCodeTypes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of resource code types. |
void |
XMLExporter.exportResourceCurves(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of resource curves. |
void |
XMLExporter.exportResourceRates(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of resource rates. |
void |
XMLExporter.exportResourceRoles(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of resource roles. |
void |
XMLExporter.exportResources(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of resources. |
void |
XMLExporter.exportResourceTeams(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of resource teams. |
void |
XMLExporter.exportRiskTypes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of risk types. |
void |
XMLExporter.exportRoleLimits(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of role limits. |
void |
XMLExporter.exportRoleRates(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of role rates. |
void |
XMLExporter.exportRoles(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of roles. |
void |
XMLExporter.exportRoleTeams(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of role teams. |
void |
XMLExporter.exportScheduleOptions(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export the schedule options for the current user. |
void |
XMLExporter.exportShifts(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of shifts. |
void |
XMLExporter.exportThresholdParameters(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of threshold parameters. |
void |
XMLExporter.exportTimesheetAudits(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of timesheet audits. |
void |
XMLExporter.exportTimesheetDelegates(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of timesheet delegates. |
void |
XMLExporter.exportTimesheetPeriods(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of timesheet periods. |
void |
XMLExporter.exportTimesheets(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of timesheets. |
void |
XMLExporter.exportUDFCodes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of UDF codes. |
void |
XMLExporter.exportUDFTypes(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of UDF types. |
void |
XMLExporter.exportUDFValues(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of UDF values. |
void |
XMLExporter.exportUnitOfMeasures(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of units of measure. |
void |
XMLExporter.exportUserFieldTitles(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of user field titles. |
void |
XMLExporter.exportUserInterfaceViews(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of user interface views |
void |
XMLExporter.exportUserLicenses(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of user licenses. |
void |
XMLExporter.exportUserOBS(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of user OBS objects. |
void |
XMLExporter.exportUsers(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of users. |
void |
XMLExporter.exportWBS(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of WBS objects. |
void |
XMLExporter.exportWBSCategories(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of WBS categories. |
void |
XMLExporter.exportWBSMilestones(java.io.OutputStream os,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Export a collection of WBS milestones. |
void |
XMLExporter.exportWBSWithSummarizedSpread(java.io.OutputStream os,
Project parent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy,
java.lang.String[] spreadFields,
SpreadPeriodType periodType,
java.util.Date startDate,
java.util.Date endDate,
boolean bIncludeCumulative)
Export a collection of WBS objects for a particular project with summarized spread data. |
Uses of ServerException in com.primavera.integration.util |
---|
Methods in com.primavera.integration.util that throw ServerException | |
---|---|
static ResourceAssignmentSpread |
ResourceAssignmentSpreadFactory.createInstance(Session session,
SpreadPeriodType periodType)
Creates a new instance of a ResourceAssignmentSpread. |
static ResourceAssignmentSpread[] |
ResourceAssignmentSpreadFactory.createInstanceArray(Session session,
SpreadPeriodType periodType,
int numberOfInstances)
Creates an array of new instances of ResourceAssignmentSpreads. |
void |
BODeleteHelper.delete(Session session,
java.lang.String sBOType)
Deletes from the database all the business objects of a particular type that were added to this object. |
static java.util.Set<GlobalPrivilege> |
SecurityHelper.getGlobalPrivileges(Session session)
Gets the set of global privileges for the current user |
static java.util.Set<ProjectPrivilege> |
SecurityHelper.getProjectPrivilegesByEPS(Session session,
ObjectId epsObjectId)
Gets the set of project privileges defined for a specific EPS for the current user |
static java.util.Set<ProjectPrivilege> |
SecurityHelper.getProjectPrivilegesByEPS(Session session,
ObjectId epsObjectId,
ObjectId userObjectId)
Gets the set of project privileges defined for a specific EPS and a specific user |
static java.util.Set<ProjectPrivilege> |
SecurityHelper.getProjectPrivilegesByProject(Session session,
ObjectId projectObjectId)
Gets the set of project privileges defined for a specific project for the current user |
static java.util.Set<ProjectPrivilege> |
SecurityHelper.getProjectPrivilegesByProject(Session session,
ObjectId projectObjectId,
ObjectId userObjectId)
Gets the set of project privileges defined for a specific project and a specific user |
static boolean |
SecurityHelper.hasAllResourceAccess(Session session)
Checks if the current user has all resource access |
static boolean |
SecurityHelper.hasAllResourceAccess(Session session,
ObjectId userObjectId)
Checks if the current user has all resource access |
static boolean |
SecurityHelper.isSuperUser(Session session)
Checks if the current user is an Admin Superuser |
static boolean |
SecurityHelper.isSuperUser(Session session,
ObjectId userObjectId)
Checks if the a specific user is an Admin Superuser |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |