|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CreativeSetServiceInterface
| Method Summary | |
|---|---|
CreativeSet |
createCreativeSet(CreativeSet creativeSet)
Creates a new CreativeSet. |
CreativeSet |
getCreativeSet(Long creativeSetId)
Returns the CreativeSet uniquely identified by the
given ID. |
CreativeSetPage |
getCreativeSetsByStatement(Statement statement)
Gets a CreativeSetPage of CreativeSet objects
that satisfy the
given Statement.query. |
CreativeSet |
updateCreativeSet(CreativeSet creativeSet)
Updates the specified CreativeSet. |
| Method Detail |
|---|
CreativeSet createCreativeSet(CreativeSet creativeSet)
throws RemoteException,
ApiException
CreativeSet.
creativeSet - the creative set to create
RemoteException
ApiException
CreativeSet getCreativeSet(Long creativeSetId)
throws RemoteException,
ApiException
CreativeSet uniquely identified by the
given ID.
creativeSetId - the ID of the creative set, which must already
exist
CreativeSet uniquely identified by the given ID
RemoteException
ApiException
CreativeSetPage getCreativeSetsByStatement(Statement statement)
throws RemoteException,
ApiException
CreativeSetPage of CreativeSet objects
that satisfy the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
CreativeSet.id |
name |
CreativeSet.name |
masterCreativeId |
CreativeSet.masterCreativeId |
filterStatement - a Publisher Query Language statement used to
filter
a set of creative sets
RemoteException
ApiException
CreativeSet updateCreativeSet(CreativeSet creativeSet)
throws RemoteException,
ApiException
CreativeSet.
creativeSet - the creative set to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||