Class SyncTimestampsRemoveInterceptor
java.lang.Object
de.hybris.platform.catalog.interceptors.SyncTimestampsRemoveInterceptor
- All Implemented Interfaces:
Interceptor,RemoveInterceptor
Remove
ItemSyncTimestampModels from ItemModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmarkAsRemovedInContext(Object model) voidonRemove(Object model, InterceptorContext ctx) Called in themodelService.removeAll()method.voidsetConfigurationService(ConfigurationService configurationService) voidsetItemSyncTimestampDao(ItemSyncTimestampDao itemSyncTimestampDao) voidvoidsetPropertyActionReader(PropertyActionReader propertyActionReader) voidsetSessionService(SessionService sessionService) protected booleanshouldNotRemoveSyncItemsForType(Object model, InterceptorContext ctx)
-
Constructor Details
-
SyncTimestampsRemoveInterceptor
public SyncTimestampsRemoveInterceptor()
-
-
Method Details
-
onRemove
Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor- Parameters:
model- the model which should be removedctx- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-
shouldNotRemoveSyncItemsForType
-
markAsRemovedInContext
-
setItemSyncTimestampDao
-
setSessionService
-
setConfigurationService
-
setPropertyActionReader
-
setLimit
-