Uses of Class
com.primavera.integration.client.bo.object.RiskThreshold
Packages that use RiskThreshold
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of RiskThreshold in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type RiskThresholdModifier and TypeMethodDescriptionEnterpriseLoadManager.loadRiskThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskThreshold objects from the database.GlobalObjectManager.loadRiskThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskThreshold objects from the database.Methods in com.primavera.integration.client with parameters of type RiskThresholdModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createRiskThresholds(RiskThreshold[] riskthresholds) Creates multiple RiskThreshold objects in the database.voidGlobalObjectManager.deleteRiskThresholds(RiskThreshold[] riskthresholds) Deletes multiple RiskThreshold objects from the database.voidGlobalObjectManager.updateRiskThresholds(RiskThreshold[] riskthresholds) Updates multiple RiskThreshold objects in the database. -
Uses of RiskThreshold in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return RiskThresholdModifier and TypeMethodDescriptionRiskThresholdHelper.createBusinessObjectArray(int iSize) RiskThresholdHelper.newBusinessObject(Session session) RiskThresholdHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RiskThresholdModifier and TypeMethodDescriptionRiskThresholdHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskThresholdHelper.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.RiskThresholdHelper.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.RiskThresholdHelper.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 RiskThreshold in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RiskThresholdModifier and TypeMethodDescriptionstatic RiskThresholdLoads a single RiskThreshold object from the database.RiskImpact.loadRiskThreshold(String[] fields) Loads an associated RiskThreshold object from the database.RiskMatrixThreshold.loadRiskThreshold(String[] fields) Loads an associated RiskThreshold object from the database.RiskResponseActionImpact.loadRiskThreshold(String[] fields) Loads an associated RiskThreshold object from the database.RiskThresholdLevel.loadRiskThreshold(String[] fields) Loads an associated RiskThreshold object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type RiskThresholdModifier and TypeMethodDescriptionstatic BOIterator<RiskThreshold>Loads multiple RiskThreshold objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type RiskThresholdModifier and TypeMethodDescriptionstatic ObjectId[]RiskThreshold.create(Session session, RiskThreshold[] riskthresholds) Creates multiple RiskThreshold objects in the database.static voidRiskThreshold.delete(Session session, RiskThreshold[] riskthresholds) Deletes multiple RiskThreshold objects from the database.static voidRiskThreshold.update(Session session, RiskThreshold[] riskthresholds) Updates multiple RiskThreshold objects in the database.