Class CustomerVendorReviewsCleanupHook
java.lang.Object
de.hybris.platform.marketplaceservices.retention.hook.CustomerVendorReviewsCleanupHook
- All Implemented Interfaces:
ItemCleanupHook<CustomerModel>
@Deprecated(since="1905",
forRemoval=true)
public class CustomerVendorReviewsCleanupHook
extends Object
implements ItemCleanupHook<CustomerModel>
Deprecated, for removal: This API element is subject to removal in a future version.
Cleans up customer vendor reviews after the customer account is closed and the customer related data needs to be
cleaned. It's implementation of
ItemCleanupHook-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanupRelatedObjects(CustomerModel customer) Deprecated, for removal: This API element is subject to removal in a future version.Cleanup related objects before cleanup item.protected CustomerVendorReviewDaoDeprecated, for removal: This API element is subject to removal in a future version.protected ModelServiceDeprecated, for removal: This API element is subject to removal in a future version.voidsetCustomerVendorReviewDao(CustomerVendorReviewDao customerVendorReviewDao) 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
-
CustomerVendorReviewsCleanupHook
public CustomerVendorReviewsCleanupHook()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
cleanupRelatedObjects
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ItemCleanupHookCleanup related objects before cleanup item.- Specified by:
cleanupRelatedObjectsin interfaceItemCleanupHook<CustomerModel>- Parameters:
customer- its related objects to cleanup
-
getModelService
Deprecated, for removal: This API element is subject to removal in a future version. -
setModelService
Deprecated, for removal: This API element is subject to removal in a future version. -
getCustomerVendorReviewDao
Deprecated, for removal: This API element is subject to removal in a future version. -
setCustomerVendorReviewDao
Deprecated, for removal: This API element is subject to removal in a future version.
-
CustomerVendorReviewsCleanupHookreplace