public interface CreativeFieldRemote extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCreativeField(long creativeFieldId) |
void |
deleteCreativeFieldValue(long creativeFieldValueId) |
CreativeField |
getCreativeField(long creativeFieldId) |
CreativeFieldRecordSet |
getCreativeFields(CreativeFieldSearchCriteria creativeFieldSearchCriteria) |
CreativeFieldValue |
getCreativeFieldValue(long creativeFieldValueId) |
CreativeFieldValueRecordSet |
getCreativeFieldValues(CreativeFieldValueSearchCriteria creativeFieldValueSearchCriteria) |
CreativeFieldSaveResult |
saveCreativeField(CreativeField creativeField) |
CreativeFieldValueSaveResult |
saveCreativeFieldValue(CreativeFieldValue creativeFieldValue) |
void deleteCreativeField(long creativeFieldId)
throws RemoteException,
ApiException
RemoteExceptionApiExceptionCreativeFieldSaveResult saveCreativeField(CreativeField creativeField) throws RemoteException, ApiException
RemoteExceptionApiExceptionCreativeFieldRecordSet getCreativeFields(CreativeFieldSearchCriteria creativeFieldSearchCriteria) throws RemoteException, ApiException
RemoteExceptionApiExceptionCreativeFieldValueRecordSet getCreativeFieldValues(CreativeFieldValueSearchCriteria creativeFieldValueSearchCriteria) throws RemoteException, ApiException
RemoteExceptionApiExceptionCreativeFieldValue getCreativeFieldValue(long creativeFieldValueId) throws RemoteException, ApiException
RemoteExceptionApiExceptionCreativeFieldValueSaveResult saveCreativeFieldValue(CreativeFieldValue creativeFieldValue) throws RemoteException, ApiException
RemoteExceptionApiExceptionvoid deleteCreativeFieldValue(long creativeFieldValueId)
throws RemoteException,
ApiException
RemoteExceptionApiExceptionCreativeField getCreativeField(long creativeFieldId) throws RemoteException, ApiException
RemoteExceptionApiExceptionCopyright © 2015. All Rights Reserved.