Uses of Class
com.primavera.integration.client.bo.object.ActivityNoteUpdate
Packages that use ActivityNoteUpdate
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ActivityNoteUpdate in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ActivityNoteUpdateModifier and TypeMethodDescriptionEnterpriseLoadManager.loadActivityNoteUpdates(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ActivityNoteUpdate objects from the database. -
Uses of ActivityNoteUpdate in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ActivityNoteUpdateModifier and TypeMethodDescriptionActivityNoteUpdateHelper.createBusinessObjectArray(int iSize) ActivityNoteUpdateHelper.newBusinessObject(Session session) ActivityNoteUpdateHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ActivityNoteUpdateModifier and TypeMethodDescriptionActivityNoteUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ActivityNoteUpdateHelper.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.ActivityNoteUpdateHelper.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.ActivityNoteUpdateHelper.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 ActivityNoteUpdate in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ActivityNoteUpdateModifier and TypeMethodDescriptionstatic ActivityNoteUpdateLoads a single ActivityNoteUpdate object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ActivityNoteUpdateModifier and TypeMethodDescriptionstatic BOIterator<ActivityNoteUpdate>Loads multiple ActivityNoteUpdate objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ActivityNoteUpdateModifier and TypeMethodDescriptionstatic ObjectId[]ActivityNoteUpdate.create(Session session, ActivityNoteUpdate[] activitynoteupdates) Creates multiple ActivityNoteUpdate objects in the database.static voidActivityNoteUpdate.delete(Session session, ActivityNoteUpdate[] activitynoteupdates) Deletes multiple ActivityNoteUpdate objects from the database.static voidActivityNoteUpdate.update(Session session, ActivityNoteUpdate[] activitynoteupdates) Updates multiple ActivityNoteUpdate objects in the database.