public interface ResourcePurgeService
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPageSize()
Override the default page size (set by property streaming.transaction.item.page.size) by which entities will be purged.
|
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 |
setPageSize(Integer pageSize)
Override the default page size (set by property streaming.transaction.item.page.size) by which entities will be purged.
|
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 purgeInteger getPageSize()
void setPageSize(Integer pageSize)
pageSize - the page sizeCopyright © 2014. All Rights Reserved.