Class SubscriptionConfirmTransform

    • Field Detail

      • objectInfoStyle

        public FormalParameter objectInfoStyle
        Formal parameter: Indicate which style should be used for rendering the object information
        Since:
        MicroStrategy Web 9.0.0
      • FP_OBJECT_INFO_STYLE

        public static final java.lang.String FP_OBJECT_INFO_STYLE
        Name for the formal parameter: objectInfoStyle
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • SubscriptionConfirmTransform

        public SubscriptionConfirmTransform()
        Default no-argument constructor. Initializes formal parameters.
    • 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 SubscriptionEditTransform
        Parameters:
        data - the bean to transform.
      • renderTriggerInfo

        public void renderTriggerInfo​(MarkupOutput out)
        Renders the information about the trigger.
        Parameters:
        out - The transform's output.
      • renderTitle

        public void renderTitle​(MarkupOutput out)
        Renders the title informing confirmation.
        Parameters:
        out - The transform's output.
      • renderMessageTitle

        public void renderMessageTitle​(MarkupOutput out)
        Renders the successful message.
        Parameters:
        out - The transform's output.
      • renderButtonBar

        public void renderButtonBar​(MarkupOutput out)
        Renders the dialogue buttons of the transform
        Parameters:
        out - The transform's output.
      • renderMessageFooter

        public void renderMessageFooter​(MarkupOutput out)
        Renders the message footer for send now actions or if the send preview option is checked.
        Parameters:
        out - The transform's output.
      • renderObject

        public void renderObject​(MarkupOutput out)
        Renders the object information of the object to which the subscription is created.
        Parameters:
        out - MarkupOutput instance to modify with the transform's output.
      • getOkEvent

        protected WebEvent getOkEvent()
        The event to trigger after the user acknowledges the success message.
        Returns:
        By default, the EnumServletEvents.WebEventCancel event, however if coming from the SaveAs page, it returns the EnumServletEvents.WebEventOpenObjectSubscriptions, to go to the list of subscriptions.
      • getTrigger

        protected java.lang.String getTrigger()
        Returns the trigger name corresponding of the current subscription.
        Returns:
        the name of the trigger