public interface PremiumRateServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
PremiumRate[] |
createPremiumRates(PremiumRate[] premiumRates)
Creates a list of new
PremiumRate objects. |
PremiumRatePage |
getPremiumRatesByStatement(Statement filterStatement)
|
PremiumRate[] |
updatePremiumRates(PremiumRate[] premiumRates)
Updates the specified
PremiumRate objects. |
PremiumRate[] createPremiumRates(PremiumRate[] premiumRates) throws RemoteException, ApiException
PremiumRate objects.premiumRates - the premium rates to be createdRemoteExceptionApiExceptionPremiumRatePage getPremiumRatesByStatement(Statement filterStatement) throws RemoteException, ApiException
PremiumRatePage of PremiumRate objects
that
satisfy the given Statement.query. The following fields
are
supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
PremiumRate.id |
rateCardId |
PremiumRate.rateCardId |
pricingMethod |
PremiumRate.pricingMethod |
filterStatement - a Publisher Query Language statement to filter
a
list of premium rates.RemoteExceptionApiExceptionPremiumRate[] updatePremiumRates(PremiumRate[] premiumRates) throws RemoteException, ApiException
PremiumRate objects.premiumRates - the premium rates to be updatedRemoteExceptionApiExceptionCopyright © 2020. All rights reserved.