| Package | Description |
|---|---|
| com.ibm.openpages.api.configuration |
Provides interfaces to work with the OpenPages system configuration.
|
| com.ibm.openpages.api.service |
Provides the main interfaces to work with the API services.
|
| Modifier and Type | Method and Description |
|---|---|
IExchangeRate |
IConfigurationFactory.createExchangeRate(IConfigurationService configService,
ISOCurrencyCode isoCurrencyCode,
double rate,
java.util.Date startDate)
Creates an instance of IExchangeRate.
|
IExchangeRate |
IConfigurationFactory.createExchangeRate(IConfigurationService configService,
java.lang.String currencyCode,
double rate,
java.util.Date startDate)
Creates an instance of IExchangeRate.
|
IExchangeRate |
IConfigurationFactory.createExchangeRate(ICurrency currency,
double rate,
java.util.Date startDate)
Creates an instance of IExchangeRate.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IExchangeRate> |
IConfigurationService.getExchangeRateHistory(ICurrency currency)
Retrieve the exchange rate history for the currency.
|
java.util.List<IExchangeRate> |
IConfigurationService.getExchangeRates(boolean onlyEnabled)
Retrieve the exchange rates for all currencies based on the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IConfigurationService.setExchangeRate(IExchangeRate exchangeRate)
Set a new exchange rate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IConfigurationService.setExchangeRates(java.util.List<IExchangeRate> exchangeRates)
Set a list of exchange rates.
|
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.