Uses of Class
com.broadleafcommerce.customer.domain.CustomerSegmentRef
-
Uses of CustomerSegmentRef in com.broadleafcommerce.customer.domain
Modifier and TypeMethodDescriptionResolveCustomerSegmentResponse.getSegments()
List of references to matchingCustomerSegments
.Modifier and TypeMethodDescriptionvoid
ResolveCustomerSegmentResponse.setSegments
(List<CustomerSegmentRef> segments) List of references to matchingCustomerSegments
. -
Uses of CustomerSegmentRef in com.broadleafcommerce.customer.service
Modifier and TypeMethodDescriptionprotected CustomerSegmentRef
DefaultCustomerSegmentService.buildRefFromSegment
(@NonNull CustomerSegment customerSegment) Modifier and TypeMethodDescriptionprotected List<CustomerSegmentRef>
DefaultCustomerSegmentService.resolveDirectSegmentsForRequest
(@NonNull ResolveCustomerSegmentsRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) protected List<CustomerSegmentRef>
DefaultCustomerSegmentService.resolvePrefetchedSegmentsForRequest
(@NonNull ResolveCustomerSegmentsRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Filters theprefetched segments
to find those that match the request.protected List<CustomerSegmentRef>
DefaultCustomerSegmentService.resolveRuleBasedSegmentsForRequest
(@NonNull ResolveCustomerSegmentsRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Finds all of therule-based
CustomerSegments
that have aCustomerSegment.getRuleEvaluationType()
that matches the givenrequest
.