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