Uses of Interface
com.broadleafcommerce.customer.service.SegmentProcessHistoryService
Packages that use SegmentProcessHistoryService
Package
Description
-
Uses of SegmentProcessHistoryService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement SegmentProcessHistoryServiceModifier and TypeClassDescriptionclass
-
Uses of SegmentProcessHistoryService in com.broadleafcommerce.customer.service.bulk
Methods in com.broadleafcommerce.customer.service.bulk that return SegmentProcessHistoryServiceModifier and TypeMethodDescriptionDefaultRuleBasedSegmentBulkProcessor.getSegmentProcessHistoryService()
DefaultSegmentProcessingService.getSegmentProcessHistoryService()
Constructors in com.broadleafcommerce.customer.service.bulk with parameters of type SegmentProcessHistoryServiceModifierConstructorDescriptionDefaultRuleBasedSegmentBulkProcessor
(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 SegmentProcessHistoryServiceConstructors in com.broadleafcommerce.customer.web.endpoint with parameters of type SegmentProcessHistoryServiceModifierConstructorDescriptionCustomerSegmentEndpoint
(CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember, CustomerSegment> segmentMemberService, CustomerService<Customer> customerService, SegmentProcessingService segmentProcessingService, SegmentProcessHistoryService<SegmentProcessHistory> segmentProcessHistoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)