Uses of Class
com.primavera.integration.client.bo.object.RiskMatrixScore
Packages that use RiskMatrixScore
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of RiskMatrixScore in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type RiskMatrixScoreModifier and TypeMethodDescriptionEnterpriseLoadManager.loadRiskMatrixScores(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskMatrixScore objects from the database.GlobalObjectManager.loadRiskMatrixScores(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskMatrixScore objects from the database.Methods in com.primavera.integration.client with parameters of type RiskMatrixScoreModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createRiskMatrixScores(RiskMatrixScore[] riskmatrixscores) Creates multiple RiskMatrixScore objects in the database.voidGlobalObjectManager.deleteRiskMatrixScores(RiskMatrixScore[] riskmatrixscores) Deletes multiple RiskMatrixScore objects from the database.voidGlobalObjectManager.updateRiskMatrixScores(RiskMatrixScore[] riskmatrixscores) Updates multiple RiskMatrixScore objects in the database. -
Uses of RiskMatrixScore in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return RiskMatrixScoreModifier and TypeMethodDescriptionRiskMatrixScoreHelper.createBusinessObjectArray(int iSize) RiskMatrixScoreHelper.newBusinessObject(Session session) RiskMatrixScoreHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RiskMatrixScoreModifier and TypeMethodDescriptionRiskMatrixScoreHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskMatrixScoreHelper.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.RiskMatrixScoreHelper.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.RiskMatrixScoreHelper.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 RiskMatrixScore in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RiskMatrixScoreModifier and TypeMethodDescriptionstatic RiskMatrixScoreLoads a single RiskMatrixScore object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type RiskMatrixScoreModifier and TypeMethodDescriptionstatic BOIterator<RiskMatrixScore>Loads multiple RiskMatrixScore objects from the database.RiskMatrix.loadRiskMatrixScores(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RiskMatrixScore objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type RiskMatrixScoreModifier and TypeMethodDescriptionstatic ObjectId[]RiskMatrixScore.create(Session session, RiskMatrixScore[] riskmatrixscores) Creates multiple RiskMatrixScore objects in the database.RiskMatrix.createRiskMatrixScore(RiskMatrixScore riskmatrixscore) Creates an associated RiskMatrixScore object in the database.ObjectId[]RiskMatrix.createRiskMatrixScores(RiskMatrixScore[] riskmatrixscores) Creates multiple associated RiskMatrixScore objects in the database.static voidRiskMatrixScore.delete(Session session, RiskMatrixScore[] riskmatrixscores) Deletes multiple RiskMatrixScore objects from the database.voidRiskMatrix.deleteRiskMatrixScores(RiskMatrixScore[] riskmatrixscores) Deletes multiple associated RiskMatrixScore objects from the database.static voidRiskMatrixScore.update(Session session, RiskMatrixScore[] riskmatrixscores) Updates multiple RiskMatrixScore objects in the database.voidRiskMatrix.updateRiskMatrixScores(RiskMatrixScore[] riskmatrixscores) Updates multiple associated RiskMatrixScore objects in the database.