Liferay 6.1.2-ce-ga3

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

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

public class ContextClassloaderReportDesignRetriever
extends Object
implements ReportDesignRetriever, Serializable

See Also:
Serialized Form

Constructor Summary
ContextClassloaderReportDesignRetriever(String reportName)
           
 
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

ContextClassloaderReportDesignRetriever

public ContextClassloaderReportDesignRetriever(String reportName)
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