Package de.hybris.platform.product.impl
Class UniqueClassificationSystemItemInterceptor
java.lang.Object
de.hybris.platform.product.impl.UniqueCatalogItemInterceptor
de.hybris.platform.product.impl.UniqueClassificationSystemItemInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor,ValidateInterceptor
Implementation of a
ValidateInterceptor and PrepareInterceptor for classification systems. Does the
same as the UniqueCatalogItemInterceptor, only the
getDefaultCatalogVersion(InterceptorContext, Object) is overwritten to adept to classification systems.-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.product.impl.UniqueCatalogItemInterceptor
UniqueCatalogItemInterceptor.ModifiedCatalogItem -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CatalogVersionModelgetDefaultCatalogVersion(InterceptorContext ctx, Object model) voidsetCategoryService(CategoryService categoryService) Methods inherited from class de.hybris.platform.product.impl.UniqueCatalogItemInterceptor
getModifiedCatalogItemModels, onPrepare, onValidate, setCatalogTypeService, setInterceptorRegistry, setTypeService
-
Constructor Details
-
UniqueClassificationSystemItemInterceptor
public UniqueClassificationSystemItemInterceptor()
-
-
Method Details
-
setCategoryService
- Parameters:
categoryService- the categoryService to set
-
getDefaultCatalogVersion
- Overrides:
getDefaultCatalogVersionin classUniqueCatalogItemInterceptor
-