|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThirdPartySlotServiceInterface
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
ThirdPartySlot createThirdPartySlot(ThirdPartySlot thirdPartySlot)
throws RemoteException,
ApiException
ThirdPartySlot.
The following fields are required:
ThirdPartySlot.companyIdThirdPartySlot.externalUniqueIdThirdPartySlot.externalUniqueNameThirdPartySlot.description
thirdPartySlot - the third-party slot to create
RemoteException
ApiException
ThirdPartySlotPage 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 slots
RemoteException
ApiException
UpdateResult 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 slots
RemoteException
ApiException
ThirdPartySlot updateThirdPartySlot(ThirdPartySlot thirdPartySlot)
throws RemoteException,
ApiException
ThirdPartySlot.
thirdPartySlot - the third-party slot to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||