Class BundleTemplateItemVisitor
java.lang.Object
de.hybris.platform.configurablebundlebackoffice.synchronization.itemvisitors.impl.BundleTemplateItemVisitor
- All Implemented Interfaces:
ItemVisitor<BundleTemplateModel>
Item visitor that allows
RelatedItemsCollector to collect items related
to BundleTemplateModel for sync purposes-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BundleTemplateItemVisitor
public BundleTemplateItemVisitor()
-
-
Method Details
-
visit
public List<ItemModel> visit(BundleTemplateModel bundleTemplate, List<ItemModel> path, Map<String, Object> map) Description copied from interface:ItemVisitorReturns visited items for a giventheSourceitem within given contestctx- Specified by:
visitin interfaceItemVisitor<BundleTemplateModel>- Parameters:
bundleTemplate- given itempath- path to given itemmap- visitor context- Returns:
- relevant items for a given
theSourceitem
-