Class SegmentStatus
java.lang.Object
com.broadleafcommerce.customer.client.domain.SegmentStatus
The possible statuses available for rule based customer segments.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe initial status of a newly created customer segment.static final StringIndicates that the current segment should not be processed.static final StringStatus indicating the customer segment is currently being processed.static final StringStatus indicating the customer segment has been completely processed.static final StringStatus indicating a "dirty" segment.
- 
Method Summary
- 
Field Details- 
INITIALIZATION_REQUIREDThe initial status of a newly created customer segment. Segments in this state are not ready for use and must be processed.- See Also:
 
- 
UPDATE_REQUIREDStatus indicating a "dirty" segment. Indicates the customer segment has been updated and requires re-processing.- See Also:
 
- 
PROCESSINGStatus indicating the customer segment is currently being processed. Segments in this state may have a partial list of customers added, but have not been fully evaluated.- See Also:
 
- 
READYStatus indicating the customer segment has been completely processed.- See Also:
 
- 
NOT_APPLICABLEIndicates that the current segment should not be processed. This is the case when a rule-based segment is to be evaluated in real-time rather than offline.- See Also:
 
 
-