Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.bi.reporting.ReportFormat

Packages that use ReportFormat
com.liferay.portal.kernel.bi.reporting   
 

Uses of ReportFormat in com.liferay.portal.kernel.bi.reporting
 

Methods in com.liferay.portal.kernel.bi.reporting that return ReportFormat
 ReportFormat ReportRequest.getReportFormat()
           
static ReportFormat ReportFormat.parse(String value)
           
static ReportFormat ReportFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReportFormat[] ReportFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.bi.reporting with parameters of type ReportFormat
 ReportFormatExporter ReportFormatExporterRegistry.getReportFormatExporter(ReportFormat reportFormat)
           
 void ReportRequest.setReportFormat(ReportFormat reportFormat)
           
 


Liferay 6.1.2-ce-ga3