Uses of Class
com.broadleafcommerce.customer.domain.SegmentProcessHistory
-
Packages that use SegmentProcessHistory Package Description com.broadleafcommerce.customer.service com.broadleafcommerce.customer.service.bulk com.broadleafcommerce.customer.web.endpoint -
-
Uses of SegmentProcessHistory in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service with type parameters of type SegmentProcessHistory Modifier and Type Class Description class
DefaultSegmentProcessHistoryService<P extends SegmentProcessHistory>
interface
SegmentProcessHistoryService<P extends SegmentProcessHistory>
Service API forSegmentProcessHistory
management -
Uses of SegmentProcessHistory in com.broadleafcommerce.customer.service.bulk
Methods in com.broadleafcommerce.customer.service.bulk that return SegmentProcessHistory Modifier and Type Method Description protected 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 segmentSegmentProcessHistory
DefaultSegmentProcessingService. processRuleBasedSegment(String segmentId, @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
SegmentProcessHistory
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 SegmentProcessHistory Modifier and Type Method Description protected SegmentProcessHistoryService<SegmentProcessHistory>
DefaultRuleBasedSegmentBulkProcessor. getSegmentProcessHistoryService()
protected SegmentProcessHistoryService<SegmentProcessHistory>
DefaultSegmentProcessingService. getSegmentProcessHistoryService()
Constructor parameters in com.broadleafcommerce.customer.service.bulk with type arguments of type SegmentProcessHistory 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 SegmentProcessHistory in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return SegmentProcessHistory Modifier and Type Method Description SegmentProcessHistory
CustomerSegmentEndpoint. 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 SegmentProcessHistory Modifier and Type Method Description protected SegmentProcessHistoryService<SegmentProcessHistory>
CustomerSegmentEndpoint. 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 SegmentProcessHistory Constructor Description CustomerSegmentEndpoint(CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember,CustomerSegment> segmentMemberService, CustomerService<Customer> customerService, SegmentProcessingService segmentProcessingService, SegmentProcessHistoryService<SegmentProcessHistory> segmentProcessHistoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-