Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.object.ProjectEstimate

Packages that use ProjectEstimate
com.primavera.integration.client Main classes, including Session, JobManager and GlobalObjectManager 
com.primavera.integration.client.bo.helper Business object helper classes 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of ProjectEstimate in com.primavera.integration.client
 

Methods in com.primavera.integration.client that return types with arguments of type ProjectEstimate
 BOIterator<ProjectEstimate> EnterpriseLoadManager.loadProjectEstimates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ProjectEstimate objects from the database.
 

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

Methods in com.primavera.integration.client.bo.helper that return ProjectEstimate
 ProjectEstimate[] ProjectEstimateHelper.createBusinessObjectArray(int iSize)
           
 ProjectEstimate ProjectEstimateHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectEstimate ProjectEstimateHelper.newBusinessObject(Session session)
           
 ProjectEstimate ProjectEstimateHelper.newBusinessObject(Session session, ObjectId objectId)
           
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectEstimate
 BOIterator<ProjectEstimate> ProjectEstimateHelper.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, com.primavera.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)
           
 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<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.
 

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

Methods in com.primavera.integration.client.bo.object that return ProjectEstimate
static ProjectEstimate ProjectEstimate.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ProjectEstimate object from the database.
 

Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectEstimate
static BOIterator<ProjectEstimate> ProjectEstimate.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectEstimate 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<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<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.
 

Methods in com.primavera.integration.client.bo.object with parameters of type ProjectEstimate
static ObjectId[] ProjectEstimate.create(Session session, ProjectEstimate[] projectestimates)
          Creates multiple ProjectEstimate 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.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.
static void ProjectEstimate.delete(Session session, ProjectEstimate[] projectestimates)
          Deletes multiple ProjectEstimate 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.
static void ProjectEstimate.update(Session session, ProjectEstimate[] projectestimates)
          Updates multiple ProjectEstimate objects in the database.
 void WBS.updateProjectEstimates(ProjectEstimate[] projectestimates)
          Updates multiple associated ProjectEstimate 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.
 


Primavera Integration API 7.0

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