Uses of Class
com.primavera.integration.client.bo.object.OBS
Packages that use OBS
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of OBS in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type OBSModifier and TypeMethodDescriptionLoads multiple OBS objects from the database.Loads multiple OBS objects from the database.Methods in com.primavera.integration.client with parameters of type OBSModifier and TypeMethodDescriptionObjectId[]Creates multiple OBS objects in the database.voidDeletes multiple OBS objects from the database.voidUpdates multiple OBS objects in the database. -
Uses of OBS in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return OBSModifier and TypeMethodDescriptionOBS[]OBSHelper.createBusinessObjectArray(int iSize) OBSHelper.newBusinessObject(Session session) OBSHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type OBSModifier and TypeMethodDescriptionOBSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) OBSHelper.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.OBSHelper.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.OBSHelper.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 OBS in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return OBSModifier and TypeMethodDescriptionstatic OBSLoads a single OBS object from the database.Loads an associated OBS object from the database.Loads an associated OBS object from the database.Loads an associated OBS object from the database.Loads an associated OBS object from the database.Loads an associated OBS object from the database.Loads an associated OBS object from the database.Loads an associated OBS object from the database.OBS.loadParentOBS(String[] fields) Loads an associated OBS object from the database.static OBSOBS.loadRootOBS(Session session, String[] fields) Loads the root OBS object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type OBSModifier and TypeMethodDescriptionstatic BOIterator<OBS>Loads multiple OBS objects from the database.OBS.loadOBSChildren(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated OBS objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type OBSModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple OBS objects in the database.OBS.createOBSChild(OBS obschild) Creates an associated OBS object in the database.ObjectId[]OBS.createOBSChildren(OBS[] obschildren) Creates multiple associated OBS objects in the database.static voidDeletes multiple OBS objects from the database.static voidDeletes multiple obs objects in a hierarchy from the database and set the new parent of all child objects.static voidUpdates multiple OBS objects in the database.