Class SchedulesListTransform

    • Field Detail

      • FP_IMG_CHECK

        public static final java.lang.String FP_IMG_CHECK
        Deprecated.
        See Also:
        Constant Field Values
      • checkImage

        public FormalParameter checkImage
        Deprecated.
        The name of the image used to indicate if the scheduled object is personalized.
        If a scheduled object is personalized by answering prompts we will render this image next to the scheuled object.
        Usage:
        "Check.gif"
      • _imgCheck

        protected java.lang.String _imgCheck
        Deprecated.
    • Constructor Detail

      • SchedulesListTransform

        public SchedulesListTransform()
        Deprecated.
    • Method Detail

      • renderSchedules

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

        public void renderHeaders​(MarkupOutput out)
        Deprecated.
        Renders all column headers
        Parameters:
        out - the transform's output
      • renderSchedule

        public void renderSchedule​(MarkupOutput out,
                                   WebSchedule schedule,
                                   WebObjectInfo target)
        Deprecated.
        Renders a single schedule
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the target object of the schedule.
      • renderIconInfo

        public void renderIconInfo​(MarkupOutput out,
                                   WebSchedule schedule,
                                   WebObjectInfo target)
        Deprecated.
        Renders the icon associated with the schedule
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the schedule's target object
      • renderNameInfo

        public void renderNameInfo​(MarkupOutput out,
                                   WebSchedule schedule,
                                   WebObjectInfo target)
        Deprecated.
        Renders the name of the schedule's target/
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the schedule's target object
      • renderTimeInfo

        public void renderTimeInfo​(MarkupOutput out,
                                   WebSchedule schedule,
                                   WebObjectInfo target)
        Deprecated.
        Renders the message execution time for the schedule
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the schedule's target object
      • renderPersonalizedInfo

        public void renderPersonalizedInfo​(MarkupOutput out,
                                           WebSchedule schedule,
                                           WebObjectInfo target)
        Deprecated.
        Renders the information whether the schedule is personlized or not (i.e., it is prompted)
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the schedule's target object
      • renderTriggerInfo

        public void renderTriggerInfo​(MarkupOutput out,
                                      WebSchedule schedule,
                                      WebObjectInfo target)
        Deprecated.
        Renders the schedule's trigger
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the schedule's target object
      • renderEditInfo

        public void renderEditInfo​(MarkupOutput out,
                                   WebSchedule schedule,
                                   WebObjectInfo target)
        Deprecated.
        Renders the link to edit the schedule
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the target object of the schedule.
      • renderRemoveInfo

        public void renderRemoveInfo​(MarkupOutput out,
                                     WebSchedule schedule,
                                     WebObjectInfo target)
        Deprecated.
        Renders the checkbox to remove the schedule
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the target object of the schedule.
      • renderFormStart

        public void renderFormStart​(MarkupOutput out)
        Deprecated.
        Renders the FORM tag start
        Parameters:
        out - output by this transform
      • renderFormEnd

        public void renderFormEnd​(MarkupOutput out)
        Deprecated.
        Renders the FORM tag end.
        Parameters:
        out - output by this transform
      • getFieldCount

        protected int getFieldCount()
        Deprecated.
        Overrides:
        getFieldCount in class AbstractSubscriptionFolderBeanTransform
        Returns:
        the number of columns this transform is displaying, this will depend on the columns that are enabled through the levelFlags formal parameter
      • initializeCss

        public void initializeCss()
        Deprecated.
        Extends initializeCss by intializing the classes this transform use.
        Overrides:
        initializeCss in class AbstractAppTransform
      • getDescription

        public java.lang.String getDescription()
        Deprecated.
        Returns the description of this transform to be used by the Style Catalog.
        Returns:
        the description of this transform to be used by the Style Catalog.