Uses of Interface
com.broadleafcommerce.customer.service.CustomerSegmentService
Packages that use CustomerSegmentService
Package
Description
-
Uses of CustomerSegmentService in com.broadleafcommerce.customer.dataimport
Methods in com.broadleafcommerce.customer.dataimport that return CustomerSegmentServiceModifier and TypeMethodDescriptionprotected CustomerSegmentService<CustomerSegment>
CustomerSegmentMemberImportBatchHandler.getCustomerSegmentService()
Constructors in com.broadleafcommerce.customer.dataimport with parameters of type CustomerSegmentServiceModifierConstructorDescriptionCustomerSegmentMemberImportBatchHandler
(CustomerService<Customer> customerService, CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember, CustomerSegment> segmentMemberService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) -
Uses of CustomerSegmentService in com.broadleafcommerce.customer.dataimport.autoconfigure
Methods in com.broadleafcommerce.customer.dataimport.autoconfigure with parameters of type CustomerSegmentServiceModifier and TypeMethodDescriptionCustomerServicesImportAutoConfiguration.customerSegmentMemberImportBatchHandler
(CustomerService<Customer> customerService, CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember, CustomerSegment> segmentMemberService, CustomerContextRequestHydrator hydrator) -
Uses of CustomerSegmentService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement CustomerSegmentServiceModifier and TypeClassDescriptionclass
DefaultCustomerSegmentService<P extends CustomerSegment>
Default implementation ofCustomerSegmentService
Methods in com.broadleafcommerce.customer.service that return CustomerSegmentServiceModifier and TypeMethodDescriptionprotected CustomerSegmentService<S>
DefaultSegmentMemberService.getCustomerSegmentService()
Constructors in com.broadleafcommerce.customer.service with parameters of type CustomerSegmentServiceModifierConstructorDescriptionDefaultSegmentMemberService
(CustomerSegmentService<S> customerSegmentService, int clearSegmentMemberBatchSize, SegmentMemberRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) -
Uses of CustomerSegmentService in com.broadleafcommerce.customer.service.bulk
Methods in com.broadleafcommerce.customer.service.bulk that return CustomerSegmentServiceModifier and TypeMethodDescriptionprotected CustomerSegmentService<CustomerSegment>
DefaultRuleBasedSegmentBulkProcessor.getCustomerSegmentService()
protected CustomerSegmentService<? extends CustomerSegment>
DefaultSegmentProcessingService.getCustomerSegmentService()
Constructors in com.broadleafcommerce.customer.service.bulk with parameters of type CustomerSegmentServiceModifierConstructorDescriptionDefaultRuleBasedSegmentBulkProcessor
(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 CustomerSegmentService in com.broadleafcommerce.customer.service.validation
Methods in com.broadleafcommerce.customer.service.validation that return CustomerSegmentServiceModifier and TypeMethodDescriptionprotected CustomerSegmentService<CustomerSegment>
DefaultCustomerSegmentValidator.getCustomerSegmentService()
Methods in com.broadleafcommerce.customer.service.validation with parameters of type CustomerSegmentServiceModifier and TypeMethodDescriptionvoid
DefaultCustomerSegmentValidator.setCustomerSegmentService
(CustomerSegmentService<CustomerSegment> customerSegmentService) Lazy injection since this validator is itself a service component. -
Uses of CustomerSegmentService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerSegmentServiceModifier and TypeMethodDescriptionprotected CustomerSegmentService<CustomerSegment>
CustomerSegmentEndpoint.getCustomerSegmentService()
protected CustomerSegmentService<CustomerSegment>
CustomerSegmentResolverEndpoint.getCustomerSegmentService()
Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerSegmentServiceModifierConstructorDescriptionCustomerSegmentEndpoint
(CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember, CustomerSegment> segmentMemberService, CustomerService<Customer> customerService, SegmentProcessingService segmentProcessingService, SegmentProcessHistoryService<SegmentProcessHistory> segmentProcessHistoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) CustomerSegmentResolverEndpoint
(CustomerSegmentService<CustomerSegment> customerSegmentService)