com.ibm.commerce.search.beans

Interface SearchConstants

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int ALL
      The value used to refer to the all return type.
      static int ALL_CATALOG
      The value used to refer to a search in all catalogs.
      static java.lang.String ALL_CATEGORIES
      The value used to refer to a search of all categories.
      static java.lang.String ALLWORDS
      The value used to refer to an "ALL" search criteria.
      static java.lang.String ANYWORDS
      The value used to refer to an "ANY" search criteria.
      static java.lang.String ATTRVALUE_FLOATVALUE
      The value used to refer to the float type of attribute value.
      static java.lang.String ATTRVALUE_INTEGERVALUE
      The value used to refer to the integer type of attribute value.
      static java.lang.String ATTRVALUE_STRINGVALUE
      The value used to refer to the string type of attribute value.
      static int BOTH
      The value used to refer to the both return type.
      static java.lang.String CASE_SENSITIVE
      The value used to refer to the case sensitive status of the search.
      static java.lang.String CATGPENREL_BOTH_SCHEMA_TYPE
      The value used to refer to the both schema type for the catalog group relation database table.
      static java.lang.String CATGPENREL_PRODUCT_SCHEMA_TYPE
      The value used to refer to the product schema type for the catalog group relation database table.
      static java.lang.String COPYRIGHT 
      static java.lang.String DISTINCT_RESULT
      The value used to refer to the distinct result flag.
      static java.lang.String EXACTPHRASE
      The value used to refer to an "EXACT" search criteria.
      static int ITEM
      The value used to refer to the item return type.
      static java.lang.String LISTPRICE_ON
      The value used to refer to the listprice on flag.
      static int MASTER_CATALOG
      The value used to refer to a search in the master catalog.
      static java.lang.String OPERATOR_EQUAL
      The value used to refer to the 'equal' operator in a search.
      static java.lang.String OPERATOR_GREATER
      The value used to refer to the 'greater' operator in a search.
      static java.lang.String OPERATOR_GREATER_EQUAL
      The value used to refer to the 'greater equal' operator in a search.
      static java.lang.String OPERATOR_IN
      The value used to refer to the 'in' operator in a search.
      static java.lang.String OPERATOR_LEFT_LIKE
      The value used to refer to the 'left like' operator in a search.
      static java.lang.String OPERATOR_LESS
      The value used to refer to the 'less' operator in a search.
      static java.lang.String OPERATOR_LESS_EQUAL
      The value used to refer to the 'less equal' operator in a search.
      static java.lang.String OPERATOR_LIKE
      The value used to refer to the 'like' operator in a search.
      static java.lang.String OPERATOR_NOT_EQUAL
      The value used to refer to the 'not equal' operator in a search.
      static java.lang.String OPERATOR_NOT_LIKE
      The value used to refer to the 'not like' operator in a search.
      static java.lang.String OPERATOR_RIGHT_LIKE
      The value used to refer to the 'right like' operator in a search.
      static int PRODUCT
      The value used to refer to the product return type.
      static java.lang.Integer SEARCH_IN_CATEGORYNAME
      The value used to refer to a search in category name.
      static java.lang.Integer SEARCH_IN_CATEGORYNAME_AND_DESCRIPTIONS
      The value used to refer to a search in category name and descriptions.
      static java.lang.Integer SEARCH_IN_CATEGORYNAME_AND_SHORT_DESCRIPTION
      The value used to refer to a search in category name and short description.
      static java.lang.Integer SEARCH_IN_KEYWORD
      The value used to refer to a search of keyword.
      static java.lang.Integer SEARCH_IN_PRODUCTNAME
      The value used to refer to a search in product name.
      static java.lang.Integer SEARCH_IN_PRODUCTNAME_AND_DESCRIPTIONS
      The value used to refer to a search of product name and descriptions.
      static java.lang.Integer SEARCH_IN_PRODUCTNAME_AND_SHORT_DESCRIPTION
      The value used to refer to a search in product name and short description.
    • Field Detail

      • ALLWORDS

        static final java.lang.String ALLWORDS
        The value used to refer to an "ALL" search criteria.
        See Also:
        Constant Field Values
      • ANYWORDS

        static final java.lang.String ANYWORDS
        The value used to refer to an "ANY" search criteria.
        See Also:
        Constant Field Values
      • EXACTPHRASE

        static final java.lang.String EXACTPHRASE
        The value used to refer to an "EXACT" search criteria.
        See Also:
        Constant Field Values
      • SEARCH_IN_PRODUCTNAME_AND_SHORT_DESCRIPTION

        static final java.lang.Integer SEARCH_IN_PRODUCTNAME_AND_SHORT_DESCRIPTION
        The value used to refer to a search in product name and short description.
      • SEARCH_IN_PRODUCTNAME

        static final java.lang.Integer SEARCH_IN_PRODUCTNAME
        The value used to refer to a search in product name.
      • SEARCH_IN_PRODUCTNAME_AND_DESCRIPTIONS

        static final java.lang.Integer SEARCH_IN_PRODUCTNAME_AND_DESCRIPTIONS
        The value used to refer to a search of product name and descriptions.
      • SEARCH_IN_KEYWORD

        static final java.lang.Integer SEARCH_IN_KEYWORD
        The value used to refer to a search of keyword.
      • CASE_SENSITIVE

        static final java.lang.String CASE_SENSITIVE
        The value used to refer to the case sensitive status of the search.
        See Also:
        Constant Field Values
      • OPERATOR_LIKE

        static final java.lang.String OPERATOR_LIKE
        The value used to refer to the 'like' operator in a search.
        See Also:
        Constant Field Values
      • OPERATOR_NOT_LIKE

        static final java.lang.String OPERATOR_NOT_LIKE
        The value used to refer to the 'not like' operator in a search.
        See Also:
        Constant Field Values
      • OPERATOR_LEFT_LIKE

        static final java.lang.String OPERATOR_LEFT_LIKE
        The value used to refer to the 'left like' operator in a search.
        See Also:
        Constant Field Values
      • OPERATOR_RIGHT_LIKE

        static final java.lang.String OPERATOR_RIGHT_LIKE
        The value used to refer to the 'right like' operator in a search.
        See Also:
        Constant Field Values
      • OPERATOR_EQUAL

        static final java.lang.String OPERATOR_EQUAL
        The value used to refer to the 'equal' operator in a search.
        See Also:
        Constant Field Values
      • OPERATOR_NOT_EQUAL

        static final java.lang.String OPERATOR_NOT_EQUAL
        The value used to refer to the 'not equal' operator in a search.
        See Also:
        Constant Field Values
      • OPERATOR_GREATER

        static final java.lang.String OPERATOR_GREATER
        The value used to refer to the 'greater' operator in a search.
        See Also:
        Constant Field Values
      • OPERATOR_GREATER_EQUAL

        static final java.lang.String OPERATOR_GREATER_EQUAL
        The value used to refer to the 'greater equal' operator in a search.
        See Also:
        Constant Field Values
      • OPERATOR_LESS

        static final java.lang.String OPERATOR_LESS
        The value used to refer to the 'less' operator in a search.
        See Also:
        Constant Field Values
      • OPERATOR_LESS_EQUAL

        static final java.lang.String OPERATOR_LESS_EQUAL
        The value used to refer to the 'less equal' operator in a search.
        See Also:
        Constant Field Values
      • OPERATOR_IN

        static final java.lang.String OPERATOR_IN
        The value used to refer to the 'in' operator in a search.
        See Also:
        Constant Field Values
      • ALL_CATEGORIES

        static final java.lang.String ALL_CATEGORIES
        The value used to refer to a search of all categories.
        See Also:
        Constant Field Values
      • SEARCH_IN_CATEGORYNAME_AND_SHORT_DESCRIPTION

        static final java.lang.Integer SEARCH_IN_CATEGORYNAME_AND_SHORT_DESCRIPTION
        The value used to refer to a search in category name and short description.
      • SEARCH_IN_CATEGORYNAME

        static final java.lang.Integer SEARCH_IN_CATEGORYNAME
        The value used to refer to a search in category name.
      • SEARCH_IN_CATEGORYNAME_AND_DESCRIPTIONS

        static final java.lang.Integer SEARCH_IN_CATEGORYNAME_AND_DESCRIPTIONS
        The value used to refer to a search in category name and descriptions.
      • ITEM

        static final int ITEM
        The value used to refer to the item return type.
        See Also:
        Constant Field Values
      • PRODUCT

        static final int PRODUCT
        The value used to refer to the product return type.
        See Also:
        Constant Field Values
      • BOTH

        static final int BOTH
        The value used to refer to the both return type.
        See Also:
        Constant Field Values
      • ALL

        static final int ALL
        The value used to refer to the all return type.
        See Also:
        Constant Field Values
      • MASTER_CATALOG

        static final int MASTER_CATALOG
        The value used to refer to a search in the master catalog.
        See Also:
        Constant Field Values
      • ALL_CATALOG

        static final int ALL_CATALOG
        The value used to refer to a search in all catalogs.
        See Also:
        Constant Field Values
      • CATGPENREL_PRODUCT_SCHEMA_TYPE

        static final java.lang.String CATGPENREL_PRODUCT_SCHEMA_TYPE
        The value used to refer to the product schema type for the catalog group relation database table.
        See Also:
        Constant Field Values
      • CATGPENREL_BOTH_SCHEMA_TYPE

        static final java.lang.String CATGPENREL_BOTH_SCHEMA_TYPE
        The value used to refer to the both schema type for the catalog group relation database table.
        See Also:
        Constant Field Values
      • LISTPRICE_ON

        static final java.lang.String LISTPRICE_ON
        The value used to refer to the listprice on flag.
        See Also:
        Constant Field Values
      • DISTINCT_RESULT

        static final java.lang.String DISTINCT_RESULT
        The value used to refer to the distinct result flag.
        See Also:
        Constant Field Values
      • ATTRVALUE_STRINGVALUE

        static final java.lang.String ATTRVALUE_STRINGVALUE
        The value used to refer to the string type of attribute value.
        See Also:
        Constant Field Values
      • ATTRVALUE_FLOATVALUE

        static final java.lang.String ATTRVALUE_FLOATVALUE
        The value used to refer to the float type of attribute value.
        See Also:
        Constant Field Values
      • ATTRVALUE_INTEGERVALUE

        static final java.lang.String ATTRVALUE_INTEGERVALUE
        The value used to refer to the integer type of attribute value.
        See Also:
        Constant Field Values