com.ibm.commerce.search.beans
Class CatalogSearchListDataBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.search.beans.SearchBaseDataBean
                    |
                    +--com.ibm.commerce.search.beans.CatalogSearchListDataBean
All Implemented Interfaces:
DataBean, InputDataBean, SearchConstants, java.io.Serializable, SmartDataBean

public class CatalogSearchListDataBean
extends SearchBaseDataBean

This bean is used to retrieve catalog identifier information from master catalog based on input search criteria. This bean extends CatalogSearchBaseDataBean. The search criteria may be input using a JSP. List of variables that may be input using JSP are as follows.

  1. name (String): The value of this variable is used in search based on catalog name (Catalogdsc.name column).
  2. nameCaseSensitive (String) : A user can choose case sensitive or case insensitive search. The value in this variable is used to identify if a search is case sensitive or not. The value must be either 'yes'(case sensitive search) or 'no'(case insensitive search).
  3. nameOperator (String) : A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
  4. nameType (String) : A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
  5. shortDesc (String): The value of this variable is used in search based on catalog shortdescription (Catalogdsc.shortdescription column).
  6. shortDescCaseSensitive (String) : A user can choose case sensitive or case insensitive search. The value in this variable is used to identify if a search is case sensitive or not. The value must be either 'yes'(case sensitive search) or 'no'(case insensitive search).
  7. shortDescOperator (String) : A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
  8. shortDescType (String) : A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
  9. admnDesc (String): The value of this variable is used in search based on catalog description (Catalog.description column).
  10. admnDescCaseSensitive (String) : A user can choose case sensitive or case insensitive search. The value in this variable is used to identify if a search is case sensitive or not. The value must be either 'yes'(case sensitive search) or 'no'(case insensitive search).
  11. admnDescOperator (String) : A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
  12. admnDescType (String) : A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
  13. storeId (String) : A user can specify the store to search on. It can be single store or multiple store. In case of multiple store each store has to be delimited by ','.
  14. storeIdOperator: A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=. The value in this variable is used to store a user's choice. The value must be any one of the following: 'EQUAL,' 'NOTEQUAL,' 'GREATER,' 'LESS,' 'GREATER_EQUAL,' 'LESS_EQUAL,' 'IN.'
  15. identifier (String): The value of this variable is used in search based on catalog identifier (Catalog.identifier column).
  16. identifierCaseSensitive (String) : A user can choose case sensitive or case insensitive search. The value in this variable is used to identify if a search is case sensitive or not. The value must be either 'yes'(case sensitive search) or 'no'(case insensitive search).
  17. identifierOperator (String) : A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
  18. identifierType (String) : A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
  19. catalogType (Integer) : The value of this variable is used to search on navigational or master catalog. Possible values are MASTER_CATALOG or NAVIGATIONAL_CATALOG. By default the value is MASTER_CATALOG.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.commerce.search.beans. SearchBaseDataBean
aCursor, beginIndex, commandContext, databaseType, pageSize, q, resultCount
 
Fields inherited from class com.ibm.commerce.beans. SmartDataBeanImpl
COPYRIGHT
 
Fields inherited from class com.ibm.commerce.beans. InputDataBeanImpl
requestProperties
 
Fields inherited from interface com.ibm.commerce.search.beans. SearchConstants
ALL, ALL_CATALOG, ALL_CATEGORIES, ALLWORDS, ANYWORDS, ATTRVALUE_FLOATVALUE, ATTRVALUE_INTEGERVALUE, ATTRVALUE_STRINGVALUE, BOTH, CASE_SENSITIVE, CATGPENREL_BOTH_SCHEMA_TYPE, CATGPENREL_PRODUCT_SCHEMA_TYPE, COPYRIGHT, DISTINCT_RESULT, EXACTPHRASE, ITEM, LISTPRICE_ON, MASTER_CATALOG, OPERATOR_EQUAL, OPERATOR_GREATER, OPERATOR_GREATER_EQUAL, OPERATOR_IN, OPERATOR_LESS, OPERATOR_LESS_EQUAL, OPERATOR_LIKE, OPERATOR_NOT_EQUAL, OPERATOR_NOT_LIKE, PRODUCT, SEARCH_IN_CATEGORYNAME, SEARCH_IN_CATEGORYNAME_AND_DESCRIPTIONS, SEARCH_IN_CATEGORYNAME_AND_SHORT_DESCRIPTION, SEARCH_IN_KEYWORD, SEARCH_IN_PRODUCTNAME, SEARCH_IN_PRODUCTNAME_AND_DESCRIPTIONS, SEARCH_IN_PRODUCTNAME_AND_SHORT_DESCRIPTION
 
