Uses of Class
com.primavera.integration.client.bo.object.ProjectThreshold
Packages that use ProjectThreshold
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
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 ProjectThresholdModifier and TypeMethodDescriptionEnterpriseLoadManager.loadProjectThresholds(String[] fields, String sWhereClause, 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 ProjectThresholdModifier and TypeMethodDescriptionProjectThresholdHelper.createBusinessObjectArray(int iSize) ProjectThresholdHelper.newBusinessObject(Session session) ProjectThresholdHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectThresholdModifier and TypeMethodDescriptionProjectThresholdHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectThresholdHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectThresholdHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ProjectThresholdHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code. -
Uses of ProjectThreshold in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProjectThresholdModifier and TypeMethodDescriptionstatic ProjectThresholdLoads a single ProjectThreshold object from the database.ProjectIssue.loadProjectThreshold(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 ProjectThresholdModifier and TypeMethodDescriptionstatic BOIterator<ProjectThreshold>Loads multiple ProjectThreshold objects from the database.BaselineProject.loadAllProjectThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectThreshold objects from the database.Project.loadAllProjectThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectThreshold objects from the database.BaselineProject.loadProjectLevelThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectThreshold objects from the database.Project.loadProjectLevelThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectThreshold objects from the database.OBS.loadProjectThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectThreshold objects from the database.ThresholdParameter.loadProjectThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectThreshold objects from the database.WBS.loadProjectThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectThreshold objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ProjectThresholdModifier and TypeMethodDescriptionstatic ObjectId[]ProjectThreshold.create(Session session, ProjectThreshold[] projectthresholds) Creates multiple ProjectThreshold objects in the database.BaselineProject.createProjectLevelThreshold(ProjectThreshold projectlevelthreshold) Creates an associated ProjectThreshold object in the database.Project.createProjectLevelThreshold(ProjectThreshold projectlevelthreshold) Creates an associated ProjectThreshold object in the database.ObjectId[]BaselineProject.createProjectLevelThresholds(ProjectThreshold[] projectlevelthresholds) Creates multiple associated ProjectThreshold objects in the database.ObjectId[]Project.createProjectLevelThresholds(ProjectThreshold[] projectlevelthresholds) Creates multiple associated ProjectThreshold objects in the database.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 voidProjectThreshold.delete(Session session, ProjectThreshold[] projectthresholds) Deletes multiple ProjectThreshold objects from the database.voidBaselineProject.deleteProjectThresholds(ProjectThreshold[] projectthresholds) Deletes multiple associated ProjectThreshold objects from the database.voidProject.deleteProjectThresholds(ProjectThreshold[] projectthresholds) Deletes multiple associated ProjectThreshold objects from the database.voidWBS.deleteProjectThresholds(ProjectThreshold[] projectthresholds) Deletes multiple associated ProjectThreshold objects from the database.static voidProjectThreshold.update(Session session, ProjectThreshold[] projectthresholds) Updates multiple ProjectThreshold objects in the database.voidBaselineProject.updateProjectLevelThresholds(ProjectThreshold[] projectlevelthresholds) Updates multiple associated ProjectThreshold objects in the database.voidProject.updateProjectLevelThresholds(ProjectThreshold[] projectlevelthresholds) Updates multiple associated ProjectThreshold objects in the database.voidWBS.updateProjectThresholds(ProjectThreshold[] projectthresholds) Updates multiple associated ProjectThreshold objects in the database.