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