Uses of Class
com.primavera.integration.client.bo.object.RiskMatrixThreshold
Packages that use RiskMatrixThreshold
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of RiskMatrixThreshold in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type RiskMatrixThresholdModifier and TypeMethodDescriptionEnterpriseLoadManager.loadRiskMatrixThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskMatrixThreshold objects from the database.GlobalObjectManager.loadRiskMatrixThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskMatrixThreshold objects from the database.Methods in com.primavera.integration.client with parameters of type RiskMatrixThresholdModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createRiskMatrixThresholds(RiskMatrixThreshold[] riskmatrixthresholds) Creates multiple RiskMatrixThreshold objects in the database.voidGlobalObjectManager.deleteRiskMatrixThresholds(RiskMatrixThreshold[] riskmatrixthresholds) Deletes multiple RiskMatrixThreshold objects from the database. -
Uses of RiskMatrixThreshold in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return RiskMatrixThresholdModifier and TypeMethodDescriptionRiskMatrixThresholdHelper.createBusinessObjectArray(int iSize) RiskMatrixThresholdHelper.newBusinessObject(Session session) RiskMatrixThresholdHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RiskMatrixThresholdModifier and TypeMethodDescriptionRiskMatrixThresholdHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskMatrixThresholdHelper.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.RiskMatrixThresholdHelper.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.RiskMatrixThresholdHelper.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 RiskMatrixThreshold in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RiskMatrixThresholdModifier and TypeMethodDescriptionstatic RiskMatrixThresholdLoads a single RiskMatrixThreshold object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type RiskMatrixThresholdModifier and TypeMethodDescriptionstatic BOIterator<RiskMatrixThreshold>Loads multiple RiskMatrixThreshold objects from the database.RiskMatrix.loadRiskMatrixThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RiskMatrixThreshold objects from the database.RiskThreshold.loadRiskMatrixThresholds(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RiskMatrixThreshold objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type RiskMatrixThresholdModifier and TypeMethodDescriptionstatic ObjectId[]RiskMatrixThreshold.create(Session session, RiskMatrixThreshold[] riskmatrixthresholds) Creates multiple RiskMatrixThreshold objects in the database.RiskMatrix.createRiskMatrixThreshold(RiskMatrixThreshold riskmatrixthreshold) Creates an associated RiskMatrixThreshold object in the database.ObjectId[]RiskMatrix.createRiskMatrixThresholds(RiskMatrixThreshold[] riskmatrixthresholds) Creates multiple associated RiskMatrixThreshold objects in the database.static voidRiskMatrixThreshold.delete(Session session, RiskMatrixThreshold[] riskmatrixthresholds) Deletes multiple RiskMatrixThreshold objects from the database.voidRiskMatrix.deleteRiskMatrixThresholds(RiskMatrixThreshold[] riskmatrixthresholds) Deletes multiple associated RiskMatrixThreshold objects from the database.