com.yahoo.marketing.apt
Class ReportServiceHttpBindingStub

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

public class ReportServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements ReportService


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
ReportServiceHttpBindingStub()
           
ReportServiceHttpBindingStub(javax.xml.rpc.Service service)
           
ReportServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 long addSavedReportRequest(ReportRequest reportRequest)
           
 ScheduledReportResponse addScheduledReport(ScheduledReport scheduledReport)
           
 long addScheduledReportRequest(long scheduledReportID)
           
 ScheduledReportResponse[] addScheduledReports(ScheduledReport[] scheduledReports)
           
 boolean booksClosed(ReportRequest reportRequest)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse deleteSavedReport(long reportID)
           
 BasicResponse[] deleteSavedReports(long[] reportIDs)
           
 BasicResponse deleteScheduledReport(long scheduledReportID)
           
 BasicResponse[] deleteScheduledReports(long[] scheduledReportIDs)
           
 Report[] getAvailableReports()
           
 ReportInfo[] getSavedReportList(boolean onlyReady)
           
 ReportStatus getSavedReportStatus(long reportID, DeliveryFormat fileFormat)
           
 ScheduledReport getScheduledReport(long scheduledReportID)
           
 ScheduledReport[] getScheduledReports(long[] scheduledReportIDs)
           
 ScheduledReport[] getScheduledReportsForUser()
           
 ScheduledReportResponse updateScheduledReport(ScheduledReport scheduledReport)
           
 ScheduledReportResponse[] updateScheduledReports(ScheduledReport[] scheduledReports)
           
 
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

ReportServiceHttpBindingStub

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

ReportServiceHttpBindingStub

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

ReportServiceHttpBindingStub

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

addSavedReportRequest

public long addSavedReportRequest(ReportRequest reportRequest)
                           throws java.rmi.RemoteException,
                                  ApiFault
Specified by:
addSavedReportRequest in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

addScheduledReport

public ScheduledReportResponse addScheduledReport(ScheduledReport scheduledReport)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Specified by:
addScheduledReport in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

addScheduledReportRequest

public long addScheduledReportRequest(long scheduledReportID)
                               throws java.rmi.RemoteException,
                                      ApiFault
Specified by:
addScheduledReportRequest in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

addScheduledReports

public ScheduledReportResponse[] addScheduledReports(ScheduledReport[] scheduledReports)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Specified by:
addScheduledReports in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

booksClosed

public boolean booksClosed(ReportRequest reportRequest)
                    throws java.rmi.RemoteException,
                           ApiFault
Specified by:
booksClosed in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

deleteSavedReport

public BasicResponse deleteSavedReport(long reportID)
                                throws java.rmi.RemoteException,
                                       ApiFault
Specified by:
deleteSavedReport in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

deleteSavedReports

public BasicResponse[] deleteSavedReports(long[] reportIDs)
                                   throws java.rmi.RemoteException,
                                          ApiFault
Specified by:
deleteSavedReports in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

deleteScheduledReport

public BasicResponse deleteScheduledReport(long scheduledReportID)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Specified by:
deleteScheduledReport in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

deleteScheduledReports

public BasicResponse[] deleteScheduledReports(long[] scheduledReportIDs)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Specified by:
deleteScheduledReports in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

getAvailableReports

public Report[] getAvailableReports()
                             throws java.rmi.RemoteException,
                                    ApiFault
Specified by:
getAvailableReports in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

getSavedReportList

public ReportInfo[] getSavedReportList(boolean onlyReady)
                                throws java.rmi.RemoteException,
                                       ApiFault
Specified by:
getSavedReportList in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

getSavedReportStatus

public ReportStatus getSavedReportStatus(long reportID,
                                         DeliveryFormat fileFormat)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Specified by:
getSavedReportStatus in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

getScheduledReport

public ScheduledReport getScheduledReport(long scheduledReportID)
                                   throws java.rmi.RemoteException,
                                          ApiFault
Specified by:
getScheduledReport in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

getScheduledReports

public ScheduledReport[] getScheduledReports(long[] scheduledReportIDs)
                                      throws java.rmi.RemoteException,
                                             ApiFault
Specified by:
getScheduledReports in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

getScheduledReportsForUser

public ScheduledReport[] getScheduledReportsForUser()
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
getScheduledReportsForUser in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

updateScheduledReport

public ScheduledReportResponse updateScheduledReport(ScheduledReport scheduledReport)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Specified by:
updateScheduledReport in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault

updateScheduledReports

public ScheduledReportResponse[] updateScheduledReports(ScheduledReport[] scheduledReports)
                                                 throws java.rmi.RemoteException,
                                                        ApiFault
Specified by:
updateScheduledReports in interface ReportService
Throws:
java.rmi.RemoteException
ApiFault