Class SubscriptionsFilteredListTransform

    • Constructor Detail

      • SubscriptionsFilteredListTransform

        public SubscriptionsFilteredListTransform()
        Deprecated.
        Default no-args constructor, initialize formal parameters.
    • Method Detail

      • renderTitle

        public void renderTitle​(MarkupOutput out)
        Deprecated.
        Rendering the title. It used to be done on the JSP page directly.
        Since:
        MicroStrategy Web 7.5.0
      • renderList

        public void renderList​(MarkupOutput out,
                               SimpleList list)
        Deprecated.
        Extends renderList by adding a "You're subscribed to the following subscriptions" message and an "Add Subscription" link at the end list.
        Overrides:
        renderList in class SubscriptionsListTransform
        Parameters:
        out - output by this transform
        list - the list of schedules to render.
      • getDescription

        public java.lang.String getDescription()
        Deprecated.
        Returns the description of this transform to be used by the Style Catalog.
        Specified by:
        getDescription in interface Transform
        Overrides:
        getDescription in class SubscriptionsListTransform
        Returns:
        the description of this transform to be used by the Style Catalog.