Uses of Class
com.primavera.integration.client.bo.object.ProjectDocument
Packages that use ProjectDocument
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
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 ProjectDocumentModifier and TypeMethodDescriptionEnterpriseLoadManager.loadProjectDocuments(String[] fields, String sWhereClause, 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 ProjectDocumentModifier and TypeMethodDescriptionProjectDocumentHelper.createBusinessObjectArray(int iSize) ProjectDocumentHelper.newBusinessObject(Session session) ProjectDocumentHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectDocumentModifier and TypeMethodDescriptionProjectDocumentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectDocumentHelper.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.ProjectDocumentHelper.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.ProjectDocumentHelper.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 ProjectDocument in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProjectDocumentModifier and TypeMethodDescriptionstatic ProjectDocumentLoads a single ProjectDocument object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectDocumentModifier and TypeMethodDescriptionstatic BOIterator<ProjectDocument>Loads multiple ProjectDocument objects from the database.Activity.loadProjectDocuments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectDocument objects from the database.BaselineProject.loadProjectDocuments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectDocument objects from the database.Document.loadProjectDocuments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectDocument objects from the database.Project.loadProjectDocuments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectDocument objects from the database.WBS.loadProjectDocuments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectDocument objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ProjectDocumentModifier and TypeMethodDescriptionstatic ObjectId[]ProjectDocument.create(Session session, ProjectDocument[] projectdocuments) Creates multiple ProjectDocument objects in the database.Activity.createProjectDocument(ProjectDocument projectdocument) Creates an associated ProjectDocument object in the database.WBS.createProjectDocument(ProjectDocument projectdocument) Creates an associated ProjectDocument object in the database.ObjectId[]Activity.createProjectDocuments(ProjectDocument[] projectdocuments) Creates multiple associated ProjectDocument objects in the database.ObjectId[]WBS.createProjectDocuments(ProjectDocument[] projectdocuments) Creates multiple associated ProjectDocument objects in the database.static voidProjectDocument.delete(Session session, ProjectDocument[] projectdocuments) Deletes multiple ProjectDocument objects from the database.voidActivity.deleteProjectDocuments(ProjectDocument[] projectdocuments) Deletes multiple associated ProjectDocument objects from the database.voidWBS.deleteProjectDocuments(ProjectDocument[] projectdocuments) Deletes multiple associated ProjectDocument objects from the database.static voidProjectDocument.update(Session session, ProjectDocument[] projectdocuments) Updates multiple ProjectDocument objects in the database.voidActivity.updateProjectDocuments(ProjectDocument[] projectdocuments) Updates multiple associated ProjectDocument objects in the database.voidWBS.updateProjectDocuments(ProjectDocument[] projectdocuments) Updates multiple associated ProjectDocument objects in the database.