Uses of Class
com.broadleafcommerce.customer.service.bulk.BulkProcessUtil
-
Packages that use BulkProcessUtil Package Description com.broadleafcommerce.customer.service.bulk -
-
Uses of BulkProcessUtil in com.broadleafcommerce.customer.service.bulk
Methods in com.broadleafcommerce.customer.service.bulk that return BulkProcessUtil Modifier and Type Method Description protected BulkProcessUtil
DefaultRuleBasedSegmentBulkProcessor. getBulkProcessUtil()
Constructors in com.broadleafcommerce.customer.service.bulk with parameters of type BulkProcessUtil Constructor Description DefaultRuleBasedSegmentBulkProcessor(CustomerService<P> customerService, CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember,CustomerSegment> segmentMemberService, SegmentProcessHistoryService<SegmentProcessHistory> segmentProcessHistoryService, com.broadleafcommerce.bulk.service.BulkUpdateService<com.broadleafcommerce.bulk.domain.BulkUpdate> bulkUpdateService, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, com.broadleafcommerce.common.extension.TypeFactory typeFactory, BulkProcessUtil bulkProcessUtil, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager)
-