|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CreativeServiceInterface
| Method Summary | |
|---|---|
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)
Gets a CreativePage of Creative objects that
satisfy the
given Statement.query. |
Creative |
updateCreative(Creative creative)
Updates the specified Creative. |
Creative[] |
updateCreatives(Creative[] creatives)
Updates the specified Creative objects. |
| Method Detail |
|---|
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 create
RemoteException
ApiException
Creative[] createCreatives(Creative[] creatives)
throws RemoteException,
ApiException
Creative objects.
creatives - the creatives to create
RemoteException
ApiException
Creative getCreative(Long creativeId)
throws RemoteException,
ApiException
Creative uniquely identified by the given
ID.
creativeId - the ID of the creative, which must already exist
Creative uniquely identified by the given ID
RemoteException
ApiException
CreativePage 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 |
filterStatement - a Publisher Query Language statement used to
filter
a set of creatives
RemoteException
ApiException
Creative updateCreative(Creative creative)
throws RemoteException,
ApiException
Creative.
creative - the creative to update
RemoteException
ApiException
Creative[] updateCreatives(Creative[] creatives)
throws RemoteException,
ApiException
Creative objects.
creatives - the creatives to update
RemoteException
ApiException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||