Class SaveAsReportFlagsAddOn

  • All Implemented Interfaces:
    AppAddOns

    @Deprecated
    public class SaveAsReportFlagsAddOn
    extends AbstractAppAddOn
    Deprecated.
    This addon is no longer used by the application
    This add on takes care of setting the required result flags on the report bean on the save as page. This add on acts on all the report beans on a page.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Constructor Detail

      • SaveAsReportFlagsAddOn

        public SaveAsReportFlagsAddOn()
        Deprecated.
    • Method Detail

      • preCollectData

        public void preCollectData​(PageComponent pg)
        Deprecated.
        This is the main method of the add on which executes the add on.
        Specified by:
        preCollectData in interface AppAddOns
        Overrides:
        preCollectData in class AbstractAppAddOn
        Parameters:
        pg - This is the PageComponent.
        Since:
        MicroStrategy Web 7.5.0
      • getAddOnDescription

        public java.lang.String getAddOnDescription()
        Deprecated.
        This method describes the tasks performed by the AddOn.
        Returns:
        The tasks which the Add On performs. This needs to be as descriptive as possible.