com.ibm.commerce.catalogfilter.dataload.mediator

Interface CatalogFilterDataLoadConstants

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright field.
        See Also:
        Constant Field Values
      • TABLE_NAME_CATFILTER

        static final java.lang.String TABLE_NAME_CATFILTER
        This is the table name of the catalog filter.
        See Also:
        Constant Field Values
      • TABLE_NAME_CATFILTERDSC

        static final java.lang.String TABLE_NAME_CATFILTERDSC
        This is the table name of the catalog filter description.
        See Also:
        Constant Field Values
      • TABLE_NAME_CFCATGROUP

        static final java.lang.String TABLE_NAME_CFCATGROUP
        This is the table name of the catalog filter catalog group selection.
        See Also:
        Constant Field Values
      • TABLE_NAME_CFCONDGRP

        static final java.lang.String TABLE_NAME_CFCONDGRP
        This is the table name of the catalog filter condition group.
        See Also:
        Constant Field Values
      • TABLE_NAME_CFCONDVAL

        static final java.lang.String TABLE_NAME_CFCONDVAL
        This is the table name of the catalog filter condition value.
        See Also:
        Constant Field Values
      • TABLE_NAME_CFCOND

        static final java.lang.String TABLE_NAME_CFCOND
        This is the table name of the catalog filter condition.
        See Also:
        Constant Field Values
      • TABLE_NAME_CFPRODUCTSET

        static final java.lang.String TABLE_NAME_CFPRODUCTSET
        This is the table name of the catalog filter product set selection.
        See Also:
        Constant Field Values
      • TABLE_NAME_PRODUCTSET

        static final java.lang.String TABLE_NAME_PRODUCTSET
        This is the table name of the product set.
        See Also:
        Constant Field Values
      • TABLE_NAME_PRSETCEREL

        static final java.lang.String TABLE_NAME_PRSETCEREL
        This is the table name of the product set catalog entry relation.
        See Also:
        Constant Field Values
      • COLUMN_NAME_CATFILTER_ID

        static final java.lang.String COLUMN_NAME_CATFILTER_ID
        This is the column name of the catalog filter id.
        See Also:
        Constant Field Values
      • COLUMN_NAME_SELECTION_TYPE

        static final java.lang.String COLUMN_NAME_SELECTION_TYPE
        This is the column name of the catalog filter selection type.
        See Also:
        Constant Field Values
      • COLUMN_NAME_CONDGROUP_RELATION

        static final java.lang.String COLUMN_NAME_CONDGROUP_RELATION
        This is the column name of the catalog filter condition group relation.
        See Also:
        Constant Field Values
      • COLUMN_NAME_CONDITION_RELATION

        static final java.lang.String COLUMN_NAME_CONDITION_RELATION
        This is the column name of the catalog filter condition relation.
        See Also:
        Constant Field Values
      • COLUMN_NAME_CFCATGROUP_ID

        static final java.lang.String COLUMN_NAME_CFCATGROUP_ID
        This is the column name of the catalog filter catalog group selection id.
        See Also:
        Constant Field Values
      • COLUMN_NAME_CFCONDGROUP_ID

        static final java.lang.String COLUMN_NAME_CFCONDGROUP_ID
        This is the column name of the catalog filter catalog group selection id.
        See Also:
        Constant Field Values
      • COLUMN_NAME_CFCONDGROUP_IDENTIFIER

        static final java.lang.String COLUMN_NAME_CFCONDGROUP_IDENTIFIER
        This is the column name of the catalog filter catalog condition group identifier.
        See Also:
        Constant Field Values
      • COLUMN_NAME_CONDITION_TYPE

        static final java.lang.String COLUMN_NAME_CONDITION_TYPE
        This is the column name of the catalog filter selection type.
        See Also:
        Constant Field Values
      • COLUMN_NAME_PROPERTYNAME

        static final java.lang.String COLUMN_NAME_PROPERTYNAME
        This is the column name of the catalog filter selection type.
        See Also:
        Constant Field Values
      • COLUMN_NAME_OPERATOR

        static final java.lang.String COLUMN_NAME_OPERATOR
        This is the column name of the catalog filter selection type.
        See Also:
        Constant Field Values
      • COLUMN_NAME_CFCOND_ID

        static final java.lang.String COLUMN_NAME_CFCOND_ID
        This is the column name of the catalog filter catalog condition id.
        See Also:
        Constant Field Values
      • COLUMN_NAME_CFCONDVAL_ID

        static final java.lang.String COLUMN_NAME_CFCONDVAL_ID
        This is the column name of the catalog filter catalog condition id.
        See Also:
        Constant Field Values
      • COLUMN_NAME_PRODUCTSET_ID

        static final java.lang.String COLUMN_NAME_PRODUCTSET_ID
        This is the column name of the product set id.
        See Also:
        Constant Field Values
      • SELECTION_TYPE_INCLUDEIMPLICITSKU_EXTERNAL

        static final java.lang.String SELECTION_TYPE_INCLUDEIMPLICITSKU_EXTERNAL
        This is the external value selection IncludeImplicitSKU.
        See Also:
        Constant Field Values
      • SELECTION_TYPE_EXCLUDEIMPLICITSKU_EXTERNAL

        static final java.lang.String SELECTION_TYPE_EXCLUDEIMPLICITSKU_EXTERNAL
        This is the external value selection ExcludeImplicitSKU.
        See Also:
        Constant Field Values
      • SELECTION_TYPE_INCLUDE_EXTERNAL

        static final java.lang.String SELECTION_TYPE_INCLUDE_EXTERNAL
        This is the external value selection type:Include.
        See Also:
        Constant Field Values
      • SELECTION_TYPE_EXCLUDE_EXTERNAL

        static final java.lang.String SELECTION_TYPE_EXCLUDE_EXTERNAL
        This is the external value selection type:Exclude.
        See Also:
        Constant Field Values
      • SELECTION_TYPE_INCLUDEIMPLICITPRODUCTSET_INTERNAL

        static final int SELECTION_TYPE_INCLUDEIMPLICITPRODUCTSET_INTERNAL
        This is the internal value selection type for IncludeImplicitProductSet.
        See Also:
        Constant Field Values
      • SELECTION_TYPE_EXCLUDEIMPLICITPRODUCTSET_INTERNAL

        static final int SELECTION_TYPE_EXCLUDEIMPLICITPRODUCTSET_INTERNAL
        This is the internal value selection type for ExcludeImplicitProductSet.
        See Also:
        Constant Field Values
      • SELECTION_TYPE_INCLUDE_INTERNAL

        static final int SELECTION_TYPE_INCLUDE_INTERNAL
        This is the internal value selection type for Include.
        See Also:
        Constant Field Values
      • SELECTION_TYPE_EXCLUDE_INTERNAL

        static final int SELECTION_TYPE_EXCLUDE_INTERNAL
        This is the internal value selection type for Exclude.
        See Also:
        Constant Field Values
      • CONDITION_RELATION_AND_EXTERNAL

        static final java.lang.String CONDITION_RELATION_AND_EXTERNAL
        This is the external value relation type:And.
        See Also:
        Constant Field Values
      • CONDITION_RELATION_OR_EXTERNAL

        static final java.lang.String CONDITION_RELATION_OR_EXTERNAL
        This is the external value relation type:Or.
        See Also:
        Constant Field Values
      • CONDITION_RELATION_AND_INTERNAL

        static final java.lang.String CONDITION_RELATION_AND_INTERNAL
        This is the internal value selection type for And.
        See Also:
        Constant Field Values
      • CONDITION_RELATION_OR_INTERNAL

        static final java.lang.String CONDITION_RELATION_OR_INTERNAL
        This is the internal value selection type for Or.
        See Also:
        Constant Field Values
      • CATALOGFILTER_USAGE_HOSTING_EXTERNAL

        static final java.lang.String CATALOGFILTER_USAGE_HOSTING_EXTERNAL
        This is the external value of usage: Hosting.
        See Also:
        Constant Field Values
      • CATALOGFILTER_USAGE_BUYER_EXTERNAL

        static final java.lang.String CATALOGFILTER_USAGE_BUYER_EXTERNAL
        This is the external value of usage:Buyer.
        See Also:
        Constant Field Values
      • CATALOGFILTER_USAGE_PRODUCTBEAN_EXTERNAL

        static final java.lang.String CATALOGFILTER_USAGE_PRODUCTBEAN_EXTERNAL
        This is the external value of usage: ProductBean.
        See Also:
        Constant Field Values
      • CATALOGFILTER_USAGE_ITEMBEAN_EXTERNAL

        static final java.lang.String CATALOGFILTER_USAGE_ITEMBEAN_EXTERNAL
        This is the external value of usage: ItemBean.
        See Also:
        Constant Field Values
      • CATALOGFILTER_USAGE_PRICE_EXTERNAL

        static final java.lang.String CATALOGFILTER_USAGE_PRICE_EXTERNAL
        TThis is the external value of usage:Price.
        See Also:
        Constant Field Values
      • CATALOGFILTER_USAGE_PROMOTION_EXTERNAL

        static final java.lang.String CATALOGFILTER_USAGE_PROMOTION_EXTERNAL
        This is the external value of usage:Promotion.
        See Also:
        Constant Field Values
      • CATALOGFILTER_USAGE_MARKETING_EXTERNAL

        static final java.lang.String CATALOGFILTER_USAGE_MARKETING_EXTERNAL
        This is the external value of usage:Marketing.
        See Also:
        Constant Field Values
      • CATALOGFILTER_USAGE_HOSTING_INTERNAL

        static final int CATALOGFILTER_USAGE_HOSTING_INTERNAL
        This is the internal value of usage:Hosting.
        See Also:
        Constant Field Values
      • CATALOGFILTER_USAGE_BUYER_INTERNAL

        static final int CATALOGFILTER_USAGE_BUYER_INTERNAL
        This is the internal value of usage:Buyer.
        See Also:
        Constant Field Values
      • CATALOGFILTER_USAGE_PRICE_INTERNAL

        static final int CATALOGFILTER_USAGE_PRICE_INTERNAL
        This is the internal value of usage:Price.
        See Also:
        Constant Field Values
      • CATALOGFILTER_USAGE_PROMOTION_INTERNAL

        static final int CATALOGFILTER_USAGE_PROMOTION_INTERNAL
        This is the internal value of usage:Promotion.
        See Also:
        Constant Field Values
      • CATALOGFILTER_USAGE_MARKETING_INTERNAL

        static final int CATALOGFILTER_USAGE_MARKETING_INTERNAL
        This is the internal value of usage:Marketing.
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_PRODUCTSETSELECTION

        static final java.lang.String BUSINESS_OBJECT_PART_PRODUCTSETSELECTION
        This is the the business object part: Productsetselection.
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_ATTRIBUTEVALUEIDENTIFIER

        static final java.lang.String BUSINESS_OBJECT_PART_ATTRIBUTEVALUEIDENTIFIER
        This is the businees object part: AttributeValueIdentifier.
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_ATTRIBUTEVALUE

        static final java.lang.String BUSINESS_OBJECT_PART_ATTRIBUTEVALUE
        This is the businees object part: AttributeValue.
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_ATTRIBUTEVALUE_TYPE

        static final java.lang.String BUSINESS_OBJECT_PART_ATTRIBUTEVALUE_TYPE
        This is the businees object part: ValueType.
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_CONDITIONATTIBUTEVALUE

        static final java.lang.String BUSINESS_OBJECT_PART_CONDITIONATTIBUTEVALUE
        This is the the business object part: ConditionAttributeValue.
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_PARTNUMBER

        static final java.lang.String BUSINESS_OBJECT_PART_PARTNUMBER
        This is the the business object part: PartNumber.
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_SELECTION

        static final java.lang.String BUSINESS_OBJECT_PART_SELECTION
        This is the the business object part: selection.
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_PATH_CATLOG_FILTER_UNIQUE_ID

        static final java.lang.String BUSINESS_OBJECT_PART_PATH_CATLOG_FILTER_UNIQUE_ID
        The path to the business object part: catalog filter unique id.
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_CONDITION_ATTRIBUTEVALUE

        static final java.lang.String BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_CONDITION_ATTRIBUTEVALUE
        The path to the business object part: catalog filter condition attributeValue;
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_CONDITIONVALUE_TYPE

        static final java.lang.String BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_CONDITIONVALUE_TYPE
        The path to the business object part: catalog filter condition attribute value type;
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_CONDITION_ATTRIBUTEVALUEIDENTIFIER

        static final java.lang.String BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_CONDITION_ATTRIBUTEVALUEIDENTIFIER
        The path to the business object part: catalog filter condition attributeValueIndentifier;
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_IDENTIFIER_IDENTIFIER

        static final java.lang.String BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_IDENTIFIER_IDENTIFIER
        The path to the business object part: catalog filter identifier .
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_PARTNUMBER

        static final java.lang.String BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_PARTNUMBER
        The path to the business object part: catalog filter partnumber.
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_SELECTION

        static final java.lang.String BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_SELECTION
        The path to the business object part: catalog filter selection.
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_CONDITIONGROUP_IDENTIFIER

        static final java.lang.String BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_CONDITIONGROUP_IDENTIFIER
        The path to the business object part: catalog filter identifier .
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_CONDITIONGROUP_UNIQUEID

        static final java.lang.String BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_CONDITIONGROUP_UNIQUEID
        The path to the business object part: catalog filter identifier .
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_IDENTIFIER

        static final java.lang.String BUSINESS_OBJECT_PART_PATH_CATALOG_FILTER_IDENTIFIER
        The path to the business object part: catalog filter identifier .
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_NAME_CATALOG_FILTER_IDENTIFIER

        static final java.lang.String BUSINESS_OBJECT_PART_NAME_CATALOG_FILTER_IDENTIFIER
        The name of the business object part: catalog filter identifier .
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_PART_NAME_CONDITION_VALUE_TYPE

        static final java.lang.String BUSINESS_OBJECT_PART_NAME_CONDITION_VALUE_TYPE
        The name of the business object part: catalog filter condition value type .
        See Also:
        Constant Field Values
      • BUSINESS_OBJECT_NAME_CATALOG_FILTER

        static final java.lang.String BUSINESS_OBJECT_NAME_CATALOG_FILTER
        The name of the catalog filter business object.
        See Also:
        Constant Field Values
      • CATALOG_FILTER_CONDITION_TYPE_ATTRIBUTEDIC

        static final int CATALOG_FILTER_CONDITION_TYPE_ATTRIBUTEDIC
        The value for condition type that shows the condition is attribute dictionary based.
        See Also:
        Constant Field Values
      • CATALOG_FILTER_CONDITION_TYPE_NONE_ATTRIBUTEDIC

        static final int CATALOG_FILTER_CONDITION_TYPE_NONE_ATTRIBUTEDIC
        The value for condition type that shows the condition is attribute dictionary based.
        See Also:
        Constant Field Values
      • CATALOG_FILTER_ATTRVAL_TYPE_STRING

        static final java.lang.String CATALOG_FILTER_ATTRVAL_TYPE_STRING
        The value for condition value type: String.
        See Also:
        Constant Field Values
      • CATALOG_FILTER_ATTRVAL_TYPE_INTEGER

        static final java.lang.String CATALOG_FILTER_ATTRVAL_TYPE_INTEGER
        The value for condition value type: Integer.
        See Also:
        Constant Field Values
      • CATALOG_FILTER_ATTRVAL_TYPE_FLOAT

        static final java.lang.String CATALOG_FILTER_ATTRVAL_TYPE_FLOAT
        The value for condition value type: Float.
        See Also:
        Constant Field Values