Class ExportReportAddOn

  • All Implemented Interfaces:
    AppAddOns

    public class ExportReportAddOn
    extends AbstractAppAddOn
    Deprecated.
    This addOn is not used anymore. The report flags are set on the doCollectData() of the ExportBean
    Sets Execution and Result flags on the ReportBean
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Constructor Detail

      • ExportReportAddOn

        public ExportReportAddOn()
        Deprecated.
    • Method Detail

      • preCollectData

        public void preCollectData​(PageComponent pg)
        Deprecated.
        Description copied from interface: AppAddOns
        This is the main method of the add on which executes the add on. This has to be a static method.
        Specified by:
        preCollectData in interface AppAddOns
        Overrides:
        preCollectData in class AbstractAppAddOn
        Parameters:
        pg - is the PageComponent.
        Since:
        MicroStrategy Web 7.5.0
      • setBeanName

        public void setBeanName​(java.lang.String name)
        Deprecated.
        Use setReportBean instead
        Sets the Bean name
        Parameters:
        name - bean name
      • setReportBean

        public void setReportBean​(java.lang.String name)
        Deprecated.
        Sets the Bean name
        Parameters:
        name - bean name
        Since:
        MicroStrategy Web 8.0.0
      • getAddOnDescription

        public java.lang.String getAddOnDescription()
        Deprecated.
        Description copied from interface: AppAddOns
        This method describes the tasks performed by the AddOn.
        Returns:
        the description of this Add On