com.yahoo.marketing.apt
Class AdGroupServiceHttpBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.yahoo.marketing.apt.AdGroupServiceHttpBindingStub
All Implemented Interfaces:
AdGroupService, java.rmi.Remote, javax.xml.rpc.Stub

public class AdGroupServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements AdGroupService


Field Summary
(package private) static org.apache.axis.description.OperationDesc[] _operations
           
private  java.util.Vector cachedDeserFactories
           
private  java.util.Vector cachedSerClasses
           
private  java.util.Vector cachedSerFactories
           
private  java.util.Vector cachedSerQNames
           
 
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
AdGroupServiceHttpBindingStub()
           
AdGroupServiceHttpBindingStub(javax.xml.rpc.Service service)
           
AdGroupServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 AdGroupResponse addAdGroup(AdGroup adGroup)
           
 AdGroupResponse[] addAdGroups(AdGroup[] adGroups)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse deleteAdGroup(long adGroupID)
           
 BasicResponse[] deleteAdGroups(long[] adGroupIDS)
           
 BasicResponse deletePixelFromAdGroup(long adGroupID)
           
 AdGroup getAdGroup(long adGroupID)
           
 long getAdGroupCountByOrderID(long orderID)
           
 Pixel getAdGroupPixel(long adGroupID)
           
 AdGroup[] getAdGroups(long[] adGroupIDS)
           
 AdGroup[] getAdGroupsByOrderID(long orderID, int startElement, int numElements)
           
 TargetingProfile getAdGroupTargetingProfile(long adGroupID)
           
 TargetingProfile[] getAdGroupTargetingProfiles(long[] adGroupIDs)
           
 BasicResponse setAdGroupPixel(long adGroupID, long pixelID)
           
 BasicResponse setAdGroupTargetingProfile(long adGroupID, long targetingProfileID)
           
 AdGroupResponse updateAdGroup(AdGroup adGroup)
           
 AdGroupResponse[] updateAdGroups(AdGroup[] adGroups)
           
 
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
 

Field Detail

cachedSerClasses

private java.util.Vector cachedSerClasses

cachedSerQNames

private java.util.Vector cachedSerQNames

cachedSerFactories

private java.util.Vector cachedSerFactories

cachedDeserFactories

private java.util.Vector cachedDeserFactories

_operations

static org.apache.axis.description.OperationDesc[] _operations
Constructor Detail

AdGroupServiceHttpBindingStub

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

AdGroupServiceHttpBindingStub

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

AdGroupServiceHttpBindingStub

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

_initOperationDesc1

private static void _initOperationDesc1()

_initOperationDesc2

private static void _initOperationDesc2()

createCall

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

addAdGroup

public AdGroupResponse addAdGroup(AdGroup adGroup)
                           throws java.rmi.RemoteException,
                                  ApiFault
Specified by:
addAdGroup in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

addAdGroups

public AdGroupResponse[] addAdGroups(AdGroup[] adGroups)
                              throws java.rmi.RemoteException,
                                     ApiFault
Specified by:
addAdGroups in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

deleteAdGroup

public BasicResponse deleteAdGroup(long adGroupID)
                            throws java.rmi.RemoteException,
                                   ApiFault
Specified by:
deleteAdGroup in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

deleteAdGroups

public BasicResponse[] deleteAdGroups(long[] adGroupIDS)
                               throws java.rmi.RemoteException,
                                      ApiFault
Specified by:
deleteAdGroups in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

deletePixelFromAdGroup

public BasicResponse deletePixelFromAdGroup(long adGroupID)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Specified by:
deletePixelFromAdGroup in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

getAdGroup

public AdGroup getAdGroup(long adGroupID)
                   throws java.rmi.RemoteException,
                          ApiFault
Specified by:
getAdGroup in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

getAdGroupCountByOrderID

public long getAdGroupCountByOrderID(long orderID)
                              throws java.rmi.RemoteException,
                                     ApiFault
Specified by:
getAdGroupCountByOrderID in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

getAdGroupPixel

public Pixel getAdGroupPixel(long adGroupID)
                      throws java.rmi.RemoteException,
                             ApiFault
Specified by:
getAdGroupPixel in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

getAdGroupTargetingProfile

public TargetingProfile getAdGroupTargetingProfile(long adGroupID)
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Specified by:
getAdGroupTargetingProfile in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

getAdGroupTargetingProfiles

public TargetingProfile[] getAdGroupTargetingProfiles(long[] adGroupIDs)
                                               throws java.rmi.RemoteException,
                                                      ApiFault
Specified by:
getAdGroupTargetingProfiles in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

getAdGroups

public AdGroup[] getAdGroups(long[] adGroupIDS)
                      throws java.rmi.RemoteException,
                             ApiFault
Specified by:
getAdGroups in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

getAdGroupsByOrderID

public AdGroup[] getAdGroupsByOrderID(long orderID,
                                      int startElement,
                                      int numElements)
                               throws java.rmi.RemoteException,
                                      ApiFault
Specified by:
getAdGroupsByOrderID in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

setAdGroupPixel

public BasicResponse setAdGroupPixel(long adGroupID,
                                     long pixelID)
                              throws java.rmi.RemoteException,
                                     ApiFault
Specified by:
setAdGroupPixel in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

setAdGroupTargetingProfile

public BasicResponse setAdGroupTargetingProfile(long adGroupID,
                                                long targetingProfileID)
                                         throws java.rmi.RemoteException,
                                                ApiFault
Specified by:
setAdGroupTargetingProfile in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

updateAdGroup

public AdGroupResponse updateAdGroup(AdGroup adGroup)
                              throws java.rmi.RemoteException,
                                     ApiFault
Specified by:
updateAdGroup in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault

updateAdGroups

public AdGroupResponse[] updateAdGroups(AdGroup[] adGroups)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
updateAdGroups in interface AdGroupService
Throws:
java.rmi.RemoteException
ApiFault