public class CatalogEntrySearchListDataBean
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 |
---|
CatalogEntrySearchListDataBean()
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.
|
CatalogEntrySearchDataBean[] | getCatalogEntryList()
This method returns the list of data beans found from the search or list, represented by an array of CatalogEntrySearchDataBean objects.
|
CatalogEntrySearchDataBean | getCatalogEntryListData(int index)
This method returns the specific data bean at the passed index within the array of data beans returned, represented by the CatalogEntrySearchDataBean o bject.
|
java.lang.String | getCatentryName()
This method returns the name of the catalog entry to be searched for, this is the value of the name criteria.
|
java.lang.String | getCatentryNameType()
This method returns the type of search that is being performed to the catalog entry name criteria.
|
java.lang.String | getMarkForDelete()
This method returns the 'mark for delete' flag that should be used in building the search query.
|
java.lang.String | getPartNumber()
This method returns the part number of the catalog entry to be searched for, this is the value of the part number criteria.
|
java.lang.String | getPartNumberType()
This method returns the type of search that is being performed to the catalog entry part number criteria.
|
java.lang.String | getPublished()
This method returns the 'published' flag that should be used in building the search query.
|
void | setCatalogEntryList(java.util.Vector newCatalogEntryList)
This method sets the list of data beans found from the search or list, represented by an array of CatalogEntrySearchDataBean objects.
|
void | setCatentryName(java.lang.String newCatentryName)
This method sets the name of the catalog entry to be searched for, this is the value of the name criteria.
|
void | setCatentryNameType(java.lang.String newCatentryNameType)
This method sets the type of search that is being performed to the catalog entry name criteria.
|
void | setMarkForDelete(java.lang.String newMarkForDelete)
This method sets the 'mark for delete' flag that should be used in building the search query.
|
void | setPartNumber(java.lang.String newPartNumber)
This method sets the part number of the catalog entry to be searched for, this is the value of the part number criteria.
|
void | setPartNumberType(java.lang.String newPartNumberType)
This method sets the type of search that is being performed to the catalog entry part number criteria.
|
void | setPublished(java.lang.String newPublished)
This method sets the 'published' flag that should be used in building the search query.
|
public static final java.lang.String COPYRIGHT
public CatalogEntrySearchListDataBean()
public java.lang.String buildQuery() throws java.lang.Exception
public void buildResultDataBean(java.util.Vector resultVector)
public CatalogEntrySearchDataBean[] getCatalogEntryList()
public CatalogEntrySearchDataBean getCatalogEntryListData(int index) throws java.lang.ArrayIndexOutOfBoundsException
public java.lang.String getCatentryName()
public java.lang.String getCatentryNameType()
public java.lang.String getMarkForDelete()
public java.lang.String getPartNumber()
public java.lang.String getPartNumberType()
public java.lang.String getPublished()
public void setCatalogEntryList(java.util.Vector newCatalogEntryList)
public void setCatentryName(java.lang.String newCatentryName)
public void setCatentryNameType(java.lang.String newCatentryNameType)
public void setMarkForDelete(java.lang.String newMarkForDelete)
public void setPartNumber(java.lang.String newPartNumber)
public void setPartNumberType(java.lang.String newPartNumberType)
public void setPublished(java.lang.String newPublished)