Uses of Interface
com.broadleafcommerce.customer.service.SegmentProcessHistoryService
-
Packages that use SegmentProcessHistoryService Package Description com.broadleafcommerce.customer.service com.broadleafcommerce.customer.service.bulk com.broadleafcommerce.customer.web.endpoint -
-
Uses of SegmentProcessHistoryService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement SegmentProcessHistoryService Modifier and Type Class Description class
DefaultSegmentProcessHistoryService<P extends SegmentProcessHistory>
-
Uses of SegmentProcessHistoryService in com.broadleafcommerce.customer.service.bulk
Methods in com.broadleafcommerce.customer.service.bulk that return SegmentProcessHistoryService Modifier and Type Method Description protected SegmentProcessHistoryService<SegmentProcessHistory>
DefaultRuleBasedSegmentBulkProcessor. getSegmentProcessHistoryService()
protected SegmentProcessHistoryService<SegmentProcessHistory>
DefaultSegmentProcessingService. getSegmentProcessHistoryService()
Constructors in com.broadleafcommerce.customer.service.bulk with parameters of type SegmentProcessHistoryService 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)
DefaultSegmentProcessingService(com.broadleafcommerce.bulk.service.BulkUpdateManager bulkUpdateManager, CustomerSegmentService<? extends CustomerSegment> customerSegmentService, CustomerService<? extends Customer> customerService, SegmentProcessHistoryService<SegmentProcessHistory> segmentProcessHistoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of SegmentProcessHistoryService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return SegmentProcessHistoryService Modifier and Type Method Description protected SegmentProcessHistoryService<SegmentProcessHistory>
CustomerSegmentEndpoint. getSegmentProcessHistoryService()
Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type SegmentProcessHistoryService Constructor Description CustomerSegmentEndpoint(CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember,CustomerSegment> segmentMemberService, CustomerService<Customer> customerService, SegmentProcessingService segmentProcessingService, SegmentProcessHistoryService<SegmentProcessHistory> segmentProcessHistoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-