public class CreativeServiceSoapBindingStub extends org.apache.axis.client.Stub implements CreativeServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
CreativeServiceSoapBindingStub() |
CreativeServiceSoapBindingStub(javax.xml.rpc.Service service) |
CreativeServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
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)
|
Creative |
updateCreative(Creative creative)
Updates the specified
Creative. |
Creative[] |
updateCreatives(Creative[] creatives)
Updates the specified
Creative objects. |
_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 CreativeServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CreativeServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CreativeServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic Creative createCreative(Creative creative) throws RemoteException, ApiException
CreativeServiceInterfaceCreative.
The following fields are required along with the required
fields of the
sub-class:
createCreative in interface CreativeServiceInterfacecreative - the creative to createRemoteExceptionApiExceptionpublic Creative[] createCreatives(Creative[] creatives) throws RemoteException, ApiException
CreativeServiceInterfaceCreative objects.createCreatives in interface CreativeServiceInterfacecreatives - the creatives to createRemoteExceptionApiExceptionpublic Creative getCreative(Long creativeId) throws RemoteException, ApiException
CreativeServiceInterfaceCreative uniquely identified by the given
ID.getCreative in interface CreativeServiceInterfacecreativeId - the ID of the creative, which must already existCreative uniquely identified by the given IDRemoteExceptionApiExceptionpublic CreativePage getCreativesByStatement(Statement filterStatement) throws RemoteException, ApiException
CreativeServiceInterfaceCreativePage 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 |
lastModifiedDateTime |
Creative.lastModifiedDateTime |
getCreativesByStatement in interface CreativeServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of creativesRemoteExceptionApiExceptionpublic Creative updateCreative(Creative creative) throws RemoteException, ApiException
CreativeServiceInterfaceCreative.updateCreative in interface CreativeServiceInterfacecreative - the creative to updateRemoteExceptionApiExceptionpublic Creative[] updateCreatives(Creative[] creatives) throws RemoteException, ApiException
CreativeServiceInterfaceCreative objects.updateCreatives in interface CreativeServiceInterfacecreatives - the creatives to updateRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.