Class RelatedPagePrepareInterceptor

java.lang.Object
de.hybris.platform.cms2.servicelayer.interceptor.impl.RelatedPagePrepareInterceptor
All Implemented Interfaces:
Interceptor, PrepareInterceptor<ItemModel>

public class RelatedPagePrepareInterceptor extends Object implements PrepareInterceptor<ItemModel>
Prepare interceptor to intercept all save/change operations related to ItemModel performed in the non-active catalog versions. The interceptor will reject pages, by updating their approval status attribute, that are related to the provided ItemModel.
See Also: