|
Primavera Integration API 8.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPS objects from the database. |
BOIterator<EPS> |
GlobalObjectManager.loadEPS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple EPS objects from the database. |
BOIterator<EPS> |
EnterpriseLoadManager.loadEPSWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple EPS objects with spreads from the database. |
BOIterator<EPS> |
GlobalObjectManager.loadEPSWithSummarizedSpread(String[] nonSpreadFields,
String sWhereClause,
String sOrderBy,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
Date endDate,
boolean bIncludeCumulative)
Loads multiple EPS objects with spreads from the database. |
Methods in com.primavera.integration.client with parameters of type EPS | |
---|---|
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. |
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,
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,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<EPS> |
EPSHelper.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. |
BOIterator<EPS> |
EPSHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<EPS> |
EPSHelper.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. |
BOIterator<EPS> |
EPSHelper.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 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,
String[] fields,
ObjectId objId)
Loads a single EPS object from the database. |
EPS |
EPSSpendingPlan.loadEPS(String[] fields)
Loads an associated EPS object from the database. |
EPS |
EPSNote.loadEPS(String[] fields)
Loads an associated EPS object from the database. |
EPS |
EPSFunding.loadEPS(String[] fields)
Loads an associated EPS object from the database. |
EPS |
EPSBudgetChangeLog.loadEPS(String[] fields)
Loads an associated EPS object from the database. |
EPS |
Project.loadParentEPS(String[] fields)
Loads an associated EPS object from the database. |
EPS |
EPS.loadParentEPS(String[] fields)
Loads an associated EPS object from the database. |
EPS |
BaselineProject.loadParentEPS(String[] fields)
Loads an associated EPS object from the database. |
static EPS |
EPS.loadWithSummarizedSpread(Session session,
String[] nonSpreadFields,
ObjectId objId,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
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,
String[] fields,
ObjectId[] objIds)
Loads multiple EPS objects from the database. |
BOIterator<EPS> |
OBS.loadEPS(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated EPS objects from the database. |
BOIterator<EPS> |
EPS.loadEPSChildren(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated EPS objects from the database. |
static BOIterator<EPS> |
EPS.loadRootEPS(Session session,
String[] fields)
Loads the root EPS objects from the database. |
static BOIterator<EPS> |
EPS.loadWithSummarizedSpread(Session session,
String[] nonSpreadFields,
ObjectId[] objIds,
String[] spreadFields,
SpreadPeriodType periodType,
Date startDate,
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. |
|
Primavera Integration API 8.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |