Uses of Class
com.primavera.integration.client.bo.object.RiskImpact
Packages that use RiskImpact
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of RiskImpact in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type RiskImpactModifier and TypeMethodDescriptionEnterpriseLoadManager.loadRiskImpacts(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskImpact objects from the database. -
Uses of RiskImpact in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return RiskImpactModifier and TypeMethodDescriptionRiskImpactHelper.createBusinessObjectArray(int iSize) RiskImpactHelper.newBusinessObject(Session session) RiskImpactHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RiskImpactModifier and TypeMethodDescriptionRiskImpactHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskImpactHelper.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.RiskImpactHelper.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.RiskImpactHelper.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 RiskImpact in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RiskImpactModifier and TypeMethodDescriptionstatic RiskImpactLoads a single RiskImpact object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type RiskImpactModifier and TypeMethodDescriptionstatic BOIterator<RiskImpact>Loads multiple RiskImpact objects from the database.BaselineProject.loadRiskImpacts(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RiskImpact objects from the database.Project.loadRiskImpacts(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RiskImpact objects from the database.Risk.loadRiskImpacts(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RiskImpact objects from the database.RiskThreshold.loadRiskImpacts(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RiskImpact objects from the database.RiskThresholdLevel.loadRiskImpacts(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RiskImpact objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type RiskImpactModifier and TypeMethodDescriptionstatic ObjectId[]RiskImpact.create(Session session, RiskImpact[] riskimpacts) Creates multiple RiskImpact objects in the database.static voidRiskImpact.delete(Session session, RiskImpact[] riskimpacts) Deletes multiple RiskImpact objects from the database.static voidRiskImpact.update(Session session, RiskImpact[] riskimpacts) Updates multiple RiskImpact objects in the database.