Class PreferencesScheduleTransform

    • Constructor Detail

      • PreferencesScheduleTransform

        public PreferencesScheduleTransform()
    • Method Detail

      • initializeTransform

        public void initializeTransform​(Transformable data)
        Extends initializeTransform by keeping its own copy of the data. This method initializes the private and protected fields of the transform. It also invokes the initializeTransform method of the parent.
        Specified by:
        initializeTransform in interface AppTransform
        Overrides:
        initializeTransform in class AbstractPreferencesTransform
        Parameters:
        data - the bean to transform.
      • renderScheduleTypes

        public void renderScheduleTypes​(MarkupOutput out)
        Renders 'Schedule Types' preference.
        Parameters:
        out - the output object
        Since:
        MicroStrategy Web 9.2.2
      • renderScheduleShoppingCart

        public void renderScheduleShoppingCart​(MarkupOutput out)
      • renderSave

        public void renderSave​(MarkupOutput out)
        Since:
        MicroStrategy Web 9.2.2
      • renderCancel

        public void renderCancel​(MarkupOutput out)
        Since:
        MicroStrategy Web 9.2.2
      • getEventSave

        public WebEvent getEventSave()
        Returns the event to save the address currently being editing
        Returns:
        The EnumAddressListBeanEvents.ADDRESS_LIST_EVENT_SAVE event.
      • getEventCancel

        public WebEvent getEventCancel()
        Returns the event to cancel editing or saving an address.
        Returns:
        The EnumServletEvents.WebEventCancel event.
      • renderHiddenInputs

        public void renderHiddenInputs​(MarkupOutput out)
        Renders the FORM end tag.
        Parameters:
        out - The transform's output.
      • renderFormStart

        public void renderFormStart​(MarkupOutput out,
                                    WebEvent event)
        Renders the start of the Preference's Form. This method also renders the hidden inputs associated with the event
        Overrides:
        renderFormStart in class AbstractPreferencesTransform
        Parameters:
        out - where to write the output of the method.
        event - the WebEvent to render
      • renderWarning

        public void renderWarning​(MarkupOutput out)
        Render a warning message when users select schedules.
        Parameters:
        out - output by this transform