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 |
createAdUnit(AdUnit adUnit)
Creates a new
AdUnit. |
AdUnit[] |
createAdUnits(AdUnit[] adUnits)
Creates new
AdUnit objects. |
protected org.apache.axis.client.Call |
createCall() |
AdUnit |
getAdUnit(String adUnitId)
Returns the
AdUnit uniquely identified by the given
ID. |
AdUnitPage |
getAdUnitsByStatement(Statement filterStatement)
|
AdUnitSize[] |
getAdUnitSizesByStatement(Statement filterStatement)
Gets a set of
AdUnitSize objects that satisfy the given
Statement.query. |
UpdateResult |
performAdUnitAction(AdUnitAction adUnitAction,
Statement filterStatement)
Performs actions on
AdUnit objects that match the given
Statement.query. |
AdUnit |
updateAdUnit(AdUnit adUnit)
Updates the specified
AdUnit. |
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 createAdUnit(AdUnit adUnit) throws RemoteException, ApiException
InventoryServiceInterfaceAdUnit.
The following fields are required:
createAdUnit in interface InventoryServiceInterfaceadUnit - the ad unit to createRemoteExceptionApiExceptionpublic AdUnit[] createAdUnits(AdUnit[] adUnits) throws RemoteException, ApiException
InventoryServiceInterfaceAdUnit objects.createAdUnits in interface InventoryServiceInterfaceadUnits - the ad units to createRemoteExceptionApiExceptionpublic AdUnit getAdUnit(String adUnitId) throws RemoteException, ApiException
InventoryServiceInterfaceAdUnit uniquely identified by the given
ID.getAdUnit in interface InventoryServiceInterfaceadUnitId - ID of the ad unit, which must already existAdUnit uniquely identified by the given IDRemoteExceptionApiExceptionpublic AdUnitSize[] getAdUnitSizesByStatement(Statement filterStatement) throws RemoteException, ApiException
InventoryServiceInterfaceAdUnitSize objects that satisfy the given
Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
targetPlatform |
TargetPlatform |
getAdUnitSizesByStatement in interface InventoryServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of ad unit sizesRemoteExceptionApiExceptionpublic 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 updateAdUnit(AdUnit adUnit) throws RemoteException, ApiException
InventoryServiceInterfaceAdUnit.updateAdUnit in interface InventoryServiceInterfaceadUnit - the ad unit to updateRemoteExceptionApiExceptionpublic AdUnit[] updateAdUnits(AdUnit[] adUnits) throws RemoteException, ApiException
InventoryServiceInterfaceAdUnit objects.updateAdUnits in interface InventoryServiceInterfaceadUnits - the ad units to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.