public class CatalogGroupSearchListDataBean
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 |
---|
CatalogGroupSearchListDataBean()
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.
|
CatalogGroupSearchDataBean[] | getCatalogGroupList()
This method returns the list of data beans found from the search or list, represented by an array of CatalogGroupSearchDataBean objects.
|
CatalogGroupSearchDataBean | getCatalogGroupListData(int index)
This method returns the specific data bean at the passed index within the array of data beans returned, represented by the CatalogGroupSearchDataBean object.
|
java.lang.String | getCatgroupName()
This method returns the name of the catalog group to be searched for, this is the value of the name criteria.
|
java.lang.String | getCatgroupNameType()
This method returns the type of search that is being performed to the catalog group name criteria.
|
java.lang.String | getIdentifier()
This method returns the identifier of the catalog group to be searched for, this is the value of the identifier criteria.
|
java.lang.String | getIdentifierType()
This method returns the type of search that is being performed to the catalog group identifier 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 | getPublished()
This method returns the 'published' flag that should be used in building the search query.
|
void | setCatalogGroupList(java.util.Vector newCatalogGroupList)
This method sets the list of data beans found from the search or list, represented by an array of CatalogGroupSearchDataBean objects.
|
void | setCatgroupName(java.lang.String newCatgroupName)
This method sets the name of the catalog group to be searched for, this is the value of the name criteria.
|
void | setCatgroupNameType(java.lang.String newCatgroupNameType)
This method sets the type of search that is being performed to the catalog group name criteria.
|
void | setIdentifier(java.lang.String newIdentifier)
This method sets the identifier of the catalog group to be searched for, this is the value of the identifier criteria.
|
void | setIdentifierType(java.lang.String newIdentifierType)
This method sets the type of search that is being performed to the catalog group identifier 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 | 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 CatalogGroupSearchListDataBean()
public java.lang.String buildQuery() throws java.lang.Exception
public void buildResultDataBean(java.util.Vector resultVector)
public CatalogGroupSearchDataBean[] getCatalogGroupList()
public CatalogGroupSearchDataBean getCatalogGroupListData(int index) throws java.lang.ArrayIndexOutOfBoundsException
public java.lang.String getCatgroupName()
public java.lang.String getCatgroupNameType()
public java.lang.String getIdentifier()
public java.lang.String getIdentifierType()
public java.lang.String getMarkForDelete()
public java.lang.String getPublished()
public void setCatalogGroupList(java.util.Vector newCatalogGroupList)
public void setCatgroupName(java.lang.String newCatgroupName)
public void setCatgroupNameType(java.lang.String newCatgroupNameType)
public void setIdentifier(java.lang.String newIdentifier)
public void setIdentifierType(java.lang.String newIdentifierType)
public void setMarkForDelete(java.lang.String newMarkForDelete)
public void setPublished(java.lang.String newPublished)