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