com.liferay.portal.kernel.bi.reporting
Class ByteArrayReportResultContainer
java.lang.Object
com.liferay.portal.kernel.bi.reporting.ByteArrayReportResultContainer
- All Implemented Interfaces:
- ReportResultContainer, java.io.Serializable
public class ByteArrayReportResultContainer
- extends java.lang.Object
- implements ReportResultContainer, java.io.Serializable
View Source
- Author:
- Michael C. Han
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_INITIAL_CAPCITY
public static final int DEFAULT_INITIAL_CAPCITY
- See Also:
- Constant Field Values
ByteArrayReportResultContainer
public ByteArrayReportResultContainer()
ByteArrayReportResultContainer
public ByteArrayReportResultContainer(java.lang.String reportName)
ByteArrayReportResultContainer
public ByteArrayReportResultContainer(java.lang.String reportName,
int initialCapacity)
clone
public ReportResultContainer clone(java.lang.String reportName)
- Specified by:
clone
in interface ReportResultContainer
getOutputStream
public java.io.OutputStream getOutputStream()
- Specified by:
getOutputStream
in interface ReportResultContainer
getReportGenerationException
public ReportGenerationException getReportGenerationException()
- Specified by:
getReportGenerationException
in interface ReportResultContainer
getReportName
public java.lang.String getReportName()
- Specified by:
getReportName
in interface ReportResultContainer
getResults
public byte[] getResults()
- Specified by:
getResults
in interface ReportResultContainer
hasError
public boolean hasError()
- Specified by:
hasError
in interface ReportResultContainer
setReportGenerationException
public void setReportGenerationException(ReportGenerationException reportGenerationException)
- Specified by:
setReportGenerationException
in interface ReportResultContainer