Fields inherited from interface com.ibm.commerce.beans. DataBean
emptyString
 
Constructor Summary
CatalogSearchListDataBean()
          CatalogSearchListDataBean constructor comment.
 
Method Summary
protected  Predicate buildBooleanPredicate(java.lang.String aTerm, java.lang.String aOperator, java.lang.String aType, java.lang.String caseSensitive, int attrIdentity)
          Formulate a search predicate, to search on a Varchar or Char column.
protected  void execute()
          Calls the search interface to query the database.
 java.lang.String getAdmnDesc()
          A user can choose either 'like' or 'equal' as search operators.
 java.lang.String getAdmnDescCaseSensitive()
          A user can choose case sensitive or case insensitive search.
 java.lang.String getAdmnDescOperator()
          A user can choose either 'like' or 'equal' as search operators.
 java.lang.String getAdmnDescType()
          A user can specify three types of search criteria All, Any, Exact Phrase.
 java.lang.Integer getCatalogType()
          The value of this variable is used to search on navigational or master catalog.
 java.lang.String getDistinct()
          Defines SQL distinct qualifier.
 java.lang.String getIdentifier()
          The value of this variable is used in search based on catalog identifier (Catalog.identifier column).
 java.lang.String getIdentifierCaseSensitive()
          Insert the method's description here.
 java.lang.String getIdentifierOperator()
          A user can choose either 'like' or 'equal' as search operators.
 java.lang.String getIdentifierType()
          A user can specify three types of search criteria All, Any, Exact Phrase.
 java.lang.String getLangId()
          The langId to search.
 java.lang.String getName()
          Insert the method's description here.
 java.lang.String getNameCaseSensitive()
          Insert the method's description here.
 java.lang.String getNameTermOperator()
          Insert the method's description here.
 java.lang.String getNameType()
          Insert the method's description here.
 java.lang.String getOrderBy1()
          Result set will be sorted by this attribute.
 java.lang.String getOrderByOperator1()
          Attributes can be sorted by ascending (default) or decending order.
 java.lang.String getResultCount()
          Returns resultCount
  CatalogDataBean[] getResultList()
          Search results as array of CatalogDataBeans from resultSet variable.
 java.lang.String getResultName()
          Column names for building a result set.
 java.util.Vector getResultSet()
          Search results as vector of vectors of strings containing rows with result set columns where first column must be Catalog ids.
 java.util.Vector getResultSetName()
          Search results as vector of vectors of strings containing result set column names.
 java.lang.String getShortDesc()
          The value of this variable is used in search based on catalog shortdescription (Catalogdsc.shortdescription column).
 java.lang.String getShortDescCaseSensitive()
          A user can choose case sensitive or case insensitive search.
 java.lang.String getShortDescOperator()
          A user can choose either 'like' or 'equal' as search operators.
 java.lang.String getShortDescType()
          A user can specify three types of search criteria All, Any, Exact Phrase.
 java.lang.String getStoreId()
          Insert the method's description here.
 java.lang.String getStoreIdOperator()
          Insert the method's description here.
 int getUserId()
          Insert the method's description here.
protected  void initialize()
          initialize the data bean with command context
 void populate()
          Populate the data bean
 void setAdmnDesc(java.lang.String newAdmnDesc)
          The value of this variable is used in search based on catalog description (Catalog.description column).
 void setAdmnDescCaseSensitive(java.lang.String newAdmnDescCaseSensitive)
          A user can choose case sensitive or case insensitive search.
 void setAdmnDescOperator(java.lang.String newAdmnDescOperator)
          A user can choose either 'like' or 'equal' as search operators.
 void setAdmnDescType(java.lang.String newAdmnDescType)
          A user can specify three types of search criteria All, Any, Exact Phrase.
 void setCatalogType(java.lang.Integer newCatalogType)
          The value of this variable is used to search on navigational or master catalog.
 void setDistinct(java.lang.String newDistinct)
          Defines SQL distinct qualifier.
 void setIdentifier(java.lang.String newIdentifier)
          The value of this variable is used in search based on catalog identifier (Catalog.identifier column).
 void setIdentifierCaseSensitive(java.lang.String newIdentifierCaseSensitive)
          Insert the method's description here.
 void setIdentifierOperator(java.lang.String newIdentifierOperator)
          A user can choose either 'like' or 'equal' as search operators.
 void setIdentifierType(java.lang.String newIdentifierType)
          A user can specify three types of search criteria All, Any, Exact Phrase.
 void setLangId(java.lang.String newLangId)
          The langId to search.
 void setName(java.lang.String newName)
          Insert the method's description here.
 void setNameCaseSensitive(java.lang.String newNameCaseSensitive)
          Insert the method's description here.
 void setNameTermOperator(java.lang.String newNameTermOperator)
          Insert the method's description here.
 void setNameType(java.lang.String newNameType)
          Insert the method's description here.
