Uses of Class
com.primavera.integration.client.bo.object.ProjectResourceQuantity
Packages that use ProjectResourceQuantity
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ProjectResourceQuantity in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ProjectResourceQuantityModifier and TypeMethodDescriptionEnterpriseLoadManager.loadProjectResourceQuantities(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ProjectResourceQuantity objects from the database. -
Uses of ProjectResourceQuantity in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ProjectResourceQuantityModifier and TypeMethodDescriptionProjectResourceQuantityHelper.createBusinessObjectArray(int iSize) ProjectResourceQuantityHelper.newBusinessObject(Session session) ProjectResourceQuantityHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectResourceQuantityModifier and TypeMethodDescriptionProjectResourceQuantityHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectResourceQuantityHelper.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.ProjectResourceQuantityHelper.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.ProjectResourceQuantityHelper.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 ProjectResourceQuantity in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProjectResourceQuantityModifier and TypeMethodDescriptionstatic ProjectResourceQuantityLoads a single ProjectResourceQuantity object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectResourceQuantityModifier and TypeMethodDescriptionstatic BOIterator<ProjectResourceQuantity>Loads multiple ProjectResourceQuantity objects from the database.BaselineProject.loadAllProjectResourceQuantities(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectResourceQuantity objects from the database.Project.loadAllProjectResourceQuantities(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectResourceQuantity objects from the database.ProjectResource.loadProjectResourceQuantities(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectResourceQuantity objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ProjectResourceQuantityModifier and TypeMethodDescriptionstatic ObjectId[]ProjectResourceQuantity.create(Session session, ProjectResourceQuantity[] projectresourcequantities) Creates multiple ProjectResourceQuantity objects in the database.static voidProjectResourceQuantity.delete(Session session, ProjectResourceQuantity[] projectresourcequantities) Deletes multiple ProjectResourceQuantity objects from the database.static voidProjectResourceQuantity.update(Session session, ProjectResourceQuantity[] projectresourcequantities) Updates multiple ProjectResourceQuantity objects in the database.