Uses of Class
com.broadleafcommerce.customer.segments.CustomerSegmentType
-
Uses of CustomerSegmentType in com.broadleafcommerce.customer.domain
Modifier and TypeMethodDescriptionCustomerSegment.getCustomerSegmentType()
The type of this customer segment.Modifier and TypeMethodDescriptionvoid
CustomerSegment.setCustomerSegmentType
(CustomerSegmentType customerSegmentType) The type of this customer segment.ModifierConstructorDescriptionCustomerSegment
(String id, String name, String description, CustomerSegmentType customerSegmentType, Integer priority, String identifierType, String externalRef, String segmentMatchRule, String realtimeMatchRule, String ruleEvaluationType, boolean internalEvaluationRequired, boolean active, String processingState, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) -
Uses of CustomerSegmentType in com.broadleafcommerce.customer.segments
Modifier and TypeFieldDescriptionstatic final CustomerSegmentType
CustomerSegmentType.CUSTOMER_SET
A segment with a manually curated set of customers.static final CustomerSegmentType
CustomerSegmentType.EXTERNAL
A segment that is a reference to a segment defined in an external system.static final CustomerSegmentType
CustomerSegmentType.RULE_BASED
A segment where membership is determined by a rule.Modifier and TypeMethodDescriptionstatic CustomerSegmentType
CustomerSegmentType.fromString
(String stringValue) static CustomerSegmentType
CustomerSegmentType.getInstance
(String type) Returns an instance of a customer segment based on its String type.Modifier and TypeMethodDescriptionstatic Collection<CustomerSegmentType>
CustomerSegmentType.getAllIndexableTypes()
Retrieve all registered customer segment types.Modifier and TypeMethodDescriptionCustomerSegmentType.CustomerSegmentTypeConverter.convert
(CustomerSegmentType value) CustomerSegmentTypeConverter.ConvertToString.convert
(CustomerSegmentType value)