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[] |
createCreatives(Creative[] creatives)
Creates new
Creative objects. |
CreativePage |
getCreativesByStatement(Statement filterStatement)
|
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[] createCreatives(Creative[] creatives) throws RemoteException, ApiException
CreativeServiceInterfaceCreative objects.createCreatives in interface CreativeServiceInterfacecreatives - the creatives to createRemoteExceptionApiExceptionpublic 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[] updateCreatives(Creative[] creatives) throws RemoteException, ApiException
CreativeServiceInterfaceCreative objects.updateCreatives in interface CreativeServiceInterfacecreatives - the creatives to updateRemoteExceptionApiExceptionCopyright © 2019. All rights reserved.