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