Primavera Integration API 7.0

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

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

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

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

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

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

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

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

Methods in com.primavera.integration.client.bo.object with parameters of type ProjectDocument
static ObjectId[] ProjectDocument.create(Session session, ProjectDocument[] projectdocuments)
          Creates multiple ProjectDocument objects in the database.
 ObjectId WBS.createProjectDocument(ProjectDocument projectdocument)
          Creates an associated ProjectDocument object in the database.
 ObjectId Activity.createProjectDocument(ProjectDocument projectdocument)
          Creates an associated ProjectDocument object in the database.
 ObjectId[] WBS.createProjectDocuments(ProjectDocument[] projectdocuments)
          Creates multiple associated ProjectDocument objects in the database.
 ObjectId[] Activity.createProjectDocuments(ProjectDocument[] projectdocuments)
          Creates multiple associated ProjectDocument objects in the database.
static void ProjectDocument.delete(Session session, ProjectDocument[] projectdocuments)
          Deletes multiple ProjectDocument objects from the database.
 void WBS.deleteProjectDocuments(ProjectDocument[] projectdocuments)
          Deletes multiple associated ProjectDocument objects from the database.
 void Activity.deleteProjectDocuments(ProjectDocument[] projectdocuments)
          Deletes multiple associated ProjectDocument objects from the database.
static void ProjectDocument.update(Session session, ProjectDocument[] projectdocuments)
          Updates multiple ProjectDocument objects in the database.
 void WBS.updateProjectDocuments(ProjectDocument[] projectdocuments)
          Updates multiple associated ProjectDocument objects in the database.
 void Activity.updateProjectDocuments(ProjectDocument[] projectdocuments)
          Updates multiple associated ProjectDocument objects in the database.
 


Primavera Integration API 7.0

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