Uses of Interface
de.hybris.platform.retention.hook.ItemCleanupHook
-
-
Uses of ItemCleanupHook in de.hybris.platform.auditreport.retention.impl
Classes in de.hybris.platform.auditreport.retention.impl that implement ItemCleanupHook Modifier and Type Class Description classAuditServicesCustomerCleanupHookHook to removeAuditReportDataModelconnected to aCustomerModel -
Uses of ItemCleanupHook in de.hybris.platform.commerceservices.retention.impl
Classes in de.hybris.platform.commerceservices.retention.impl that implement ItemCleanupHook Modifier and Type Class Description classCommerceServicesCustomerCleanupHookThis Hook removes customer related objects such as addresses, payment methods, carts and contact infos.classCommerceServicesOrderCleanupHookThis Hook removes order related objects such as address, payment info, and promotion order restriction. -
Uses of ItemCleanupHook in de.hybris.platform.customercouponservices.retention.hook
Classes in de.hybris.platform.customercouponservices.retention.hook that implement ItemCleanupHook Modifier and Type Class Description classCouponNotificationCleanupHookCleans customer coupon notification when the retention framework removes customer data -
Uses of ItemCleanupHook in de.hybris.platform.customerinterestsservices.retention.hook
Classes in de.hybris.platform.customerinterestsservices.retention.hook that implement ItemCleanupHook Modifier and Type Class Description classCustomerInterestsCleanupHookHook to clean customer interests. -
Uses of ItemCleanupHook in de.hybris.platform.marketplaceservices.retention.hook
Classes in de.hybris.platform.marketplaceservices.retention.hook that implement ItemCleanupHook Modifier and Type Class Description classCustomerVendorReviewsCleanupHookDeprecated, for removal: This API element is subject to removal in a future version.since 1905. -
Uses of ItemCleanupHook in de.hybris.platform.marketplaceservices.retention.hooks.impl
Classes in de.hybris.platform.marketplaceservices.retention.hooks.impl that implement ItemCleanupHook Modifier and Type Class Description classCustomerVendorReviewsCleanupHookCleans up customer vendor reviews after the customer account is closed and the customer related data needs to be cleaned. -
Uses of ItemCleanupHook in de.hybris.platform.notificationservices.retention.hook
Classes in de.hybris.platform.notificationservices.retention.hook that implement ItemCleanupHook Modifier and Type Class Description classSiteMessageCleanupHookHook to clean customer sitemessages. -
Uses of ItemCleanupHook in de.hybris.platform.personalizationservices.retention.impl
Classes in de.hybris.platform.personalizationservices.retention.impl that implement ItemCleanupHook Modifier and Type Class Description classPersonalizationCustomerCleanupHook -
Uses of ItemCleanupHook in de.hybris.platform.retention.impl
Methods in de.hybris.platform.retention.impl that return types with arguments of type ItemCleanupHook Modifier and Type Method Description protected java.util.List<ItemCleanupHook>AbstractExtensibleRemoveCleanupAction. getCleanupHooks()Method parameters in de.hybris.platform.retention.impl with type arguments of type ItemCleanupHook Modifier and Type Method Description voidAbstractExtensibleRemoveCleanupAction. setItemCleanupHooks(java.util.List<ItemCleanupHook> itemCleanupHooks) -
Uses of ItemCleanupHook in de.hybris.platform.ticket.retention.impl
Classes in de.hybris.platform.ticket.retention.impl that implement ItemCleanupHook Modifier and Type Class Description classCsTicketCleanupHookThis Hook removes CsTicket related objects such as CsTicketEventModel and CsTicketChangeEventEntryModelclassCsTicketsByCustomerCleanupHookThis Hook removes CustomerModel's CsTicketModels and related objects such as CsTicketEventModel and CsTicketChangeEventEntryModel -
Uses of ItemCleanupHook in de.hybris.platform.wishlist2.retention.hook.impl
Classes in de.hybris.platform.wishlist2.retention.hook.impl that implement ItemCleanupHook Modifier and Type Class Description classWishlistCustomerCleanupHookThis Hook removes customer related objects in wishlist extension.
-