Primavera Integration API 7.0

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

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

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

Methods in com.primavera.integration.client with parameters of type RiskType
 ObjectId[] GlobalObjectManager.createRiskTypes(RiskType[] risktypes)
          Creates multiple RiskType objects in the database.
 void GlobalObjectManager.deleteRiskTypes(RiskType[] risktypes)
          Deletes multiple RiskType objects from the database.
 void GlobalObjectManager.updateRiskTypes(RiskType[] risktypes)
          Updates multiple RiskType objects in the database.
 

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

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

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

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

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

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


Primavera Integration API 7.0

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