Uses of Class
de.hybris.platform.retention.ItemToCleanup
-
Packages that use ItemToCleanup Package Description de.hybris.platform.retention de.hybris.platform.retention.impl de.hybris.platform.yacceleratorcore.retention.impl -
-
Uses of ItemToCleanup in de.hybris.platform.retention
Methods in de.hybris.platform.retention that return ItemToCleanup Modifier and Type Method Description ItemToCleanupItemToCleanup.Builder. build()Methods in de.hybris.platform.retention that return types with arguments of type ItemToCleanup Modifier and Type Method Description java.util.List<ItemToCleanup>RetentionItemsProvider. nextItemsForCleanup()Select items for cleanup, returns the next batch items in the iteration.Methods in de.hybris.platform.retention with parameters of type ItemToCleanup Modifier and Type Method Description voidRetentionCleanupAction. cleanup(AfterRetentionCleanupJobPerformable retentionJob, AbstractRetentionRuleModel rule, ItemToCleanup item)Cleans up given item according to given rule, processed by retention job. -
Uses of ItemToCleanup in de.hybris.platform.retention.impl
Methods in de.hybris.platform.retention.impl that return ItemToCleanup Modifier and Type Method Description protected ItemToCleanupAbstractCleanupItemsProvider. extractItemsFromResult(java.util.List<java.lang.Object> row)Methods in de.hybris.platform.retention.impl that return types with arguments of type ItemToCleanup Modifier and Type Method Description java.util.List<ItemToCleanup>AfterRetentionCleanupItemsProvider. nextItemsForCleanup()java.util.List<ItemToCleanup>FlexibleSearchRetentionItemsProvider. nextItemsForCleanup()Methods in de.hybris.platform.retention.impl with parameters of type ItemToCleanup Modifier and Type Method Description voidBasicRemoveCleanupAction. cleanup(AfterRetentionCleanupJobPerformable retentionJob, AbstractRetentionRuleModel rule, ItemToCleanup item)voidDefaultExtensibleRemoveCleanupAction. cleanup(AfterRetentionCleanupJobPerformable retentionJob, AbstractRetentionRuleModel rule, ItemToCleanup item)protected voidAbstractExtensibleRemoveCleanupAction. removeAuditRecords(ItemToCleanup item) -
Uses of ItemToCleanup in de.hybris.platform.yacceleratorcore.retention.impl
Methods in de.hybris.platform.yacceleratorcore.retention.impl with parameters of type ItemToCleanup Modifier and Type Method Description voidDefaultCSTicketStagnationAction. cleanup(AfterRetentionCleanupJobPerformable afterRetentionCleanupJobPerformable, AbstractRetentionRuleModel abstractRetentionRuleModel, ItemToCleanup itemToCleanup)voidDefaultCustomerCleanupRelatedObjectsAction. cleanup(AfterRetentionCleanupJobPerformable retentionJob, AbstractRetentionRuleModel rule, ItemToCleanup item)
-