Interface MerchCategoryExporter
-
- All Known Implementing Classes:
DefaultMerchCategoryExporter
public interface MerchCategoryExporterMerchCategoryExporter is a class to handle the export of category information from the Hybris product catalog for import into Merch v2.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexportCategories()exportCategories is a method for retrieving the category hierarchy and invoking a call to Merch v2 to persist the hierarchy.voidexportCategoriesForCurrentBaseSite()exportCategoriesForCurrentBaseSite is a method for retrieving the category hierarchy and invoking a call to Merch v2 to persist the hierarchy.
-
-
-
Method Detail
-
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.
-
-