Uses of Class
com.jalios.jcms.analytics.ui.ReportHandler.PredefinedPeriod
-
Packages that use ReportHandler.PredefinedPeriod Package Description com.jalios.jcms.analytics.ui -
-
Uses of ReportHandler.PredefinedPeriod in com.jalios.jcms.analytics.ui
Methods in com.jalios.jcms.analytics.ui that return ReportHandler.PredefinedPeriod Modifier and Type Method Description static ReportHandler.PredefinedPeriodReportHandler.PredefinedPeriod. getFromId(java.lang.String id)ReportHandler.PredefinedPeriodReportHandler. getSelectedPredefinedPeriodFromDates()static ReportHandler.PredefinedPeriodReportHandler.PredefinedPeriod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReportHandler.PredefinedPeriod[]ReportHandler.PredefinedPeriod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-