public class CreativeWrapperServiceSoapBindingStub extends org.apache.axis.client.Stub implements CreativeWrapperServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
CreativeWrapperServiceSoapBindingStub() |
CreativeWrapperServiceSoapBindingStub(javax.xml.rpc.Service service) |
CreativeWrapperServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
CreativeWrapper[] |
createCreativeWrappers(CreativeWrapper[] creativeWrappers)
Creates a new
CreativeWrapper objects. |
CreativeWrapperPage |
getCreativeWrappersByStatement(Statement filterStatement)
|
UpdateResult |
performCreativeWrapperAction(CreativeWrapperAction creativeWrapperAction,
Statement filterStatement)
Performs actions on
CreativeWrapper objects that match
the
given Statement.query. |
CreativeWrapper[] |
updateCreativeWrappers(CreativeWrapper[] creativeWrappers)
Updates the specified
CreativeWrapper 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 CreativeWrapperServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CreativeWrapperServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CreativeWrapperServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic CreativeWrapper[] createCreativeWrappers(CreativeWrapper[] creativeWrappers) throws RemoteException, ApiException
CreativeWrapperServiceInterfaceCreativeWrapper objects.
The following fields are required:
createCreativeWrappers in interface CreativeWrapperServiceInterfacecreativeWrappers - the creative wrappers to createApiExceptionRemoteExceptionpublic CreativeWrapperPage getCreativeWrappersByStatement(Statement filterStatement) throws RemoteException, ApiException
CreativeWrapperServiceInterfaceCreativeWrapperPage of CreativeWrapper
objects that satisfy the given Statement.query. The following
fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CreativeWrapper.id |
labelId |
CreativeWrapper.labelId |
status |
CreativeWrapper.status |
ordering |
CreativeWrapper.ordering |
getCreativeWrappersByStatement in interface CreativeWrapperServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of creative wrappers.RemoteExceptionApiExceptionpublic UpdateResult performCreativeWrapperAction(CreativeWrapperAction creativeWrapperAction, Statement filterStatement) throws RemoteException, ApiException
CreativeWrapperServiceInterfaceCreativeWrapper objects that match
the
given Statement.query.performCreativeWrapperAction in interface CreativeWrapperServiceInterfacecreativeWrapperAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of labelsRemoteExceptionApiExceptionpublic CreativeWrapper[] updateCreativeWrappers(CreativeWrapper[] creativeWrappers) throws RemoteException, ApiException
CreativeWrapperServiceInterfaceCreativeWrapper objects.updateCreativeWrappers in interface CreativeWrapperServiceInterfacecreativeWrappers - the creative wrappers to updateApiExceptionRemoteExceptionCopyright © 2014. All Rights Reserved.