Uses of Class
com.primavera.integration.client.bo.object.Risk
Packages that use Risk
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of Risk in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type Risk -
Uses of Risk in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return RiskModifier and TypeMethodDescriptionRisk[]RiskHelper.createBusinessObjectArray(int iSize) RiskHelper.newBusinessObject(Session session) RiskHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RiskModifier and TypeMethodDescriptionRiskHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskHelper.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.RiskHelper.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.RiskHelper.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 Risk in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RiskModifier and TypeMethodDescriptionstatic RiskLoads a single Risk object from the database.Loads an associated Risk object from the database.Loads an associated Risk object from the database.Loads an associated Risk object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type RiskModifier and TypeMethodDescriptionstatic BOIterator<Risk>Loads multiple Risk objects from the database.Loads multiple associated Risk objects from the database.Loads multiple associated Risk objects from the database.Loads multiple associated Risk objects from the database.Loads multiple associated Risk objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type RiskModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple Risk objects in the database.BaselineProject.createRisk(Risk risk) Creates an associated Risk object in the database.ObjectId[]BaselineProject.createRisks(Risk[] risks) Creates multiple associated Risk objects in the database.static voidDeletes multiple Risk objects from the database.voidBaselineProject.deleteRisks(Risk[] risks) Deletes multiple associated Risk objects from the database.static voidUpdates multiple Risk objects in the database.voidBaselineProject.updateRisks(Risk[] risks) Updates multiple associated Risk objects in the database.