Class CartAttributeConstants.Internal
java.lang.Object
com.broadleafcommerce.cartoperation.domain.CartAttributeConstants.Internal
- Enclosing class:
- CartAttributeConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
A list ofPaymentNextAction
objects to be used when resending the cart awaiting payment result email.static final String
The request id related to a checkout attempt that resulted in theDefaultCartStatuses.AWAITING_PAYMENT_RESULT
cart statusstatic final String
A list ofAddItemFailures
from the bulk add items operation.static final String
Temporary storage ofFreeGiftItems
from the offer response, so that they can be processed and added later.static final String
Deprecated.This is stored as a list, and doesn't allow us to know when ignored offers should be removed.static final String
Key to store a map ofMap<String, Set<String>>
of offer ids to ignore, keyed by the offer ID with the qualifier cart item IDs as the values. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FREE_GIFT_OFFER_ITEMS
Temporary storage ofFreeGiftItems
from the offer response, so that they can be processed and added later.- See Also:
-
OFFER_IDS_TO_IGNORE
Deprecated.This is stored as a list, and doesn't allow us to know when ignored offers should be removed. For instance, if a customer empties their cart and re-adds a qualifying item, the offer should be re-considered. This is now stored as a map usingOFFER_IDS_TO_IGNORE_MAP
.A list ofoffer ids
to ignore when applying offers.- See Also:
-
OFFER_IDS_TO_IGNORE_MAP
Key to store a map ofMap<String, Set<String>>
of offer ids to ignore, keyed by the offer ID with the qualifier cart item IDs as the values. This allows us to remove the ignored offers when the qualifying item or items are removed from the cart.- See Also:
-
AWAITING_PAYMENT_RESULT_NEXT_ACTIONS
A list ofPaymentNextAction
objects to be used when resending the cart awaiting payment result email.- See Also:
-
AWAITING_PAYMENT_RESULT_REQUEST_ID
The request id related to a checkout attempt that resulted in theDefaultCartStatuses.AWAITING_PAYMENT_RESULT
cart status- See Also:
-
BULK_ADD_ITEMS_FAILURES
A list ofAddItemFailures
from the bulk add items operation.- See Also:
-
-
Constructor Details
-
Internal
public Internal()
-