Primavera Integration API 7.0

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

Packages that use ProjectThreshold
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 ProjectThreshold in com.primavera.integration.client
 

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

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

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

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

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

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

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

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


Primavera Integration API 7.0

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