public interface ResourcePurgeService
| Modifier and Type | Method and Description |
|---|---|
void |
purgeCarts(Map<String,String> config)
Execute a purge of carts from the persistence layer based on the configuration parameters.
|
void |
purgeCustomers(Map<String,String> config) |
void purgeCarts(Map<String,String> config)
org.broadleafcommerce.core.order.service.OrderService#findCarts(String[],
org.broadleafcommerce.core.order.service.type.OrderStatus[], java.util.Date, Boolean, int, int)
for more info on the default behavior.config - Map of params used to drive the selection of carts to purgeCopyright © 2017. All rights reserved.