Class FolderLastVisitedAddOn

  • All Implemented Interfaces:
    AppAddOns

    public class FolderLastVisitedAddOn
    extends AbstractAppAddOn
    This add on takes care of setting the type restrictions and object flags on the folder bean. It acts on all the folder beans on a page.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Constructor Detail

      • FolderLastVisitedAddOn

        public FolderLastVisitedAddOn()
    • Method Detail

      • preCollectData

        public void preCollectData​(PageComponent pg)
        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
      • getAddOnDescription

        public java.lang.String getAddOnDescription()
        Description copied from interface: AppAddOns
        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.
      • setBeanName

        public void setBeanName​(java.lang.String name)
        Sets the Bean name
        Parameters:
        name - bean name
        Since:
        MicroStrategy Web 8.0.1