Uses of Class
com.primavera.integration.client.bo.object.ProjectNote
Packages that use ProjectNote
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ProjectNote in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ProjectNoteModifier and TypeMethodDescriptionEnterpriseLoadManager.loadProjectNotes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ProjectNote objects from the database. -
Uses of ProjectNote in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ProjectNoteModifier and TypeMethodDescriptionProjectNoteHelper.createBusinessObjectArray(int iSize) ProjectNoteHelper.newBusinessObject(Session session) ProjectNoteHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectNoteModifier and TypeMethodDescriptionProjectNoteHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectNoteHelper.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.ProjectNoteHelper.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.ProjectNoteHelper.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 ProjectNote in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProjectNoteModifier and TypeMethodDescriptionstatic ProjectNoteLoads a single ProjectNote object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectNoteModifier and TypeMethodDescriptionstatic BOIterator<ProjectNote>Loads multiple ProjectNote objects from the database.BaselineProject.loadAllProjectNotes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectNote objects from the database.Project.loadAllProjectNotes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectNote objects from the database.BaselineProject.loadProjectLevelNotes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectNote objects from the database.Project.loadProjectLevelNotes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectNote objects from the database.NotebookTopic.loadProjectNotes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectNote objects from the database.WBS.loadProjectNotes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectNote objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ProjectNoteModifier and TypeMethodDescriptionstatic ObjectId[]ProjectNote.create(Session session, ProjectNote[] projectnotes) Creates multiple ProjectNote objects in the database.BaselineProject.createProjectLevelNote(ProjectNote projectlevelnote) Creates an associated ProjectNote object in the database.Project.createProjectLevelNote(ProjectNote projectlevelnote) Creates an associated ProjectNote object in the database.ObjectId[]BaselineProject.createProjectLevelNotes(ProjectNote[] projectlevelnotes) Creates multiple associated ProjectNote objects in the database.ObjectId[]Project.createProjectLevelNotes(ProjectNote[] projectlevelnotes) Creates multiple associated ProjectNote objects in the database.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.static voidProjectNote.delete(Session session, ProjectNote[] projectnotes) Deletes multiple ProjectNote objects from the database.voidBaselineProject.deleteProjectNotes(ProjectNote[] projectnotes) Deletes multiple associated ProjectNote objects from the database.voidProject.deleteProjectNotes(ProjectNote[] projectnotes) Deletes multiple associated ProjectNote objects from the database.voidWBS.deleteProjectNotes(ProjectNote[] projectnotes) Deletes multiple associated ProjectNote objects from the database.static voidProjectNote.update(Session session, ProjectNote[] projectnotes) Updates multiple ProjectNote objects in the database.voidBaselineProject.updateProjectLevelNotes(ProjectNote[] projectlevelnotes) Updates multiple associated ProjectNote objects in the database.voidProject.updateProjectLevelNotes(ProjectNote[] projectlevelnotes) Updates multiple associated ProjectNote objects in the database.voidWBS.updateProjectNotes(ProjectNote[] projectnotes) Updates multiple associated ProjectNote objects in the database.