public interface RateCardCustomizationServiceInterface extends Remote
RateCardCustomization createRateCardCustomization(RateCardCustomization rateCardCustomization) throws RemoteException, ApiException
RateCardCustomization object.rateCardCustomization - the RateCardCustomization to
be
createdRateCardCustomization with its ID filled inRemoteExceptionApiExceptionRateCardCustomization[] createRateCardCustomizations(RateCardCustomization[] rateCardCustomizations) throws RemoteException, ApiException
RateCardCustomization objects.rateCardCustomizations - the rate card customizations to be createdRemoteExceptionApiExceptionRateCardCustomization getRateCardCustomization(Long rateCardCustomizationId) throws RemoteException, ApiException
RateCardCustomization object uniquely identified
by the
given ID.rateCardCustomizationId - the ID of the rate card customization,
which
must already exist.RemoteExceptionApiExceptionRateCardCustomizationPage 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 updateRateCardCustomization(RateCardCustomization rateCardCustomization) throws RemoteException, ApiException
RateCardCustomization object.rateCardCustomization - the rate card customization to be updatedRemoteExceptionApiExceptionRateCardCustomization[] updateRateCardCustomizations(RateCardCustomization[] rateCardCustomizations) throws RemoteException, ApiException
RateCardCustomization objects.rateCardCustomizations - the rate card customizations to be updatedRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.