Package de.hybris.platform.variants.interceptor
-
Class Summary Class Description GenericVariantProductValidateInterceptor This interceptor ensures the following rules are fulfilled for a givenVariantValueCategory
- there can be only one super category of type VariantCategory and this super category is not optional - it can't have any other Categories (normal ones) as super categories.GenericVariantProductValidateInterceptorTest GenericVariantProductValidateInterceptorUnitTest VariantCategoryValidateInterceptor This interceptor validates that theVariantCategory
that you try to save has at most one supercategory and this supercategory is of typeVariantCategory
.VariantCategoryValidateInterceptorTest VariantValueCategoryValidateInterceptor This interceptor ensures the following rules are fulfilled for a givenVariantValueCategory
- there can be only one super category of type VariantCategory and this super category is not optional - it can't have any other Categories (normal ones) as super categories.VariantValueCategoryValidateInterceptorTest