public class CollateralSearchListDataBean
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 |
---|
CollateralSearchListDataBean()
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.
|
CollateralSearchDataBean[] | getCollateralList()
This method returns the list of data beans found from the search or list, represented by an array of CollateralSearchDataBean objects.
|
CollateralSearchDataBean | getCollateralListData(int index)
This method returns the specific data bean at the passed index within the array of data beans returned, represented by the CollateralSearchDataBean object.
|
java.lang.String | getCollateralName()
This method returns the name of the collateral to be searched for, this is the value of the name criteria.
|
java.lang.String | getCollateralNameType()
This method returns the type of search that is being performed to the collateral name criteria.
|
void | setCollateralList(java.util.Vector newCollateralList)
This method sets the list of data beans found from the search or list, represented by an array of CollateralSearchDataBean objects.
|
void | setCollateralName(java.lang.String newCollateralName)
This method sets the name of the collateral to be searched for, this is the value of the name criteria.
|
void | setCollateralNameType(java.lang.String newCollateralNameType)
This method sets the type of search that is being performed to the collateral name criteria.
|
public static final java.lang.String COPYRIGHT
public CollateralSearchListDataBean()
public java.lang.String buildQuery() throws java.lang.Exception
public void buildResultDataBean(java.util.Vector resultVector)
public CollateralSearchDataBean[] getCollateralList()
public CollateralSearchDataBean getCollateralListData(int index) throws java.lang.ArrayIndexOutOfBoundsException
public java.lang.String getCollateralName()
public java.lang.String getCollateralNameType()
public void setCollateralList(java.util.Vector newCollateralList)
public void setCollateralName(java.lang.String newCollateralName)
public void setCollateralNameType(java.lang.String newCollateralNameType)