|
Primavera Integration API Release 8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RiskResponseAction | |
---|---|
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 RiskResponseAction in com.primavera.integration.client |
---|
Methods in com.primavera.integration.client that return types with arguments of type RiskResponseAction | |
---|---|
BOIterator<RiskResponseAction> |
EnterpriseLoadManager.loadRiskResponseActions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple RiskResponseAction objects from the database. |
Uses of RiskResponseAction in com.primavera.integration.client.bo.helper |
---|
Methods in com.primavera.integration.client.bo.helper that return RiskResponseAction | |
---|---|
RiskResponseAction[] |
RiskResponseActionHelper.createBusinessObjectArray(int iSize)
|
RiskResponseAction |
RiskResponseActionHelper.load(Session session,
String[] fields,
ObjectId objId)
|
RiskResponseAction |
RiskResponseActionHelper.newBusinessObject(Session session)
|
RiskResponseAction |
RiskResponseActionHelper.newBusinessObject(Session session,
ObjectId objectId)
|
Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RiskResponseAction | |
---|---|
BOIterator<RiskResponseAction> |
RiskResponseActionHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<RiskResponseAction> |
RiskResponseActionHelper.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<RiskResponseAction> |
RiskResponseActionHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<RiskResponseAction> |
RiskResponseActionHelper.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<RiskResponseAction> |
RiskResponseActionHelper.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 RiskResponseAction in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return RiskResponseAction | |
---|---|
static RiskResponseAction |
RiskResponseAction.load(Session session,
String[] fields,
ObjectId objId)
Loads a single RiskResponseAction object from the database. |
RiskResponseAction |
RiskResponseActionImpact.loadRiskResponseAction(String[] fields)
Loads an associated RiskResponseAction object from the database. |
Methods in com.primavera.integration.client.bo.object that return types with arguments of type RiskResponseAction | |
---|---|
static BOIterator<RiskResponseAction> |
RiskResponseAction.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple RiskResponseAction objects from the database. |
BOIterator<RiskResponseAction> |
RiskResponsePlan.loadRiskResponseActions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseAction objects from the database. |
BOIterator<RiskResponseAction> |
Project.loadRiskResponseActions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseAction objects from the database. |
BOIterator<RiskResponseAction> |
BaselineProject.loadRiskResponseActions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseAction objects from the database. |
BOIterator<RiskResponseAction> |
Activity.loadRiskResponseActions(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple associated RiskResponseAction objects from the database. |
Methods in com.primavera.integration.client.bo.object with parameters of type RiskResponseAction | |
---|---|
static ObjectId[] |
RiskResponseAction.create(Session session,
RiskResponseAction[] riskresponseactions)
Creates multiple RiskResponseAction objects in the database. |
static void |
RiskResponseAction.delete(Session session,
RiskResponseAction[] riskresponseactions)
Deletes multiple RiskResponseAction objects from the database. |
static void |
RiskResponseAction.update(Session session,
RiskResponseAction[] riskresponseactions)
Updates multiple RiskResponseAction objects in the database. |
|
Primavera Integration API Release 8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |