Uses of Class
com.primavera.integration.client.bo.object.ChangeSet
Packages that use ChangeSet
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ChangeSet in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ChangeSetModifier and TypeMethodDescriptionEnterpriseLoadManager.loadChangeSets(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ChangeSet objects from the database. -
Uses of ChangeSet in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ChangeSetModifier and TypeMethodDescriptionChangeSetHelper.createBusinessObjectArray(int iSize) ChangeSetHelper.newBusinessObject(Session session) ChangeSetHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ChangeSetModifier and TypeMethodDescriptionChangeSetHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ChangeSetHelper.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.ChangeSetHelper.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.ChangeSetHelper.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 ChangeSet in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ChangeSetModifier and TypeMethodDescriptionstatic ChangeSetLoads a single ChangeSet object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ChangeSetModifier and TypeMethodDescriptionstatic BOIterator<ChangeSet>Loads multiple ChangeSet objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ChangeSetModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple ChangeSet objects in the database.static voidDeletes multiple ChangeSet objects from the database.static voidUpdates multiple ChangeSet objects in the database.