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