Uses of Class
com.broadleafcommerce.customer.segments.CustomerSegmentType
-
Packages that use CustomerSegmentType Package Description com.broadleafcommerce.customer.domain com.broadleafcommerce.customer.segments -
-
Uses of CustomerSegmentType in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return CustomerSegmentType Modifier and Type Method Description CustomerSegmentType
CustomerSegment. getCustomerSegmentType()
The type of this customer segment.Methods in com.broadleafcommerce.customer.domain with parameters of type CustomerSegmentType Modifier and Type Method Description void
CustomerSegment. setCustomerSegmentType(CustomerSegmentType customerSegmentType)
The type of this customer segment.Constructors in com.broadleafcommerce.customer.domain with parameters of type CustomerSegmentType Constructor Description CustomerSegment(String id, String name, String description, CustomerSegmentType customerSegmentType, Integer priority, String identifierType, String segmentMatchRule, 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 CustomerSegmentType Modifier and Type Field Description static CustomerSegmentType
CustomerSegmentType. CUSTOMER_SET
A segment type with a pre-defined set of customers.static CustomerSegmentType
CustomerSegmentType. RULE_BASED
A rule based segment type.Methods in com.broadleafcommerce.customer.segments that return CustomerSegmentType Modifier and Type Method Description CustomerSegmentType
CustomerSegmentTypeConverter.ConvertFromString. convert(String value)
static 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 CustomerSegmentType Modifier and Type Method Description static Collection<CustomerSegmentType>
CustomerSegmentType. getAllIndexableTypes()
Retrieve all registered customer segment types.Class<? extends CustomerSegmentType>[]
value()
TheCustomerSegmentTypes
to be initialized.Methods in com.broadleafcommerce.customer.segments with parameters of type CustomerSegmentType Modifier and Type Method Description String
CustomerSegmentType.CustomerSegmentTypeConverter. convert(CustomerSegmentType value)
String
CustomerSegmentTypeConverter.ConvertToString. convert(CustomerSegmentType value)
-