public interface CreativeGroupRemote extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCreativeGroup(long creativeGroupId) |
CreativeGroup |
getCreativeGroup(long id) |
CreativeGroupRecordSet |
getCreativeGroups(CreativeGroupSearchCriteria searchCriteria) |
CreativeGroupSaveResult |
saveCreativeGroup(CreativeGroup creativeGroup) |
CreativeGroupSaveResult saveCreativeGroup(CreativeGroup creativeGroup) throws RemoteException, ApiException
RemoteExceptionApiExceptionvoid deleteCreativeGroup(long creativeGroupId)
throws RemoteException,
ApiException
RemoteExceptionApiExceptionCreativeGroupRecordSet getCreativeGroups(CreativeGroupSearchCriteria searchCriteria) throws RemoteException, ApiException
RemoteExceptionApiExceptionCreativeGroup getCreativeGroup(long id) throws RemoteException, ApiException
RemoteExceptionApiExceptionCopyright © 2015. All Rights Reserved.