Uses of Class
com.primavera.integration.client.bo.object.CBS
Packages that use CBS
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of CBS in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type CBSModifier and TypeMethodDescriptionLoads multiple CBS objects from the database.Loads multiple CBS objects from the database.Methods in com.primavera.integration.client with parameters of type CBSModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createCBSs(CBS[] cbss) Creates multiple CBS objects in the database.voidGlobalObjectManager.deleteCBSs(CBS[] cbss) Deletes multiple CBS objects from the database.voidGlobalObjectManager.updateCBSs(CBS[] cbss) Updates multiple CBS objects in the database. -
Uses of CBS in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return CBSModifier and TypeMethodDescriptionCBS[]CBSHelper.createBusinessObjectArray(int iSize) CBSHelper.newBusinessObject(Session session) CBSHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type CBSModifier and TypeMethodDescriptionCBSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) CBSHelper.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.CBSHelper.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.CBSHelper.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 CBS in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return CBSModifier and TypeMethodDescriptionstatic CBSLoads a single CBS object from the database.Loads an associated CBS object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type CBSModifier and TypeMethodDescriptionstatic BOIterator<CBS>Loads multiple CBS objects from the database.Project.loadAllCBSs(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated CBS objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type CBSModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple CBS objects in the database.static voidDeletes multiple CBS objects from the database.static voidUpdates multiple CBS objects in the database.