Uses of Class
com.broadleafcommerce.customer.segments.CustomerSegmentType
Packages that use CustomerSegmentType
-
Uses of CustomerSegmentType in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return CustomerSegmentTypeModifier and TypeMethodDescriptionCustomerSegment.getCustomerSegmentType()
The type of this customer segment.Methods in com.broadleafcommerce.customer.domain with parameters of type CustomerSegmentTypeModifier and TypeMethodDescriptionvoid
CustomerSegment.setCustomerSegmentType
(CustomerSegmentType customerSegmentType) The type of this customer segment.Constructors in com.broadleafcommerce.customer.domain with parameters of type CustomerSegmentTypeModifierConstructorDescriptionCustomerSegment
(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
Fields in com.broadleafcommerce.customer.segments declared as CustomerSegmentTypeModifier 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.Methods in com.broadleafcommerce.customer.segments that return CustomerSegmentTypeModifier 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.Methods in com.broadleafcommerce.customer.segments that return types with arguments of type CustomerSegmentTypeModifier and TypeMethodDescriptionstatic Collection<CustomerSegmentType>
CustomerSegmentType.getAllIndexableTypes()
Retrieve all registered customer segment types.Methods in com.broadleafcommerce.customer.segments with parameters of type CustomerSegmentTypeModifier and TypeMethodDescriptionCustomerSegmentType.CustomerSegmentTypeConverter.convert
(CustomerSegmentType value) CustomerSegmentTypeConverter.ConvertToString.convert
(CustomerSegmentType value)