public interface RateCardCustomizationServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
RateCardCustomization[] |
createRateCardCustomizations(RateCardCustomization[] rateCardCustomizations)
Creates a list of new
RateCardCustomization objects. |
RateCardCustomizationPage |
getRateCardCustomizationsByStatement(Statement filterStatement)
Gets a
RateCardCustomizationPage of RateCardCustomization
objects that satisfy the given Statement.query. |
UpdateResult |
performRateCardCustomizationAction(RateCardCustomizationAction rateCardCustomizationAction,
Statement filterStatement)
Performs actions on
RateCardCustomization objects that
satisfy the
given Statement.query. |
RateCardCustomization[] |
updateRateCardCustomizations(RateCardCustomization[] rateCardCustomizations)
Updates the specified
RateCardCustomization objects. |
RateCardCustomization[] createRateCardCustomizations(RateCardCustomization[] rateCardCustomizations) throws RemoteException, ApiException
RateCardCustomization objects.rateCardCustomizations - the rate card customizations to be createdRemoteExceptionApiExceptionRateCardCustomizationPage getRateCardCustomizationsByStatement(Statement filterStatement) throws RemoteException, ApiException
RateCardCustomizationPage of RateCardCustomization
objects that satisfy the given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
rateCardId |
RateCardCustomization#rateCardId |
rateCardCustomizationGroupId |
RateCardCustomization.rateCardCustomizationGroupId |
id |
RateCardCustomization.id |
status |
RateCardCustomization.status |
filterStatement - a Publisher Query Language statement used to
filter
a set of rate card customizations.RemoteExceptionApiExceptionUpdateResult performRateCardCustomizationAction(RateCardCustomizationAction rateCardCustomizationAction, Statement filterStatement) throws RemoteException, ApiException
RateCardCustomization objects that
satisfy the
given Statement.query.rateCardCustomizationAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of rate card customizations.RemoteExceptionApiExceptionRateCardCustomization[] updateRateCardCustomizations(RateCardCustomization[] rateCardCustomizations) throws RemoteException, ApiException
RateCardCustomization objects.rateCardCustomizations - the rate card customizations to be updatedRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.