Class BulkUpdateTarget
- java.lang.Object
-
- com.broadleafcommerce.customer.service.bulk.BulkUpdateTarget
-
public class BulkUpdateTarget extends Object
Entities targeted when performing bulk operations.- See Also:
BulkUpdateTarget
-
-
Field Summary
Fields Modifier and Type Field Description static String
CUSTOMER
Indicates a bulk operation targeting aCustomer
static String
CUSTOMER_SEGMENT
Indicates a bulk operation targeting aCustomerSegment
-
Constructor Summary
Constructors Constructor Description BulkUpdateTarget()
-
-
-
Field Detail
-
CUSTOMER_SEGMENT
public static final String CUSTOMER_SEGMENT
Indicates a bulk operation targeting aCustomerSegment
- See Also:
- Constant Field Values
-
CUSTOMER
public static final String CUSTOMER
Indicates a bulk operation targeting aCustomer
- See Also:
- Constant Field Values
-
-