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 CustomerSegmentTypeCustomerSegment. getCustomerSegmentType()The type of this customer segment.Methods in com.broadleafcommerce.customer.domain with parameters of type CustomerSegmentType Modifier and Type Method Description voidCustomerSegment. 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 CustomerSegmentTypeCustomerSegmentType. CUSTOMER_SETA segment type with a pre-defined set of customers.static CustomerSegmentTypeCustomerSegmentType. RULE_BASEDA rule based segment type.Methods in com.broadleafcommerce.customer.segments that return CustomerSegmentType Modifier and Type Method Description CustomerSegmentTypeCustomerSegmentTypeConverter.ConvertFromString. convert(String value)static 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 CustomerSegmentType Modifier and Type Method Description static Collection<CustomerSegmentType>CustomerSegmentType. getAllIndexableTypes()Retrieve all registered customer segment types.Class<? extends CustomerSegmentType>[]value()TheCustomerSegmentTypesto be initialized.Methods in com.broadleafcommerce.customer.segments with parameters of type CustomerSegmentType Modifier and Type Method Description StringCustomerSegmentType.CustomerSegmentTypeConverter. convert(CustomerSegmentType value)StringCustomerSegmentTypeConverter.ConvertToString. convert(CustomerSegmentType value)
-