com.ibm.commerce.tools.promotions
Class PromotionDynamicListBean

java.lang.Object
  |
  +--com.ibm.commerce.tools.promotions.PromotionDynamicListBean

public class PromotionDynamicListBean
extends java.lang.Object

Provide a bean for displaying promotion dynamic list.


Field Summary
protected  java.lang.StringBuffer frameSet
           
protected  java.lang.StringBuffer frameSetSC
           
protected  com.ibm.commerce.tools.promotions.HttpServletRequest request
           
protected  java.lang.StringBuffer url
           
 
Constructor Summary
PromotionDynamicListBean()
           
 
Method Summary
 java.lang.String getForm()
          Provide Form object and its HTML tags, properties .
 java.lang.String getFrameset()
          Provide Frameset HTML tag.
 java.lang.String getScrollControlButtonlessFrameset()
          Retrieves the HTML frameset for a dynamic list element.
 java.lang.String getScrollControlFrameset()
          Retrieves the HTML frameset for a dynamic list element.
 java.lang.String getURL()
          Provide the per-defined URL from XML definition.
 void setRequest(com.ibm.commerce.tools.promotions.HttpServletRequest req)
          set request object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frameSet

protected java.lang.StringBuffer frameSet

frameSetSC

protected java.lang.StringBuffer frameSetSC

request

protected com.ibm.commerce.tools.promotions.HttpServletRequest request

url

protected java.lang.StringBuffer url
Constructor Detail

PromotionDynamicListBean

public PromotionDynamicListBean()
Method Detail

getForm

public java.lang.String getForm()
Provide Form object and its HTML tags, properties .

getFrameset

public java.lang.String getFrameset()
Provide Frameset HTML tag.
Returns:
java.lang.String

getScrollControlButtonlessFrameset

public java.lang.String getScrollControlButtonlessFrameset()
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()
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

getURL

public java.lang.String getURL()
Provide the per-defined URL from XML definition.

setRequest

public void setRequest(com.ibm.commerce.tools.promotions.HttpServletRequest req)
set request object.