com.yahoo.marketing.apt
Class PlacementServiceHttpBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.yahoo.marketing.apt.PlacementServiceHttpBindingStub
- All Implemented Interfaces:
- PlacementService, java.rmi.Remote, javax.xml.rpc.Stub
public class PlacementServiceHttpBindingStub
- extends org.apache.axis.client.Stub
- implements PlacementService
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
PlacementServiceHttpBindingStub
public PlacementServiceHttpBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
PlacementServiceHttpBindingStub
public PlacementServiceHttpBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
PlacementServiceHttpBindingStub
public PlacementServiceHttpBindingStub(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
addPlacement
public PlacementResponse addPlacement(Placement placement)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addPlacement
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
addPlacements
public PlacementResponse[] addPlacements(Placement[] placements)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addPlacements
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
deletePlacement
public BasicResponse deletePlacement(long placementID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deletePlacement
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
deletePlacements
public BasicResponse[] deletePlacements(long[] placementIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deletePlacements
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
getPlacement
public Placement getPlacement(long placementID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getPlacement
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
getPlacementCountByAdGroupID
public long getPlacementCountByAdGroupID(long adGroupID,
boolean includeDeleted)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getPlacementCountByAdGroupID
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
getPlacementCountByOrderID
public long getPlacementCountByOrderID(long orderID,
boolean includeDeleted)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getPlacementCountByOrderID
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
getPlacements
public Placement[] getPlacements(long[] placementIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getPlacements
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
getPlacementsByAdGroupID
public Placement[] getPlacementsByAdGroupID(long adGroupID,
boolean includeDeleted)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getPlacementsByAdGroupID
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
getPlacementsByOrderID
public Placement[] getPlacementsByOrderID(long orderID,
boolean includeDeleted)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getPlacementsByOrderID
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
getPlacementsByOrderIDByStatuses
public Placement[] getPlacementsByOrderIDByStatuses(long orderID,
PlacementStatus[] placementStatuses)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getPlacementsByOrderIDByStatuses
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
stopAndTransferPlacement
public PlacementResponse stopAndTransferPlacement(long placementID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
stopAndTransferPlacement
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
stopAndTransferPlacements
public PlacementResponse[] stopAndTransferPlacements(long[] placementIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
stopAndTransferPlacements
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
stopAndTransferPlacementsToNewAdGroup
public PlacementTransferResponse stopAndTransferPlacementsToNewAdGroup(long[] placementIDs,
java.lang.String newAdGroupName,
boolean transferAds)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
stopAndTransferPlacementsToNewAdGroup
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
updatePlacement
public PlacementResponse updatePlacement(Placement placement)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updatePlacement
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault
updatePlacements
public PlacementResponse[] updatePlacements(Placement[] placements)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updatePlacements
in interface PlacementService
- Throws:
java.rmi.RemoteException
ApiFault