Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.kernel.bi.reporting.MemoryReportDesignRetriever
All Implemented Interfaces:
ReportDesignRetriever, ResourceRetriever

public class MemoryReportDesignRetriever
extends Object
implements ReportDesignRetriever


Constructor Summary
MemoryReportDesignRetriever(String reportName, Date modifiedDate, byte[] bytes)
           
 
Method Summary
 InputStream getInputStream()
           
 Date getModifiedDate()
           
 String getReportName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryReportDesignRetriever

public MemoryReportDesignRetriever(String reportName,
                                   Date modifiedDate,
                                   byte[] bytes)
Method Detail

getInputStream

public InputStream getInputStream()
Specified by:
getInputStream in interface ResourceRetriever

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface ReportDesignRetriever

getReportName

public String getReportName()
Specified by:
getReportName in interface ReportDesignRetriever

Liferay 6.1.2-ce-ga3