Uses of Class
com.primavera.integration.client.bo.object.RiskResponsePlan
Packages that use RiskResponsePlan
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of RiskResponsePlan in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type RiskResponsePlanModifier and TypeMethodDescriptionEnterpriseLoadManager.loadRiskResponsePlans(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskResponsePlan objects from the database. -
Uses of RiskResponsePlan in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return RiskResponsePlanModifier and TypeMethodDescriptionRiskResponsePlanHelper.createBusinessObjectArray(int iSize) RiskResponsePlanHelper.newBusinessObject(Session session) RiskResponsePlanHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RiskResponsePlanModifier and TypeMethodDescriptionRiskResponsePlanHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskResponsePlanHelper.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.RiskResponsePlanHelper.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.RiskResponsePlanHelper.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 RiskResponsePlan in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RiskResponsePlanModifier and TypeMethodDescriptionstatic RiskResponsePlanLoads a single RiskResponsePlan object from the database.RiskResponseAction.loadRiskResponsePlan(String[] fields) Loads an associated RiskResponsePlan object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type RiskResponsePlanModifier and TypeMethodDescriptionstatic BOIterator<RiskResponsePlan>Loads multiple RiskResponsePlan objects from the database.BaselineProject.loadRiskResponsePlans(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RiskResponsePlan objects from the database.Project.loadRiskResponsePlans(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RiskResponsePlan objects from the database.Risk.loadRiskResponsePlans(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RiskResponsePlan objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type RiskResponsePlanModifier and TypeMethodDescriptionstatic ObjectId[]RiskResponsePlan.create(Session session, RiskResponsePlan[] riskresponseplans) Creates multiple RiskResponsePlan objects in the database.static voidRiskResponsePlan.delete(Session session, RiskResponsePlan[] riskresponseplans) Deletes multiple RiskResponsePlan objects from the database.static voidRiskResponsePlan.update(Session session, RiskResponsePlan[] riskresponseplans) Updates multiple RiskResponsePlan objects in the database.