protected  void setPredefinedAttributes()
          Use rulequery to build the query predicate.
 void setResultCount(java.lang.String newResultCount)
          Accessor generated by VAJ - do not modify.
 void setResultList( CatalogDataBean[] newResultList)
          Search results as array of CatalogDataBeans from resultSet variable.
 void setResultName(java.lang.String newResultName)
          Search results as vector of vectors of strings containing result set column names.
 void setResultSet(java.util.Vector newResultSet)
          Search results as vector of vectors of strings containing rows with result set columns where first column must be Catalog ids.
 void setResultSetName(java.lang.String newResultName)
          Search results as vector of vectors of strings containing result set column names.
 void setShortDesc(java.lang.String newShortDesc)
          The value of this variable is used in search based on catalog shortdescription (Catalogdsc.shortdescription column).
 void setShortDescCaseSensitive(java.lang.String newShortDescCaseSensitive)
          A user can choose case sensitive or case insensitive search.
 void setShortDescOperator(java.lang.String newShortDescOperator)
          A user can choose either 'like' or 'equal' as search operators.
 void setShortDescType(java.lang.String newShortDescType)
          A user can specify three types of search criteria All, Any, Exact Phrase.
 void setStoreId(java.lang.String newStoreId)
          Insert the method's description here.
 void setStoreIdOperator(java.lang.String newStoreIdOperator)
          Insert the method's description here.
 void setUserId(int newUserId)
          Insert the method's description here.
 
Methods inherited from class com.ibm.commerce.search.beans. SearchBaseDataBean
getBeginIndex, getNumericOperator, getPageSize, getStringOperator, isEmpty, setBeginIndex, setPageSize
 
Methods inherited from class com.ibm.commerce.beans. SmartDataBeanImpl
fulfills, getCommandContext, getResources, setCommandContext
 
Methods inherited from class com.ibm.commerce.beans. InputDataBeanImpl
getRequestProperties, setRequestProperties
 
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.beans. InputDataBean
getRequestProperties, setRequestProperties
 

Constructor Detail

CatalogSearchListDataBean

public CatalogSearchListDataBean()
CatalogSearchListDataBean constructor comment.
Method Detail

buildBooleanPredicate

protected Predicate buildBooleanPredicate(java.lang.String aTerm,
                                          java.lang.String aOperator,
                                          java.lang.String aType,
                                          java.lang.String caseSensitive,
                                          int attrIdentity)
Formulate a search predicate, to search on a Varchar or Char column. This method supports construction of boolean predicate and search based on case.
Parameters:
aTerm - The search term (can be EQUAL, LIKE, NOT_LIKE).
aOperator - The search operator (string type operator).
aType - The user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
caseSensitive - The user can choose case sensitive or case insensitive search. The value in this variable is used to identify if a search is case sensitive or not. The value must be either 'yes' (case sensitive) or 'no' (case insensitive)
attrIdentity - The column to search on.
Returns:
com.ibm.commerce.search.base.Predicate The predicate containing constraints

execute

protected void execute()
Calls the search interface to query the database.
Specified by:
execute in class SearchBaseDataBean

getAdmnDesc

public java.lang.String getAdmnDesc()
A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
Returns:
java.lang.String

getAdmnDescCaseSensitive

public java.lang.String getAdmnDescCaseSensitive()
A user can choose case sensitive or case insensitive search. The value in this variable is used to identify if a search is case sensitive or not. The value must be either 'yes'(case sensitive search) or 'no'(case insensitive search).
Returns:
java.lang.String

getAdmnDescOperator

public java.lang.String getAdmnDescOperator()
A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
Returns:
java.lang.String

getAdmnDescType

public java.lang.String getAdmnDescType()
A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
Returns:
java.lang.String

getCatalogType

public java.lang.Integer getCatalogType()
The value of this variable is used to search on navigational or master catalog. Possible values are MASTER_CATALOG or NAVIGATIONAL_CATALOG. By default the value is MASTER_CATALOG.
Returns:
java.lang.Integer

