Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.bi.reporting
Interface ReportDesignRetriever

All Superinterfaces:
ResourceRetriever
All Known Implementing Classes:
ContextClassloaderReportDesignRetriever, MemoryReportDesignRetriever, ServletContextReportDesignRetriever

public interface ReportDesignRetriever
extends ResourceRetriever


Method Summary
 Date getModifiedDate()
           
 String getReportName()
           
 
Methods inherited from interface com.liferay.portal.kernel.resource.ResourceRetriever
getInputStream
 

Method Detail

getModifiedDate

Date getModifiedDate()

getReportName

String getReportName()

Liferay 6.1.2-ce-ga3