Primavera Integration API Release 8

Uses of Class
com.primavera.integration.client.bo.object.RiskResponseActionImpact

Packages that use RiskResponseActionImpact
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 RiskResponseActionImpact in com.primavera.integration.client
 

Methods in com.primavera.integration.client that return types with arguments of type RiskResponseActionImpact
 BOIterator<RiskResponseActionImpact> EnterpriseLoadManager.loadRiskResponseActionImpacts(String[] fields, String sWhereClause, String sOrderBy)
          Loads multiple RiskResponseActionImpact objects from the database.
 

Uses of RiskResponseActionImpact in com.primavera.integration.client.bo.helper
 

Methods in com.primavera.integration.client.bo.helper that return RiskResponseActionImpact
 RiskResponseActionImpact[] RiskResponseActionImpactHelper.createBusinessObjectArray(int iSize)
           
 RiskResponseActionImpact RiskResponseActionImpactHelper.load(Session session, String[] fields, ObjectId objId)
           
 RiskResponseActionImpact RiskResponseActionImpactHelper.newBusinessObject(Session session)
           
 RiskResponseActionImpact RiskResponseActionImpactHelper.newBusinessObject(Session session, ObjectId objectId)
           
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RiskResponseActionImpact
 BOIterator<RiskResponseActionImpact> RiskResponseActionImpactHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy)
           
 BOIterator<RiskResponseActionImpact> RiskResponseActionImpactHelper.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<RiskResponseActionImpact> RiskResponseActionImpactHelper.load(Session session, String[] fields, ObjectId[] objIds)
           
 BOIterator<RiskResponseActionImpact> RiskResponseActionImpactHelper.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<RiskResponseActionImpact> RiskResponseActionImpactHelper.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 RiskResponseActionImpact in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return RiskResponseActionImpact
static RiskResponseActionImpact RiskResponseActionImpact.load(Session session, String[] fields, ObjectId objId)
          Loads a single RiskResponseActionImpact object from the database.
 

Methods in com.primavera.integration.client.bo.object that return types with arguments of type RiskResponseActionImpact
static BOIterator<RiskResponseActionImpact> RiskResponseActionImpact.load(Session session, String[] fields, ObjectId[] objIds)
          Loads multiple RiskResponseActionImpact objects from the database.
 BOIterator<RiskResponseActionImpact> RiskThresholdLevel.loadRiskResponseActionImpacts(String[] fields, String sWhereClause, String sOrderBy)
          Loads multiple associated RiskResponseActionImpact objects from the database.
 BOIterator<RiskResponseActionImpact> RiskThreshold.loadRiskResponseActionImpacts(String[] fields, String sWhereClause, String sOrderBy)
          Loads multiple associated RiskResponseActionImpact objects from the database.
 BOIterator<RiskResponseActionImpact> RiskResponseAction.loadRiskResponseActionImpacts(String[] fields, String sWhereClause, String sOrderBy)
          Loads multiple associated RiskResponseActionImpact objects from the database.
 BOIterator<RiskResponseActionImpact> Project.loadRiskResponseActionImpacts(String[] fields, String sWhereClause, String sOrderBy)
          Loads multiple associated RiskResponseActionImpact objects from the database.
 BOIterator<RiskResponseActionImpact> BaselineProject.loadRiskResponseActionImpacts(String[] fields, String sWhereClause, String sOrderBy)
          Loads multiple associated RiskResponseActionImpact objects from the database.
 

Methods in com.primavera.integration.client.bo.object with parameters of type RiskResponseActionImpact
static ObjectId[] RiskResponseActionImpact.create(Session session, RiskResponseActionImpact[] riskresponseactionimpacts)
          Creates multiple RiskResponseActionImpact objects in the database.
static void RiskResponseActionImpact.delete(Session session, RiskResponseActionImpact[] riskresponseactionimpacts)
          Deletes multiple RiskResponseActionImpact objects from the database.
static void RiskResponseActionImpact.update(Session session, RiskResponseActionImpact[] riskresponseactionimpacts)
          Updates multiple RiskResponseActionImpact objects in the database.
 


Primavera Integration API Release 8

Copyright © 2003, 2010, Oracle and/or its affiliates. All rights reserved.