com.yahoo.marketing.apt
Class AdGroupServiceHttpBindingStub
java.lang.Object
org.apache.axis.client.Stub
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
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 |
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 |
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
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
_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