Class DefaultItemTypeMatchSelector

java.lang.Object
de.hybris.platform.integrationbackoffice.utility.DefaultItemTypeMatchSelector
All Implemented Interfaces:
ItemTypeMatchSelector

public class DefaultItemTypeMatchSelector extends Object implements ItemTypeMatchSelector
Default implementation of the ItemTypeMatchSelector
  • Constructor Details

    • DefaultItemTypeMatchSelector

      public DefaultItemTypeMatchSelector()
  • Method Details

    • getToSelectItemTypeMatch

      public ItemTypeMatch getToSelectItemTypeMatch(@NotNull @NotNull IntegrationObjectItemModel integrationObjectItemModel)
      Description copied from interface: ItemTypeMatchSelector
      Receives an IntegrationObjectItemModel and returns an ItemTypeMatch associated with it or a default one based on its type.
      Specified by:
      getToSelectItemTypeMatch in interface ItemTypeMatchSelector
      Parameters:
      integrationObjectItemModel - An Integration Object Item Model
      Returns:
      ItemTypeMatch for the integrationObjectItemModel
    • setItemSearchConfiguration

      public void setItemSearchConfiguration(ItemSearchConfiguration itemSearchConfiguration)