Uses of Class
com.primavera.integration.client.bo.object.ProjectDeployment
Packages that use ProjectDeployment
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ProjectDeployment in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ProjectDeploymentModifier and TypeMethodDescriptionEnterpriseLoadManager.loadProjectDeployments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ProjectDeployment objects from the database. -
Uses of ProjectDeployment in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ProjectDeploymentModifier and TypeMethodDescriptionProjectDeploymentHelper.createBusinessObjectArray(int iSize) ProjectDeploymentHelper.newBusinessObject(Session session) ProjectDeploymentHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectDeploymentModifier and TypeMethodDescriptionProjectDeploymentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectDeploymentHelper.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.ProjectDeploymentHelper.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.ProjectDeploymentHelper.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 ProjectDeployment in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProjectDeploymentModifier and TypeMethodDescriptionstatic ProjectDeploymentLoads a single ProjectDeployment object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectDeploymentModifier and TypeMethodDescriptionstatic BOIterator<ProjectDeployment>Loads multiple ProjectDeployment objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ProjectDeploymentModifier and TypeMethodDescriptionstatic ObjectId[]ProjectDeployment.create(Session session, ProjectDeployment[] projectdeployments) Creates multiple ProjectDeployment objects in the database.static voidProjectDeployment.delete(Session session, ProjectDeployment[] projectdeployments) Deletes multiple ProjectDeployment objects from the database.static voidProjectDeployment.update(Session session, ProjectDeployment[] projectdeployments) Updates multiple ProjectDeployment objects in the database.