|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UDFCode | |
---|---|
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 UDFCode in com.primavera.integration.client |
---|
Methods in com.primavera.integration.client that return types with arguments of type UDFCode | |
---|---|
BOIterator<UDFCode> |
EnterpriseLoadManager.loadUDFCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UDFCode objects from the database. |
BOIterator<UDFCode> |
GlobalObjectManager.loadUDFCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple UDFCode objects from the database. |
Methods in com.primavera.integration.client with parameters of type UDFCode | |
---|---|
ObjectId[] |
GlobalObjectManager.createUDFCodes(UDFCode[] udfcodes)
Creates multiple UDFCode objects in the database. |
void |
GlobalObjectManager.deleteUDFCodes(UDFCode[] udfcodes)
Deletes multiple UDFCode objects from the database. |
void |
GlobalObjectManager.updateUDFCodes(UDFCode[] udfcodes)
Updates multiple UDFCode objects in the database. |
Uses of UDFCode in com.primavera.integration.client.bo.helper |
---|
Methods in com.primavera.integration.client.bo.helper that return UDFCode | |
---|---|
UDFCode[] |
UDFCodeHelper.createBusinessObjectArray(int iSize)
|
UDFCode |
UDFCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
UDFCode |
UDFCodeHelper.newBusinessObject(Session session)
|
UDFCode |
UDFCodeHelper.newBusinessObject(Session session,
ObjectId objectId)
|
Methods in com.primavera.integration.client.bo.helper that return types with arguments of type UDFCode | |
---|---|
BOIterator<UDFCode> |
UDFCodeHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<UDFCode> |
UDFCodeHelper.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<UDFCode> |
UDFCodeHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<UDFCode> |
UDFCodeHelper.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<UDFCode> |
UDFCodeHelper.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 UDFCode in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return UDFCode | |
---|---|
static UDFCode |
UDFCode.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single UDFCode object from the database. |
UDFCode |
UDFValue.loadUDFCode(java.lang.String[] fields)
Loads an associated UDFCode object from the database. |
Methods in com.primavera.integration.client.bo.object that return types with arguments of type UDFCode | |
---|---|
static BOIterator<UDFCode> |
UDFCode.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple UDFCode objects from the database. |
BOIterator<UDFCode> |
UDFType.loadUDFCodes(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated UDFCode objects from the database. |
Methods in com.primavera.integration.client.bo.object with parameters of type UDFCode | |
---|---|
static ObjectId[] |
UDFCode.create(Session session,
UDFCode[] udfcodes)
Creates multiple UDFCode objects in the database. |
static void |
UDFCode.delete(Session session,
UDFCode[] udfcodes)
Deletes multiple UDFCode objects from the database. |
static void |
UDFCode.update(Session session,
UDFCode[] udfcodes)
Updates multiple UDFCode objects in the database. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |