com.google.api.ads.dfp.axis.v201206
Class SuggestedAdUnitServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.google.api.ads.dfp.axis.v201206.SuggestedAdUnitServiceSoapBindingStub
All Implemented Interfaces:
SuggestedAdUnitServiceInterface, Remote, javax.xml.rpc.Stub

public class SuggestedAdUnitServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements SuggestedAdUnitServiceInterface


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
SuggestedAdUnitServiceSoapBindingStub()
           
SuggestedAdUnitServiceSoapBindingStub(javax.xml.rpc.Service service)
           
SuggestedAdUnitServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 SuggestedAdUnit getSuggestedAdUnit(String suggestedAdUnitId)
          Returns the SuggestedAdUnit uniquely identified by the given ID.
 SuggestedAdUnitPage getSuggestedAdUnitsByStatement(Statement filterStatement)
          Gets a SuggestedAdUnitPage of SuggestedAdUnit objects that satisfy the filter query.
 SuggestedAdUnitUpdateResult performSuggestedAdUnitAction(SuggestedAdUnitAction suggestedAdUnitAction, Statement filterStatement)
          Performs actions on SuggestedAdUnit objects that match the given Statement.query.
 
Methods inherited from class org.apache.axis.client.Stub
_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, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestedAdUnitServiceSoapBindingStub

public SuggestedAdUnitServiceSoapBindingStub()
                                      throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

SuggestedAdUnitServiceSoapBindingStub

public SuggestedAdUnitServiceSoapBindingStub(URL endpointURL,
                                             javax.xml.rpc.Service service)
                                      throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

SuggestedAdUnitServiceSoapBindingStub

public SuggestedAdUnitServiceSoapBindingStub(javax.xml.rpc.Service service)
                                      throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws RemoteException
Throws:
RemoteException

getSuggestedAdUnit

public SuggestedAdUnit getSuggestedAdUnit(String suggestedAdUnitId)
                                   throws RemoteException,
                                          ApiException
Description copied from interface: SuggestedAdUnitServiceInterface
Returns the SuggestedAdUnit uniquely identified by the given ID.

Specified by:
getSuggestedAdUnit in interface SuggestedAdUnitServiceInterface
Parameters:
suggestedAdUnitId - the ID of the SuggestedAdUnit, which must already exist.
Throws:
RemoteException
ApiException

getSuggestedAdUnitsByStatement

public SuggestedAdUnitPage getSuggestedAdUnitsByStatement(Statement filterStatement)
                                                   throws RemoteException,
                                                          ApiException
Description copied from interface: SuggestedAdUnitServiceInterface
Gets a SuggestedAdUnitPage of SuggestedAdUnit objects that satisfy the filter query. There is a system-enforced limit of 1000 on the number of suggested ad units that are suggested at any one time.
PQL Property Object Property
id SuggestedAdUnit.id
numRequests SuggestedAdUnit.numRequests

Specified by:
getSuggestedAdUnitsByStatement in interface SuggestedAdUnitServiceInterface
Parameters:
filterStatement - a Publisher Query Language statement used to filter a set of suggested ad units
Returns:
the suggested ad units that match the given filter
Throws:
RemoteException
ApiException

performSuggestedAdUnitAction

public SuggestedAdUnitUpdateResult performSuggestedAdUnitAction(SuggestedAdUnitAction suggestedAdUnitAction,
                                                                Statement filterStatement)
                                                         throws RemoteException,
                                                                ApiException
Description copied from interface: SuggestedAdUnitServiceInterface
Performs actions on SuggestedAdUnit objects that match the given Statement.query. The following fields are supported for filtering:
PQL Property Object Property
id SuggestedAdUnit.id
numRequests SuggestedAdUnit.numRequests

Specified by:
performSuggestedAdUnitAction in interface SuggestedAdUnitServiceInterface
Parameters:
suggestedAdUnitAction - the action to perform
filterStatement - a Publisher Query Language statement used to filter a set of suggested ad units
Returns:
the result of the action performed
Throws:
RemoteException
ApiException


Copyright © 2012. All Rights Reserved.