|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPSNote | |
---|---|
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 EPSNote in com.primavera.integration.client |
---|
Methods in com.primavera.integration.client that return types with arguments of type EPSNote | |
---|---|
BOIterator<EPSNote> |
EnterpriseLoadManager.loadEPSNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple EPSNote objects from the database. |
Uses of EPSNote in com.primavera.integration.client.bo.helper |
---|
Methods in com.primavera.integration.client.bo.helper that return EPSNote | |
---|---|
EPSNote[] |
EPSNoteHelper.createBusinessObjectArray(int iSize)
|
EPSNote |
EPSNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
EPSNote |
EPSNoteHelper.newBusinessObject(Session session)
|
EPSNote |
EPSNoteHelper.newBusinessObject(Session session,
ObjectId objectId)
|
Methods in com.primavera.integration.client.bo.helper that return types with arguments of type EPSNote | |
---|---|
BOIterator<EPSNote> |
EPSNoteHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<EPSNote> |
EPSNoteHelper.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<EPSNote> |
EPSNoteHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<EPSNote> |
EPSNoteHelper.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<EPSNote> |
EPSNoteHelper.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 EPSNote in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return EPSNote | |
---|---|
static EPSNote |
EPSNote.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single EPSNote object from the database. |
Methods in com.primavera.integration.client.bo.object that return types with arguments of type EPSNote | |
---|---|
static BOIterator<EPSNote> |
EPSNote.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple EPSNote objects from the database. |
BOIterator<EPSNote> |
NotebookTopic.loadEPSNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPSNote objects from the database. |
BOIterator<EPSNote> |
EPS.loadEPSNotes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated EPSNote objects from the database. |
Methods in com.primavera.integration.client.bo.object with parameters of type EPSNote | |
---|---|
static ObjectId[] |
EPSNote.create(Session session,
EPSNote[] epsnotes)
Creates multiple EPSNote objects in the database. |
ObjectId |
EPS.createEPSNote(EPSNote epsnote)
Creates an associated EPSNote object in the database. |
ObjectId[] |
EPS.createEPSNotes(EPSNote[] epsnotes)
Creates multiple associated EPSNote objects in the database. |
static void |
EPSNote.delete(Session session,
EPSNote[] epsnotes)
Deletes multiple EPSNote objects from the database. |
void |
EPS.deleteEPSNotes(EPSNote[] epsnotes)
Deletes multiple associated EPSNote objects from the database. |
static void |
EPSNote.update(Session session,
EPSNote[] epsnotes)
Updates multiple EPSNote objects in the database. |
void |
EPS.updateEPSNotes(EPSNote[] epsnotes)
Updates multiple associated EPSNote objects in the database. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |