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 ReportDefinition

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
ReportDefinition()
           
ReportDefinition(java.lang.String ESSJobName, java.lang.String ESSPackageName, boolean autoRun, boolean cacheDocument, boolean controledByExtApp, java.lang.String dataModelURL, java.lang.String defaultOutputFormat, java.lang.String defaultTemplateId, boolean diagnostics, TemplateFormatsLabelValues[] listOfTemplateFormatsLabelValues, boolean onLine, boolean openLinkInNewWindow, int parameterColumns, java.lang.String[] parameterNames, java.lang.String reportDefnTitle, java.lang.String reportDescription, java.lang.String reportName, ParamNameValue[] reportParameterNameValues, java.lang.String reportType, boolean showControls, boolean showReportLinks, java.lang.String[] templateIds)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDataModelURL()
          Gets the dataModelURL value for this ReportDefinition.
 java.lang.String getDefaultOutputFormat()
          Gets the defaultOutputFormat value for this ReportDefinition.
 java.lang.String getDefaultTemplateId()
          Gets the defaultTemplateId value for this ReportDefinition.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getESSJobName()
          Gets the ESSJobName value for this ReportDefinition.
 java.lang.String getESSPackageName()
          Gets the ESSPackageName value for this ReportDefinition.
 TemplateFormatsLabelValues[] getListOfTemplateFormatsLabelValues()
          Gets the listOfTemplateFormatsLabelValues value for this ReportDefinition.
 int getParameterColumns()
          Gets the parameterColumns value for this ReportDefinition.
 java.lang.String[] getParameterNames()
          Gets the parameterNames value for this ReportDefinition.
 java.lang.String getReportDefnTitle()
          Gets the reportDefnTitle value for this ReportDefinition.
 java.lang.String getReportDescription()
          Gets the reportDescription value for this ReportDefinition.
 java.lang.String getReportName()
          Gets the reportName value for this ReportDefinition.
 ParamNameValue[] getReportParameterNameValues()
          Gets the reportParameterNameValues value for this ReportDefinition.
 java.lang.String getReportType()
          Gets the reportType value for this ReportDefinition.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String[] getTemplateIds()
          Gets the templateIds value for this ReportDefinition.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isAutoRun()
          Gets the autoRun value for this ReportDefinition.
 boolean isCacheDocument()
          Gets the cacheDocument value for this ReportDefinition.
 boolean isControledByExtApp()
          Gets the controledByExtApp value for this ReportDefinition.
 boolean isDiagnostics()
          Gets the diagnostics value for this ReportDefinition.
 boolean isOnLine()
          Gets the onLine value for this ReportDefinition.
 boolean isOpenLinkInNewWindow()
          Gets the openLinkInNewWindow value for this ReportDefinition.
 boolean isShowControls()
          Gets the showControls value for this ReportDefinition.
 boolean isShowReportLinks()
          Gets the showReportLinks value for this ReportDefinition.
 void setAutoRun(boolean autoRun)
          Sets the autoRun value for this ReportDefinition.
 void setCacheDocument(boolean cacheDocument)
          Sets the cacheDocument value for this ReportDefinition.
 void setControledByExtApp(boolean controledByExtApp)
          Sets the controledByExtApp value for this ReportDefinition.
 void setDataModelURL(java.lang.String dataModelURL)
          Sets the dataModelURL value for this ReportDefinition.
 void setDefaultOutputFormat(java.lang.String defaultOutputFormat)
          Sets the defaultOutputFormat value for this ReportDefinition.
 void setDefaultTemplateId(java.lang.String defaultTemplateId)
          Sets the defaultTemplateId value for this ReportDefinition.
 void setDiagnostics(boolean diagnostics)
          Sets the diagnostics value for this ReportDefinition.
 void setESSJobName(java.lang.String ESSJobName)
          Sets the ESSJobName value for this ReportDefinition.
 void setESSPackageName(java.lang.String ESSPackageName)
          Sets the ESSPackageName value for this ReportDefinition.
 void setListOfTemplateFormatsLabelValues(TemplateFormatsLabelValues[] listOfTemplateFormatsLabelValues)
          Sets the listOfTemplateFormatsLabelValues value for this ReportDefinition.
 void setOnLine(boolean onLine)
          Sets the onLine value for this ReportDefinition.
 void setOpenLinkInNewWindow(boolean openLinkInNewWindow)
          Sets the openLinkInNewWindow value for this ReportDefinition.
 void setParameterColumns(int parameterColumns)
          Sets the parameterColumns value for this ReportDefinition.
 void setParameterNames(java.lang.String[] parameterNames)
          Sets the parameterNames value for this ReportDefinition.
 void setReportDefnTitle(java.lang.String reportDefnTitle)
          Sets the reportDefnTitle value for this ReportDefinition.
 void setReportDescription(java.lang.String reportDescription)
          Sets the reportDescription value for this ReportDefinition.
 void setReportName(java.lang.String reportName)
          Sets the reportName value for this ReportDefinition.
 void setReportParameterNameValues(ParamNameValue[] reportParameterNameValues)
          Sets the reportParameterNameValues value for this ReportDefinition.
 void setReportType(java.lang.String reportType)
          Sets the reportType value for this ReportDefinition.
 void setShowControls(boolean showControls)
          Sets the showControls value for this ReportDefinition.
 void setShowReportLinks(boolean showReportLinks)
          Sets the showReportLinks value for this ReportDefinition.
 void setTemplateIds(java.lang.String[] templateIds)
          Sets the templateIds value for this ReportDefinition.

 

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

 

Constructor Detail

ReportDefinition

public ReportDefinition()

ReportDefinition

public ReportDefinition(java.lang.String ESSJobName,
                        java.lang.String ESSPackageName,
                        boolean autoRun,
                        boolean cacheDocument,
                        boolean controledByExtApp,
                        java.lang.String dataModelURL,
                        java.lang.String defaultOutputFormat,
                        java.lang.String defaultTemplateId,
                        boolean diagnostics,
                        TemplateFormatsLabelValues[] listOfTemplateFormatsLabelValues,
                        boolean onLine,
                        boolean openLinkInNewWindow,
                        int parameterColumns,
                        java.lang.String[] parameterNames,
                        java.lang.String reportDefnTitle,
                        java.lang.String reportDescription,
                        java.lang.String reportName,
                        ParamNameValue[] reportParameterNameValues,
                        java.lang.String reportType,
                        boolean showControls,
                        boolean showReportLinks,
                        java.lang.String[] templateIds)

Method Detail

getESSJobName

public java.lang.String getESSJobName()
Gets the ESSJobName value for this ReportDefinition.
Returns:
ESSJobName

setESSJobName

public void setESSJobName(java.lang.String ESSJobName)
Sets the ESSJobName value for this ReportDefinition.
Parameters:
ESSJobName -

getESSPackageName

public java.lang.String getESSPackageName()
Gets the ESSPackageName value for this ReportDefinition.
Returns:
ESSPackageName

setESSPackageName

public void setESSPackageName(java.lang.String ESSPackageName)
Sets the ESSPackageName value for this ReportDefinition.
Parameters:
ESSPackageName -

isAutoRun

public boolean isAutoRun()
Gets the autoRun value for this ReportDefinition.
Returns:
autoRun

setAutoRun

public void setAutoRun(boolean autoRun)
Sets the autoRun value for this ReportDefinition.
Parameters:
autoRun -

isCacheDocument

public boolean isCacheDocument()
Gets the cacheDocument value for this ReportDefinition.
Returns:
cacheDocument

setCacheDocument

public void setCacheDocument(boolean cacheDocument)
Sets the cacheDocument value for this ReportDefinition.
Parameters:
cacheDocument -

isControledByExtApp

public boolean isControledByExtApp()
Gets the controledByExtApp value for this ReportDefinition.
Returns:
controledByExtApp

setControledByExtApp

public void setControledByExtApp(boolean controledByExtApp)
Sets the controledByExtApp value for this ReportDefinition.
Parameters:
controledByExtApp -

getDataModelURL

public java.lang.String getDataModelURL()
Gets the dataModelURL value for this ReportDefinition.
Returns:
dataModelURL

setDataModelURL

public void setDataModelURL(java.lang.String dataModelURL)
Sets the dataModelURL value for this ReportDefinition.
Parameters:
dataModelURL -

getDefaultOutputFormat

public java.lang.String getDefaultOutputFormat()
Gets the defaultOutputFormat value for this ReportDefinition.
Returns:
defaultOutputFormat

setDefaultOutputFormat

public void setDefaultOutputFormat(java.lang.String defaultOutputFormat)
Sets the defaultOutputFormat value for this ReportDefinition.
Parameters:
defaultOutputFormat -

getDefaultTemplateId

public java.lang.String getDefaultTemplateId()
Gets the defaultTemplateId value for this ReportDefinition.
Returns:
defaultTemplateId

setDefaultTemplateId

public void setDefaultTemplateId(java.lang.String defaultTemplateId)
Sets the defaultTemplateId value for this ReportDefinition.
Parameters:
defaultTemplateId -

