Package org.javlo.module.dashboard
Class ReportFactory
- java.lang.Object
-
- org.javlo.module.dashboard.ReportFactory
-
public class ReportFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetMaxMLinkCheck()static ReportBeangetReport(ContentContext ctx)protected static booleanisPageValid(ContentContext ctx, ReportFilter filter, MenuElement page)static voidmain(String[] args)
-
-
-
Method Detail
-
isPageValid
protected static boolean isPageValid(ContentContext ctx, ReportFilter filter, MenuElement page)
-
getReport
public static ReportBean getReport(ContentContext ctx) throws Exception
- Throws:
Exception
-
getMaxMLinkCheck
public static int getMaxMLinkCheck()
-
main
public static void main(String[] args) throws MalformedURLException
- Throws:
MalformedURLException
-
-