Primavera Integration API 7.0

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

Packages that use EPS
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 EPS in com.primavera.integration.client
 

Methods in com.primavera.integration.client that return types with arguments of type EPS
 BOIterator<EPS> EnterpriseLoadManager.loadEPS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple EPS objects from the database.
 BOIterator<EPS> GlobalObjectManager.loadEPS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple EPS objects from the database.
 BOIterator<EPS> EnterpriseLoadManager.loadEPSWithSummarizedSpread(java.lang.String[] nonSpreadFields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads multiple EPS objects with summarized spreads from the database.
 BOIterator<EPS> GlobalObjectManager.loadEPSWithSummarizedSpread(java.lang.String[] nonSpreadFields, java.lang.String sWhereClause, java.lang.String sOrderBy, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads multiple EPS objects with summarized spreads from the database.
 

Methods in com.primavera.integration.client with parameters of type EPS
 ObjectId JobManager.copyProject(Project project, EPS eps, CopyProjectOptions projOpts, CopyWBSOptions wbsOpts, CopyActivityOptions actOpts)
          Deprecated. As of release 5.0, use Project.createCopy(com.primavera.common.value.ObjectId, com.primavera.integration.common.CopyProjectOptions, com.primavera.integration.common.CopyWBSOptions, com.primavera.integration.common.CopyActivityOptions)
 ObjectId[] GlobalObjectManager.createEPS(EPS[] eps)
          Creates multiple EPS objects in the database.
 void GlobalObjectManager.deleteEPS(EPS[] eps)
          Deletes multiple EPS objects from the database.
 JobId JobManager.summarize(EPS eps)
          Asynchronously summarizes an EPS node using the Primavera Job Service.
 void GlobalObjectManager.updateEPS(EPS[] eps)
          Updates multiple EPS objects in the database.
 

Uses of EPS in com.primavera.integration.client.bo.helper
 

Methods in com.primavera.integration.client.bo.helper that return EPS
 EPS[] EPSHelper.createBusinessObjectArray(int iSize)
           
 EPS EPSHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 EPS EPSHelper.newBusinessObject(Session session)
           
 EPS EPSHelper.newBusinessObject(Session session, ObjectId objectId)
           
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type EPS
 BOIterator<EPS> EPSHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<EPS> EPSHelper.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<EPS> EPSHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<EPS> EPSHelper.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<EPS> EPSHelper.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 EPS in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return EPS
static EPS EPS.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single EPS object from the database.
 EPS EPSSpendingPlan.loadEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 EPS EPSNote.loadEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 EPS EPSFunding.loadEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 EPS EPSBudgetChangeLog.loadEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 EPS Project.loadParentEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 EPS EPS.loadParentEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
 EPS BaselineProject.loadParentEPS(java.lang.String[] fields)
          Loads an associated EPS object from the database.
static EPS EPS.loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId objId, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads a EPS object with summarized spreads from the database.
 

Methods in com.primavera.integration.client.bo.object that return types with arguments of type EPS
static BOIterator<EPS> EPS.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple EPS objects from the database.
 BOIterator<EPS> OBS.loadEPS(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated EPS objects from the database.
 BOIterator<EPS> EPS.loadEPSChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated EPS objects from the database.
static BOIterator<EPS> EPS.loadRootEPS(Session session, java.lang.String[] fields)
          Loads the root EPS objects from the database.
static BOIterator<EPS> EPS.loadWithSummarizedSpread(Session session, java.lang.String[] nonSpreadFields, ObjectId[] objIds, java.lang.String[] spreadFields, SpreadPeriodType periodType, java.util.Date startDate, java.util.Date endDate, boolean bIncludeCumulative)
          Loads multiple EPS objects with summarized spreads from the database.
 

Methods in com.primavera.integration.client.bo.object with parameters of type EPS
static ObjectId[] EPS.create(Session session, EPS[] eps)
          Creates multiple EPS objects in the database.
 ObjectId EPS.createEPSChild(EPS epschild)
          Creates an associated EPS object in the database.
 ObjectId[] EPS.createEPSChildren(EPS[] epschildren)
          Creates multiple associated EPS objects in the database.
static void EPS.delete(Session session, EPS[] eps)
          Deletes multiple EPS objects from the database.
static void EPS.update(Session session, EPS[] eps)
          Updates multiple EPS objects in the database.
 

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

Methods in com.primavera.integration.client.xml.exporter with parameters of type EPS
 void XMLExporter.exportEPSBudgetChangeLogs(java.io.OutputStream os, EPS parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of EPS budget change logs for a particular EPS.
 void XMLExporter.exportEPSFundings(java.io.OutputStream os, EPS parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of EPS fundings for a particular EPS.
 void XMLExporter.exportEPSNotes(java.io.OutputStream os, EPS parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of EPS notes for a particular EPS.
 void XMLExporter.exportEPSSpendingPlans(java.io.OutputStream os, EPS parent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Export a subset of EPS spending plans for a particular EPS.
 


Primavera Integration API 7.0

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