Class SegmentMemberSource
java.lang.Object
com.broadleafcommerce.customer.domain.SegmentMemberSource
Constants indicating the origin of a segment/customer relationship.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Indicates this segment/customer relationship was created via an import process.static final String
Indicates this segment/customer relationship was manually created.static final String
Indicates this segment/customer relationship was created via rule evaluation. -
Method Summary
-
Field Details
-
IMPORT
Indicates this segment/customer relationship was created via an import process.- See Also:
-
MANUAL
Indicates this segment/customer relationship was manually created.- See Also:
-
RULE_BASED_SEGMENT
Indicates this segment/customer relationship was created via rule evaluation.- See Also:
-