com.google.api.adwords.v10
Class CriterionServiceSoapBindingStub

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

public class CriterionServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements CriterionInterface


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
CriterionServiceSoapBindingStub()
           
CriterionServiceSoapBindingStub(javax.xml.rpc.Service service)
           
CriterionServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 Criterion[] addCriteria(Criterion[] criteria)
           
 ApiError[] checkCriteria(Criterion[] criteria, java.lang.String[] languageTarget, GeoTarget geoTarget)
           
protected  org.apache.axis.client.Call createCall()
           
 Criterion[] getAllCriteria(int adGroupId)
           
 Criterion[] getCampaignNegativeCriteria(int campaignId)
           
 Criterion[] getCriteria(int adGroupId, long[] criterionIds)
           
 StatsRecord[] getCriterionStats(int adGroupId, long[] criterionIds, java.util.Date startDay, java.util.Date endDay)
           
 void removeCriteria(int adGroupId, long[] criterionIds)
           
 void setCampaignNegativeCriteria(int campaignId, Criterion[] criteria)
           
 void updateCriteria(Criterion[] criteria)
           
 
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

CriterionServiceSoapBindingStub

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

CriterionServiceSoapBindingStub

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

CriterionServiceSoapBindingStub

public CriterionServiceSoapBindingStub(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

addCriteria

public Criterion[] addCriteria(Criterion[] criteria)
                        throws java.rmi.RemoteException,
                               ApiException
Specified by:
addCriteria in interface CriterionInterface
Throws:
java.rmi.RemoteException
ApiException

checkCriteria

public ApiError[] checkCriteria(Criterion[] criteria,
                                java.lang.String[] languageTarget,
                                GeoTarget geoTarget)
                         throws java.rmi.RemoteException,
                                ApiException
Specified by:
checkCriteria in interface CriterionInterface
Throws:
java.rmi.RemoteException
ApiException

getAllCriteria

public Criterion[] getAllCriteria(int adGroupId)
                           throws java.rmi.RemoteException,
                                  ApiException
Specified by:
getAllCriteria in interface CriterionInterface
Throws:
java.rmi.RemoteException
ApiException

getCampaignNegativeCriteria

public Criterion[] getCampaignNegativeCriteria(int campaignId)
                                        throws java.rmi.RemoteException,
                                               ApiException
Specified by:
getCampaignNegativeCriteria in interface CriterionInterface
Throws:
java.rmi.RemoteException
ApiException

getCriteria

public Criterion[] getCriteria(int adGroupId,
                               long[] criterionIds)
                        throws java.rmi.RemoteException,
                               ApiException
Specified by:
getCriteria in interface CriterionInterface
Throws:
java.rmi.RemoteException
ApiException

getCriterionStats

public StatsRecord[] getCriterionStats(int adGroupId,
                                       long[] criterionIds,
                                       java.util.Date startDay,
                                       java.util.Date endDay)
                                throws java.rmi.RemoteException,
                                       ApiException
Specified by:
getCriterionStats in interface CriterionInterface
Throws:
java.rmi.RemoteException
ApiException

removeCriteria

public void removeCriteria(int adGroupId,
                           long[] criterionIds)
                    throws java.rmi.RemoteException,
                           ApiException
Specified by:
removeCriteria in interface CriterionInterface
Throws:
java.rmi.RemoteException
ApiException

setCampaignNegativeCriteria

public void setCampaignNegativeCriteria(int campaignId,
                                        Criterion[] criteria)
                                 throws java.rmi.RemoteException,
                                        ApiException
Specified by:
setCampaignNegativeCriteria in interface CriterionInterface
Throws:
java.rmi.RemoteException
ApiException

updateCriteria

public void updateCriteria(Criterion[] criteria)
                    throws java.rmi.RemoteException,
                           ApiException
Specified by:
updateCriteria in interface CriterionInterface
Throws:
java.rmi.RemoteException
ApiException


Copyright © 2005 Google Corp. All Rights Reserved.