Class CartItemAttributeConstants
java.lang.Object
com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants
- Author:
- Chad Harchar (charchar)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
Constants forCartItem.getAttributes()
forDefaultCartItemTypes.CUSTOM_QUOTE_ITEM
. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Contains the serialization value used inCartItem.getAttributeChoices()
for sku inventory serialization logic.static final String
TheProduct.getMaximumThreshold()
orVariant.getMaximumThreshold()
for the item.static final String
TheProduct.getMinimumThreshold()
orVariant.getMinimumThreshold()
for the item.static final String
Contains thePriceInfo
for theCartItem
as a result of pricing. -
Method Summary
-
Field Details
-
PRICE_INFO
Contains thePriceInfo
for theCartItem
as a result of pricing.- See Also:
-
MIN_THRESHOLD
TheProduct.getMinimumThreshold()
orVariant.getMinimumThreshold()
for the item. This can be used to restrict quantity inputs on the frontend. Only added if present.- See Also:
-
MAX_THRESHOLD
TheProduct.getMaximumThreshold()
orVariant.getMaximumThreshold()
for the item. This can be used to restrict quantity inputs on the frontend. Only added if present.- See Also:
-
INVENTORY_SERIALIZATION_VALUE
Contains the serialization value used inCartItem.getAttributeChoices()
for sku inventory serialization logic.- See Also:
-