Primavera Integration API Release 8

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

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

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

Methods in com.primavera.integration.client with parameters of type RiskThresholdLevel
 ObjectId[] GlobalObjectManager.createRiskThresholdLevels(RiskThresholdLevel[] riskthresholdlevels)
          Creates multiple RiskThresholdLevel objects in the database.
 void GlobalObjectManager.deleteRiskThresholdLevels(RiskThresholdLevel[] riskthresholdlevels)
          Deletes multiple RiskThresholdLevel objects from the database.
 void GlobalObjectManager.updateRiskThresholdLevels(RiskThresholdLevel[] riskthresholdlevels)
          Updates multiple RiskThresholdLevel objects in the database.
 

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

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

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

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

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

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


Primavera Integration API Release 8

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