Class SchedulesFilteredListXHTMLTransform

  • All Implemented Interfaces:
    AppTransform, Transform

    public class SchedulesFilteredListXHTMLTransform
    extends SchedulesListXHTMLTransform
    Deprecated.
    Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions. Hence please use SubscriptionsFilteredListXHTMLTransform instead.
    This transform renders the list of Narrowcast Subscriptions from a SubscriptionFolderBean for a particular Object.
    The output of this Transform generates well-formed XHTML, and it's designed to use external css files for all formatting.
    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • SchedulesFilteredListXHTMLTransform

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

      • renderTitle

        public void renderTitle​(MarkupOutput out)
        Deprecated.
        Render a main title associated with this transform. Overwrites the parent method by adding a header and subheader to the final display.
        Overrides:
        renderTitle in class SchedulesListXHTMLTransform
        Parameters:
        out - MarkupOutput instance where the transform's output will be saved.
      • renderAddScheduleLink

        public void renderAddScheduleLink​(MarkupOutput out)
        Deprecated.
        Renders a link to add a new schedule. This is added as part of the footer of the transform.
        Parameters:
        out - MarkupOutput instance where the transform's output will be saved.
      • 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 SchedulesListXHTMLTransform
        Returns:
        This transform renders the list of Narrowcast Subscriptions from a SubscriptionFolderBean for a particular Object.