Class BulkUpdateType
- java.lang.Object
 - 
- com.broadleafcommerce.customer.service.bulk.BulkUpdateType
 
 
- 
public class BulkUpdateType extends Object
The types of operations available when performing bulk operations on the customer domain- See Also:
 BulkUpdateTarget
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringCUSTOMER_SET_IMPORTIndicates a bulk operation targeting a customer set segment.static StringRULE_BASED_SEGMENTIndicates a bulk operation targeting a rule based segment. 
- 
Constructor Summary
Constructors Constructor Description BulkUpdateType() 
 - 
 
- 
- 
Field Detail
- 
RULE_BASED_SEGMENT
public static final String RULE_BASED_SEGMENT
Indicates a bulk operation targeting a rule based segment.- See Also:
 - Constant Field Values
 
 
- 
CUSTOMER_SET_IMPORT
public static final String CUSTOMER_SET_IMPORT
Indicates a bulk operation targeting a customer set segment.- See Also:
 - Constant Field Values
 
 
 - 
 
 -