Primavera Integration API Release 8

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

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

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

Methods in com.primavera.integration.client with parameters of type RiskMatrix
 ObjectId[] GlobalObjectManager.createRiskMatrices(RiskMatrix[] riskmatrices)
          Creates multiple RiskMatrix objects in the database.
 void GlobalObjectManager.deleteRiskMatrices(RiskMatrix[] riskmatrices)
          Deletes multiple RiskMatrix objects from the database.
 void GlobalObjectManager.updateRiskMatrices(RiskMatrix[] riskmatrices)
          Updates multiple RiskMatrix objects in the database.
 

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

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

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

Methods in com.primavera.integration.client.bo.object that return RiskMatrix
static RiskMatrix RiskMatrix.load(Session session, String[] fields, ObjectId objId)
          Loads a single RiskMatrix object from the database.
 RiskMatrix RiskMatrixThreshold.loadRiskMatrix(String[] fields)
          Loads an associated RiskMatrix object from the database.
 RiskMatrix RiskMatrixScore.loadRiskMatrix(String[] fields)
          Loads an associated RiskMatrix object from the database.
 RiskMatrix Project.loadRiskMatrix(String[] fields)
          Loads an associated RiskMatrix object from the database.
 RiskMatrix BaselineProject.loadRiskMatrix(String[] fields)
          Loads an associated RiskMatrix object from the database.
 

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

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


Primavera Integration API Release 8

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