com.ibm.commerce.contract.catalogfilter.util

Interface CatalogFilterConstants



  • public interface CatalogFilterConstants
    CatalogFilterConstants defines all the constants used in catalog filter runtime.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        Copyright statement.
        See Also:
        Constant Field Values
      • CATALOG_FILTER_SELECTION_INCLUDE

        static final short CATALOG_FILTER_SELECTION_INCLUDE
        The include identifier for catalog filter.
        See Also:
        Constant Field Values
      • CATALOG_FILTER_SELECTION_EXCLUDE

        static final short CATALOG_FILTER_SELECTION_EXCLUDE
        The exclude identifier for catalog filter.
        See Also:
        Constant Field Values
      • SOLR_EXPRESSION_OPERATOR_AND

        static final java.lang.String SOLR_EXPRESSION_OPERATOR_AND
        The SOLR "AND" operator.
        See Also:
        Constant Field Values
      • SOLR_EXPRESSION_OPERATOR_OR

        static final java.lang.String SOLR_EXPRESSION_OPERATOR_OR
        The SOLR "OR" operator.
        See Also:
        Constant Field Values
      • SOLR_EXPRESSION_OPERATOR_NOT

        static final java.lang.String SOLR_EXPRESSION_OPERATOR_NOT
        The SOLR "NOT" operator.
        See Also:
        Constant Field Values
      • EXPRESSION_SPACE

        static final java.lang.String EXPRESSION_SPACE
        The value separator.
        See Also:
        Constant Field Values
      • EXPRESSION_OPERATOR_ASSIGN

        static final java.lang.String EXPRESSION_OPERATOR_ASSIGN
        The assign operator.
        See Also:
        Constant Field Values
      • EXPRESSION_BRACKET_LEFT

        static final java.lang.String EXPRESSION_BRACKET_LEFT
        The left bracket.
        See Also:
        Constant Field Values
      • EXPRESSION_BRACKET_RIGHT

        static final java.lang.String EXPRESSION_BRACKET_RIGHT
        The right bracket.
        See Also:
        Constant Field Values
      • PARENT_CATALOG_GROUP_ID_SEARCH_FIELD

        static final java.lang.String PARENT_CATALOG_GROUP_ID_SEARCH_FIELD
        The field name of parent catalog group ID search.
        See Also:
        Constant Field Values
      • STORE_ID_FIELD

        static final java.lang.String STORE_ID_FIELD
        The field name of store ID.
        See Also:
        Constant Field Values
      • PRODUCTSET_ID_FIELD

        static final java.lang.String PRODUCTSET_ID_FIELD
        The field name of product set ID.
        See Also:
        Constant Field Values
      • ALL_FIELD

        static final java.lang.String ALL_FIELD
        The all filed identifier.
        See Also:
        Constant Field Values
      • ALL_VALUE

        static final java.lang.String ALL_VALUE
        The all value identifier.
        See Also:
        Constant Field Values
      • CONDITION_GROUP_RELATION_AND

        static final short CONDITION_GROUP_RELATION_AND
        The "AND" relation between condition groups.
        See Also:
        Constant Field Values
      • CONDITION_GROUP_RELATION_OR

        static final short CONDITION_GROUP_RELATION_OR
        The "OR" relation between condition groups.
        See Also:
        Constant Field Values
      • CONDITION_RELATION_AND

        static final short CONDITION_RELATION_AND
        The "AND" relation between conditions.
        See Also:
        Constant Field Values
      • CONDITION_RELATION_OR

        static final short CONDITION_RELATION_OR
        The "OR" relation between conditions.
        See Also:
        Constant Field Values
      • NTK_SUFFIX

        static final java.lang.String NTK_SUFFIX
        The suffix of non-tokenized field.
        See Also:
        Constant Field Values
      • CS_SUFFIX

        static final java.lang.String CS_SUFFIX
        The suffix of case sensitive field.
        See Also:
        Constant Field Values
      • NTK_CS_SUFFIX

        static final java.lang.String NTK_CS_SUFFIX
        The suffix of non-tokenized and case sensitive field.
        See Also:
        Constant Field Values
      • CONFIG_GROUPING_MULTIPLE_CONTRACTS

        static final java.lang.String CONFIG_GROUPING_MULTIPLE_CONTRACTS
        Name of the configuration grouping for multiple contracts.
        See Also:
        Constant Field Values
      • CONFIG_PROPERTY_OPERATION_BETWEEN_MULTIPLE_CONTRACTS

        static final java.lang.String CONFIG_PROPERTY_OPERATION_BETWEEN_MULTIPLE_CONTRACTS
        Name of the configuration property for the operation between multiple contracts.
        See Also:
        Constant Field Values
      • OPERATION_BETWEEN_MULTIPLE_CONTRACT_AND

        static final java.lang.String OPERATION_BETWEEN_MULTIPLE_CONTRACT_AND
        Using AND operation between multiple contracts.
        See Also:
        Constant Field Values
      • CONTRACT_COMPONENT_NAME

        static final java.lang.String CONTRACT_COMPONENT_NAME
        Contract component name
        See Also:
        Constant Field Values