Class ExplorerTreeBundleTemplatesDynamicNodeRefreshStrategy
java.lang.Object
de.hybris.platform.configurablebundlebackoffice.widgets.explorertree.refreshstrategy.ExplorerTreeBundleTemplatesDynamicNodeRefreshStrategy
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.explorertree.refreshstrategy.ExplorerTreeRefreshStrategy
public class ExplorerTreeBundleTemplatesDynamicNodeRefreshStrategy
extends Object
implements com.hybris.cockpitng.widgets.common.explorertree.refreshstrategy.ExplorerTreeRefreshStrategy
Explorer tree refresh strategy that collects parent template objects as related objects for a
BundleTemplateModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<BundleTemplateModel>collectAllParentTemplates(BundleTemplateModel bundleTemplate, Set<BundleTemplateModel> parentBundles) protected Collection<BundleTemplateModel>collectParentTemplates(BundleTemplateModel bundleTemplate) Collection<? extends Object>findRelatedObjectsToRefresh(Object object) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.widgets.common.explorertree.refreshstrategy.ExplorerTreeRefreshStrategy
refreshNode
-
Constructor Details
-
ExplorerTreeBundleTemplatesDynamicNodeRefreshStrategy
public ExplorerTreeBundleTemplatesDynamicNodeRefreshStrategy()
-
-
Method Details
-
findRelatedObjectsToRefresh
- Specified by:
findRelatedObjectsToRefreshin interfacecom.hybris.cockpitng.widgets.common.explorertree.refreshstrategy.ExplorerTreeRefreshStrategy
-
collectParentTemplates
protected Collection<BundleTemplateModel> collectParentTemplates(BundleTemplateModel bundleTemplate) -
collectAllParentTemplates
protected Collection<BundleTemplateModel> collectAllParentTemplates(BundleTemplateModel bundleTemplate, Set<BundleTemplateModel> parentBundles)
-