Liferay 6.1.2-ce-ga3

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

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

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

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

Constructors in com.liferay.portal.kernel.bi.reporting with parameters of type ReportDataSourceType
ReportRequestContext(ReportDataSourceType reportDataSourceType)
           
 


Liferay 6.1.2-ce-ga3