com.google.api.adwords.v11
Class AdGroupServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.google.api.adwords.v11.AdGroupServiceSoapBindingStub
All Implemented Interfaces:
AdGroupInterface, java.rmi.Remote, javax.xml.rpc.Stub

public class AdGroupServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements AdGroupInterface


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
AdGroupServiceSoapBindingStub()
           
AdGroupServiceSoapBindingStub(javax.xml.rpc.Service service)
           
AdGroupServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 AdGroup addAdGroup(int campaignID, AdGroup newData)
           
 AdGroup[] addAdGroupList(int campaignID, AdGroup[] newData)
           
protected  org.apache.axis.client.Call createCall()
           
 AdGroup getAdGroup(int adGroupId)
           
 AdGroup[] getAdGroupList(int[] adgroupIDs)
           
 StatsRecord[] getAdGroupStats(int campaignId, int[] adGroupIds, java.util.Date startDay, java.util.Date endDay)
           
 AdGroup[] getAllAdGroups(int campaignID)
           
 void updateAdGroup(AdGroup changedData)
           
 void updateAdGroupList(AdGroup[] changedData)
           
 
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

AdGroupServiceSoapBindingStub

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

AdGroupServiceSoapBindingStub

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

AdGroupServiceSoapBindingStub

public AdGroupServiceSoapBindingStub(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 java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addAdGroup

public AdGroup addAdGroup(int campaignID,
                          AdGroup newData)
                   throws java.rmi.RemoteException,
                          ApiException
Specified by:
addAdGroup in interface AdGroupInterface
Throws:
java.rmi.RemoteException
ApiException

addAdGroupList

public AdGroup[] addAdGroupList(int campaignID,
                                AdGroup[] newData)
                         throws java.rmi.RemoteException,
                                ApiException
Specified by:
addAdGroupList in interface AdGroupInterface
Throws:
java.rmi.RemoteException
ApiException

getAdGroup

public AdGroup getAdGroup(int adGroupId)
                   throws java.rmi.RemoteException,
                          ApiException
Specified by:
getAdGroup in interface AdGroupInterface
Throws:
java.rmi.RemoteException
ApiException

getAdGroupList

public AdGroup[] getAdGroupList(int[] adgroupIDs)
                         throws java.rmi.RemoteException,
                                ApiException
Specified by:
getAdGroupList in interface AdGroupInterface
Throws:
java.rmi.RemoteException
ApiException

getAdGroupStats

public StatsRecord[] getAdGroupStats(int campaignId,
                                     int[] adGroupIds,
                                     java.util.Date startDay,
                                     java.util.Date endDay)
                              throws java.rmi.RemoteException,
                                     ApiException
Specified by:
getAdGroupStats in interface AdGroupInterface
Throws:
java.rmi.RemoteException
ApiException

getAllAdGroups

public AdGroup[] getAllAdGroups(int campaignID)
                         throws java.rmi.RemoteException,
                                ApiException
Specified by:
getAllAdGroups in interface AdGroupInterface
Throws:
java.rmi.RemoteException
ApiException

updateAdGroup

public void updateAdGroup(AdGroup changedData)
                   throws java.rmi.RemoteException,
                          ApiException
Specified by:
updateAdGroup in interface AdGroupInterface
Throws:
java.rmi.RemoteException
ApiException

updateAdGroupList

public void updateAdGroupList(AdGroup[] changedData)
                       throws java.rmi.RemoteException,
                              ApiException
Specified by:
updateAdGroupList in interface AdGroupInterface
Throws:
java.rmi.RemoteException
ApiException


Copyright © 2005 Google Corp. All Rights Reserved.