Uses of Class
org.broadleafcommerce.core.util.service.ResourcePurgeServiceImpl.CustomerPurgeParams
Packages that use ResourcePurgeServiceImpl.CustomerPurgeParams
-
Uses of ResourcePurgeServiceImpl.CustomerPurgeParams in org.broadleafcommerce.core.util.service
Methods in org.broadleafcommerce.core.util.service that return ResourcePurgeServiceImpl.CustomerPurgeParamsMethods in org.broadleafcommerce.core.util.service with parameters of type ResourcePurgeServiceImpl.CustomerPurgeParamsModifier and TypeMethodDescriptionResourcePurgeServiceImpl.getCustomersInErrorToIgnore(ResourcePurgeServiceImpl.CustomerPurgeParams purgeParams) Get the Customer Ids from cache that should be ignored due to errors in previous purge attemptsprotected List<org.broadleafcommerce.profile.core.domain.Customer>ResourcePurgeServiceImpl.getCustomersToPurge(ResourcePurgeServiceImpl.CustomerPurgeParams purgeParams, int startPos, int length, List<Long> customersInError) Get the list of carts to delete from the database.protected LongResourcePurgeServiceImpl.getCustomersToPurgeLength(ResourcePurgeServiceImpl.CustomerPurgeParams purgeParams, List<Long> customersInError) Get the count of customers to delete from the database.