public class PromotionSearchListDataBean
extends com.ibm.commerce.tools.util.CommonSearchHelperBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
PromotionSearchListDataBean()
The default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | buildQuery()
This method constructs the SQL query.
|
void | buildResultDataBean(java.util.Vector resultVector)
This method constructs the list of result data beans.
|
PromotionSearchDataBean[] | getPromotionList()
This method returns the list of data beans found from the search or list, represented by an array of PromotionSearchDataBean object.
|
PromotionSearchDataBean | getPromotionListData(int index)
This method returns the specific data bean at the passed index within the array of data beans returned, represented by the PromotionSearchDataBean object.
|
java.lang.String | getPromotionName()
This method returns the name of the promotion to be searched for, this is the value of the name criteria.
|
java.lang.String | getPromotionNameType()
This method returns the type of search that is being performed to the promotion name criteria.
|
void | setPromotionList(java.util.Vector newPromotionList)
This method sets the list of data beans found from the search or list, represented by an array of PromotionSearchDataBean object.
|
void | setPromotionName(java.lang.String newPromotionName)
This method sets the name of the promotion to be searched for, this is the value of the name criteria.
|
void | setPromotionNameType(java.lang.String newPromotionNameType)
This method sets the type of search that is being performed to the promotion name criteria.
|
public static final java.lang.String COPYRIGHT
public PromotionSearchListDataBean()
public java.lang.String buildQuery() throws java.lang.Exception
public void buildResultDataBean(java.util.Vector resultVector)
public PromotionSearchDataBean[] getPromotionList()
public PromotionSearchDataBean getPromotionListData(int index) throws java.lang.ArrayIndexOutOfBoundsException
public java.lang.String getPromotionName()
public java.lang.String getPromotionNameType()
public void setPromotionList(java.util.Vector newPromotionList)
public void setPromotionName(java.lang.String newPromotionName)
public void setPromotionNameType(java.lang.String newPromotionNameType)