Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.bi.reporting
Class ByteArrayReportResultContainer

java.lang.Object
  extended by com.liferay.portal.kernel.bi.reporting.ByteArrayReportResultContainer
All Implemented Interfaces:
ReportResultContainer, Serializable

public class ByteArrayReportResultContainer
extends Object
implements ReportResultContainer, Serializable

See Also:
Serialized Form

Field Summary
static int DEFAULT_INITIAL_CAPCITY
           
 
Constructor Summary
ByteArrayReportResultContainer()
           
ByteArrayReportResultContainer(String reportName)
           
ByteArrayReportResultContainer(String reportName, int initialCapacity)
           
 
Method Summary
 ReportResultContainer clone(String reportName)
           
 OutputStream getOutputStream()
           
 ReportGenerationException getReportGenerationException()
           
 String getReportName()
           
 byte[] getResults()
           
 boolean hasError()
           
 void setReportGenerationException(ReportGenerationException reportGenerationException)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_INITIAL_CAPCITY

public static final int DEFAULT_INITIAL_CAPCITY
See Also:
Constant Field Values
Constructor Detail

ByteArrayReportResultContainer

public ByteArrayReportResultContainer()

ByteArrayReportResultContainer

public ByteArrayReportResultContainer(String reportName)

ByteArrayReportResultContainer

public ByteArrayReportResultContainer(String reportName,
                                      int initialCapacity)
Method Detail

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

Liferay 6.1.2-ce-ga3