Uses of Class
com.primavera.integration.client.bo.object.ActivityComment
Packages that use ActivityComment
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ActivityComment in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ActivityCommentModifier and TypeMethodDescriptionEnterpriseLoadManager.loadActivityComments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ActivityComment objects from the database. -
Uses of ActivityComment in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ActivityCommentModifier and TypeMethodDescriptionActivityCommentHelper.createBusinessObjectArray(int iSize) ActivityCommentHelper.newBusinessObject(Session session) ActivityCommentHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ActivityCommentModifier and TypeMethodDescriptionActivityCommentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityCommentHelper.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.ActivityCommentHelper.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.ActivityCommentHelper.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 ActivityComment in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ActivityCommentModifier and TypeMethodDescriptionstatic ActivityCommentLoads a single ActivityComment object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ActivityCommentModifier and TypeMethodDescriptionstatic BOIterator<ActivityComment>Loads multiple ActivityComment objects from the database.BaselineProject.loadAllActivityComment(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ActivityComment objects from the database.Project.loadAllActivityComment(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ActivityComment objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ActivityCommentModifier and TypeMethodDescriptionstatic ObjectId[]ActivityComment.create(Session session, ActivityComment[] activitycomments) Creates multiple ActivityComment objects in the database.static voidActivityComment.update(Session session, ActivityComment[] activitycomments) Updates multiple ActivityComment objects in the database.