getDistinct

public java.lang.String getDistinct()
Defines SQL distinct qualifier. It is useful when using order by where distinct qualifer is not permitted.
Returns:
java.lang.String

getIdentifier

public java.lang.String getIdentifier()
The value of this variable is used in search based on catalog identifier (Catalog.identifier column).
Returns:
java.lang.String

getIdentifierCaseSensitive

public java.lang.String getIdentifierCaseSensitive()
Insert the method's description here.
Returns:
java.lang.String

getIdentifierOperator

public java.lang.String getIdentifierOperator()
A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
Returns:
java.lang.String

getIdentifierType

public java.lang.String getIdentifierType()
A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
Returns:
java.lang.String

getLangId

public java.lang.String getLangId()
The langId to search. If not provided the default from command context will be used.
Returns:
java.lang.String

getName

public java.lang.String getName()
Insert the method's description here.
Returns:
java.lang.String

getNameCaseSensitive

public java.lang.String getNameCaseSensitive()
Insert the method's description here.
Returns:
java.lang.String

getNameTermOperator

public java.lang.String getNameTermOperator()
Insert the method's description here.
Returns:
java.lang.String

getNameType

public java.lang.String getNameType()
Insert the method's description here.
Returns:
java.lang.String

getResultCount

public java.lang.String getResultCount()
Returns resultCount
Overrides:
getResultCount in class SearchBaseDataBean
Returns:
The number of rows retrieved for this search criteria.

getResultList

public CatalogDataBean[] getResultList()
Search results as array of CatalogDataBeans from resultSet variable.
Returns:
com.ibm.commerce.catalog.beans.CatalogDataBean[]

getResultName

public java.lang.String getResultName()
Column names for building a result set. See valid column names in AttributeInfoDictionary.initialize().
Returns:
java.lang.String

getResultSet

public java.util.Vector getResultSet()
Search results as vector of vectors of strings containing rows with result set columns where first column must be Catalog ids.
Returns:
java.util.Vector

getResultSetName

public java.util.Vector getResultSetName()
Search results as vector of vectors of strings containing result set column names.
Returns:
java.lang.String

getShortDesc

public java.lang.String getShortDesc()
The value of this variable is used in search based on catalog shortdescription (Catalogdsc.shortdescription column).
Returns:
java.lang.String

getShortDescCaseSensitive

public java.lang.String getShortDescCaseSensitive()
A user can choose case sensitive or case insensitive search. The value in this variable is used to identify if a search is case sensitive or not. The value must be either 'yes'(case sensitive search) or 'no'(case insensitive search).
Returns:
java.lang.String

getShortDescOperator

public java.lang.String getShortDescOperator()
A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
Returns:
java.lang.String

getShortDescType

public java.lang.String getShortDescType()
A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
Returns:
java.lang.String

getStoreId

public java.lang.String getStoreId()
Insert the method's description here.
Returns:
java.lang.String

getStoreIdOperator

public java.lang.String getStoreIdOperator()
Insert the method's description here.
Returns:
java.lang.String

getUserId

public int getUserId()
Insert the method's description here.
Returns:
int

initialize

protected void initialize()
initialize the data bean with command context
Overrides:
initialize in class SearchBaseDataBean

populate

public void populate()
Populate the data bean
Specified by:
populate in interface SmartDataBean
Specified by:
populate in class SearchBaseDataBean

setAdmnDesc

public void setAdmnDesc(java.lang.String newAdmnDesc)
The value of this variable is used in search based on catalog description (Catalog.description column).
Parameters:
newAdmnDesc - java.lang.String

setAdmnDescCaseSensitive

public void setAdmnDescCaseSensitive(java.lang.String newAdmnDescCaseSensitive)
A user can choose case sensitive or case insensitive search. The value in this variable is used to identify if a search is case sensitive or not. The value must be either 'yes'(case sensitive search) or 'no'(case insensitive search).
Parameters:
newAdmnDescCaseSensitive - java.lang.String

setAdmnDescOperator

public void setAdmnDescOperator(java.lang.String newAdmnDescOperator)
A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
Parameters:
newAdmnDescOperator - java.lang.String

setAdmnDescType

public void setAdmnDescType(java.lang.String newAdmnDescType)
A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
Parameters:
newAdmnDescType - java.lang.String

setCatalogType

