public interface BaseRateServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
BaseRate[] |
createBaseRates(BaseRate[] baseRates)
Creates a list of new
BaseRate objects. |
BaseRatePage |
getBaseRatesByStatement(Statement filterStatement)
|
UpdateResult |
performBaseRateAction(BaseRateAction baseRateAction,
Statement filterStatement)
Performs actions on
BaseRate objects that satisfy the
given
Statement.query. |
BaseRate[] |
updateBaseRates(BaseRate[] baseRates)
Updates the specified
BaseRate objects. |
BaseRate[] createBaseRates(BaseRate[] baseRates) throws RemoteException, ApiException
BaseRate objects.baseRates - the base rates to be createdRemoteExceptionApiExceptionBaseRatePage getBaseRatesByStatement(Statement filterStatement) throws RemoteException, ApiException
BaseRatePage of BaseRate objects that
satisfy the given
Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
rateCardId |
BaseRate.rateCardId |
id |
BaseRate.id |
productTemplateId |
BaseRate.idNote: Cannot be combined with productId.
| productId |
BaseRate.idNote: Cannot be combined with productTemplateId.
Copyright © 2018. All Rights Reserved. |