com.ibm.commerce.tools.ecoupon

Class ECouponDynamicListBean

  • java.lang.Object
    • com.ibm.commerce.tools.ecoupon.ECouponDynamicListBean

  • Deprecated. 
    The WC54 coupon feature will be replaced by the WC56 promotion engine coupon feature.

    public class ECouponDynamicListBean
    extends java.lang.Object
    This data bean is used to populate the dynamic list displayed in product purchase condition page.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      java.lang.String getForm()
      Deprecated. 
      Constructs the form
      java.lang.String getFrameset()
      Deprecated. 
      Sets the Frameset.
      java.lang.String getScrollControlButtonlessFrameset()
      Deprecated. 
      Retrieves the HTML frameset for a dynamic list element.
      java.lang.String getScrollControlFrameset()
      Deprecated. 
      Retrieves the HTML frameset for a dynamic list element.
      void setRequest(javax.servlet.http.HttpServletRequest req)
      Deprecated. 
      Sets the request.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ECouponDynamicListBean

        public ECouponDynamicListBean()
        Deprecated. 
    • Method Detail

      • getForm

        public java.lang.String getForm()
        Deprecated. 
        Constructs the form
      • getFrameset

        public java.lang.String getFrameset()
        Deprecated. 
        Sets the Frameset.
        Returns:
        java.lang.String
      • getScrollControlButtonlessFrameset

        public java.lang.String getScrollControlButtonlessFrameset()
        Deprecated. 
        Retrieves the HTML frameset for a dynamic list element. This frameset has 2 frames, 1) the list and 2) the scroll controll and filter frame
        Returns:
        java.lang.String The frameset
      • getScrollControlFrameset

        public java.lang.String getScrollControlFrameset()
        Deprecated. 
        Retrieves the HTML frameset for a dynamic list element. This frameset has 4 frames, 1) the list 2) the buttons 3) the scroll control and filter 4) an alignment frame in the top right corner
        Returns:
        java.lang.String The frameset
      • setRequest

        public void setRequest(javax.servlet.http.HttpServletRequest req)
        Deprecated. 
        Sets the request.