|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalPreferences | |
---|---|
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 GlobalPreferences in com.primavera.integration.client |
---|
Methods in com.primavera.integration.client that return GlobalPreferences | |
---|---|
GlobalPreferences |
EnterpriseLoadManager.loadGlobalPreferences(java.lang.String[] fields)
Loads the GlobalPreferences object from the database. |
GlobalPreferences |
GlobalObjectManager.loadGlobalPreferences(java.lang.String[] fields)
Loads the GlobalPreferences object from the database. |
Methods in com.primavera.integration.client with parameters of type GlobalPreferences | |
---|---|
void |
GlobalObjectManager.updateGlobalPreferences(GlobalPreferences globalpreferences)
Update the GlobalPreferences object in the database. |
Uses of GlobalPreferences in com.primavera.integration.client.bo.helper |
---|
Methods in com.primavera.integration.client.bo.helper that return GlobalPreferences | |
---|---|
GlobalPreferences[] |
GlobalPreferencesHelper.createBusinessObjectArray(int iSize)
|
GlobalPreferences |
GlobalPreferencesHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
GlobalPreferences |
GlobalPreferencesHelper.newBusinessObject(Session session)
|
GlobalPreferences |
GlobalPreferencesHelper.newBusinessObject(Session session,
ObjectId objectId)
|
Methods in com.primavera.integration.client.bo.helper that return types with arguments of type GlobalPreferences | |
---|---|
BOIterator<GlobalPreferences> |
GlobalPreferencesHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<GlobalPreferences> |
GlobalPreferencesHelper.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<GlobalPreferences> |
GlobalPreferencesHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<GlobalPreferences> |
GlobalPreferencesHelper.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<GlobalPreferences> |
GlobalPreferencesHelper.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 GlobalPreferences in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return GlobalPreferences | |
---|---|
static GlobalPreferences |
GlobalPreferences.load(Session session,
java.lang.String[] fields)
Loads the GlobalPreferences object from the database. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |