Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-02


oracle.xdo.service.v2
Class ReportRequest

java.lang.Object
  extended by oracle.xdo.service.v2.ReportRequest

All Implemented Interfaces:
java.io.Serializable

public class ReportRequest
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ReportRequest()
           
ReportRequest(MetaDataList XDOPropertyList, java.lang.String attributeCalendar, java.lang.String attributeFormat, java.lang.String attributeLocale, java.lang.String attributeTemplate, java.lang.String attributeTimezone, boolean byPassCache, BIPDataSource dynamicDataSource, boolean flattenXML, ParamNameValues parameterNameValues, java.lang.String reportAbsolutePath, byte[] reportData, java.lang.String reportOutputPath, java.lang.String reportRawData, int sizeOfDataChunkDownload)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAttributeCalendar()
          Gets the attributeCalendar value for this ReportRequest.
 java.lang.String getAttributeFormat()
          Gets the attributeFormat value for this ReportRequest.
 java.lang.String getAttributeLocale()
          Gets the attributeLocale value for this ReportRequest.
 java.lang.String getAttributeTemplate()
          Gets the attributeTemplate value for this ReportRequest.
 java.lang.String getAttributeTimezone()
          Gets the attributeTimezone value for this ReportRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 BIPDataSource getDynamicDataSource()
          Gets the dynamicDataSource value for this ReportRequest.
 ParamNameValues getParameterNameValues()
          Gets the parameterNameValues value for this ReportRequest.
 java.lang.String getReportAbsolutePath()
          Gets the reportAbsolutePath value for this ReportRequest.
 byte[] getReportData()
          Gets the reportData value for this ReportRequest.
 java.lang.String getReportOutputPath()
          Gets the reportOutputPath value for this ReportRequest.
 java.lang.String getReportRawData()
          Gets the reportRawData value for this ReportRequest.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSizeOfDataChunkDownload()
          Gets the sizeOfDataChunkDownload value for this ReportRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 MetaDataList getXDOPropertyList()
          Gets the XDOPropertyList value for this ReportRequest.
 int hashCode()
           
 boolean isByPassCache()
          Gets the byPassCache value for this ReportRequest.
 boolean isFlattenXML()
          Gets the flattenXML value for this ReportRequest.
 void setAttributeCalendar(java.lang.String attributeCalendar)
          Sets the attributeCalendar value for this ReportRequest.
 void setAttributeFormat(java.lang.String attributeFormat)
          Sets the attributeFormat value for this ReportRequest.
 void setAttributeLocale(java.lang.String attributeLocale)
          Sets the attributeLocale value for this ReportRequest.
 void setAttributeTemplate(java.lang.String attributeTemplate)
          Sets the attributeTemplate value for this ReportRequest.
 void setAttributeTimezone(java.lang.String attributeTimezone)
          Sets the attributeTimezone value for this ReportRequest.
 void setByPassCache(boolean byPassCache)
          Sets the byPassCache value for this ReportRequest.
 void setDynamicDataSource(BIPDataSource dynamicDataSource)
          Sets the dynamicDataSource value for this ReportRequest.
 void setFlattenXML(boolean flattenXML)
          Sets the flattenXML value for this ReportRequest.
 void setParameterNameValues(ParamNameValues parameterNameValues)
          Sets the parameterNameValues value for this ReportRequest.
 void setReportAbsolutePath(java.lang.String reportAbsolutePath)
          Sets the reportAbsolutePath value for this ReportRequest.
 void setReportData(byte[] reportData)
          Sets the reportData value for this ReportRequest.
 void setReportOutputPath(java.lang.String reportOutputPath)
          Sets the reportOutputPath value for this ReportRequest.
 void setReportRawData(java.lang.String reportRawData)
          Sets the reportRawData value for this ReportRequest.
 void setSizeOfDataChunkDownload(int sizeOfDataChunkDownload)
          Sets the sizeOfDataChunkDownload value for this ReportRequest.
 void setXDOPropertyList(MetaDataList XDOPropertyList)
          Sets the XDOPropertyList value for this ReportRequest.

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ReportRequest

public ReportRequest()

ReportRequest

public ReportRequest(MetaDataList XDOPropertyList,
                     java.lang.String attributeCalendar,
                     java.lang.String attributeFormat,
                     java.lang.String attributeLocale,
                     java.lang.String attributeTemplate,
                     java.lang.String attributeTimezone,
                     boolean byPassCache,
                     BIPDataSource dynamicDataSource,
                     boolean flattenXML,
                     ParamNameValues parameterNameValues,
                     java.lang.String reportAbsolutePath,
                     byte[] reportData,
                     java.lang.String reportOutputPath,
                     java.lang.String reportRawData,
                     int sizeOfDataChunkDownload)

Method Detail

getXDOPropertyList

public MetaDataList getXDOPropertyList()
Gets the XDOPropertyList value for this ReportRequest.
Returns:
XDOPropertyList

