| Package | Description |
|---|---|
| org.broadleafcommerce.core.util.service |
| Modifier and Type | Method and Description |
|---|---|
ResourcePurgeServiceImpl.CustomerPurgeParams |
ResourcePurgeServiceImpl.CustomerPurgeParams.invoke() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Long> |
ResourcePurgeServiceImpl.getCustomersInErrorToIgnore(ResourcePurgeServiceImpl.CustomerPurgeParams purgeParams)
Get the Customer Ids from cache that should be ignored due to errors in previous purge attempts
|
protected List<Customer> |
ResourcePurgeServiceImpl.getCustomersToPurge(ResourcePurgeServiceImpl.CustomerPurgeParams purgeParams,
int startPos,
int length,
List<Long> customersInError)
Get the list of carts to delete from the database.
|
protected Long |
ResourcePurgeServiceImpl.getCustomersToPurgeLength(ResourcePurgeServiceImpl.CustomerPurgeParams purgeParams,
List<Long> customersInError)
Get the count of customers to delete from the database.
|
Copyright © 2026. All rights reserved.