Class SchedulesBulletTransform

  • All Implemented Interfaces:
    AppTransform, Transform

    public class SchedulesBulletTransform
    extends AbstractScheduleListTransform
    Deprecated.
    Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions. Hence please use SubscriptionsBulletTransform instead.
    This transform renders the list of Web Subscriptions from a SubscriptionFolderBean as bullets.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Constructor Detail

      • SchedulesBulletTransform

        public SchedulesBulletTransform()
        Deprecated.
        Default no argument constructor, initialize formal parameters
    • Method Detail

      • renderSchedules

        public void renderSchedules​(MarkupOutput out)
        Deprecated.
        Renders a bulleted list of the available schedules
        Since:
        MicroStrategy Web 8.0.0
      • renderSchedule

        public void renderSchedule​(MarkupOutput out,
                                   WebSchedule schedule,
                                   WebObjectInfo target)
        Deprecated.
        Renders a single scheduled report/document
        Parameters:
        out - Output by this transform.
        schedule - The schedule to render
        target - The schedule's target object. This can be a report or a document.
      • renderIconInfo

        public void renderIconInfo​(MarkupOutput out,
                                   WebSchedule schedule,
                                   WebObjectInfo target)
        Deprecated.
        Renders the icon associated with the schedule.
        In case of this transform it is a bullet image.
        Parameters:
        out - Output by this transform.
        schedule - The schedule to render
        target - The schedule's target object
      • renderNameInfo

        public void renderNameInfo​(MarkupOutput out,
                                   WebSchedule schedule,
                                   WebObjectInfo target)
        Deprecated.
        Render the name of the schedule's target object.
        Parameters:
        out - Output by this transform.
        schedule - The schedule to render
        target - The schedule's target object
      • generateAnchor

        protected AnchorTag generateAnchor​(WebEvent event)
        Deprecated.
        Overwrites the parent method by setting special attributes if the event is not provided
        Overrides:
        generateAnchor in class AbstractAppTransform
        Parameters:
        event - WebEvent
        Returns:
        AnchorTag
        Since:
        MicroStrategy Web 8.0.0
      • renderTriggerInfo

        public void renderTriggerInfo​(MarkupOutput out,
                                      WebSchedule schedule,
                                      WebObjectInfo target)
        Deprecated.
        Render the schedule's trigger info.
        Parameters:
        out - Output by this transform.
        schedule - The schedule to render
        target - The schedule's target object
      • initializeCss

        public void initializeCss()
        Deprecated.
        Initialize the css classes to be used by this transform.
        Overrides:
        initializeCss in class AbstractAppTransform
      • getDescription

        public java.lang.String getDescription()
        Deprecated.
        Returns the description of this transform.
        This is used in the style catalog editor.
        Returns:
        The description of this transform.