Class DashboardEmailUtil


  • public class DashboardEmailUtil
    extends java.lang.Object
    Utility class for sending emails of dashboards.
    Since:
    14.0.0
    Version:
    $Revision: 25459 $ $Date: 2023-02-16 11:25:13 -0300 (Thu, 16 Feb 2023) $
    • Field Detail

      • COLORS

        public static final java.awt.Color[] COLORS
        The colors to be used in report rendering.
        Since:
        14.0.0
    • Constructor Detail

      • DashboardEmailUtil

        public DashboardEmailUtil()
    • Method Detail

      • getDashboardsPendingToSendEmail

        public static java.util.Collection<Tuple2<EventAnalyticsDashboard,​ServiceInstanceConfig>> getDashboardsPendingToSendEmail()
                                                                                                                                 throws PortalException
        Returns the dashboards that are pending either to be sent via email or to have the schedule date filled.
        Returns:
        the dashboards that are pending either to be sent via email or to have the schedule date filled.
        Throws:
        PortalException
        Since:
        14.0.0