public class JasperReportConfigHooker extends java.lang.Object implements ReportTypeConfigHook
| Constructor and Description |
|---|
JasperReportConfigHooker(<any> adminViewProvider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
consumes(ReportDto report) |
java.util.Collection<? extends MainPanelView> |
getAdminViews(ReportDto report) |
java.lang.Class<? extends ReportDto> |
getReportClass() |
ImageResource |
getReportIcon() |
ImageResource |
getReportIconLarge() |
ImageResource |
getReportLinkIcon() |
ImageResource |
getReportLinkIconLarge() |
java.lang.String |
getReportName() |
java.lang.Class<? extends ReportDto> |
getReportVariantClass() |
ImageResource |
getReportVariantIcon() |
ImageResource |
getReportVariantIconLarge() |
ReportDto |
instantiateReport() |
ReportDto |
instantiateReportVariant() |
boolean |
isAvailable() |
public JasperReportConfigHooker(<any> adminViewProvider)
public boolean consumes(ReportDto report)
consumes in interface ReportTypeConfigHookpublic java.lang.Class<? extends ReportDto> getReportClass()
getReportClass in interface ReportTypeConfigHookpublic java.lang.Class<? extends ReportDto> getReportVariantClass()
getReportVariantClass in interface ReportTypeConfigHookpublic ImageResource getReportIcon()
getReportIcon in interface ReportTypeConfigHookpublic ImageResource getReportVariantIcon()
getReportVariantIcon in interface ReportTypeConfigHookpublic ImageResource getReportIconLarge()
getReportIconLarge in interface ReportTypeConfigHookpublic ImageResource getReportVariantIconLarge()
getReportVariantIconLarge in interface ReportTypeConfigHookpublic ImageResource getReportLinkIcon()
getReportLinkIcon in interface ReportTypeConfigHookpublic ImageResource getReportLinkIconLarge()
getReportLinkIconLarge in interface ReportTypeConfigHookpublic ReportDto instantiateReport()
instantiateReport in interface ReportTypeConfigHookpublic ReportDto instantiateReportVariant()
instantiateReportVariant in interface ReportTypeConfigHookpublic java.lang.String getReportName()
getReportName in interface ReportTypeConfigHookpublic java.util.Collection<? extends MainPanelView> getAdminViews(ReportDto report)
getAdminViews in interface ReportTypeConfigHookpublic boolean isAvailable()
isAvailable in interface ReportTypeConfigHook