isDiagnostics

public boolean isDiagnostics()
Gets the diagnostics value for this ReportDefinition.
Returns:
diagnostics

setDiagnostics

public void setDiagnostics(boolean diagnostics)
Sets the diagnostics value for this ReportDefinition.
Parameters:
diagnostics -

getListOfTemplateFormatsLabelValues

public TemplateFormatsLabelValues[] getListOfTemplateFormatsLabelValues()
Gets the listOfTemplateFormatsLabelValues value for this ReportDefinition.
Returns:
listOfTemplateFormatsLabelValues

setListOfTemplateFormatsLabelValues

public void setListOfTemplateFormatsLabelValues(TemplateFormatsLabelValues[] listOfTemplateFormatsLabelValues)
Sets the listOfTemplateFormatsLabelValues value for this ReportDefinition.
Parameters:
listOfTemplateFormatsLabelValues -

isOnLine

public boolean isOnLine()
Gets the onLine value for this ReportDefinition.
Returns:
onLine

setOnLine

public void setOnLine(boolean onLine)
Sets the onLine value for this ReportDefinition.
Parameters:
onLine -

isOpenLinkInNewWindow

public boolean isOpenLinkInNewWindow()
Gets the openLinkInNewWindow value for this ReportDefinition.
Returns:
openLinkInNewWindow

setOpenLinkInNewWindow

public void setOpenLinkInNewWindow(boolean openLinkInNewWindow)
Sets the openLinkInNewWindow value for this ReportDefinition.
Parameters:
openLinkInNewWindow -

getParameterColumns

public int getParameterColumns()
Gets the parameterColumns value for this ReportDefinition.
Returns:
parameterColumns

setParameterColumns

public void setParameterColumns(int parameterColumns)
Sets the parameterColumns value for this ReportDefinition.
Parameters:
parameterColumns -

getParameterNames

public java.lang.String[] getParameterNames()
Gets the parameterNames value for this ReportDefinition.
Returns:
parameterNames

setParameterNames

public void setParameterNames(java.lang.String[] parameterNames)
Sets the parameterNames value for this ReportDefinition.
Parameters:
parameterNames -

getReportDefnTitle

public java.lang.String getReportDefnTitle()
Gets the reportDefnTitle value for this ReportDefinition.
Returns:
reportDefnTitle

setReportDefnTitle

public void setReportDefnTitle(java.lang.String reportDefnTitle)
Sets the reportDefnTitle value for this ReportDefinition.
Parameters:
reportDefnTitle -

getReportDescription

public java.lang.String getReportDescription()
Gets the reportDescription value for this ReportDefinition.
Returns:
reportDescription

setReportDescription

public void setReportDescription(java.lang.String reportDescription)
Sets the reportDescription value for this ReportDefinition.
Parameters:
reportDescription -

getReportName

public java.lang.String getReportName()
Gets the reportName value for this ReportDefinition.
Returns:
reportName

setReportName

public void setReportName(java.lang.String reportName)
Sets the reportName value for this ReportDefinition.
Parameters:
reportName -

getReportParameterNameValues

public ParamNameValue[] getReportParameterNameValues()
Gets the reportParameterNameValues value for this ReportDefinition.
Returns:
reportParameterNameValues

setReportParameterNameValues

public void setReportParameterNameValues(ParamNameValue[] reportParameterNameValues)
Sets the reportParameterNameValues value for this ReportDefinition.
Parameters:
reportParameterNameValues -

getReportType

public java.lang.String getReportType()
Gets the reportType value for this ReportDefinition.
Returns:
reportType

setReportType

public void setReportType(java.lang.String reportType)
Sets the reportType value for this ReportDefinition.
Parameters:
reportType -

isShowControls

public boolean isShowControls()
Gets the showControls value for this ReportDefinition.
Returns:
showControls

setShowControls

public void setShowControls(boolean showControls)
Sets the showControls value for this ReportDefinition.
Parameters:
showControls -

isShowReportLinks

public boolean isShowReportLinks()
Gets the showReportLinks value for this ReportDefinition.
Returns:
showReportLinks

setShowReportLinks

public void setShowReportLinks(boolean showReportLinks)
Sets the showReportLinks value for this ReportDefinition.
Parameters:
showReportLinks -

getTemplateIds

public java.lang.String[] getTemplateIds()
Gets the templateIds value for this ReportDefinition.
Returns:
templateIds

setTemplateIds

public void setTemplateIds(java.lang.String[] templateIds)
Sets the templateIds value for this ReportDefinition.
Parameters:
templateIds -

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.