Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.object.OBS

Packages that use OBS
com.primavera.integration.client Main classes, including Session, JobManager and GlobalObjectManager 
com.primavera.integration.client.bo.helper Business object helper classes 
com.primavera.integration.client.bo.object Client business object classes 
com.primavera.integration.client.xml.exporter Hierarchical XML exporter classes 
 

Uses of OBS in com.primavera.integration.client
 

Methods in com.primavera.integration.client that return types with arguments of type OBS
 BOIterator<OBS> EnterpriseLoadManager.loadOBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple OBS objects from the database.
 BOIterator<OBS> GlobalObjectManager.loadOBS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple OBS objects from the database.
 

Methods in com.primavera.integration.client with parameters of type OBS
 ObjectId[] GlobalObjectManager.createOBS(OBS[] obs)
          Creates multiple OBS objects in the database.
 void GlobalObjectManager.deleteOBS(OBS[] obs)
          Deletes multiple OBS objects from the database.
 void GlobalObjectManager.updateOBS(OBS[] obs)
          Updates 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 OBS
 OBS[] OBSHelper.createBusinessObjectArray(int iSize)
           
 OBS OBSHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 OBS OBSHelper.newBusinessObject(Session session)
           
 OBS OBSHelper.newBusinessObject(Session session, ObjectId objectId)
           
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type OBS
 BOIterator<OBS> OBSHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<OBS> OBSHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.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.
 BOIterator<OBS> OBSHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<OBS> OBSHelper.load(Session session, java.lang.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.
 BOIterator<OBS> OBSHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.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 OBS
static OBS OBS.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single OBS object from the database.
 OBS WBS.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS UserOBS.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS ProjectThreshold.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS ProjectRisk.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS ProjectIssue.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS Project.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS EPS.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS BaselineProject.loadOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
 OBS OBS.loadParentOBS(java.lang.String[] fields)
          Loads an associated OBS object from the database.
static OBS OBS.loadRootOBS(Session session, java.lang.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 OBS
static BOIterator<OBS> OBS.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple OBS objects from the database.
 BOIterator<OBS> OBS.loadOBSChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated OBS objects from the database.
 

Methods in com.primavera.integration.client.bo.object with parameters of type OBS
static ObjectId[] OBS.create(Session session, OBS[] obs)
          Creates multiple OBS objects in the database.
 ObjectId 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 void OBS.delete(Session session, OBS[] obs)
          Deletes multiple OBS objects from the database.
static void OBS.delete(Session session, OBS[] obs, ObjectId replacementParent)
          Deletes multiple obs objects in a hierarchy from the database and set the new parent of all child objects.
static void OBS.update(Session session, OBS[] obs)
          Updates multiple OBS objects in the database.
 

Uses of OBS in com.primavera.integration.client.xml.exporter
 

Methods in com.primavera.integration.client.xml.exporter with parameters of type OBS
 void XMLExporter.exportUserOBS(java.io.OutputStream os, OBS parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of user OBS objects for a particular OBS object.
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.