Class SubscriptionsListTransform

    • 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 subscription is personalized.
        If a subscription is personalized by answering prompts we will render this image next to the subscription.
        Usage:
        "Check.gif"
      • _imgCheck

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

      • SubscriptionsListTransform

        public SubscriptionsListTransform()
        Deprecated.
        Default no-args constructor, initialize formal parameters.
    • Method Detail

      • renderHeaders

        public void renderHeaders​(MarkupOutput out)
        Deprecated.
        Renders the column headers
        Parameters:
        out - output by this transform
      • renderSubscription

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

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

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

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

        public void renderScheduleInfo​(MarkupOutput out,
                                       WebSubscription subscription,
                                       WebObjectInfo target)
        Deprecated.
        Renders the subscription's schedule object information
        Parameters:
        out - the transform's output
        subscription - the subscription to render
        target - the subscription's target object
      • renderAddressInfo

        public void renderAddressInfo​(MarkupOutput out,
                                      WebSubscription subscription,
                                      WebObjectInfo target)
        Deprecated.
        Renders the subscription's address object information
        Parameters:
        out - the transform's output
        subscription - the subscription to render
        target - the subscription's target object
      • renderEditInfo

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

        public void renderRemoveInfo​(MarkupOutput out,
                                     WebSubscription subscription,
                                     WebObjectInfo target)
        Deprecated.
        Renders a checkbox to remove the subscription's
        Parameters:
        out - the transform's output
        subscription - the subscription to render
        target - the subscription's target object
      • 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 fields this transform is displaying, this will depend on the fields 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:
        This transform renders the list of Narrowcast Subscriptions from a SubscriptionFolderBean.