public interface CreativeWrapperServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
CreativeWrapper |
createCreativeWrapper(CreativeWrapper creativeWrapper)
Creates a new
CreativeWrapper. |
CreativeWrapper[] |
createCreativeWrappers(CreativeWrapper[] creativeWrappers)
Creates a new
CreativeWrapper objects. |
CreativeWrapper |
getCreativeWrapper(Long creativeWrapperId)
Returns the
CreativeWrapper uniquely identified by
the given
ID. |
CreativeWrapperPage |
getCreativeWrappersByStatement(Statement filterStatement)
|
UpdateResult |
performCreativeWrapperAction(CreativeWrapperAction creativeWrapperAction,
Statement filterStatement)
Performs actions on
CreativeWrapper objects that match
the
given Statement.query. |
CreativeWrapper |
updateCreativeWrapper(CreativeWrapper creativeWrapper)
Updates the specified
CreativeWrapper. |
CreativeWrapper[] |
updateCreativeWrappers(CreativeWrapper[] creativeWrappers)
Updates the specified
CreativeWrapper objects. |
CreativeWrapper createCreativeWrapper(CreativeWrapper creativeWrapper) throws RemoteException, ApiException
CreativeWrapper.
The following fields are required:
creativeWrapper - the creative wrapper to createApiExceptionRemoteExceptionCreativeWrapper[] createCreativeWrappers(CreativeWrapper[] creativeWrappers) throws RemoteException, ApiException
CreativeWrapper objects.
The following fields are required:
creativeWrappers - the creative wrappers to createApiExceptionRemoteExceptionCreativeWrapper getCreativeWrapper(Long creativeWrapperId) throws RemoteException, ApiException
CreativeWrapper uniquely identified by
the given
ID.creativeWrapperId - the ID of the creative wrapper, which
must already existCreativeWrapper uniquely identified by the given
IDApiExceptionRemoteExceptionCreativeWrapperPage getCreativeWrappersByStatement(Statement filterStatement) throws RemoteException, ApiException
CreativeWrapperPage of CreativeWrapper
objects that satisfy the given Statement.query. The following
fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CreativeWrapper.id |
labelId |
CreativeWrapper.labelId |
status |
CreativeWrapper.status |
ordering |
CreativeWrapper.ordering |
filterStatement - a Publisher Query Language statement used to
filter
a set of creative wrappers.RemoteExceptionApiExceptionUpdateResult performCreativeWrapperAction(CreativeWrapperAction creativeWrapperAction, Statement filterStatement) throws RemoteException, ApiException
CreativeWrapper objects that match
the
given Statement.query.creativeWrapperAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of labelsRemoteExceptionApiExceptionCreativeWrapper updateCreativeWrapper(CreativeWrapper creativeWrapper) throws RemoteException, ApiException
CreativeWrapper.creativeWrapper - the creative wrapper to updateApiExceptionRemoteExceptionCreativeWrapper[] updateCreativeWrappers(CreativeWrapper[] creativeWrappers) throws RemoteException, ApiException
CreativeWrapper objects.creativeWrappers - the creative wrappers to updateApiExceptionRemoteExceptionCopyright © 2014. All Rights Reserved.