| Package | Description |
|---|---|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
BOIterator<Currency> |
EnterpriseLoadManager.loadCurrencies(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Currency objects from the database.
|
BOIterator<Currency> |
GlobalObjectManager.loadCurrencies(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple Currency objects from the database.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Currency[] |
CurrencyHelper.createBusinessObjectArray(int iSize) |
Currency |
CurrencyHelper.load(Session session,
String[] fields,
ObjectId objId) |
Currency |
CurrencyHelper.newBusinessObject(Session session) |
Currency |
CurrencyHelper.newBusinessObject(Session session,
ObjectId objectId) |
| Modifier and Type | Method and Description |
|---|---|
BOIterator<Currency> |
CurrencyHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy) |
BOIterator<Currency> |
CurrencyHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
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,
String[] fields,
ObjectId[] objIds) |
BOIterator<Currency> |
CurrencyHelper.load(Session session,
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,
String[] fields,
String sWhereClause,
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Currency |
Currency.load(Session session,
String[] fields,
ObjectId objId)
Loads a single Currency object from the database.
|
Currency |
User.loadCurrency(String[] fields)
Loads an associated Currency object from the database.
|
Currency |
Resource.loadCurrency(String[] fields)
Loads an associated Currency object from the database.
|
| Modifier and Type | Method and Description |
|---|---|
static BOIterator<Currency> |
Currency.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple Currency objects from the database.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2003, 2022, Oracle and/or its affiliates.
Oracle®, Java, and MySQL are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.