public class InventoryServiceSoapBindingStub extends org.apache.axis.client.Stub implements InventoryServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
InventoryServiceSoapBindingStub() |
InventoryServiceSoapBindingStub(javax.xml.rpc.Service service) |
InventoryServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
AdUnit[] |
createAdUnits(AdUnit[] adUnits)
Creates new
AdUnit objects. |
protected org.apache.axis.client.Call |
createCall() |
AdUnitPage |
getAdUnitsByStatement(Statement filterStatement)
|
AdUnitSize[] |
getAdUnitSizesByStatement(Statement filterStatement)
Returns a set of all relevant
AdUnitSize objects. |
UpdateResult |
performAdUnitAction(AdUnitAction adUnitAction,
Statement filterStatement)
Performs actions on
AdUnit objects that match the given
Statement.query. |
AdUnit[] |
updateAdUnits(AdUnit[] adUnits)
Updates the specified
AdUnit 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 InventoryServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic InventoryServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic InventoryServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic AdUnit[] createAdUnits(AdUnit[] adUnits) throws RemoteException, ApiException
InventoryServiceInterfaceAdUnit objects.createAdUnits in interface InventoryServiceInterfaceadUnits - the ad units to createRemoteExceptionApiExceptionpublic AdUnitSize[] getAdUnitSizesByStatement(Statement filterStatement) throws RemoteException, ApiException
InventoryServiceInterfaceAdUnitSize objects.
The given Statement is currently ignored but may
be honored in future versions.
getAdUnitSizesByStatement in interface InventoryServiceInterfacefilterStatement - currently ignored but may be honored in future
versionsRemoteExceptionApiExceptionpublic AdUnitPage getAdUnitsByStatement(Statement filterStatement) throws RemoteException, ApiException
InventoryServiceInterfaceAdUnitPage of AdUnit objects that satisfy
the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
adUnitCode |
AdUnit.adUnitCode |
id |
AdUnit.id |
name |
AdUnit.name |
parentId |
AdUnit.parentId |
status |
AdUnit.status |
lastModifiedDateTime |
AdUnit.lastModifiedDateTime |
getAdUnitsByStatement in interface InventoryServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of ad unitsRemoteExceptionApiExceptionpublic UpdateResult performAdUnitAction(AdUnitAction adUnitAction, Statement filterStatement) throws RemoteException, ApiException
InventoryServiceInterfaceAdUnit objects that match the given
Statement.query.performAdUnitAction in interface InventoryServiceInterfaceadUnitAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of ad unitsRemoteExceptionApiExceptionpublic AdUnit[] updateAdUnits(AdUnit[] adUnits) throws RemoteException, ApiException
InventoryServiceInterfaceAdUnit objects.updateAdUnits in interface InventoryServiceInterfaceadUnits - the ad units to updateRemoteExceptionApiExceptionCopyright © 2020. All rights reserved.