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 TypeMethodDescriptionvoidCustomerSegment.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 CustomerSegmentTypeCustomerSegmentType.CUSTOMER_SETA segment with a manually curated set of customers.static final CustomerSegmentTypeCustomerSegmentType.EXTERNALA segment that is a reference to a segment defined in an external system.static final CustomerSegmentTypeCustomerSegmentType.RULE_BASEDA segment where membership is determined by a rule.Methods in com.broadleafcommerce.customer.segments that return CustomerSegmentTypeModifier and TypeMethodDescriptionstatic CustomerSegmentTypeCustomerSegmentType.fromString(String stringValue) static CustomerSegmentTypeCustomerSegmentType.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)