Class NavigationNodePrepareInterceptor
java.lang.Object
de.hybris.platform.cms2.servicelayer.interceptor.impl.NavigationNodePrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor
@Deprecated(since="1811",
forRemoval=true)
public class NavigationNodePrepareInterceptor
extends Object
implements PrepareInterceptor
Deprecated, for removal: This API element is subject to removal in a future version.
since 1811 - no longer needed
Ensures that both
catalogVersion and parent.catalogVersion are consistent via
catalogVersion change or parent change accordingly to modified property. For hierarchies
child nodes catalogVersion is also modified.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected List<CMSNavigationNodeModel>Deprecated, for removal: This API element is subject to removal in a future version.voidonPrepare(Object model, InterceptorContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Called in themodelService.saveAll()method.voidsetCmsNavigationService(CMSNavigationService cmsNavigationService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetModelService(ModelService modelService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
NavigationNodePrepareInterceptor
public NavigationNodePrepareInterceptor()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
onPrepare
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor- Parameters:
model- the model which values has to be preparedctx- theInterceptorContext- Throws:
InterceptorException- if an error occured during the preparation
-
setModelService
Deprecated, for removal: This API element is subject to removal in a future version.
-