public interface ThirdPartySlotServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
ThirdPartySlot |
createThirdPartySlot(ThirdPartySlot thirdPartySlot)
Creates a new
ThirdPartySlot. |
ThirdPartySlotPage |
getThirdPartySlotsByStatement(Statement filterStatement)
Gets a
ThirdPartySlotPage of ThirdPartySlot
objects that
satisfy the filter query. |
UpdateResult |
performThirdPartySlotAction(ThirdPartySlotAction thirdPartySlotAction,
Statement filterStatement)
Performs actions on
ThirdPartySlot objects that match
the given
Statement.query. |
ThirdPartySlot |
updateThirdPartySlot(ThirdPartySlot thirdPartySlot)
Updates the specified
ThirdPartySlot. |
ThirdPartySlot createThirdPartySlot(ThirdPartySlot thirdPartySlot) throws RemoteException, ApiException
ThirdPartySlot.
The following fields are required:
thirdPartySlot - the third-party slot to createRemoteExceptionApiExceptionThirdPartySlotPage getThirdPartySlotsByStatement(Statement filterStatement) throws RemoteException, ApiException
ThirdPartySlotPage of ThirdPartySlot
objects that
satisfy the filter query.filterStatement - a Publisher Query Language statement used to
filter
a set of third-party slotsRemoteExceptionApiExceptionUpdateResult performThirdPartySlotAction(ThirdPartySlotAction thirdPartySlotAction, Statement filterStatement) throws RemoteException, ApiException
ThirdPartySlot objects that match
the given
Statement.query.thirdPartySlotAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of third-party slotsRemoteExceptionApiExceptionThirdPartySlot updateThirdPartySlot(ThirdPartySlot thirdPartySlot) throws RemoteException, ApiException
ThirdPartySlot.thirdPartySlot - the third-party slot to updateRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.