public void setCatalogType(java.lang.Integer newCatalogType)
The value of this variable is used to search on navigational or master catalog. Possible values are MASTER_CATALOG or NAVIGATIONAL_CATALOG. By default the value is MASTER_CATALOG.
Parameters:
newCatalogType - java.lang.Integer

setDistinct

public void setDistinct(java.lang.String newDistinct)
Defines SQL distinct qualifier. It is useful when using order by where distinct qualifer is not permitted.
Parameters:
newDistinct - java.lang.String

setIdentifier

public void setIdentifier(java.lang.String newIdentifier)
The value of this variable is used in search based on catalog identifier (Catalog.identifier column).
Parameters:
newIdentifier - java.lang.String

setIdentifierCaseSensitive

public void setIdentifierCaseSensitive(java.lang.String newIdentifierCaseSensitive)
Insert the method's description here.
Parameters:
newIdentifierCaseSensitive - java.lang.String

setIdentifierOperator

public void setIdentifierOperator(java.lang.String newIdentifierOperator)
A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).

setIdentifierType

public void setIdentifierType(java.lang.String newIdentifierType)
A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
Parameters:
newIdentifierType - java.lang.String

setLangId

public void setLangId(java.lang.String newLangId)
The langId to search. If not provided the default from command context will be used.
Parameters:
newLangId - java.lang.String

setName

public void setName(java.lang.String newName)
Insert the method's description here.
Parameters:
newName - java.lang.String

setNameCaseSensitive

public void setNameCaseSensitive(java.lang.String newNameCaseSensitive)
Insert the method's description here.
Parameters:
newNameCaseSensitive - java.lang.String

setNameTermOperator

public void setNameTermOperator(java.lang.String newNameTermOperator)
Insert the method's description here.
Parameters:
newNameTermOperator - java.lang.String

setNameType

public void setNameType(java.lang.String newNameType)
Insert the method's description here.
Parameters:
newNameType - java.lang.String

setPredefinedAttributes

protected void setPredefinedAttributes()
Use rulequery to build the query predicate.
Specified by:
setPredefinedAttributes in class SearchBaseDataBean

getOrderBy1

public java.lang.String getOrderBy1()
Result set will be sorted by this attribute.
Returns:
java.lang.String

getOrderByOperator1

public java.lang.String getOrderByOperator1()
Attributes can be sorted by ascending (default) or decending order.
Returns:
java.lang.String

setResultCount

public void setResultCount(java.lang.String newResultCount)
Accessor generated by VAJ - do not modify.
Overrides:
setResultCount in class SearchBaseDataBean
Parameters:
newResultCount - java.lang.String

setResultList

public void setResultList(CatalogDataBean[] newResultList)
Search results as array of CatalogDataBeans from resultSet variable.
Parameters:
newResultList - com.ibm.commerce.catalog.beans.CatalogDataBean[]

setResultName

public void setResultName(java.lang.String newResultName)
Search results as vector of vectors of strings containing result set column names.
Parameters:
newResultName - java.lang.String

setResultSet

public void setResultSet(java.util.Vector newResultSet)
Search results as vector of vectors of strings containing rows with result set columns where first column must be Catalog ids.
Parameters:
newResultSet - java.util.Vector

setResultSetName

public void setResultSetName(java.lang.String newResultName)
Search results as vector of vectors of strings containing result set column names.

setShortDesc

public void setShortDesc(java.lang.String newShortDesc)
The value of this variable is used in search based on catalog shortdescription (Catalogdsc.shortdescription column).
Parameters:
newShortDesc - java.lang.String

setShortDescCaseSensitive

public void setShortDescCaseSensitive(java.lang.String newShortDescCaseSensitive)
A user can choose case sensitive or case insensitive search. The value in this variable is used to identify if a search is case sensitive or not. The value must be either 'yes'(case sensitive search) or 'no'(case insensitive search).
Parameters:
newShortDescCaseSensitive - java.lang.String

setShortDescOperator

public void setShortDescOperator(java.lang.String newShortDescOperator)
A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
Parameters:
newShortDescOperator - java.lang.String

setShortDescType

public void setShortDescType(java.lang.String newShortDescType)
A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
Parameters:
newShortDescType - java.lang.String

setStoreId

public void setStoreId(java.lang.String newStoreId)
Insert the method's description here.
Parameters:
newStoreId - java.lang.String

setStoreIdOperator

public void setStoreIdOperator(java.lang.String newStoreIdOperator)
Insert the method's description here.
Parameters:
newStoreIdOperator - java.lang.String

setUserId

public void setUserId(int newUserId)
Insert the method's description here.
Parameters:
newUserId - int