Primavera Integration API Release 8

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

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

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

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

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

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

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

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

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


Primavera Integration API Release 8

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