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
FieldsModifier and TypeFieldDescriptionstatic final StringContains theCartItem.getBrandId()for theCartItem.static final StringContains theCartItem.getCategoryIds()for theCartItem.static final StringIndicates if aCartItemis a free gift item added from a Free Gift offer.static final StringContains theCartItem.getName()for theCartItem.static final StringContains theCartItem.getSku()for theCartItem.static final StringContains theCartItem.getMerchandisingContext()for theCartItem.static final StringContains theCartItem.getMerchandisingTypeId()for theCartItem.static final StringContains theCartItem.getProductId()for theCartItem.static final StringContains theCartItem.getProductTags()for theCartItem.static final StringContains the product type for theCartItem.static final StringContains theCartItem.getTargetDemographicId()for theCartItem.static final StringContains 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 aCartItemis a free gift item added from a Free Gift offer.- See Also:
-
PRODUCT_TYPE
Contains the product type for theCartItem.- See Also:
-