Class ReportHandler

    • Constructor Detail

      • ReportHandler

        public ReportHandler()
    • Method Detail

      • getPredefinedPeriodIds

        public static java.lang.String[] getPredefinedPeriodIds()
      • setAnalyticsWS

        public void setAnalyticsWS​(java.lang.String workspaceId)
      • getAnalyticsWS

        public java.lang.String getAnalyticsWS()
      • getAvailableBeginDate

        public java.util.Date getAvailableBeginDate()
      • getAvailableEndDate

        public java.util.Date getAvailableEndDate()
      • setBeginDate

        public void setBeginDate​(java.lang.String strDate)
      • setEndDate

        public void setEndDate​(java.lang.String strDate)
      • processAction

        public boolean processAction()
                              throws java.io.IOException
        Description copied from class: JcmsFormHandler
        Method to be implemented to check/validate action to be performed and process them.

        Default implementation is to return false. No need to call super method.

        This method may NOT be invoked at all if security validation are not met.

        You must ensure your handler and JSP can work properly without any code invoked in this method.

        Overrides:
        processAction in class JcmsFormHandler
        Returns:
        false if no redirection is needed, true otherwise
        Throws:
        java.io.IOException - IO Exception
      • isReportProcessed

        public boolean isReportProcessed()