public interface CreativeServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
Creative |
createCreative(Creative creative)
Creates a new
Creative. |
Creative[] |
createCreatives(Creative[] creatives)
Creates new
Creative objects. |
Creative |
getCreative(Long creativeId)
Returns the
Creative uniquely identified by the given
ID. |
CreativePage |
getCreativesByStatement(Statement filterStatement)
|
Creative |
updateCreative(Creative creative)
Updates the specified
Creative. |
Creative[] |
updateCreatives(Creative[] creatives)
Updates the specified
Creative objects. |
Creative createCreative(Creative creative) throws RemoteException, ApiException
Creative.
The following fields are required along with the required
fields of the
sub-class:
creative - the creative to createRemoteExceptionApiExceptionCreative[] createCreatives(Creative[] creatives) throws RemoteException, ApiException
Creative objects.creatives - the creatives to createRemoteExceptionApiExceptionCreative getCreative(Long creativeId) throws RemoteException, ApiException
Creative uniquely identified by the given
ID.creativeId - the ID of the creative, which must already existCreative uniquely identified by the given IDRemoteExceptionApiExceptionCreativePage getCreativesByStatement(Statement filterStatement) throws RemoteException, ApiException
CreativePage of Creative objects that
satisfy the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
Creative.id |
name |
Creative.name |
advertiserId |
Creative.advertiserId |
width |
Creative.size |
height |
Creative.size |
lastModifiedDateTime |
Creative.lastModifiedDateTime |
filterStatement - a Publisher Query Language statement used to
filter
a set of creativesRemoteExceptionApiExceptionCreative updateCreative(Creative creative) throws RemoteException, ApiException
Creative.creative - the creative to updateRemoteExceptionApiExceptionCreative[] updateCreatives(Creative[] creatives) throws RemoteException, ApiException
Creative objects.creatives - the creatives to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.