public class PlacementServiceSoapBindingStub extends org.apache.axis.client.Stub implements PlacementServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
PlacementServiceSoapBindingStub() |
PlacementServiceSoapBindingStub(javax.xml.rpc.Service service) |
PlacementServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
Placement |
createPlacement(Placement placement)
Creates a new
Placement. |
Placement[] |
createPlacements(Placement[] placements)
Creates new
Placement objects. |
Placement |
getPlacement(Long placementId)
Returns the
Placement uniquely identified by the given
ID. |
PlacementPage |
getPlacementsByStatement(Statement filterStatement)
|
UpdateResult |
performPlacementAction(PlacementAction placementAction,
Statement filterStatement)
Performs actions on
Placement objects that match the
given
Statement.query. |
Placement |
updatePlacement(Placement placement)
Updates the specified
Placement. |
Placement[] |
updatePlacements(Placement[] placements)
Updates the specified
Placement 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 PlacementServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic PlacementServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic PlacementServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic Placement createPlacement(Placement placement) throws RemoteException, ApiException
PlacementServiceInterfacePlacement.
The following fields are required:
createPlacement in interface PlacementServiceInterfaceplacement - the placement to createRemoteExceptionApiExceptionpublic Placement[] createPlacements(Placement[] placements) throws RemoteException, ApiException
PlacementServiceInterfacePlacement objects.createPlacements in interface PlacementServiceInterfaceplacements - the placements to createRemoteExceptionApiExceptionpublic Placement getPlacement(Long placementId) throws RemoteException, ApiException
PlacementServiceInterfacePlacement uniquely identified by the given
ID.getPlacement in interface PlacementServiceInterfaceplacementId - ID of the placement, which must already existPlacement uniquely identified by the given IDRemoteExceptionApiExceptionpublic PlacementPage getPlacementsByStatement(Statement filterStatement) throws RemoteException, ApiException
PlacementServiceInterfacePlacementPage of Placement objects that
satisfy the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
description |
Placement.description |
id |
Placement.id |
isAdSenseTargetingEnabled |
Placement.isAdSenseTargetingEnabled |
name |
Placement.name |
placementCode |
Placement.placementCode |
status |
Placement.status |
lastModifiedDateTime |
Placement.lastModifiedDateTime |
getPlacementsByStatement in interface PlacementServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of placementsRemoteExceptionApiExceptionpublic UpdateResult performPlacementAction(PlacementAction placementAction, Statement filterStatement) throws RemoteException, ApiException
PlacementServiceInterfacePlacement objects that match the
given
Statement.query.performPlacementAction in interface PlacementServiceInterfaceplacementAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of placementsRemoteExceptionApiExceptionpublic Placement updatePlacement(Placement placement) throws RemoteException, ApiException
PlacementServiceInterfacePlacement.updatePlacement in interface PlacementServiceInterfaceplacement - the placement to updateRemoteExceptionApiExceptionpublic Placement[] updatePlacements(Placement[] placements) throws RemoteException, ApiException
PlacementServiceInterfacePlacement objects.updatePlacements in interface PlacementServiceInterfaceplacements - the placements to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.