Interface MerchCategoryExporter

All Known Implementing Classes:
DefaultMerchCategoryExporter, DefaultMerchProductDirectoryCategoryExporter

public interface MerchCategoryExporter
MerchCategoryExporter is a class to handle the export of category information from the Hybris product catalog for import into Merch v2.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    exportCategories is a method for retrieving the category hierarchy and invoking a call to Merch v2 to persist the hierarchy.
    default void
    exportCategories is a method for retrieving the categories to synchronise for a given product directory.
    void
    exportCategoriesForCurrentBaseSite is a method for retrieving the category hierarchy and invoking a call to Merch v2 to persist the hierarchy.
  • Method Details

    • exportCategories

      void exportCategories()
      exportCategories is a method for retrieving the category hierarchy and invoking a call to Merch v2 to persist the hierarchy.
    • exportCategoriesForCurrentBaseSite

      void exportCategoriesForCurrentBaseSite()
      exportCategoriesForCurrentBaseSite is a method for retrieving the category hierarchy and invoking a call to Merch v2 to persist the hierarchy.
    • exportCategories

      default void exportCategories(MerchProductDirectoryConfigModel productDirectory)
      exportCategories is a method for retrieving the categories to synchronise for a given product directory.
      Parameters:
      productDirectory - the product directory we wish to extract categories for.