Class BundleTemplateAllCatalogsConditionAdapter
- java.lang.Object
-
- com.hybris.backoffice.widgets.searchadapters.conditions.SearchConditionAdapter
-
- de.hybris.platform.configurablebundlebackoffice.widgets.searchadapters.BundleTemplateConditionAdapter
-
- de.hybris.platform.configurablebundlebackoffice.widgets.searchadapters.BundleTemplateAllCatalogsConditionAdapter
-
public class BundleTemplateAllCatalogsConditionAdapter extends BundleTemplateConditionAdapter
Search adapter that filters out bundle templates for the all catalogs tree node
-
-
Constructor Summary
Constructors Constructor Description BundleTemplateAllCatalogsConditionAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandle(com.hybris.backoffice.navigation.NavigationNode node)Indicated whether handler is able to handle given navigationNode.-
Methods inherited from class de.hybris.platform.configurablebundlebackoffice.widgets.searchadapters.BundleTemplateConditionAdapter
addSearchCondition
-
Methods inherited from class com.hybris.backoffice.widgets.searchadapters.conditions.SearchConditionAdapter
createSearchConditions
-
-
-
-
Method Detail
-
canHandle
public boolean canHandle(com.hybris.backoffice.navigation.NavigationNode node)
Description copied from class:SearchConditionAdapterIndicated whether handler is able to handle given navigationNode.- Specified by:
canHandlein classSearchConditionAdapter- Parameters:
node-NavigationNode- Returns:
- boolean
-
-