java.lang.Objectcom.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.tools.epromotion.beansrc.RLDiscountListBeanBase
com.ibm.commerce.tools.epromotion.databeans.RLDiscountListBaseBean
The bean representing an discount calculationcode list of a store. This bean maps to the table calcode.
Field Summary | |
static java.lang.String | COPYRIGHT The internal copyright field. |
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
RLDiscountListBaseBean() DiscountCalculationCodeList constructor. |
Method Summary | |
java.lang.String | getCalcode_Id(int index) gets calcode_id |
java.lang.String | getCheckBoxName(int index) gets the check box name in each row . |
java.lang.String | getCode(int index) gets the name of the discount. |
java.lang.String[] | getColumns(int i) gets the values for the columns in the list |
static java.lang.String | getCOPYRIGHT() gets COPYRIGHT string Creation date: (4/17/01 7:42:44 PM) |
java.lang.String | getDefaultAction(int i) gets default action |
java.lang.String | getDescription(int index) gets administrator's description for the discount associated by index i |
abstract java.lang.Integer | getDisplayLevelFlag() gets displayLevel flag Creation date: (5/2/2002 1:14:14 PM) |
java.lang.String | getEndDate(int index) gets the end date of the current discount |
java.lang.String[][] | getHeadings() gets the column headings for the discount list |
int | getLength() gets the length |
int | getListSize() gets the discount list size |
java.lang.String | getOrderBy() gets the orderby string on which the list has to be sorted. |
java.lang.String | getParm(java.lang.String para) gets the internal parameter name associated with the param passed. |
java.lang.String | getPriority(int index) gets the priority of discount |
RLPromotionListRow[] | getPromotionRowList() gets the choosen row of the disocunt list. |
java.lang.String | getPublished(int index) gets the status of the discount . |
TypedProperty | getRequestProperties() Returns the request properties of the databean. |
java.lang.String | getStartDate(int index) gets the start date of discount |
java.lang.String | getUserJSfnc() gets user defined JavaScript function |
java.lang.String | getUserJSfnc(java.util.Hashtable NLSfile) gets user defined NLS specific JavaScript function |
void | populate() populate this DataBean to GUI. |
void | setLength(int newLength) set the value of Length |
void | setOrderBy(java.lang.String newOrderBy) set the value of OrderBy |
void | setParm(java.lang.String para, java.lang.String value) set the value of Parameter |
void | setPromotionRowList(RLPromotionListRow[] newRLPromotionRowList) set the value of DiscountRowList |
void | setRequestProperties(TypedProperty param) set the value of request Properties |
Methods inherited from class com.ibm.commerce.tools.epromotion.beansrc.RLDiscountListBeanBase |
getDelegate, getOwner |
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
fulfills, getCommandContext, getResources, setCommandContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public RLDiscountListBaseBean()
Method Detail |
public java.lang.String getCalcode_Id(int index)
public java.lang.String getCheckBoxName(int index)
public java.lang.String getCode(int index)
public java.lang.String[] getColumns(int i)
public static final java.lang.String getCOPYRIGHT()
public java.lang.String getDefaultAction(int i)
public java.lang.String getDescription(int index)
public abstract java.lang.Integer getDisplayLevelFlag()
public java.lang.String getEndDate(int index)
public java.lang.String[][] getHeadings()
public int getLength()
public int getListSize()
public java.lang.String getOrderBy()
public java.lang.String getParm(java.lang.String para)
public RLPromotionListRow[] getPromotionRowList()
public java.lang.String getPublished(int index)
public TypedProperty getRequestProperties()
public java.lang.String getStartDate(int index)
public java.lang.String getPriority(int index)
public java.lang.String getUserJSfnc()
public java.lang.String getUserJSfnc(java.util.Hashtable NLSfile)
public void populate() throws java.lang.Exception
public void setLength(int newLength)
public void setOrderBy(java.lang.String newOrderBy)
public void setParm(java.lang.String para, java.lang.String value)
public void setPromotionRowList(RLPromotionListRow[] newRLPromotionRowList)
public void setRequestProperties(TypedProperty param) throws java.lang.Exception
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.