Class OrderLineItemDtoAttributeConstants
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.domain.offer.OrderLineItemDtoAttributeConstants
Contains all the constants for
OrderLineItemDto
.- Author:
- Sunny Yu
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Contains theCartItem.getBrandId()
for theCartItem
.static final String
Contains theCartItem.getCategoryIds()
for theCartItem
.static final String
Indicates if aCartItem
is a free gift item added from a Free Gift offer.static final String
Contains theCartItem.getName()
for theCartItem
.static final String
Contains theCartItem.getSku()
for theCartItem
.static final String
Contains theCartItem.getMerchandisingContext()
for theCartItem
.static final String
Contains theCartItem.getMerchandisingTypeId()
for theCartItem
.static final String
Contains theCartItem.getProductId()
for theCartItem
.static final String
Contains theCartItem.getProductTags()
for theCartItem
.static final String
Contains the product type for theCartItem
.static final String
Contains theCartItem.getTargetDemographicId()
for theCartItem
.static final String
Contains theCartItem.getVariantId()
for theCartItem
. -
Method Summary
-
Field Details
-
ITEM_NAME
Contains theCartItem.getName()
for theCartItem
.- See Also:
-
ITEM_SKU_CODE
Contains theCartItem.getSku()
for theCartItem
.- See Also:
-
PRODUCT_ID
Contains theCartItem.getProductId()
for theCartItem
.- See Also:
-
VARIANT_ID
Contains theCartItem.getVariantId()
for theCartItem
.- See Also:
-
CATEGORY_IDS
Contains theCartItem.getCategoryIds()
for theCartItem
.- See Also:
-
PRODUCT_TAGS
Contains theCartItem.getProductTags()
for theCartItem
.- See Also:
-
MERCHANDISING_CONTEXT
Contains theCartItem.getMerchandisingContext()
for theCartItem
.- See Also:
-
BRAND_ID
Contains theCartItem.getBrandId()
for theCartItem
.- See Also:
-
MERCHANDISING_TYPE_ID
Contains theCartItem.getMerchandisingTypeId()
for theCartItem
.- See Also:
-
TARGET_DEMOGRAPHIC_ID
Contains theCartItem.getTargetDemographicId()
for theCartItem
.- See Also:
-
IS_FREE_GIFT_ITEM
Indicates if aCartItem
is a free gift item added from a Free Gift offer.- See Also:
-
PRODUCT_TYPE
Contains the product type for theCartItem
.- See Also:
-