Uses of Class
com.primavera.integration.client.bo.object.ActivityRisk
Packages that use ActivityRisk
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ActivityRisk in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ActivityRiskModifier and TypeMethodDescriptionEnterpriseLoadManager.loadActivityRisks(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ActivityRisk objects from the database. -
Uses of ActivityRisk in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ActivityRiskModifier and TypeMethodDescriptionActivityRiskHelper.createBusinessObjectArray(int iSize) ActivityRiskHelper.newBusinessObject(Session session) ActivityRiskHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ActivityRiskModifier and TypeMethodDescriptionActivityRiskHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityRiskHelper.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.ActivityRiskHelper.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.ActivityRiskHelper.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 ActivityRisk in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ActivityRiskModifier and TypeMethodDescriptionstatic ActivityRiskLoads a single ActivityRisk object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ActivityRiskModifier and TypeMethodDescriptionstatic BOIterator<ActivityRisk>Loads multiple ActivityRisk objects from the database.Activity.loadActivityRisks(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ActivityRisk objects from the database.Risk.loadActivityRisks(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ActivityRisk objects from the database.BaselineProject.loadAllActivityRisks(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ActivityRisk objects from the database.Project.loadAllActivityRisks(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ActivityRisk objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ActivityRiskModifier and TypeMethodDescriptionstatic ObjectId[]ActivityRisk.create(Session session, ActivityRisk[] activityrisks) Creates multiple ActivityRisk objects in the database.static voidActivityRisk.delete(Session session, ActivityRisk[] activityrisks) Deletes multiple ActivityRisk objects from the database.