com.liferay.portal.kernel.bi.reporting
Class ByteArrayReportResultContainer
java.lang.Object
com.liferay.portal.kernel.bi.reporting.ByteArrayReportResultContainer
- All Implemented Interfaces:
- ReportResultContainer, Serializable
public class ByteArrayReportResultContainer
- extends Object
- implements ReportResultContainer, Serializable
- 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(String reportName)
ByteArrayReportResultContainer
public ByteArrayReportResultContainer(String reportName,
int initialCapacity)
clone
public ReportResultContainer clone(String reportName)
- Specified by:
clone
in interface ReportResultContainer
getOutputStream
public OutputStream getOutputStream()
- Specified by:
getOutputStream
in interface ReportResultContainer
getReportGenerationException
public ReportGenerationException getReportGenerationException()
- Specified by:
getReportGenerationException
in interface ReportResultContainer
getReportName
public 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