Uses of Class
com.primavera.integration.client.bo.object.RiskThresholdLevel
Packages that use RiskThresholdLevel
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
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 RiskThresholdLevelModifier and TypeMethodDescriptionEnterpriseLoadManager.loadRiskThresholdLevels(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskThresholdLevel objects from the database.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 RiskThresholdLevelModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createRiskThresholdLevels(RiskThresholdLevel[] riskthresholdlevels) Creates multiple RiskThresholdLevel objects in the database.voidGlobalObjectManager.deleteRiskThresholdLevels(RiskThresholdLevel[] riskthresholdlevels) Deletes multiple RiskThresholdLevel objects from the database.voidGlobalObjectManager.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 RiskThresholdLevelModifier and TypeMethodDescriptionRiskThresholdLevelHelper.createBusinessObjectArray(int iSize) RiskThresholdLevelHelper.newBusinessObject(Session session) RiskThresholdLevelHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RiskThresholdLevelModifier and TypeMethodDescriptionRiskThresholdLevelHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) 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.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.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 RiskThresholdLevelModifier and TypeMethodDescriptionstatic RiskThresholdLevelLoads a single RiskThresholdLevel object from the database.RiskImpact.loadRiskThresholdLevel(String[] fields) Loads an associated RiskThresholdLevel object from the database.RiskResponseActionImpact.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 RiskThresholdLevelModifier and TypeMethodDescriptionstatic BOIterator<RiskThresholdLevel>Loads multiple RiskThresholdLevel objects from the database.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 RiskThresholdLevelModifier and TypeMethodDescriptionstatic ObjectId[]RiskThresholdLevel.create(Session session, RiskThresholdLevel[] riskthresholdlevels) Creates multiple RiskThresholdLevel objects in the database.static voidRiskThresholdLevel.delete(Session session, RiskThresholdLevel[] riskthresholdlevels) Deletes multiple RiskThresholdLevel objects from the database.static voidRiskThresholdLevel.update(Session session, RiskThresholdLevel[] riskthresholdlevels) Updates multiple RiskThresholdLevel objects in the database.