Class SchedulesFilteredListTransform

    • Constructor Detail

      • SchedulesFilteredListTransform

        public SchedulesFilteredListTransform()
        Deprecated.
        Default no-arg 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 SchedulesListTransform
        Parameters:
        out - output by this transform
        list - the list of schedules to render.
      • renderAddScheduleLink

        public void renderAddScheduleLink​(MarkupOutput out)
        Deprecated.
        Renders a link to add a new Schedule. This is added at the end of the list.
        Parameters:
        out - output by this transform
      • renderHeaders

        public void renderHeaders​(MarkupOutput out)
        Deprecated.
        Overrides renderHeaders by changing the order the headers are rendered.
        Overrides:
        renderHeaders in class SchedulesListTransform
        Parameters:
        out - output by this transform
      • renderSchedule

        public void renderSchedule​(MarkupOutput out,
                                   WebSchedule schedule,
                                   WebObjectInfo target)
        Deprecated.
        Extends renderSubscription by changing the order of the columns
        Overrides:
        renderSchedule in class SchedulesListTransform
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the target object of the schedule.
      • renderTriggerInfo

        public void renderTriggerInfo​(MarkupOutput out,
                                      WebSchedule schedule,
                                      WebObjectInfo target)
        Deprecated.
        Extends renderTriggerInfo() by adding a link to execute the schedule.
        Overrides:
        renderTriggerInfo in class SchedulesListTransform
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the schedule's target object
      • 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 SchedulesListTransform
        Returns:
        This transform renders the list of Narrowcast Subscriptions from a SubscriptionFolderBean for a particular Object.