Uses of Class
com.primavera.integration.client.bo.object.ActivityOwner
Packages that use ActivityOwner
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ActivityOwner in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ActivityOwnerModifier and TypeMethodDescriptionEnterpriseLoadManager.loadActivityOwners(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ActivityOwner objects from the database. -
Uses of ActivityOwner in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ActivityOwnerModifier and TypeMethodDescriptionActivityOwnerHelper.createBusinessObjectArray(int iSize) ActivityOwnerHelper.newBusinessObject(Session session) ActivityOwnerHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ActivityOwnerModifier and TypeMethodDescriptionActivityOwnerHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityOwnerHelper.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.ActivityOwnerHelper.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.ActivityOwnerHelper.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 ActivityOwner in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ActivityOwnerModifier and TypeMethodDescriptionstatic ActivityOwnerLoads a single ActivityOwner object from the database.Activity.loadActivityOwner(String[] fields) Loads an associated ActivityOwner object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ActivityOwnerModifier and TypeMethodDescriptionstatic BOIterator<ActivityOwner>Loads multiple ActivityOwner objects from the database.User.loadActivityOwners(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ActivityOwner objects from the database.BaselineProject.loadAllActivityOwners(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ActivityOwner objects from the database.Project.loadAllActivityOwners(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ActivityOwner objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ActivityOwnerModifier and TypeMethodDescriptionstatic ObjectId[]ActivityOwner.create(Session session, ActivityOwner[] activityowners) Creates multiple ActivityOwner objects in the database.static voidActivityOwner.delete(Session session, ActivityOwner[] activityowners) Deletes multiple ActivityOwner objects from the database.static voidActivityOwner.update(Session session, ActivityOwner[] activityowners) Updates multiple ActivityOwner objects in the database.