Primavera Integration API Release 8

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

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

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

Methods in com.primavera.integration.client with parameters of type RiskCategory
 ObjectId[] GlobalObjectManager.createRiskCategories(RiskCategory[] riskcategories)
          Creates multiple RiskCategory objects in the database.
 void GlobalObjectManager.deleteRiskCategories(RiskCategory[] riskcategories)
          Deletes multiple RiskCategory objects from the database.
 void GlobalObjectManager.updateRiskCategories(RiskCategory[] riskcategories)
          Updates multiple RiskCategory objects in the database.
 

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

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

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

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

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

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


Primavera Integration API Release 8

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