|
Primavera Integration API Release 8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RiskMatrixScore | |
---|---|
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 RiskMatrixScore in com.primavera.integration.client |
---|
Methods in com.primavera.integration.client that return types with arguments of type RiskMatrixScore | |
---|---|
BOIterator<RiskMatrixScore> |
EnterpriseLoadManager.loadRiskMatrixScores(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskMatrixScore objects from the database. |
BOIterator<RiskMatrixScore> |
GlobalObjectManager.loadRiskMatrixScores(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskMatrixScore objects from the database. |
Methods in com.primavera.integration.client with parameters of type RiskMatrixScore | |
---|---|
ObjectId[] |
GlobalObjectManager.createRiskMatrixScores(RiskMatrixScore[] riskmatrixscores)
Creates multiple RiskMatrixScore objects in the database. |
void |
GlobalObjectManager.deleteRiskMatrixScores(RiskMatrixScore[] riskmatrixscores)
Deletes multiple RiskMatrixScore objects from the database. |
void |
GlobalObjectManager.updateRiskMatrixScores(RiskMatrixScore[] riskmatrixscores)
Updates multiple RiskMatrixScore objects in the database. |
Uses of RiskMatrixScore in com.primavera.integration.client.bo.helper |
---|
Methods in com.primavera.integration.client.bo.helper that return RiskMatrixScore | |
---|---|
RiskMatrixScore[] |
RiskMatrixScoreHelper.createBusinessObjectArray(int iSize)
|
RiskMatrixScore |
RiskMatrixScoreHelper.load(Session session,
String[] fields,
ObjectId objId)
|
RiskMatrixScore |
RiskMatrixScoreHelper.newBusinessObject(Session session)
|
RiskMatrixScore |
RiskMatrixScoreHelper.newBusinessObject(Session session,
ObjectId objectId)
|
Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RiskMatrixScore | |
---|---|
BOIterator<RiskMatrixScore> |
RiskMatrixScoreHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RiskMatrixScore> |
RiskMatrixScoreHelper.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<RiskMatrixScore> |
RiskMatrixScoreHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskMatrixScore> |
RiskMatrixScoreHelper.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<RiskMatrixScore> |
RiskMatrixScoreHelper.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 RiskMatrixScore in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return RiskMatrixScore | |
---|---|
static RiskMatrixScore |
RiskMatrixScore.load(Session session,
String[] fields,
ObjectId objId)
Loads a single RiskMatrixScore object from the database. |
Methods in com.primavera.integration.client.bo.object that return types with arguments of type RiskMatrixScore | |
---|---|
static BOIterator<RiskMatrixScore> |
RiskMatrixScore.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RiskMatrixScore objects from the database. |
BOIterator<RiskMatrixScore> |
RiskMatrix.loadRiskMatrixScores(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskMatrixScore objects from the database. |
Methods in com.primavera.integration.client.bo.object with parameters of type RiskMatrixScore | |
---|---|
static ObjectId[] |
RiskMatrixScore.create(Session session,
RiskMatrixScore[] riskmatrixscores)
Creates multiple RiskMatrixScore objects in the database. |
ObjectId |
RiskMatrix.createRiskMatrixScore(RiskMatrixScore riskmatrixscore)
Creates an associated RiskMatrixScore object in the database. |
ObjectId[] |
RiskMatrix.createRiskMatrixScores(RiskMatrixScore[] riskmatrixscores)
Creates multiple associated RiskMatrixScore objects in the database. |
static void |
RiskMatrixScore.delete(Session session,
RiskMatrixScore[] riskmatrixscores)
Deletes multiple RiskMatrixScore objects from the database. |
void |
RiskMatrix.deleteRiskMatrixScores(RiskMatrixScore[] riskmatrixscores)
Deletes multiple associated RiskMatrixScore objects from the database. |
static void |
RiskMatrixScore.update(Session session,
RiskMatrixScore[] riskmatrixscores)
Updates multiple RiskMatrixScore objects in the database. |
void |
RiskMatrix.updateRiskMatrixScores(RiskMatrixScore[] riskmatrixscores)
Updates multiple associated RiskMatrixScore objects in the database. |
|
Primavera Integration API Release 8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |