Primavera Integration API Release 8

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

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

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

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

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

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

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

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

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


Primavera Integration API Release 8

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