|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityNote | |
---|---|
com.primavera.integration.client | Main classes, including Session, JobManager and GlobalObjectManager |
com.primavera.integration.client.bo.helper | Business object helper classes |
com.primavera.integration.client.bo.object | Client business object classes |
Uses of ActivityNote in com.primavera.integration.client |
---|
Methods in com.primavera.integration.client that return types with arguments of type ActivityNote | |
---|---|
BOIterator<ActivityNote> |
EnterpriseLoadManager.loadActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ActivityNote objects from the database. |
Uses of ActivityNote in com.primavera.integration.client.bo.helper |
---|
Methods in com.primavera.integration.client.bo.helper that return ActivityNote | |
---|---|
ActivityNote[] |
ActivityNoteHelper.createBusinessObjectArray(int iSize)
|
ActivityNote |
ActivityNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ActivityNote |
ActivityNoteHelper.newBusinessObject(Session session)
|
ActivityNote |
ActivityNoteHelper.newBusinessObject(Session session,
ObjectId objectId)
|
Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ActivityNote | |
---|---|
BOIterator<ActivityNote> |
ActivityNoteHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ActivityNote> |
ActivityNoteHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.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. |
BOIterator<ActivityNote> |
ActivityNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ActivityNote> |
ActivityNoteHelper.load(Session session,
java.lang.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. |
BOIterator<ActivityNote> |
ActivityNoteHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.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 ActivityNote in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return ActivityNote | |
---|---|
static ActivityNote |
ActivityNote.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ActivityNote object from the database. |
Methods in com.primavera.integration.client.bo.object that return types with arguments of type ActivityNote | |
---|---|
static BOIterator<ActivityNote> |
ActivityNote.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ActivityNote objects from the database. |
BOIterator<ActivityNote> |
WBS.loadActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityNote> |
NotebookTopic.loadActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityNote> |
Activity.loadActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityNote> |
Project.loadAllActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
BOIterator<ActivityNote> |
BaselineProject.loadAllActivityNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ActivityNote objects from the database. |
Methods in com.primavera.integration.client.bo.object with parameters of type ActivityNote | |
---|---|
static ObjectId[] |
ActivityNote.create(Session session,
ActivityNote[] activitynotes)
Creates multiple ActivityNote objects in the database. |
ObjectId |
Activity.createActivityNote(ActivityNote activitynote)
Creates an associated ActivityNote object in the database. |
ObjectId[] |
Activity.createActivityNotes(ActivityNote[] activitynotes)
Creates multiple associated ActivityNote objects in the database. |
static void |
ActivityNote.delete(Session session,
ActivityNote[] activitynotes)
Deletes multiple ActivityNote objects from the database. |
void |
Activity.deleteActivityNotes(ActivityNote[] activitynotes)
Deletes multiple associated ActivityNote objects from the database. |
static void |
ActivityNote.update(Session session,
ActivityNote[] activitynotes)
Updates multiple ActivityNote objects in the database. |
void |
Activity.updateActivityNotes(ActivityNote[] activitynotes)
Updates multiple associated ActivityNote objects in the database. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |