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 |
createCreativeWrapper(CreativeWrapper creativeWrapper)
Creates a new
CreativeWrapper. |
CreativeWrapper[] |
createCreativeWrappers(CreativeWrapper[] creativeWrappers)
Creates a new
CreativeWrapper objects. |
CreativeWrapper |
getCreativeWrapper(Long creativeWrapperId)
Returns the
CreativeWrapper uniquely identified by
the given
ID. |
CreativeWrapperPage |
getCreativeWrappersByStatement(Statement filterStatement)
|
UpdateResult |
performCreativeWrapperAction(CreativeWrapperAction creativeWrapperAction,
Statement filterStatement)
Performs actions on
CreativeWrapper objects that match
the
given Statement.query. |
CreativeWrapper |
updateCreativeWrapper(CreativeWrapper creativeWrapper)
Updates the specified
CreativeWrapper. |
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 createCreativeWrapper(CreativeWrapper creativeWrapper) throws RemoteException, ApiException
CreativeWrapperServiceInterfaceCreativeWrapper.
The following fields are required:
createCreativeWrapper in interface CreativeWrapperServiceInterfacecreativeWrapper - the creative wrapper to createApiExceptionRemoteExceptionpublic CreativeWrapper[] createCreativeWrappers(CreativeWrapper[] creativeWrappers) throws RemoteException, ApiException
CreativeWrapperServiceInterfaceCreativeWrapper objects.
The following fields are required:
createCreativeWrappers in interface CreativeWrapperServiceInterfacecreativeWrappers - the creative wrappers to createApiExceptionRemoteExceptionpublic CreativeWrapper getCreativeWrapper(Long creativeWrapperId) throws RemoteException, ApiException
CreativeWrapperServiceInterfaceCreativeWrapper uniquely identified by
the given
ID.getCreativeWrapper in interface CreativeWrapperServiceInterfacecreativeWrapperId - the ID of the creative wrapper, which
must already existCreativeWrapper uniquely identified by the given
IDApiExceptionRemoteExceptionpublic 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 updateCreativeWrapper(CreativeWrapper creativeWrapper) throws RemoteException, ApiException
CreativeWrapperServiceInterfaceCreativeWrapper.updateCreativeWrapper in interface CreativeWrapperServiceInterfacecreativeWrapper - the creative wrapper to updateApiExceptionRemoteExceptionpublic CreativeWrapper[] updateCreativeWrappers(CreativeWrapper[] creativeWrappers) throws RemoteException, ApiException
CreativeWrapperServiceInterfaceCreativeWrapper objects.updateCreativeWrappers in interface CreativeWrapperServiceInterfacecreativeWrappers - the creative wrappers to updateApiExceptionRemoteExceptionCopyright © 2013. All Rights Reserved.