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