Class CollectionBrowserCatalogVersionFilter
- java.lang.Object
-
- de.hybris.platform.productcockpit.session.impl.CollectionBrowserCatalogVersionFilter
-
- All Implemented Interfaces:
BrowserFilter
public class CollectionBrowserCatalogVersionFilter extends java.lang.Object implements BrowserFilter
-
-
Constructor Summary
Constructors Constructor Description CollectionBrowserCatalogVersionFilter(CatalogVersionModel catalogVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexclude(java.lang.Object item)voidfilterQuery(Query query)java.lang.StringgetLabel()CatalogServicegetProductCockpitCatalogService()
-
-
-
Constructor Detail
-
CollectionBrowserCatalogVersionFilter
public CollectionBrowserCatalogVersionFilter(CatalogVersionModel catalogVersion)
-
-
Method Detail
-
exclude
public boolean exclude(java.lang.Object item)
- Specified by:
excludein interfaceBrowserFilter
-
filterQuery
public void filterQuery(Query query)
- Specified by:
filterQueryin interfaceBrowserFilter
-
getLabel
public java.lang.String getLabel()
- Specified by:
getLabelin interfaceBrowserFilter
-
getProductCockpitCatalogService
public CatalogService getProductCockpitCatalogService()
-
-