Uses of Class
com.primavera.integration.client.bo.object.RiskMatrix
Packages that use RiskMatrix
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of RiskMatrix in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type RiskMatrixModifier and TypeMethodDescriptionEnterpriseLoadManager.loadRiskMatrices(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskMatrix objects from the database.GlobalObjectManager.loadRiskMatrices(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskMatrix objects from the database.Methods in com.primavera.integration.client with parameters of type RiskMatrixModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createRiskMatrices(RiskMatrix[] riskmatrices) Creates multiple RiskMatrix objects in the database.voidGlobalObjectManager.deleteRiskMatrices(RiskMatrix[] riskmatrices) Deletes multiple RiskMatrix objects from the database.voidGlobalObjectManager.updateRiskMatrices(RiskMatrix[] riskmatrices) Updates multiple RiskMatrix objects in the database. -
Uses of RiskMatrix in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return RiskMatrixModifier and TypeMethodDescriptionRiskMatrixHelper.createBusinessObjectArray(int iSize) RiskMatrixHelper.newBusinessObject(Session session) RiskMatrixHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RiskMatrixModifier and TypeMethodDescriptionRiskMatrixHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskMatrixHelper.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.RiskMatrixHelper.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.RiskMatrixHelper.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 RiskMatrix in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RiskMatrixModifier and TypeMethodDescriptionstatic RiskMatrixLoads a single RiskMatrix object from the database.BaselineProject.loadRiskMatrix(String[] fields) Loads an associated RiskMatrix object from the database.Project.loadRiskMatrix(String[] fields) Loads an associated RiskMatrix object from the database.RiskMatrixScore.loadRiskMatrix(String[] fields) Loads an associated RiskMatrix object from the database.RiskMatrixThreshold.loadRiskMatrix(String[] fields) Loads an associated RiskMatrix object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type RiskMatrixModifier and TypeMethodDescriptionstatic BOIterator<RiskMatrix>Loads multiple RiskMatrix objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type RiskMatrixModifier and TypeMethodDescriptionstatic ObjectId[]RiskMatrix.create(Session session, RiskMatrix[] riskmatrices) Creates multiple RiskMatrix objects in the database.static voidRiskMatrix.delete(Session session, RiskMatrix[] riskmatrices) Deletes multiple RiskMatrix objects from the database.static voidRiskMatrix.update(Session session, RiskMatrix[] riskmatrices) Updates multiple RiskMatrix objects in the database.