Uses of Class
com.primavera.integration.client.bo.object.ProjectIssue
Packages that use ProjectIssue
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ProjectIssue in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ProjectIssueModifier and TypeMethodDescriptionEnterpriseLoadManager.loadProjectIssues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ProjectIssue objects from the database. -
Uses of ProjectIssue in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ProjectIssueModifier and TypeMethodDescriptionProjectIssueHelper.createBusinessObjectArray(int iSize) ProjectIssueHelper.newBusinessObject(Session session) ProjectIssueHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectIssueModifier and TypeMethodDescriptionProjectIssueHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectIssueHelper.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.ProjectIssueHelper.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.ProjectIssueHelper.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 ProjectIssue in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProjectIssueModifier and TypeMethodDescriptionstatic ProjectIssueLoads a single ProjectIssue object from the database.IssueHistory.loadProjectIssue(String[] fields) Loads an associated ProjectIssue object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectIssueModifier and TypeMethodDescriptionstatic BOIterator<ProjectIssue>Loads multiple ProjectIssue objects from the database.BaselineProject.loadAllProjectIssues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectIssue objects from the database.Project.loadAllProjectIssues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectIssue objects from the database.Activity.loadProjectIssues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectIssue objects from the database.OBS.loadProjectIssues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectIssue objects from the database.ProjectThreshold.loadProjectIssues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectIssue objects from the database.Resource.loadProjectIssues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectIssue objects from the database.ThresholdParameter.loadProjectIssues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectIssue objects from the database.WBS.loadProjectIssues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectIssue objects from the database.BaselineProject.loadProjectLevelIssues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectIssue objects from the database.Project.loadProjectLevelIssues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectIssue objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ProjectIssueModifier and TypeMethodDescriptionstatic ObjectId[]ProjectIssue.create(Session session, ProjectIssue[] projectissues) Creates multiple ProjectIssue objects in the database.Activity.createProjectIssue(ProjectIssue projectissue) Creates an associated ProjectIssue object in the database.WBS.createProjectIssue(ProjectIssue projectissue) Creates an associated ProjectIssue object in the database.ObjectId[]Activity.createProjectIssues(ProjectIssue[] projectissues) Creates multiple associated ProjectIssue objects in the database.ObjectId[]WBS.createProjectIssues(ProjectIssue[] projectissues) Creates multiple associated ProjectIssue objects in the database.BaselineProject.createProjectLevelIssue(ProjectIssue projectlevelissue) Creates an associated ProjectIssue object in the database.Project.createProjectLevelIssue(ProjectIssue projectlevelissue) Creates an associated ProjectIssue object in the database.ObjectId[]BaselineProject.createProjectLevelIssues(ProjectIssue[] projectlevelissues) Creates multiple associated ProjectIssue objects in the database.ObjectId[]Project.createProjectLevelIssues(ProjectIssue[] projectlevelissues) Creates multiple associated ProjectIssue objects in the database.static voidProjectIssue.delete(Session session, ProjectIssue[] projectissues) Deletes multiple ProjectIssue objects from the database.voidBaselineProject.deleteProjectIssues(ProjectIssue[] projectissues) Deletes multiple associated ProjectIssue objects from the database.voidProject.deleteProjectIssues(ProjectIssue[] projectissues) Deletes multiple associated ProjectIssue objects from the database.voidWBS.deleteProjectIssues(ProjectIssue[] projectissues) Deletes multiple associated ProjectIssue objects from the database.static voidProjectIssue.update(Session session, ProjectIssue[] projectissues) Updates multiple ProjectIssue objects in the database.voidWBS.updateProjectIssues(ProjectIssue[] projectissues) Updates multiple associated ProjectIssue objects in the database.voidBaselineProject.updateProjectLevelIssues(ProjectIssue[] projectlevelissues) Updates multiple associated ProjectIssue objects in the database.voidProject.updateProjectLevelIssues(ProjectIssue[] projectlevelissues) Updates multiple associated ProjectIssue objects in the database.