public class CreativeSetServiceSoapBindingStub extends org.apache.axis.client.Stub implements CreativeSetServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
CreativeSetServiceSoapBindingStub() |
CreativeSetServiceSoapBindingStub(javax.xml.rpc.Service service) |
CreativeSetServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
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)
|
CreativeSet |
updateCreativeSet(CreativeSet creativeSet)
Updates the specified
CreativeSet. |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic CreativeSetServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CreativeSetServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CreativeSetServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic CreativeSet createCreativeSet(CreativeSet creativeSet) throws RemoteException, ApiException
CreativeSetServiceInterfaceCreativeSet.createCreativeSet in interface CreativeSetServiceInterfacecreativeSet - the creative set to createRemoteExceptionApiExceptionpublic CreativeSet getCreativeSet(Long creativeSetId) throws RemoteException, ApiException
CreativeSetServiceInterfaceCreativeSet uniquely identified by the
given ID.getCreativeSet in interface CreativeSetServiceInterfacecreativeSetId - the ID of the creative set, which must already
existCreativeSet uniquely identified by the given IDRemoteExceptionApiExceptionpublic CreativeSetPage getCreativeSetsByStatement(Statement statement) throws RemoteException, ApiException
CreativeSetServiceInterfaceCreativeSetPage 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 |
lastModifiedDateTime |
CreativeSet#lastModifiedDateTime |
getCreativeSetsByStatement in interface CreativeSetServiceInterfaceRemoteExceptionApiExceptionpublic CreativeSet updateCreativeSet(CreativeSet creativeSet) throws RemoteException, ApiException
CreativeSetServiceInterfaceCreativeSet.updateCreativeSet in interface CreativeSetServiceInterfacecreativeSet - the creative set to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.