Uses of Interface
com.broadleafcommerce.customer.service.bulk.SegmentProcessingService
-
Packages that use SegmentProcessingService Package Description com.broadleafcommerce.customer.service.bulk com.broadleafcommerce.customer.web.endpoint -
-
Uses of SegmentProcessingService in com.broadleafcommerce.customer.service.bulk
Classes in com.broadleafcommerce.customer.service.bulk that implement SegmentProcessingService Modifier and Type Class Description class
DefaultSegmentProcessingService
-
Uses of SegmentProcessingService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return SegmentProcessingService Modifier and Type Method Description protected SegmentProcessingService
CustomerSegmentEndpoint. getSegmentProcessingService()
Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type SegmentProcessingService Constructor Description CustomerSegmentEndpoint(CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember,CustomerSegment> segmentMemberService, CustomerService<Customer> customerService, SegmentProcessingService segmentProcessingService, SegmentProcessHistoryService<SegmentProcessHistory> segmentProcessHistoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-