Uses of Class
com.broadleafcommerce.customer.domain.SegmentProcessHistory
Packages that use SegmentProcessHistory
Package
Description
-
Uses of SegmentProcessHistory in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service with type parameters of type SegmentProcessHistoryModifier and TypeClassDescriptionclass
interface
Service API forSegmentProcessHistory
management -
Uses of SegmentProcessHistory in com.broadleafcommerce.customer.service.bulk
Methods in com.broadleafcommerce.customer.service.bulk that return SegmentProcessHistoryModifier and TypeMethodDescriptionprotected SegmentProcessHistory
DefaultSegmentProcessingService.createSegmentBulkUpdateRelationship
(CustomerSegment segment, com.broadleafcommerce.bulk.domain.BulkUpdate bulkUpdate, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Creates the relationship between the bulk update process and the customer segmentDefaultSegmentProcessingService.processRuleBasedSegment
(String segmentId, @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) SegmentProcessingService.processRuleBasedSegment
(String segmentId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Initiates a bulk process operation on a customer rule based customer segmentMethods in com.broadleafcommerce.customer.service.bulk that return types with arguments of type SegmentProcessHistoryModifier and TypeMethodDescriptionDefaultRuleBasedSegmentBulkProcessor.getSegmentProcessHistoryService()
DefaultSegmentProcessingService.getSegmentProcessHistoryService()
Constructor parameters in com.broadleafcommerce.customer.service.bulk with type arguments of type SegmentProcessHistoryModifierConstructorDescriptionDefaultRuleBasedSegmentBulkProcessor
(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 SegmentProcessHistory in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return SegmentProcessHistoryModifier and TypeMethodDescriptionCustomerSegmentEndpoint.processRuleBasedSegment
(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String segmentId) Methods in com.broadleafcommerce.customer.web.endpoint that return types with arguments of type SegmentProcessHistoryModifier and TypeMethodDescriptionCustomerSegmentEndpoint.getSegmentProcessHistoryService()
org.springframework.data.domain.Page<SegmentProcessHistory>
CustomerSegmentEndpoint.readAllSegmentBulkProcess
(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, org.springframework.data.domain.Pageable pageable, String segmentId) Constructor parameters in com.broadleafcommerce.customer.web.endpoint with type arguments of type SegmentProcessHistoryModifierConstructorDescriptionCustomerSegmentEndpoint
(CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember, CustomerSegment> segmentMemberService, CustomerService<Customer> customerService, SegmentProcessingService segmentProcessingService, SegmentProcessHistoryService<SegmentProcessHistory> segmentProcessHistoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)