Primavera Integration API 7.0

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

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

Methods in com.primavera.integration.client that return types with arguments of type ProjectNote
 BOIterator<ProjectNote> EnterpriseLoadManager.loadProjectNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.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 ProjectNote
 ProjectNote[] ProjectNoteHelper.createBusinessObjectArray(int iSize)
           
 ProjectNote ProjectNoteHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ProjectNote ProjectNoteHelper.newBusinessObject(Session session)
           
 ProjectNote ProjectNoteHelper.newBusinessObject(Session session, ObjectId objectId)
           
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectNote
 BOIterator<ProjectNote> ProjectNoteHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ProjectNote> ProjectNoteHelper.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<ProjectNote> ProjectNoteHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ProjectNote> ProjectNoteHelper.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<ProjectNote> ProjectNoteHelper.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 ProjectNote in com.primavera.integration.client.bo.object
 

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

Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectNote
static BOIterator<ProjectNote> ProjectNote.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ProjectNote objects from the database.
 BOIterator<ProjectNote> Project.loadAllProjectNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectNote objects from the database.
 BOIterator<ProjectNote> BaselineProject.loadAllProjectNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectNote objects from the database.
 BOIterator<ProjectNote> Project.loadProjectLevelNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectNote objects from the database.
 BOIterator<ProjectNote> BaselineProject.loadProjectLevelNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectNote objects from the database.
 BOIterator<ProjectNote> WBS.loadProjectNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectNote objects from the database.
 BOIterator<ProjectNote> NotebookTopic.loadProjectNotes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated ProjectNote objects from the database.
 

Methods in com.primavera.integration.client.bo.object with parameters of type ProjectNote
static ObjectId[] ProjectNote.create(Session session, ProjectNote[] projectnotes)
          Creates multiple ProjectNote objects in the database.
 ObjectId Project.createProjectLevelNote(ProjectNote projectlevelnote)
          Creates an associated ProjectNote object in the database.
 ObjectId BaselineProject.createProjectLevelNote(ProjectNote projectlevelnote)
          Creates an associated ProjectNote object in the database.
 ObjectId[] Project.createProjectLevelNotes(ProjectNote[] projectlevelnotes)
          Creates multiple associated ProjectNote objects in the database.
 ObjectId[] BaselineProject.createProjectLevelNotes(ProjectNote[] projectlevelnotes)
          Creates multiple associated ProjectNote objects in the database.
 ObjectId 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 void ProjectNote.delete(Session session, ProjectNote[] projectnotes)
          Deletes multiple ProjectNote objects from the database.
 void WBS.deleteProjectNotes(ProjectNote[] projectnotes)
          Deletes multiple associated ProjectNote objects from the database.
 void Project.deleteProjectNotes(ProjectNote[] projectnotes)
          Deletes multiple associated ProjectNote objects from the database.
 void BaselineProject.deleteProjectNotes(ProjectNote[] projectnotes)
          Deletes multiple associated ProjectNote objects from the database.
static void ProjectNote.update(Session session, ProjectNote[] projectnotes)
          Updates multiple ProjectNote objects in the database.
 void Project.updateProjectLevelNotes(ProjectNote[] projectlevelnotes)
          Updates multiple associated ProjectNote objects in the database.
 void BaselineProject.updateProjectLevelNotes(ProjectNote[] projectlevelnotes)
          Updates multiple associated ProjectNote objects in the database.
 void WBS.updateProjectNotes(ProjectNote[] projectnotes)
          Updates multiple associated ProjectNote objects in the database.
 


Primavera Integration API 7.0

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