Interface ReportManagerUIService

All Known Implementing Classes:
ReportManagerUIServiceImpl

public interface ReportManagerUIService
  • Method Details

    • getColumnConfigForReportGrid

      List<<any>> getColumnConfigForReportGrid()
    • getColumnConfigForReportGrid

      List<<any>> getColumnConfigForReportGrid(boolean includeVariants, boolean icon)
    • getIconFor

      ImageResource getIconFor(ReportDto report)
    • getLinkIconFor

      ImageResource getLinkIconFor(ReportDto report)
    • getLargeIconFor

      ImageResource getLargeIconFor(ReportDto report)
    • getLargeLinkIconFor

      ImageResource getLargeLinkIconFor(ReportDto report)
    • supportsVariants

      boolean supportsVariants(ReportDto report)