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