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