setXDOPropertyList

public void setXDOPropertyList(MetaDataList XDOPropertyList)
Sets the XDOPropertyList value for this ReportRequest.
Parameters:
XDOPropertyList -

getAttributeCalendar

public java.lang.String getAttributeCalendar()
Gets the attributeCalendar value for this ReportRequest.
Returns:
attributeCalendar

setAttributeCalendar

public void setAttributeCalendar(java.lang.String attributeCalendar)
Sets the attributeCalendar value for this ReportRequest.
Parameters:
attributeCalendar -

getAttributeFormat

public java.lang.String getAttributeFormat()
Gets the attributeFormat value for this ReportRequest.
Returns:
attributeFormat

setAttributeFormat

public void setAttributeFormat(java.lang.String attributeFormat)
Sets the attributeFormat value for this ReportRequest.
Parameters:
attributeFormat -

getAttributeLocale

public java.lang.String getAttributeLocale()
Gets the attributeLocale value for this ReportRequest.
Returns:
attributeLocale

setAttributeLocale

public void setAttributeLocale(java.lang.String attributeLocale)
Sets the attributeLocale value for this ReportRequest.
Parameters:
attributeLocale -

getAttributeTemplate

public java.lang.String getAttributeTemplate()
Gets the attributeTemplate value for this ReportRequest.
Returns:
attributeTemplate

setAttributeTemplate

public void setAttributeTemplate(java.lang.String attributeTemplate)
Sets the attributeTemplate value for this ReportRequest.
Parameters:
attributeTemplate -

getAttributeTimezone

public java.lang.String getAttributeTimezone()
Gets the attributeTimezone value for this ReportRequest.
Returns:
attributeTimezone

setAttributeTimezone

public void setAttributeTimezone(java.lang.String attributeTimezone)
Sets the attributeTimezone value for this ReportRequest.
Parameters:
attributeTimezone -

isByPassCache

public boolean isByPassCache()
Gets the byPassCache value for this ReportRequest.
Returns:
byPassCache

setByPassCache

public void setByPassCache(boolean byPassCache)
Sets the byPassCache value for this ReportRequest.
Parameters:
byPassCache -

getDynamicDataSource

public BIPDataSource getDynamicDataSource()
Gets the dynamicDataSource value for this ReportRequest.
Returns:
dynamicDataSource

setDynamicDataSource

public void setDynamicDataSource(BIPDataSource dynamicDataSource)
Sets the dynamicDataSource value for this ReportRequest.
Parameters:
dynamicDataSource -

isFlattenXML

public boolean isFlattenXML()
Gets the flattenXML value for this ReportRequest.
Returns:
flattenXML

setFlattenXML

public void setFlattenXML(boolean flattenXML)
Sets the flattenXML value for this ReportRequest.
Parameters:
flattenXML -

getParameterNameValues

public ParamNameValues getParameterNameValues()
Gets the parameterNameValues value for this ReportRequest.
Returns:
parameterNameValues

setParameterNameValues

public void setParameterNameValues(ParamNameValues parameterNameValues)
Sets the parameterNameValues value for this ReportRequest.
Parameters:
parameterNameValues -

getReportAbsolutePath

public java.lang.String getReportAbsolutePath()
Gets the reportAbsolutePath value for this ReportRequest.
Returns:
reportAbsolutePath

setReportAbsolutePath

public void setReportAbsolutePath(java.lang.String reportAbsolutePath)
Sets the reportAbsolutePath value for this ReportRequest.
Parameters:
reportAbsolutePath -

getReportData

public byte[] getReportData()
Gets the reportData value for this ReportRequest.
Returns:
reportData

setReportData

public void setReportData(byte[] reportData)
Sets the reportData value for this ReportRequest.
Parameters:
reportData -

getReportOutputPath

public java.lang.String getReportOutputPath()
Gets the reportOutputPath value for this ReportRequest.
Returns:
reportOutputPath

setReportOutputPath

public void setReportOutputPath(java.lang.String reportOutputPath)
Sets the reportOutputPath value for this ReportRequest.
Parameters:
reportOutputPath -

getReportRawData

public java.lang.String getReportRawData()
Gets the reportRawData value for this ReportRequest.
Returns:
reportRawData

setReportRawData

public void setReportRawData(java.lang.String reportRawData)
Sets the reportRawData value for this ReportRequest.
Parameters:
reportRawData -

getSizeOfDataChunkDownload

public int getSizeOfDataChunkDownload()
Gets the sizeOfDataChunkDownload value for this ReportRequest.
Returns:
sizeOfDataChunkDownload

setSizeOfDataChunkDownload

public void setSizeOfDataChunkDownload(int sizeOfDataChunkDownload)
Sets the sizeOfDataChunkDownload value for this ReportRequest.
Parameters:
sizeOfDataChunkDownload -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-02


Copyright © 2010, 2011, Oracle. All rights reserved.