Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACCOUNT_REF - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleType
-
An account ID value/rule type.
- ADD_ITEM - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of adding an item to the quote.
- ADD_TO_CART - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryCheckStrategy
-
Inventory should be checked when the item is added to the cart.
- ADD_TO_CART - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryReservationStrategy
-
Inventory should be reserved when the item is added to the cart.
- ADD_TO_PARENT - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultPricingStrategy
-
The price of the dependent cart item will be added to the parent item's price.
- AdditionalItemPricing - Class in com.broadleafcommerce.cart.client.domain
-
Dictates how included items or item choices should be priced.
- AdditionalItemPricing() - Constructor for class com.broadleafcommerce.cart.client.domain.AdditionalItemPricing
- AdditionalItemPricing(String) - Constructor for class com.broadleafcommerce.cart.client.domain.AdditionalItemPricing
- AddressSource - Interface in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the sources where the address can be found for tax calculations.
- APPROVAL_REJECTION - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartActionTypes
-
Used to represent the action of rejecting a
Cart
. - ASSIGN_SALES_REP - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of assigning a sales rep to work on the quote.
- ASSIGNED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
-
Indicates that the quote is assigned to a sales rep.
- AUTHORIZED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
-
This is equivalent to having a successful authorized transaction on the payment, but there are no transactions indicating that payment has been captured.
- AUTHORIZED_REVERSED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
-
This is equivalent to having a successful authorized transaction on the payment, but a second transaction was executed to reverse the authorization.
- AWAITING_PAYMENT_FINALIZATION - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Indicates that the
Cart
payment requires the payment finalization. - AWAITING_PAYMENT_RESULT - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Indicates that the
Cart
payment is sent to the payment gateway but awaiting transaction result.
B
- BLC_ACCOUNT_APPROVER - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultUserTypes
-
Represents a customer user who has permission to approve account carts.
- BLC_ACCOUNT_MEMBER - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultUserTypes
-
Represents a customer user who is an account member.
- BLC_CUSTOMER - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultUserTypes
-
Represents a customer.
- BLC_SALES_REP - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultUserTypes
-
Represents a sales representative.
- BLC_SYSTEM - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultUserTypes
-
Represents the system.
C
- CANCEL_QUOTE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of canceling a quote.
- CANCELED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
-
Indicates that the quote is canceled.
- CANCELLED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
The
Cart
has been cancelled either by the customer, a CSR, or an automated process. - canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.AdditionalItemPricing
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.Cart
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.CartAlert
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.CartLink
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.ConfigError
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.GuestToken
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.ImageAssetRef
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.ItemList
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessResponse
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.ItemSkuRef
- canEqual(Object) - Method in class com.broadleafcommerce.cart.client.domain.SpecificItemChoiceVariantPricingOverride
- CAPTURED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
-
This is equivalent to having a successfully captured transaction on the payment, and there are no transactions indicating that payment has had any reversals issued against it.
- CAPTURED_REVERSED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
-
This is equivalent to having a successfully captured transaction on the payment, but the transaction has been reversed via a void, refund, or other type of reversal.
- Cart - Class in com.broadleafcommerce.cart.client.domain
-
Represents a customer facing shopping cart with items, pricing and fulfillment information.
- Cart() - Constructor for class com.broadleafcommerce.cart.client.domain.Cart
- CART_ITEM_LINK_KEY - Static variable in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- CART_MODIFICATION - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartActionTypes
-
Used to represent the action of modifying a
Cart
. - CartActionAudit - Class in com.broadleafcommerce.cart.client.domain
-
The domain used to record the actions taken against a cart
Cart
. - CartActionAudit() - Constructor for class com.broadleafcommerce.cart.client.domain.CartActionAudit
- CartActionType - Interface in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the kinds of action types that could be performed on
Carts
, this also facilitatesCartActionAudit.getActionType()
. - CartAlert - Class in com.broadleafcommerce.cart.client.domain
-
The domain object that is used to alert customers about some problems with the
Cart
. - CartAlert() - Constructor for class com.broadleafcommerce.cart.client.domain.CartAlert
- CartAlert(String, String) - Constructor for class com.broadleafcommerce.cart.client.domain.CartAlert
- CartAlert(String, String, Map<String, Object>) - Constructor for class com.broadleafcommerce.cart.client.domain.CartAlert
- CartItem - Class in com.broadleafcommerce.cart.client.domain
-
An item in a
Cart
. - CartItem() - Constructor for class com.broadleafcommerce.cart.client.domain.CartItem
- CartItem.DefaultCartItemType - Enum Class in com.broadleafcommerce.cart.client.domain
-
Deprecated, for removal: This API element is subject to removal in a future version.
- CartItemType - Interface in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the types of a cart item.
- CartLink - Class in com.broadleafcommerce.cart.client.domain
- CartLink() - Constructor for class com.broadleafcommerce.cart.client.domain.CartLink
- CartNote - Class in com.broadleafcommerce.cart.client.domain
- CartNote() - Constructor for class com.broadleafcommerce.cart.client.domain.CartNote
- CartPaymentStatus - Interface in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the kinds of statuses that could be represented by a cart's payments.
- CartPricing - Class in com.broadleafcommerce.cart.client.domain
-
Pricing information for a
Cart
. - CartPricing() - Constructor for class com.broadleafcommerce.cart.client.domain.CartPricing
- CartStatus - Interface in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the kinds of statuses that could be represented by a cart's
Cart.getStatus()
. - CHECKOUT_SUBMISSION - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartActionTypes
-
Used to represent the action of submitting a
Cart
. - CheckoutCart - Class in com.broadleafcommerce.cart.client.domain
- CheckoutCart() - Constructor for class com.broadleafcommerce.cart.client.domain.CheckoutCart
- CLAIM_AS_DEFAULT_CART - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartActionTypes
-
Used to represent the action of claiming a
Cart
as the default cart. - clearConfigErrors() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Clears all configuration error fields of contents.
- CLONE_QUOTE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of cloning a quote.
- COD_FEE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartItemTypes
-
Represents a fee applied to the cart for Collect on Delivery.
- COD_STATUS_ATTR - Static variable in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
- CollectOnDeliveryStatus - Interface in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the Collect on Delivery (COD) Status
- com.broadleafcommerce.cart.client.domain - package com.broadleafcommerce.cart.client.domain
- com.broadleafcommerce.cart.client.domain.enums - package com.broadleafcommerce.cart.client.domain.enums
- com.broadleafcommerce.cart.client.properties - package com.broadleafcommerce.cart.client.properties
- ConfigError - Class in com.broadleafcommerce.cart.client.domain
-
Used to inform what configuration errors may exist on a cart item via
CartItem.getAttributeConfigErrors()
andCartItem.getGlobalConfigErrors()
- ConfigError() - Constructor for class com.broadleafcommerce.cart.client.domain.ConfigError
- ConfigError(String, String) - Constructor for class com.broadleafcommerce.cart.client.domain.ConfigError
- CSR_OWNED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Represents a
Cart
which is being managed by a CSR for the customer. - CUSTOM_QUOTE_ITEM - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartItemTypes
-
Represents a quote item that is a custom item specified by the customer.
- CUSTOMER_REF - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleType
-
A customer ID value/rule type.
- customQuoteItemsCanExistWithoutStandardItems(ContextInfo) - Method in class com.broadleafcommerce.cart.client.properties.QuoteProperties
- customQuoteItemsCanExistWithoutStandardItems(String, String) - Method in class com.broadleafcommerce.cart.client.properties.QuoteProperties
D
- DefaultAddressSource - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the sources where the address can be found for tax calculations.
- DefaultCartActionTypes - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
The default action types that could be performed on
Carts
, this also facilitatesCartActionAudit.getActionType()
. - DefaultCartAlertTypes - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
The default types of the
CartAlert
- DefaultCartItemTypes - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
The default cart item types.
- DefaultCartPaymentStatus - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the kinds of statuses that could be represented by a cart's payments.
- DefaultCartStatuses - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the kinds of statuses that could be represented by a cart's
Cart.getStatus()
. - DefaultCartTypes - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the types of a cart.
- DefaultCollectOnDeliveryStatus - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
The default Collect on Delivery statuses
- DefaultItemListAccessRuleRole - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates default item list access rule role types.
- DefaultItemListAccessRuleType - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the default types for item list access rules.
- DefaultPricingStrategy - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Pricing strategy for a dependent cart item.
- DefaultQuoteActionTypes - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
The default action types that could be performed on
DefaultCartTypes.QUOTE
-typedCarts
, this facilitatesCartActionAudit.getActionType()
. - DefaultQuoteStatuses - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the statuses for a quote.
- DefaultUserTypes - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Enumerates the types of users.
- DependentItemDetails - Class in com.broadleafcommerce.cart.client.domain
-
Contains details to attach to a dependent
CartItem
. - DependentItemDetails() - Constructor for class com.broadleafcommerce.cart.client.domain.DependentItemDetails
- DiscriminatedProperties<P> - Class in com.broadleafcommerce.cart.client.properties
- DiscriminatedProperties() - Constructor for class com.broadleafcommerce.cart.client.properties.DiscriminatedProperties
- DRAFT_QUOTE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- DRAFTING - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
-
Indicates that the quote is being drafted and have not been submitted to the sellers.
E
- EDIT - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleRole
-
An editor of the list.
- EDIT_QUOTE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the buyer's action of editing the quote after the seller has published the quote.
- EDITING - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
-
Indicates that the quote is being edited by the buyer after the seller's response.
- EMAIL_ADDRESS - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleType
-
An email address value/rule type, e.g.
- EMAIL_ADDRESS_DOMAIN - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleType
-
An email address domain value/rule type, e.g.
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.AdditionalItemPricing
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.Cart
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.CartAlert
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.CartLink
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.ConfigError
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.GuestToken
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.ImageAssetRef
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.ItemList
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessResponse
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.ItemSkuRef
- equals(Object) - Method in class com.broadleafcommerce.cart.client.domain.SpecificItemChoiceVariantPricingOverride
- EXPIRED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
-
Indicates that the quote is expired.
- EXTRA_FEE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.CartItem.DefaultCartItemType
-
Deprecated.Represents a fee applied to the cart such as for Collect on Delivery or other payment options.
- EXTRA_FEE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartItemTypes
-
Represents a fee applied to the cart such as for Collect on Delivery or other payment options.
F
- FULFILLMENT_GROUP_LINK_KEY - Static variable in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- FulfillmentGroup - Class in com.broadleafcommerce.cart.client.domain
-
A group of items designated to a certain fulfillment location and type.
- FulfillmentGroup() - Constructor for class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
- FulfillmentGroup.DefaultCollectOnDeliveryStatus - Enum Class in com.broadleafcommerce.cart.client.domain
-
Deprecated, for removal: This API element is subject to removal in a future version.
- FulfillmentItem - Class in com.broadleafcommerce.cart.client.domain
-
A cart item designated to a specific
FulfillmentGroup
for fulfillment. - FulfillmentItem() - Constructor for class com.broadleafcommerce.cart.client.domain.FulfillmentItem
- FulfillmentItemTaxDetail - Class in com.broadleafcommerce.cart.client.domain
-
Tax information about this fulfillment item.
- FulfillmentItemTaxDetail() - Constructor for class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
G
- getAccessibleItemListIds() - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessResponse
-
The list of Item List ids that the user has the proper role for.
- getActionType() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The action type of this audit.
- getAdditionalAttributes() - Method in class com.broadleafcommerce.cart.client.domain.CartAlert
-
Contains the additional information about this alert.
- getAdditionalData() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
Map to hold additional data.
- getAdditionalItemPricing() - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
-
Dictates how the dependent item should be priced.
- getAddress() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The shipping address for this fulfillment group.
- getAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Adjustments to order pricing that should be applied to
CartPricing.getSubtotal()
. - getAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Adjustments to fulfillment pricing that should be applied to
FulfillmentGroup.getGroupFulfillmentPriceBeforeAdjustments()
. - getAdjustmentsTotal() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The total adjustment price for all
adjustments
of aCartItem
. - getAdjustmentsTotal() - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
- getAdjustmentsTotalWithDependentItems() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- getAltText() - Method in class com.broadleafcommerce.cart.client.domain.ImageAssetRef
-
Text that corresponds to the HTML
alt
attribute that should be used when this asset is rendered in a browser. - getApplication() - Method in class com.broadleafcommerce.cart.client.properties.DiscriminatedProperties
-
CaseInsensitiveMap is used for the case when props are provided from the ENV as ENV props will be converted to lowercase by spring in case of UUID for app/tenant there can be a mismatch AbcD34E vs abcd45e, so case CaseInsensitiveMap addresses this issue
- getApplicationIdFromContext(ContextInfo) - Method in class com.broadleafcommerce.cart.client.properties.DiscriminatedProperties
- getApprovalRequestedDate() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The time this cart was submitted for approval.
- getApprovalRequestedDate() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getApproverEmail() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The cart approver's email address.
- getApproverEmail() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getAssignedSalesRepEmail() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The email of the assigned sales rep.
- getAssignedSalesRepEmail() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getAssignedSalesRepId() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The id of the assigned sales rep.
- getAssignedSalesRepId() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getAttributeChoices() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Attribute choices for this cart driven by its items' product options, where each key is the
attributeName
from an attribute choice. - getAttributeChoices() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Attribute choices for this item driven by product options, where each key is the
attributeName
from an attribute choice. - getAttributeChoices() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getAttributeChoices() - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
Attribute choices for this item driven by product options, where each key is the
attributeName
from an attribute choice. - getAttributeConfigErrors() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Map of configuration errors for related to this item's
CartItem.attributeChoices
that are derived from ProductOptions where the key is the attribute name. - getAttributes() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Miscellaneous attributes for this cart.
- getAttributes() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Miscellaneous attributes for this item.
- getAttributes() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getAttributes() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Attributes for this fulfillment group.
- getAttributes() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
Miscellaneous attributes for this fulfillment 1tem.
- getAttributes() - Method in class com.broadleafcommerce.cart.client.domain.ItemList
-
Miscellaneous attributes for this item list.
- getAttributes() - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
Miscellaneous attributes for this item.
- getAuthorEmail() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The email of the user that created this note.
- getAuthorId() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The id of the user that created this note.
- getAuthorType() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The type of the user that created this note.
- getBrandId() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The id to the corresponding data driven enum for this item's product's brand.
- getCampaignRefs() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A list of campaign references that are attached to this cart.
- getCampaignRefs() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getCart() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The owning cart of this item.
- getCart() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getCartAlerts() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The list of the alerts for this
Cart
. - getCartAlerts() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getCartId() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The ID of the cart this cart action audit was created after.
- getCartId() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The
Cart.getId()
that this note belongs to. - getCartId() - Method in class com.broadleafcommerce.cart.client.domain.GuestToken
- getCartItemId() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The
CartItem.getId()
that this note belongs to, this field is only relevant for CartItem-level notes. - getCartItemId() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
A reference id to the
CartItem
to be represented by this fulfillment item. - getCartItems() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Items that are contained within this cart.
- getCartItems() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getCartItemsWithDependentItems() - Method in class com.broadleafcommerce.cart.client.domain.Cart
- getCartItemsWithDependentItems() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getCartPricing() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Embedded container for all pricing information on this cart.
- getCartPricing() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getCartVersion() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The Cart's version.
- getCategoryIds() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The ids to the corresponding categories for this item's product.
- getCheckoutSubmissions() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The checkout submissions made for this cart where each key is the request ID of a checkout and the value is an
Instant
timestamp of when the checkout was made. - getCheckoutSubmissions() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getComment() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
A comment related to the audit
- getContentUrl() - Method in class com.broadleafcommerce.cart.client.domain.ImageAssetRef
-
The fully-resolvable content-URL to the binary data of the asset.
- getContextState() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getContextState() - Method in class com.broadleafcommerce.cart.client.domain.ItemList
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
A subset of
Tracking
information to expose the context state for this object. - getCountry() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The 2 digit country code.
- getCreateDate() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The date that this cart was first created.
- getCreateDate() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getCurrency() - Method in class com.broadleafcommerce.cart.client.domain.Cart
- getCurrency() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- getCurrency() - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The currency unit used for the pricing of this
Cart
. - getCurrency() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getCustomerRef() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A reference to the customer that owns this cart.
- getCustomerRef() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getData() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
Additional or custom audit information
- getDateCreated() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
When this note was created.
- getDependentCartItems() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- getDependentItemConfigErrors() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Map of configuration errors for related to this item's
CartItem.dependentCartItems
where the key is the item's identifier such as ProductOption choiceKey. - getDependentItemDetails() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
If this
CartItem
is a dependent cart item, this contains additional details about the dependentCartItem's
dependency on its parent. - getDescription() - Method in class com.broadleafcommerce.cart.client.domain.CartLink
- getEmailAddress() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The customer's email address.
- getEmailAddress() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getErrorCode() - Method in class com.broadleafcommerce.cart.client.domain.ConfigError
-
The error code for this configuration error.
- getErrorMessage() - Method in class com.broadleafcommerce.cart.client.domain.ConfigError
-
The error message for this configuration error.
- getExpirationDate() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The expiration date of the cart.
- getExpirationDate() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getExpirationTime() - Method in class com.broadleafcommerce.cart.client.domain.GuestToken
- getFeesTotal() - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The total fees of this
Cart
. - getField(String, String, String, Class<T>) - Method in class com.broadleafcommerce.cart.client.properties.DiscriminatedProperties
- getFulfillmentAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
Adjustments to item fulfillment pricing that should be applied to
FulfillmentItem.getFulfillmentPriceBeforeAdjustments()
. - getFulfillmentAdjustmentsTotal() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Sum of the group's adjustments.
- getFulfillmentAdjustmentsTotal() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The total fulfillment adjustment amount for this fulfillment item.
- getFulfillmentGroupAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
-
A list of fulfillment group
Adjustments
. - getFulfillmentGroups() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A list of fulfillment information for this cart.
- getFulfillmentGroups() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getFulfillmentItemAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
-
A list of fulfillment item
Adjustments
. - getFulfillmentItems() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Items for fulfillment within this group, each of which should relate back to a
cart item
. - getFulfillmentItemsSubtotal() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The total shipping price of this fulfillment group's
FulfillmentItems
. - getFulfillmentItemTaxDetails() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The tax details associated with this item.
- getFulfillmentOption() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The fulfillment option chosen for the
FulfillmentGroup.getType()
. - getFulfillmentPriceBeforeAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The fulfillment price of the corresponding
CartItem
before adjustments are applied. - getFulfillmentTaxableAmount() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The amount of the total fulfillment price that can be taxed, including item shipping prices.
- getFulfillmentTotal() - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The total fulfillment price of this
Cart
, including adjustments. - getFulfillmentTotal() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The total fulfillment price of this item, including adjustments.
- getGlobalConfigErrors() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
List of global configuration errors.
- getGroupFulfillmentPriceBeforeAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The shipping price of this fulfillment group before adjustments are applied.
- getHref() - Method in class com.broadleafcommerce.cart.client.domain.CartLink
- getId() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The context ID of the cart.
- getId() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The context ID of the cart action audit.
- getId() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The context ID of the cart.
- getId() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The context ID of the note.
- getId() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getId() - Method in class com.broadleafcommerce.cart.client.domain.ItemList
-
The ID of this item list.
- getId() - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
-
The ID of this item list access rule.
- getId() - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
The ID of this Item List Item.
- getImageAsset() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The image asset for this item, usually sourced from the product.
- getInaccessibleItemListIds() - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessResponse
-
The list of Item List ids that the user does not have the proper access rights to.
- getIncludedTaxAmount() - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The amount of taxes that are included in the subtotal (VAT).
- getInternalAttributes() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Miscellaneous internal attributes for this item.
- getInternalAttributes() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Miscellaneous internal attributes for this item.
- getInternalAttributes() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getInternalAttributes() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
Internal attributes for this fulfillment item.
- getInternalAttributes() - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
Miscellaneous internal attributes for this item.
- getInventoryCheckStrategy() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The inventory check strategy of the item.
- getInventoryLocationReference() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
This is an optional field where the ID or reference number of the expected InventoryLocation is stored.
- getInventoryReservationStrategy() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The reservation strategy of the item.
- getItemAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Adjustments to item pricing that should be applied to
CartItem.getSubtotal()
. - getItemAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
-
A list of cart item
Adjustments
. - getItemChoiceKey() - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
-
The key to use to relate to this
CartItem
to a configured productItemChoice
. - getItemChoiceOverridePrice() - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
-
In the case of a
SpecificItemChoice
, this will be populated with the override price of the parentItemChoice
. - getItemChoicePricingKey() - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
-
In the case of a
SpecificItemChoice
, this will be populated with the pricing key of the parentItemChoice
. - getItemListId() - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
-
The ID of the item list this rule provides access to.
- getItemListId() - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
The ID of the owning item list.
- getItems() - Method in class com.broadleafcommerce.cart.client.domain.ItemList
-
The list of items this item list represents.
- getItemSkuRef() - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
A reference to the corresponding SKU of this item.
- getJurisdictionName() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The tax jurisdiction name.
- getJurisdictionType() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The jurisdiction type, e.g.
- getLastCatalogReprice() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The last time the cart was fully repriced with the most updated catalog pricing.
- getLastCatalogReprice() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getLastUpdatedAudit() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The id of this cart's most recent audit.
- getLastUpdatedAudit() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getLinks() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
-
A map of
CartLink
by a link key. - getLocale() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The locale for this cart.
- getLocale() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getMerchandiseTaxableAmount() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The amount that can be taxed based on the
CartItem
price and usually less any prorated order-adjustments. - getMerchandiseTotalAmount() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
This represents the subtotal for the fulfillment item.
- getMerchandiseTotalTax() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The total tax of the item merchandise based on the price of the related
CartItem
. - getMerchandisingContext() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Defines the merchandising context of the item to signify where it is added from.
- getMerchandisingTypeId() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The id to the corresponding data driven enum for this item's product's merchandising type.
- getMessage() - Method in class com.broadleafcommerce.cart.client.domain.CartAlert
-
The message for this alert.
- getMethod() - Method in class com.broadleafcommerce.cart.client.domain.CartLink
- getName() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A unique name for the cart, used for retrieval.
- getName() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The name of this item.
- getName() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getName() - Method in class com.broadleafcommerce.cart.client.domain.ItemList
-
The name of this item list.
- getNewStatus() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The new
Cart.getStatus()
after the cart action in which this audit was created for. - getNote() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The content of the note
- getOfferCodes() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A list of offer codes that a user has added to their cart.
- getOfferCodes() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getOldStatus() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The old
Cart.getStatus()
prior the cart action in which this audit was created for. - getOrderNumber() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The unique number associated with this
Cart
. - getOrderNumber() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getOverrideDetails() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
List of details about any price overrides which have been performed on this item.
- getOverrideDetails() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
List of details about any price overrides which have been performed on this group.
- getOverridePrice() - Method in class com.broadleafcommerce.cart.client.domain.AdditionalItemPricing
-
The price of this choice, only relevant when the pricing model of this choice is
ADD_TO_PARENT
. - getOverridePrice() - Method in class com.broadleafcommerce.cart.client.domain.SpecificItemChoiceVariantPricingOverride
-
The price to use for this item when the related variant is selected.
- getPrecedence() - Method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleRole
-
The precedence of the role.
- getPrecedence(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleRole
- getPricedFulfillmentOption() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
- getPricedFulfillmentOption() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
- getPriceListId() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The id of the price list used to get the pricing for this
CartItem
. - getPricingKey() - Method in class com.broadleafcommerce.cart.client.domain.AdditionalItemPricing
-
System-wide unique identifier to configure specific pricing for the choice.
- getPricingKey() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
System-wide unique identifier to configure specific pricing for this cart item.
- getPricingKey() - Method in class com.broadleafcommerce.cart.client.domain.SpecificItemChoiceVariantPricingOverride
-
System-wide unique identifier to configure specific pricing for the choice.
- getPricingStrategy() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
For dependent cart items, this strategy is used to indicate how the price should be incorporated into the overall cart subtotal - i.e.
- getPricingTargetType() - Method in class com.broadleafcommerce.cart.client.domain.AdditionalItemPricing
-
The type of the item to which this pricing belongs, for example
SKU
orPRICING_KEY
. - getProductId() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The id to the corresponding product for this item.
- getProductId() - Method in class com.broadleafcommerce.cart.client.domain.ItemSkuRef
-
The ID of the product being referred to.
- getProductTags() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The list of simple labels used to categorize the corresponding product for this item.
- getProratedFulfillmentAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Prorated amount of the fulfillment adjustments that applies to the
FulfillmentGroup.groupFulfillmentPriceBeforeAdjustments
. - getProratedFulfillmentCharge() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The prorated shipping charge for this fulfillment item before adjustments are applied, derived from the
FulfillmentGroup.getGroupFulfillmentPriceBeforeAdjustments()
. - getProratedFulfillmentGroupAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The amount prorated to this item from group adjustments.
- getProratedOrderAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The amount prorated to this item from order adjustments.
- getProratedOrderOfferAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Prorated adjustments for this item from order-level offers.
- getQuantity() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Returns the sum of the quantities of all the
Cart.cartItems
. - getQuantity() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The number of this item in the
Cart
. - getQuantity() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getQuantity() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The quantity to be fulfilled by this item.
- getQuantity() - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
The number of this item in the item list.
- getRate() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The tax rate
- getRecurringAdjustmentsTotals() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The estimated recurring adjustments total for the first period discounted for all items grouped by their recurring period type.
- getRecurringAdjustmentsTotals() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getRecurringAdjustmentsTotalWithDependentItems() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- getRecurringPeriodTypeWithDependentItems() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- getRecurringPrice() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
This is the recurring price if any from the same source as the
CartItem.unitPrice
. - getRecurringPriceTypeOverride() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Overrides
CartItem.unitPriceType
for theCartItem.recurringPrice
in cases where they must diverge. - getRecurringPriceWithDependentItems() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- getRecurringSubtotals() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The estimated recurring subtotal for the first period discounted for all items grouped by their recurring period type.
- getRecurringSubtotals() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getRecurringSubtotalWithDependentItems() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- getRecurringTotals() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The estimated recurring total for the first period discounted for all items grouped by their recurring period type.
- getRecurringTotals() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getRecurringTotalWithDependentItems() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- getReferenceNumber() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The reference number for this fulfillment group.
- getReferenceNumber() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The reference number for this fulfillment item.
- getRegion() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The region that this tax was calculated.
- getReplies() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
A list of notes representing the replies.
- getRole() - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
-
The role this rule is allowing.
- getSalesTeamEmail(ContextInfo) - Method in class com.broadleafcommerce.cart.client.properties.QuoteProperties
- getSalesTeamEmail(String, String) - Method in class com.broadleafcommerce.cart.client.properties.QuoteProperties
- getServiceLevelFulfillmentPrices() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Gets a map of total prices for all
Service Levels
forFulfillmentItems
in this group. - getSku() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Represents a SKU code, similar to productId or variantId, except this is a unified, unique concept across both products and variants.
- getSku() - Method in class com.broadleafcommerce.cart.client.domain.ItemSkuRef
-
The SKU being referred to.
- getStatus() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The status of this cart.
- getStatus() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getSubmitDate() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The date that this cart was submitted.
- getSubmitDate() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getSubtotal() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The subtotal price of this
CartItem
. - getSubtotal() - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The subtotal price of this
Cart
. - getSubtotalWithDependentItems() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- getTags() - Method in class com.broadleafcommerce.cart.client.domain.ImageAssetRef
-
Descriptive or identifying labels.
- getTargetDemographicId() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The id to the corresponding data driven enum for this item's product's target demographic.
- getTaxableAmount() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The amount that was taxable to determine the calculated tax.
- getTaxAddressSource() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Where to find the address to be used for tax calculation on this fulfillment group.
- getTaxCalculated() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The amount of taxes calculated.
- getTaxIncludedType() - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
Indicates if any taxes are included in the subtotal.
- getTaxName() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The tax name for this tax detail.
- getTenant() - Method in class com.broadleafcommerce.cart.client.properties.DiscriminatedProperties
- getTenantIdFromContext(ContextInfo) - Method in class com.broadleafcommerce.cart.client.properties.DiscriminatedProperties
- getTermDurationLength() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The length of the terms, e.g., if this is 36 and
CartItem.termDurationType
is MONTHS, then theCartItem.recurringPrice
should be charged for 36 months. - getTermDurationType() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The term duration type, e.g.
- getTimestamp() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The time at which the
CartActionAudit
was created - getTitle() - Method in class com.broadleafcommerce.cart.client.domain.ImageAssetRef
-
Text that corresponds to the HTML
title
attribute that should be used when this asset is rendered in a browser. - getTokenString() - Method in class com.broadleafcommerce.cart.client.domain.GuestToken
- getTotal() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The total price of this
CartItem
. - getTotal() - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The total price of this
Cart
. - getTotalFulfillmentPrice() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The total shipping price of this fulfillment group, including adjustments and item shipping prices.
- getTotalTax() - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The total tax amount for this
Cart
. - getTotalTax() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The total tax of this fulfillment group, including merchandise and fulfillment tax.
- getTotalWithDependentItems() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- getTransactionId() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The transaction ID for this tax detail.
- getType() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The type of cart.
- getType() - Method in class com.broadleafcommerce.cart.client.domain.CartAlert
-
The type of the alert.
- getType() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The type of this cart item.
- getType() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getType() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The type of means by which this fulfillment group is fulfilled.
- getType() - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
-
The type of this access rule.
- getUnitPrice() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The individual unit price for a
CartItem
. - getUnitPriceType() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The type of the unit price for a
CartItem
. - getUnitPriceWithAdjustments() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- getUnitPriceWithDependentItems() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- getUri() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The navigable uri of the corresponding catalog entry for this cart item.
- getUsagePrice() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
This is the usage price if any from the same source as the
CartItem.unitPrice
. - getUserEmail() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The email of the user who performed the cart action.
- getUserId() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The id of the user who performed the cart action.
- getUserType() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The type of user who performed the cart action.
- getValue() - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
-
Some value of the
ItemListAccessRule.type
of this access rule. - getVariantId() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The id to the corresponding variant for this item.
- getVariantId() - Method in class com.broadleafcommerce.cart.client.domain.ItemSkuRef
-
The ID of the variantId being referred to.
- getVariantId() - Method in class com.broadleafcommerce.cart.client.domain.SpecificItemChoiceVariantPricingOverride
-
ID of the variant this pricing should be used with.
- getVariantPricing() - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
-
Pricing overrides if specific variants of the main product this item belongs to are added to the cart.
- getVendorRef() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
A reference to the corresponding vendor for this item.
- getVersion() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The version of this cart.
- getVersion() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- getVouchers() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A list of
Vouchers
that thisCart
is qualifier for. - getVouchers() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- GuestToken - Class in com.broadleafcommerce.cart.client.domain
-
A DTO used to store a guest token string for secure guest checkout flows.
- GuestToken() - Constructor for class com.broadleafcommerce.cart.client.domain.GuestToken
H
- hasConfigErrors() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- hasFreeTrial() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.AdditionalItemPricing
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.Cart
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.CartAlert
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.CartLink
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.ConfigError
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.GuestToken
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.ImageAssetRef
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.ItemList
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessResponse
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.ItemSkuRef
- hashCode() - Method in class com.broadleafcommerce.cart.client.domain.SpecificItemChoiceVariantPricingOverride
I
- ImageAssetRef - Class in com.broadleafcommerce.cart.client.domain
-
A reference object for holding data from a primary entity-asset (e.g., a product's primary image) that can be kept on a
CartItem
for displaying product assets. - ImageAssetRef() - Constructor for class com.broadleafcommerce.cart.client.domain.ImageAssetRef
- IN_PROCESS - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
The
Cart
is in process and can be modified. - IN_TRANSFER - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Represents an anonymous
Cart
which is primed to be transferred to a user. - INCLUDED_IN_PARENT - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultPricingStrategy
-
The price of the dependent cart item is considered to be already included in the parent item's price.
- INVENTORY_AVAILABILITY_CHANGE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartAlertTypes
- InventoryCheckStrategy - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Enumerated values that describe when to trigger an inventory check.
- InventoryReservationStrategy - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Enumerated values that describe when to trigger an inventory reservation.
- InventoryType - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Used to distinguish the ways that a Product's/Variant's inventory is represented.
- isAddItem(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isAddToCart(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryReservationStrategy
- isAnonymous() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Returns whether or not the cart is for an anonymous user.
- isAnonymous() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- isApprovalRejection(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartActionTypes
- isAssigned(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
- isAssignSalesRep(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isAuthorized(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
- isAuthorizedReversed(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
- isAvailableOnline() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
Whether or not this item is available online - ie inventory is available somewhere to fulfill this item.
- isAwaitingPaymentFinalization(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isAwaitingPaymentResult(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isBroadleafAccountApprover(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultUserTypes
- isBroadleafAccountMember(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultUserTypes
- isBroadleafCustomer(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultUserTypes
- isBroadleafSalesRep(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultUserTypes
- isBroadleafSystem(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultUserTypes
- isCanceled(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
- isCancelled(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isCancelQuote(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isCaptured(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
- isCapturedReversed(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
- isCartItemDiscountable() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
Whether or not any offers or promotions can be applied to the cart item.
- isCartModification(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartActionTypes
- isCheckoutSubmission(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartActionTypes
- isCsrOwned(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isCustomQuoteItem(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartItemTypes
- isDiscountable() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Whether or not this item can be applied to any offers or promotions.
- isDrafting(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
- isDraftQuote(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isEditing(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
- isEditQuote(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isEnabled(ContextInfo) - Method in class com.broadleafcommerce.cart.client.properties.QuoteProperties
- isEnabled(String, String) - Method in class com.broadleafcommerce.cart.client.properties.QuoteProperties
- isExpired(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
- isExtraFee(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartItemTypes
- isInProcess(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isInternalOnly() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
Whether this note is for internal view only.
- isInTransfer(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isLockedForTransactionReversal(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isMarkExpired(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isModifyItem(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isNamed(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.8.0, named carts are no longer represented by a status, and instead just means that the cart has a name.
- isNever(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryReservationStrategy
- isNonCatalogItem(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartItemTypes
- isNotSelected(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCollectOnDeliveryStatus
- isOverrideFulfillmentPriceFlag() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Whether the total fulfillment price of this
FulfillmentGroup
was specifically overridden, whether from a CSR or an automatic process. - isOverridePriceFlag() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Whether the price of this
CartItem
was specifically overridden, whether from a CSR or an automatic process. - isPaymentAddress(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultAddressSource
- isPaymentResultCheckInProgress(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isPending(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
- isPendingPaymentFailed(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isPriced() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Flag to indicate whether this cart has been fully priced.
- isPriced() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Flag to indicate whether this item has been priced.
- isPriced() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- isPriced() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Flag to indicate whether this group has been priced.
- isPublished(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
- isPublishQuote(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isPurchaseQuote(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isQuote(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartTypes
- isQuoteRequested(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
- isRecallQuote(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isRejected(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isRejected(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
- isRejectQuote(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isRemoveItem(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isRequestQuote(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isRequires3DSVerification(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
- isRequiresApproval(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isRevisePrices(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isSelected(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCollectOnDeliveryStatus
- isShippingAddress(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultAddressSource
- isSingular(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isStandard(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartItemTypes
- isStandard(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartTypes
- isSubmissionInProgress(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isSubmitForApproval(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartActionTypes
- isSubmitOrder(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryReservationStrategy
- isSubmitted(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isTaxable() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Whether this item is taxable.
- isTaxEstimated() - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Flag to indicate whether the taxes on the cart are estimates.
- isTaxEstimated() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- isTest(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- isUnconfirmed(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
- isUnknown(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
- isVat() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
Declares whether the taxes were included in the provided subtotal.
- ItemList - Class in com.broadleafcommerce.cart.client.domain
-
A basic list of items.
- ItemList() - Constructor for class com.broadleafcommerce.cart.client.domain.ItemList
- ItemListAccessResponse - Class in com.broadleafcommerce.cart.client.domain
- ItemListAccessResponse() - Constructor for class com.broadleafcommerce.cart.client.domain.ItemListAccessResponse
- ItemListAccessResponse(Set<String>, Set<String>) - Constructor for class com.broadleafcommerce.cart.client.domain.ItemListAccessResponse
- ItemListAccessRule - Class in com.broadleafcommerce.cart.client.domain
-
A rule allowing access to an item list.
- ItemListAccessRule() - Constructor for class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
- ItemListItem - Class in com.broadleafcommerce.cart.client.domain
-
An item of an Item List.
- ItemListItem() - Constructor for class com.broadleafcommerce.cart.client.domain.ItemListItem
- ItemSkuRef - Class in com.broadleafcommerce.cart.client.domain
-
A reference to some external SKU from the context of an item.
- ItemSkuRef() - Constructor for class com.broadleafcommerce.cart.client.domain.ItemSkuRef
L
- LOCKED_FOR_TX_REVERSAL - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Used to represent a
Cart
that has been locked while its transactions requiring reversal are being processed.
M
- MARK_EXPIRED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of marking the quote as expired.
- MODIFY_ITEM - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of modifying an item in the quote.
N
- name() - Method in interface com.broadleafcommerce.cart.client.domain.enums.AddressSource
- name() - Method in interface com.broadleafcommerce.cart.client.domain.enums.CartActionType
- name() - Method in interface com.broadleafcommerce.cart.client.domain.enums.CartItemType
- name() - Method in interface com.broadleafcommerce.cart.client.domain.enums.CartPaymentStatus
- name() - Method in interface com.broadleafcommerce.cart.client.domain.enums.CartStatus
- name() - Method in interface com.broadleafcommerce.cart.client.domain.enums.CollectOnDeliveryStatus
- NAMED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.8.0, named carts are no longer represented by a status, and instead just means that the cart has a name.
- NEVER - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryCheckStrategy
-
Inventory should never be checked.
- NEVER - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryReservationStrategy
-
Inventory should never be reserved.
- NO - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.TaxIncludedType
-
No taxes are included in the subtotal.
- NON_CATALOG_ITEM - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartItemTypes
-
Represents a cart item that does not exist in a catalog.
- NONE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryType
-
Declare that the product is simply a container and that we only care to fulfill the included products.
- NOT_SELECTED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCollectOnDeliveryStatus
-
Collect on Delivery is not selected for this fulfillment group
- NOT_SELECTED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.FulfillmentGroup.DefaultCollectOnDeliveryStatus
-
Deprecated.
O
- OWNER - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleRole
-
The owner of the list.
P
- PARTIAL - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.TaxIncludedType
-
A fraction of the total tax amount is included in the subtotal (VAT), and the rest should be added after the subtotal.
- PAYMENT_ADDRESS - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultAddressSource
-
The tax address should be populated from the billing address of the payment with the maximum amount in
Cart#getActivePayments()
. - PAYMENT_RESULT_CHECK_IN_PROGRESS - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
- PENDING - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
-
This represents the state where payment data has been gathered, but a payment gateway transaction is intentionally being delayed for a later time.
- PENDING_PAYMENT_FAILED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Indicates that the
Cart
had a pending payment but is now failed. - PHYSICAL - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryType
- PRICING_CHANGE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartAlertTypes
- PRODUCT_NOT_FOUND - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartAlertTypes
- PUBLISH_QUOTE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of publishing the quote back to the buyer.
- PUBLISHED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
-
Indicates that the quote has been responded back to the requester with the quoted prices.
- PURCHASE_QUOTE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of purchasing the quote.
Q
- QUOTE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartTypes
-
Represents a cart that is used as a quote.
- QUOTE_REQUESTED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
-
Indicates that the quote has been requested to the seller.
- QuoteProperties - Class in com.broadleafcommerce.cart.client.properties
-
Properties for Quote functionalities.
- QuoteProperties() - Constructor for class com.broadleafcommerce.cart.client.properties.QuoteProperties
R
- RECALL_QUOTE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of the seller or buyer recalling their quote.
- REJECT_QUOTE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of rejecting the quote.
- REJECTED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Used to represent a
Cart
that has been rejected. - REJECTED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
-
Indicates that the quote is rejected.
- REMOVE_ITEM - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of removing an item from the quote.
- REQUEST_QUOTE - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of requesting the quote to the seller.
- REQUIRES_3DS_VERIFICATION - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
-
This represents the state where payment data has been gathered, but a payment gateway has requested 3DS verification from the customer before the transaction can be executed.
- REQUIRES_APPROVAL - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Used to represent a
Cart
that requires approval. - requiresSalesRepAssignment(ContextInfo) - Method in class com.broadleafcommerce.cart.client.properties.QuoteProperties
- requiresSalesRepAssignment(String, String) - Method in class com.broadleafcommerce.cart.client.properties.QuoteProperties
- REVISE_PRICES - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent the action of revising prices in the quote.
S
- SELECTED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCollectOnDeliveryStatus
-
Collect on Delivery is selected for this fulfillment group
- SELECTED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.FulfillmentGroup.DefaultCollectOnDeliveryStatus
-
Deprecated.
- setAccessibleItemListIds(Set<String>) - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessResponse
-
The list of Item List ids that the user has the proper role for.
- setActionType(String) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The action type of this audit.
- setAdditionalAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.CartAlert
-
Contains the additional information about this alert.
- setAdditionalData(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
Map to hold additional data.
- setAdditionalItemPricing(AdditionalItemPricing) - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
-
Dictates how the dependent item should be priced.
- setAddress(Address) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The shipping address for this fulfillment group.
- setAdjustments(List<Adjustment>) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Adjustments to order pricing that should be applied to
CartPricing.getSubtotal()
. - setAdjustments(List<Adjustment>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setAdjustments(List<Adjustment>) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Adjustments to fulfillment pricing that should be applied to
FulfillmentGroup.getGroupFulfillmentPriceBeforeAdjustments()
. - setAdjustmentsTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The total adjustment price for all
adjustments
of aCartItem
. - setAdjustmentsTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
- setAltText(String) - Method in class com.broadleafcommerce.cart.client.domain.ImageAssetRef
-
Text that corresponds to the HTML
alt
attribute that should be used when this asset is rendered in a browser. - setApplication(Map<String, P>) - Method in class com.broadleafcommerce.cart.client.properties.DiscriminatedProperties
-
CaseInsensitiveMap is used for the case when props are provided from the ENV as ENV props will be converted to lowercase by spring in case of UUID for app/tenant there can be a mismatch AbcD34E vs abcd45e, so case CaseInsensitiveMap addresses this issue
- setApprovalRequestedDate(Instant) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The time this cart was submitted for approval.
- setApprovalRequestedDate(Instant) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setApproverEmail(String) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The cart approver's email address.
- setApproverEmail(String) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setAssignedSalesRepEmail(String) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The email of the assigned sales rep.
- setAssignedSalesRepEmail(String) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setAssignedSalesRepId(String) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The id of the assigned sales rep.
- setAssignedSalesRepId(String) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setAttributeChoices(Map<String, AttributeChoiceValue>) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Attribute choices for this cart driven by its items' product options, where each key is the
attributeName
from an attribute choice. - setAttributeChoices(Map<String, AttributeChoiceValue>) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Attribute choices for this item driven by product options, where each key is the
attributeName
from an attribute choice. - setAttributeChoices(Map<String, AttributeChoiceValue>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setAttributeChoices(Map<String, AttributeChoiceValue>) - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
Attribute choices for this item driven by product options, where each key is the
attributeName
from an attribute choice. - setAttributeConfigErrors(Map<String, List<ConfigError>>) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Map of configuration errors for related to this item's
CartItem.attributeChoices
that are derived from ProductOptions where the key is the attribute name. - setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Miscellaneous attributes for this cart.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Miscellaneous attributes for this item.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Attributes for this fulfillment group.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
Miscellaneous attributes for this fulfillment 1tem.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.ItemList
-
Miscellaneous attributes for this item list.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
Miscellaneous attributes for this item.
- setAuthorEmail(String) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The email of the user that created this note.
- setAuthorId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The id of the user that created this note.
- setAuthorType(String) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The type of the user that created this note.
- setAvailableOnline(boolean) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
Whether or not this item is available online - ie inventory is available somewhere to fulfill this item.
- setBrandId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The id to the corresponding data driven enum for this item's product's brand.
- setCampaignRefs(List<CampaignRef>) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A list of campaign references that are attached to this cart.
- setCampaignRefs(List<CampaignRef>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setCart(Cart) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The owning cart of this item.
- setCart(Cart) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setCartAlerts(List<CartAlert>) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The list of the alerts for this
Cart
. - setCartAlerts(List<CartAlert>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setCartId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The ID of the cart this cart action audit was created after.
- setCartId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The
Cart.getId()
that this note belongs to. - setCartId(String) - Method in class com.broadleafcommerce.cart.client.domain.GuestToken
- setCartItemDiscountable(boolean) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
Whether or not any offers or promotions can be applied to the cart item.
- setCartItemId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The
CartItem.getId()
that this note belongs to, this field is only relevant for CartItem-level notes. - setCartItemId(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
A reference id to the
CartItem
to be represented by this fulfillment item. - setCartItems(List<CartItem>) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Items that are contained within this cart.
- setCartItems(List<CartItem>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setCartPricing(CartPricing) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Embedded container for all pricing information on this cart.
- setCartPricing(CartPricing) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setCartVersion(Integer) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The Cart's version.
- setCategoryIds(Set<String>) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The ids to the corresponding categories for this item's product.
- setCheckoutSubmissions(Map<String, Instant>) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The checkout submissions made for this cart where each key is the request ID of a checkout and the value is an
Instant
timestamp of when the checkout was made. - setCheckoutSubmissions(Map<String, Instant>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setComment(String) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
A comment related to the audit
- setContentUrl(String) - Method in class com.broadleafcommerce.cart.client.domain.ImageAssetRef
-
The fully-resolvable content-URL to the binary data of the asset.
- setContextState(ContextState) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setContextState(ContextState) - Method in class com.broadleafcommerce.cart.client.domain.ItemList
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
A subset of
Tracking
information to expose the context state for this object. - setCountry(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The 2 digit country code.
- setCreateDate(Instant) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The date that this cart was first created.
- setCreateDate(Instant) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setCurrency(CurrencyUnit) - Method in class com.broadleafcommerce.cart.client.domain.Cart
- setCurrency(CurrencyUnit) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- setCurrency(CurrencyUnit) - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The currency unit used for the pricing of this
Cart
. - setCurrency(CurrencyUnit) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setCustomerRef(CustomerRef) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A reference to the customer that owns this cart.
- setCustomerRef(CustomerRef) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setCustomQuoteItemsCanExistWithoutStandardItems(boolean) - Method in class com.broadleafcommerce.cart.client.properties.QuoteProperties
-
Whether
custom quote items
can exist without anystandard items
. - setData(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
Additional or custom audit information
- setDateCreated(Instant) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
When this note was created.
- setDependentCartItems(List<CartItem>) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- setDependentItemConfigErrors(Map<String, List<ConfigError>>) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Map of configuration errors for related to this item's
CartItem.dependentCartItems
where the key is the item's identifier such as ProductOption choiceKey. - setDependentItemDetails(DependentItemDetails) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
If this
CartItem
is a dependent cart item, this contains additional details about the dependentCartItem's
dependency on its parent. - setDescription(String) - Method in class com.broadleafcommerce.cart.client.domain.CartLink
- setDiscountable(boolean) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Whether or not this item can be applied to any offers or promotions.
- setEmailAddress(String) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The customer's email address.
- setEmailAddress(String) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setEnabled(boolean) - Method in class com.broadleafcommerce.cart.client.properties.QuoteProperties
-
Determine if quote-related functionalities are enabled for the given context.
- setErrorCode(String) - Method in class com.broadleafcommerce.cart.client.domain.ConfigError
-
The error code for this configuration error.
- setErrorMessage(String) - Method in class com.broadleafcommerce.cart.client.domain.ConfigError
-
The error message for this configuration error.
- setExpirationDate(Instant) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The expiration date of the cart.
- setExpirationDate(Instant) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setExpirationTime(Instant) - Method in class com.broadleafcommerce.cart.client.domain.GuestToken
- setFeesTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The total fees of this
Cart
. - setFulfillmentAdjustments(List<Adjustment>) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
Adjustments to item fulfillment pricing that should be applied to
FulfillmentItem.getFulfillmentPriceBeforeAdjustments()
. - setFulfillmentAdjustmentsTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Sum of the group's adjustments.
- setFulfillmentAdjustmentsTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The total fulfillment adjustment amount for this fulfillment item.
- setFulfillmentGroupAdjustments(List<Adjustment>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
-
A list of fulfillment group
Adjustments
. - setFulfillmentGroups(List<FulfillmentGroup>) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A list of fulfillment information for this cart.
- setFulfillmentGroups(List<FulfillmentGroup>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setFulfillmentItemAdjustments(List<Adjustment>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
-
A list of fulfillment item
Adjustments
. - setFulfillmentItems(List<FulfillmentItem>) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Items for fulfillment within this group, each of which should relate back to a
cart item
. - setFulfillmentItemsSubtotal(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The total shipping price of this fulfillment group's
FulfillmentItems
. - setFulfillmentItemTaxDetails(List<FulfillmentItemTaxDetail>) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The tax details associated with this item.
- setFulfillmentOption(FulfillmentOption) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The fulfillment option chosen for the
FulfillmentGroup.getType()
. - setFulfillmentPriceBeforeAdjustments(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The fulfillment price of the corresponding
CartItem
before adjustments are applied. - setFulfillmentTaxableAmount(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The amount of the total fulfillment price that can be taxed, including item shipping prices.
- setFulfillmentTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The total fulfillment price of this
Cart
, including adjustments. - setFulfillmentTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The total fulfillment price of this item, including adjustments.
- setGlobalConfigErrors(List<ConfigError>) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
List of global configuration errors.
- setGroupFulfillmentPriceBeforeAdjustments(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The shipping price of this fulfillment group before adjustments are applied.
- setHref(String) - Method in class com.broadleafcommerce.cart.client.domain.CartLink
- setId(String) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The context ID of the cart.
- setId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The context ID of the cart action audit.
- setId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The context ID of the cart.
- setId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The context ID of the note.
- setId(String) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setId(String) - Method in class com.broadleafcommerce.cart.client.domain.ItemList
-
The ID of this item list.
- setId(String) - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
-
The ID of this item list access rule.
- setId(String) - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
The ID of this Item List Item.
- setImageAsset(ImageAssetRef) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The image asset for this item, usually sourced from the product.
- setInaccessibleItemListIds(Set<String>) - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessResponse
-
The list of Item List ids that the user does not have the proper access rights to.
- setIncludedTaxAmount(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The amount of taxes that are included in the subtotal (VAT).
- setInternalAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Miscellaneous internal attributes for this item.
- setInternalAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Miscellaneous internal attributes for this item.
- setInternalAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setInternalAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
Internal attributes for this fulfillment item.
- setInternalAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
Miscellaneous internal attributes for this item.
- setInternalOnly(boolean) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
Whether this note is for internal view only.
- setInventoryCheckStrategy(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The inventory check strategy of the item.
- setInventoryLocationReference(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
This is an optional field where the ID or reference number of the expected InventoryLocation is stored.
- setInventoryReservationStrategy(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The reservation strategy of the item.
- setItemAdjustments(List<Adjustment>) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Adjustments to item pricing that should be applied to
CartItem.getSubtotal()
. - setItemAdjustments(List<Adjustment>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
-
A list of cart item
Adjustments
. - setItemChoiceKey(String) - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
-
The key to use to relate to this
CartItem
to a configured productItemChoice
. - setItemChoiceOverridePrice(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
-
In the case of a
SpecificItemChoice
, this will be populated with the override price of the parentItemChoice
. - setItemChoicePricingKey(String) - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
-
In the case of a
SpecificItemChoice
, this will be populated with the pricing key of the parentItemChoice
. - setItemListId(String) - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
-
The ID of the item list this rule provides access to.
- setItemListId(String) - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
The ID of the owning item list.
- setItems(List<ItemListItem>) - Method in class com.broadleafcommerce.cart.client.domain.ItemList
-
The list of items this item list represents.
- setItemSkuRef(ItemSkuRef) - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
A reference to the corresponding SKU of this item.
- setJurisdictionName(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The tax jurisdiction name.
- setJurisdictionType(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The jurisdiction type, e.g.
- setLastCatalogReprice(Instant) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The last time the cart was fully repriced with the most updated catalog pricing.
- setLastCatalogReprice(Instant) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setLastUpdatedAudit(CartActionAudit) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The id of this cart's most recent audit.
- setLastUpdatedAudit(CartActionAudit) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setLinks(Map<String, CartLink>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
-
A map of
CartLink
by a link key. - setLocale(Locale) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The locale for this cart.
- setLocale(Locale) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setMerchandiseTaxableAmount(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The amount that can be taxed based on the
CartItem
price and usually less any prorated order-adjustments. - setMerchandiseTotalAmount(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
This represents the subtotal for the fulfillment item.
- setMerchandiseTotalTax(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The total tax of the item merchandise based on the price of the related
CartItem
. - setMerchandisingContext(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Defines the merchandising context of the item to signify where it is added from.
- setMerchandisingTypeId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The id to the corresponding data driven enum for this item's product's merchandising type.
- setMessage(String) - Method in class com.broadleafcommerce.cart.client.domain.CartAlert
-
The message for this alert.
- setMethod(String) - Method in class com.broadleafcommerce.cart.client.domain.CartLink
- setName(String) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A unique name for the cart, used for retrieval.
- setName(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The name of this item.
- setName(String) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setName(String) - Method in class com.broadleafcommerce.cart.client.domain.ItemList
-
The name of this item list.
- setNewStatus(String) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The new
Cart.getStatus()
after the cart action in which this audit was created for. - setNote(String) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
The content of the note
- setOfferCodes(List<String>) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A list of offer codes that a user has added to their cart.
- setOfferCodes(List<String>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setOldStatus(String) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The old
Cart.getStatus()
prior the cart action in which this audit was created for. - setOrderNumber(String) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The unique number associated with this
Cart
. - setOrderNumber(String) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setOverrideDetails(List<OverrideDetail>) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
List of details about any price overrides which have been performed on this item.
- setOverrideDetails(List<OverrideDetail>) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
List of details about any price overrides which have been performed on this group.
- setOverrideFulfillmentPriceFlag(boolean) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Whether the total fulfillment price of this
FulfillmentGroup
was specifically overridden, whether from a CSR or an automatic process. - setOverridePrice(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.AdditionalItemPricing
-
The price of this choice, only relevant when the pricing model of this choice is
ADD_TO_PARENT
. - setOverridePrice(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.SpecificItemChoiceVariantPricingOverride
-
The price to use for this item when the related variant is selected.
- setOverridePriceFlag(boolean) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Whether the price of this
CartItem
was specifically overridden, whether from a CSR or an automatic process. - setPriced(boolean) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Flag to indicate whether this cart has been fully priced.
- setPriced(boolean) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Flag to indicate whether this item has been priced.
- setPriced(boolean) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setPriced(boolean) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Flag to indicate whether this group has been priced.
- setPricedFulfillmentOption(PricedFulfillmentOption) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
- setPricedFulfillmentOption(PricedFulfillmentOption) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
- setPriceListId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The id of the price list used to get the pricing for this
CartItem
. - setPricingKey(String) - Method in class com.broadleafcommerce.cart.client.domain.AdditionalItemPricing
-
System-wide unique identifier to configure specific pricing for the choice.
- setPricingKey(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
System-wide unique identifier to configure specific pricing for this cart item.
- setPricingKey(String) - Method in class com.broadleafcommerce.cart.client.domain.SpecificItemChoiceVariantPricingOverride
-
System-wide unique identifier to configure specific pricing for the choice.
- setPricingStrategy(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
For dependent cart items, this strategy is used to indicate how the price should be incorporated into the overall cart subtotal - i.e.
- setPricingTargetType(String) - Method in class com.broadleafcommerce.cart.client.domain.AdditionalItemPricing
-
The type of the item to which this pricing belongs, for example
SKU
orPRICING_KEY
. - setProductId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The id to the corresponding product for this item.
- setProductId(String) - Method in class com.broadleafcommerce.cart.client.domain.ItemSkuRef
-
The ID of the product being referred to.
- setProductTags(List<String>) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The list of simple labels used to categorize the corresponding product for this item.
- setProratedFulfillmentAdjustments(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Prorated amount of the fulfillment adjustments that applies to the
FulfillmentGroup.groupFulfillmentPriceBeforeAdjustments
. - setProratedFulfillmentCharge(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The prorated shipping charge for this fulfillment item before adjustments are applied, derived from the
FulfillmentGroup.getGroupFulfillmentPriceBeforeAdjustments()
. - setProratedFulfillmentGroupAdjustments(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The amount prorated to this item from group adjustments.
- setProratedOrderAdjustments(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The amount prorated to this item from order adjustments.
- setProratedOrderOfferAdjustments(List<ProratedOfferAdjustment>) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Prorated adjustments for this item from order-level offers.
- setQuantity(int) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The quantity to be fulfilled by this item.
- setQuantity(Integer) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The number of this item in the
Cart
. - setQuantity(Integer) - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
-
The number of this item in the item list.
- setRate(BigDecimal) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The tax rate
- setRecurringPrice(RecurringPriceDetail) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
This is the recurring price if any from the same source as the
CartItem.unitPrice
. - setRecurringPriceTypeOverride(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Overrides
CartItem.unitPriceType
for theCartItem.recurringPrice
in cases where they must diverge. - setReferenceNumber(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The reference number for this fulfillment group.
- setReferenceNumber(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
-
The reference number for this fulfillment item.
- setRegion(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The region that this tax was calculated.
- setReplies(List<CartNote>) - Method in class com.broadleafcommerce.cart.client.domain.CartNote
-
A list of notes representing the replies.
- setRequireSalesRepAssignment(boolean) - Method in class com.broadleafcommerce.cart.client.properties.QuoteProperties
-
Whether a sales rep is required to be assigned to the quote before any changes can be made by the sales rep.
- setRole(String) - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
-
The role this rule is allowing.
- setSalesTeamEmail(String) - Method in class com.broadleafcommerce.cart.client.properties.QuoteProperties
-
Represents the email for the sales team.
- setSku(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Represents a SKU code, similar to productId or variantId, except this is a unified, unique concept across both products and variants.
- setSku(String) - Method in class com.broadleafcommerce.cart.client.domain.ItemSkuRef
-
The SKU being referred to.
- setStatus(String) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The status of this cart.
- setStatus(String) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setSubmitDate(Instant) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The date that this cart was submitted.
- setSubmitDate(Instant) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setSubtotal(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The subtotal price of this
CartItem
. - setSubtotal(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The subtotal price of this
Cart
. - setTags(LinkedHashSet<String>) - Method in class com.broadleafcommerce.cart.client.domain.ImageAssetRef
-
Descriptive or identifying labels.
- setTargetDemographicId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The id to the corresponding data driven enum for this item's product's target demographic.
- setTaxable(boolean) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
Whether this item is taxable.
- setTaxableAmount(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The amount that was taxable to determine the calculated tax.
- setTaxAddressSource(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
Where to find the address to be used for tax calculation on this fulfillment group.
- setTaxCalculated(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The amount of taxes calculated.
- setTaxEstimated(boolean) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
Flag to indicate whether the taxes on the cart are estimates.
- setTaxEstimated(boolean) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setTaxIncludedType(String) - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
Indicates if any taxes are included in the subtotal.
- setTaxName(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The tax name for this tax detail.
- setTenant(Map<String, P>) - Method in class com.broadleafcommerce.cart.client.properties.DiscriminatedProperties
- setTermDurationLength(Integer) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The length of the terms, e.g., if this is 36 and
CartItem.termDurationType
is MONTHS, then theCartItem.recurringPrice
should be charged for 36 months. - setTermDurationType(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The term duration type, e.g.
- setTimestamp(Instant) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The time at which the
CartActionAudit
was created - setTitle(String) - Method in class com.broadleafcommerce.cart.client.domain.ImageAssetRef
-
Text that corresponds to the HTML
title
attribute that should be used when this asset is rendered in a browser. - setTokenString(String) - Method in class com.broadleafcommerce.cart.client.domain.GuestToken
- setTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The total price of this
CartItem
. - setTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The total price of this
Cart
. - setTotalFulfillmentPrice(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The total shipping price of this fulfillment group, including adjustments and item shipping prices.
- setTotalTax(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
-
The total tax amount for this
Cart
. - setTotalTax(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The total tax of this fulfillment group, including merchandise and fulfillment tax.
- setTransactionId(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
The transaction ID for this tax detail.
- setType(String) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The type of cart.
- setType(String) - Method in class com.broadleafcommerce.cart.client.domain.CartAlert
-
The type of the alert.
- setType(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The type of this cart item.
- setType(String) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setType(String) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
-
The type of means by which this fulfillment group is fulfilled.
- setType(String) - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
-
The type of this access rule.
- setUnitPrice(MonetaryAmount) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The individual unit price for a
CartItem
. - setUnitPriceType(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The type of the unit price for a
CartItem
. - setUri(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The navigable uri of the corresponding catalog entry for this cart item.
- setUsagePrice(UsagePriceDetail) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
This is the usage price if any from the same source as the
CartItem.unitPrice
. - setUserEmail(String) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The email of the user who performed the cart action.
- setUserId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The id of the user who performed the cart action.
- setUserType(String) - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
-
The type of user who performed the cart action.
- setValue(String) - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
-
Some value of the
ItemListAccessRule.type
of this access rule. - setVariantId(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
The id to the corresponding variant for this item.
- setVariantId(String) - Method in class com.broadleafcommerce.cart.client.domain.ItemSkuRef
-
The ID of the variantId being referred to.
- setVariantId(String) - Method in class com.broadleafcommerce.cart.client.domain.SpecificItemChoiceVariantPricingOverride
-
ID of the variant this pricing should be used with.
- setVariantPricing(Map<String, SpecificItemChoiceVariantPricingOverride>) - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
-
Pricing overrides if specific variants of the main product this item belongs to are added to the cart.
- setVat(boolean) - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
-
Declares whether the taxes were included in the provided subtotal.
- setVendorRef(String) - Method in class com.broadleafcommerce.cart.client.domain.CartItem
-
A reference to the corresponding vendor for this item.
- setVersion(Integer) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
The version of this cart.
- setVersion(Integer) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- setVouchers(List<Voucher>) - Method in class com.broadleafcommerce.cart.client.domain.Cart
-
A list of
Vouchers
that thisCart
is qualifier for. - setVouchers(List<Voucher>) - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- SHIPPING_ADDRESS - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultAddressSource
-
The tax address should be populated from
FulfillmentGroup.getAddress()
. - SpecificItemChoiceVariantPricingOverride - Class in com.broadleafcommerce.cart.client.domain
-
Represents a pricing override to be used for a dependent item (like a warranty) if a specific variant of the parent product is added as the dependent's parent.
- SpecificItemChoiceVariantPricingOverride() - Constructor for class com.broadleafcommerce.cart.client.domain.SpecificItemChoiceVariantPricingOverride
- STANDARD - Enum constant in enum class com.broadleafcommerce.cart.client.domain.CartItem.DefaultCartItemType
-
Deprecated.A normal cart item with typical behavior.
- STANDARD - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartItemTypes
-
A normal cart item with typical behavior.
- STANDARD - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartTypes
-
Represents a standard cart with typical behavior.
- SUBMISSION_IN_PROGRESS - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Used to represent a
Cart
that has been submitted by the customer & the processing of that submission is in progress. - SUBMIT_FOR_APPROVAL - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartActionTypes
-
Used to represent the action of submitting a
Cart
for approval. - SUBMIT_ORDER - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryReservationStrategy
-
Inventory should be reserved when the order is submitted for checkout.
- SUBMITTED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Used to represent a
Cart
that has been submitted by the customer & the processing of that submission has been successfully completed.
T
- TaxIncludedType - Enum Class in com.broadleafcommerce.cart.client.domain.enums
-
Enumeration for
CartPricing.getTaxIncludedType()
- TEST - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Represents a
Cart
which is being managed by an admin in preview mode. - toString() - Method in class com.broadleafcommerce.cart.client.domain.AdditionalItemPricing
- toString() - Method in class com.broadleafcommerce.cart.client.domain.Cart
- toString() - Method in class com.broadleafcommerce.cart.client.domain.CartActionAudit
- toString() - Method in class com.broadleafcommerce.cart.client.domain.CartAlert
- toString() - Method in class com.broadleafcommerce.cart.client.domain.CartItem
- toString() - Method in class com.broadleafcommerce.cart.client.domain.CartLink
- toString() - Method in class com.broadleafcommerce.cart.client.domain.CartNote
- toString() - Method in class com.broadleafcommerce.cart.client.domain.CartPricing
- toString() - Method in class com.broadleafcommerce.cart.client.domain.CheckoutCart
- toString() - Method in class com.broadleafcommerce.cart.client.domain.ConfigError
- toString() - Method in class com.broadleafcommerce.cart.client.domain.DependentItemDetails
- toString() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentGroup
- toString() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItem
- toString() - Method in class com.broadleafcommerce.cart.client.domain.FulfillmentItemTaxDetail
- toString() - Method in class com.broadleafcommerce.cart.client.domain.GuestToken
- toString() - Method in class com.broadleafcommerce.cart.client.domain.ImageAssetRef
- toString() - Method in class com.broadleafcommerce.cart.client.domain.ItemList
- toString() - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessResponse
- toString() - Method in class com.broadleafcommerce.cart.client.domain.ItemListAccessRule
- toString() - Method in class com.broadleafcommerce.cart.client.domain.ItemListItem
- toString() - Method in class com.broadleafcommerce.cart.client.domain.ItemSkuRef
- toString() - Method in class com.broadleafcommerce.cart.client.domain.SpecificItemChoiceVariantPricingOverride
U
- UNCONFIRMED - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
-
This represents the state where the customer has not yet authorized the completion of the payment
- UNKNOWN - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Used to represent an unknown action.
V
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.CartItem.DefaultCartItemType
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultAddressSource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartActionTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartAlertTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartItemTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCollectOnDeliveryStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleRole
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultPricingStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultUserTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryCheckStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryReservationStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.TaxIncludedType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.cart.client.domain.FulfillmentGroup.DefaultCollectOnDeliveryStatus
-
Deprecated.Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.CartItem.DefaultCartItemType
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultAddressSource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartActionTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartAlertTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartItemTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartPaymentStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartStatuses
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCartTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultCollectOnDeliveryStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleRole
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultPricingStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteActionTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultQuoteStatuses
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultUserTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryCheckStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryReservationStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.enums.TaxIncludedType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.cart.client.domain.FulfillmentGroup.DefaultCollectOnDeliveryStatus
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- VIEW - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.DefaultItemListAccessRuleRole
-
A viewer of the list.
- VIRTUAL - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.InventoryType
Y
- YES - Enum constant in enum class com.broadleafcommerce.cart.client.domain.enums.TaxIncludedType
-
All taxes are included in the subtotal (VAT).
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
DefaultCartItemTypes