A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractExternalProvider - Class in com.broadleafcommerce.cartoperation.service.provider.external
- AbstractExternalProvider(WebClient, ObjectMapper, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.AbstractExternalProvider
- AbstractItemMergingService<C,I> - Class in com.broadleafcommerce.cartoperation.service
-
An abstract implementation for an item merging service.
- AbstractItemMergingService() - Constructor for class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
- AbstractTypeFulfillmentGroupSubmitValidator - Class in com.broadleafcommerce.cartoperation.service.fulfillment.validation.type
-
Holds common logic for validating different fulfillment types (address validation).
- AbstractTypeFulfillmentGroupSubmitValidator(Set<FulfillmentAddressSubmitValidator>) - Constructor for class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.AbstractTypeFulfillmentGroupSubmitValidator
- ADD_ITEM - com.broadleafcommerce.cartoperation.domain.ValidationStrategy
-
Validate when the item is added to cart
- addAccessibleItemListsToCart(Cart, CustomerRef, Set<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
-
After verifying the user's access to the set of
ItemListids, add the lists's items to the cart. - addAccessibleItemListToCart(Cart, CustomerRef, String, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
-
After verifying the user's access to the
ItemList, add the list's items to the cart. - addAdditionalAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAdditionalAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(Cart, AddAttributeRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.Attribute
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.Category
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.SimplePage
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttributeConfigError(CartItem, String, String, String) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultAttributeChoiceConfigurationService
- AddAttributeRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
DTO for a request to add a Cart attribute.
- AddAttributeRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddAttributeRequest
- addAttributeToCart(Cart, AddAttributeRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- addAttributeToCart(Cart, AddAttributeRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Adds an attribute to the provided
Cart. - addAttributeToCart(String, AddAttributeRequest, boolean, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- addCampaignForCodeIfExists(String, Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Adds a
codeto theCartif it belongs to a campaign. - addCartCookieClaims(JWTClaimsSet.Builder, Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- addCartItemQualifiedOfferIdsToIgnoreList(Cart, List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOfferUtils
-
Retrieves the offer ids that the given
CartItemsthat are qualifiers of and add them to the givenCart's offer ignore list. - addCartItemQualifiedOfferIdsToIgnoreList(Cart, List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- addCartLinks(CheckoutCart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- addCode(Cart, AddCodeRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- AddCodeException - Exception in com.broadleafcommerce.cartoperation.exception
-
Exception thrown when adding a promotional code to the Cart fails.
- AddCodeException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.AddCodeException
- AddCodeException(String, String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.AddCodeException
- AddCodeException(String, Throwable, boolean, boolean, String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.AddCodeException
- AddCodeException(String, Throwable, String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.AddCodeException
- AddCodeException(Throwable, String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.AddCodeException
- AddCodeRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
DTO for a request to add a promotional code to the Cart.
- AddCodeRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeRequest
- addCodeToCart(Cart, AddCodeRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- addCodeToCart(Cart, AddCodeRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.
- AddCodeToCartResponse - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
DTO for communicating the results of adding an offer or campaign code to the cart.
- AddCodeToCartResponse() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
- AddCodeToCartResponseType - Interface in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
The AddCodeToCartResponseType is used to describe the results of adding an offer code to the cart.
- addFreeGiftItemsToCart(Cart, List<FreeGiftItem>, List<CartItem>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Adds the list of
FreeGiftItemsto cart, and then adds the ids of those added free gift cart items to the qualifier cart items attributes. - addFulfillmentItemTaxDetails(TaxResponse, TaxInfo, FulfillmentItem) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Add
FulfillmentItemTaxDetailsto the fulfillment item. - addItemConfigError(CartItem, IncludedProduct, String, String) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
- addItemConfigError(CartItem, ItemChoice, String, String) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- addItemConfigError(CartItem, String, String) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- AddItemFailure - Class in com.broadleafcommerce.cartoperation.service
-
Represents an
AddItemRequestthat failed due to either an inability to identify the Product that is being added to cart or the request does not specify all required attributes for the Product - AddItemFailure() - Constructor for class com.broadleafcommerce.cartoperation.service.AddItemFailure
- AddItemFailure.AddItemFailureType - Enum in com.broadleafcommerce.cartoperation.service
- addItemListsToCart(Cart, CustomerRef, Set<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
- addItemListsToCart(Cart, CustomerRef, AddItemListToCartRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
-
Deprecated.
- addItemListsToCart(Cart, CustomerRef, Set<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListAddToCartService
-
Adds all
ItemListItemsto the cart from theItemListsidentified by the provided itemListIds - addItemListsToCart(String, AddItemListToCartRequest, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- addItemListToCart(Cart, CustomerRef, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
- addItemListToCart(Cart, CustomerRef, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListAddToCartService
-
Adds all
ItemListItemsto the cart from theItemListidentified by the provided itemListId - AddItemListToCartRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
A request DTO for adding
ItemListsto a cart. - AddItemListToCartRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemListToCartRequest
- AddItemRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
A request DTO for adding an item to a cart.
- AddItemRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
- addItemsToCart(Cart, CustomerRef, Page<ItemListItem>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
-
Responsible for adding the provided ItemListItem page to the cart
- addItemsToFulfillmentGroup(Collection<? extends CartItem>, FulfillmentGroup, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- addItemsToFulfillmentGroup(Collection<? extends CartItem>, FulfillmentGroup, CurrencyUnit, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- addItemToCart(Cart, AddItemRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- addItemToCart(Cart, AddItemRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Adds a single item to the provided
Cartbased on the providedAddItemRequest. - addItemToCart(String, AddItemRequest, boolean, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- addItemToFulfillmentGroup(Cart, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Deprecated.
- addItemToFulfillmentGroup(Cart, CartItem, Set<String>, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Assigns the cart item and its dependent cart items to the fulfillment group.
- addManyItemsToCart(Cart, Collection<AddItemRequest>, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- addManyItemsToCart(Cart, Collection<AddItemRequest>, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Adds one or more items to the provided
Cart. - addManyItemsToCart(String, List<AddItemRequest>, boolean, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- addOfferCodeIfUsable(String, boolean, Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Adds the
codetoCart.getOfferCodes()if it's usable. - addOfferCodeToCart(Cart, AddCodeRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- addOfferCodeToCart(Cart, AddCodeRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Adds an offer code to the provided
Cart. - addOfferCodeToCart(String, AddCodeRequest, boolean, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- AddPaymentException - Exception in com.broadleafcommerce.cartoperation.exception
-
Deprecated.in favor of
InvalidAddPaymentRequestException - AddPaymentException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.AddPaymentException
-
Deprecated.
- addRemovedFreeGiftOfferToIgnoreList(Cart, List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Adds the offer id to
Cart'signore list inCart.getInternalAttributes()whenever a free gift item is removed, so that the free gift item will not be added again. - addToCart(AddItemRequest, Cart, CustomerRef, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- addToCart(Cart, AddItemRequest, CustomerRef, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- addToCart(AddItemRequest, Cart, CustomerRef, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.
- AddToCartApiError - Class in com.broadleafcommerce.cartoperation.web.endpoint.exception
-
ApiErrorused for errors duringCartItemvalidation. - AddToCartApiError(CartItemValidationException) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.exception.AddToCartApiError
- addUnassignedItemsToFulfillmentGroup(Cart) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Identify
CartItemsthat have not been assigned to aFulfillmentGroup& add them to the relevant FulfillmentGroup. - addUserTargets(PriceContext) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
-
Add customer and customer segment user targets to
PriceContext.getUserTargets(). - AdvancedTag - Class in com.broadleafcommerce.cartoperation.domain
-
A "tag" represents a unique purchasing attribute for a product such "new", "on sale", "fairtrade", etc.
- AdvancedTag() - Constructor for class com.broadleafcommerce.cartoperation.domain.AdvancedTag
- afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class com.broadleafcommerce.cartoperation.web.advice.RequestValidatorRequestBodyAdvice
- afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class com.broadleafcommerce.cartoperation.web.advice.VersionValidatingRequestBodyAdvice
- allocateCartTotalToPayment(PaymentSummary, MonetaryAmount, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Hook point to automatically reallocate the cart total to the cart's single payment.
- AnonymousCustomerSecurityEnhancer - Class in com.broadleafcommerce.cartoperation.web.security
- AnonymousCustomerSecurityEnhancer() - Constructor for class com.broadleafcommerce.cartoperation.web.security.AnonymousCustomerSecurityEnhancer
- API_RATE_LIMIT_ERROR - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
An error that occurs when too many requests hit the gateway's API too quickly
- applicationMatches(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartResolverService
- applicationMatches(Cart, String) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- applyFulfillmentPricing(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- applyFulfillmentPricing(Cart) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.FulfillmentPricingService
-
Service for calculating and applying fulfillment pricing to a
Cart, typically by integrating with Shipping Services. - applyFulfillmentPricingForGroup(Cart, FulfillmentGroup) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
-
Sends a pricing request to the ShippingService that can calculate the cost for the
FulfillmentGroup.getFulfillmentOption()and sets the group's pricing fields based on the response. - applyOffers(Cart, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- applyOffers(Cart, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.OfferProvider
-
Handles requests against the Offer Engine to retrieve and apply discounts for a
Cartand its contents. - applyOffers(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- applyOffers(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.OfferProvider
-
Handles requests against the Offer Engine to retrieve and apply discounts for a
Cartand its contents. - applyPricesToCart(Cart, ProductList) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- applyProductVariantAttributes(FulfillmentItem, FulfillmentPricingItem, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- applyTaxes(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- applyTaxes(Cart, boolean, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- applyTaxes(Cart, boolean, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.TaxService
-
Calculates and applies taxes to a cart.
- applyTaxesForGroup(Cart, F, TaxProvider<TREQ, TRES>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Deprecated.
- applyTaxesForGroups(Cart, List<F>, TaxProvider<TREQ, TRES>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Calculates and sets
FulfillmentItem.getMerchandiseTotalTax()andFulfillmentGroup.getTotalTax(). - applyTaxesInternal(Cart, TaxProvider<TREQ, TRES>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Performs the bulk of the tax calculations and application for a given
TaxProvider. - applyTaxResponse(TRES, F, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Deprecated.
- applyTaxResponses(List<TRES>, List<F>, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- archivePayment(String, Integer, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
- archivePayment(String, Integer, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.PaymentProvider
-
Archives the payment based on the provided id and version.
- assertDeleteAccess(CustomerRef, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- assertDeleteAccess(CustomerRef, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Asserts that the customer can delete a given list.
- assertEditAccess(CustomerRef, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- assertEditAccess(CustomerRef, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Asserts that the customer can edit a given list.
- assertShareAccess(CustomerRef, ShareItemListRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- assertShareAccess(CustomerRef, ShareItemListRequest, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Asserts that the customer can share a given list.
- assertViewAccess(CustomerRef, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- assertViewAccess(CustomerRef, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Asserts that the customer can view a given list.
- attachBundleItemProratedPrices(List<CartItem>, Map<String, MonetaryAmount>, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- attachPricingToCartItem(CartItem, Collection<P>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
- attachPricingToCartItem(CartItem, Collection<P>, String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
- ATTR_MERGE_UPDATED - Static variable in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
-
Attribute key for a boolean value that indicates that an item was updated as a result of a merge instead of the typical addition/create.
- Attribute - Class in com.broadleafcommerce.cartoperation.domain
-
Many entities have customizable dynamic attributes, and this class is intended to hold such values.
- Attribute() - Constructor for class com.broadleafcommerce.cartoperation.domain.Attribute
- Attribute(Serializable, Map<String, Object>) - Constructor for class com.broadleafcommerce.cartoperation.domain.Attribute
- AttributeChoice - Class in com.broadleafcommerce.cartoperation.domain
-
Customer-facing input to take in additional information about the product that they are purchasing.
- AttributeChoice() - Constructor for class com.broadleafcommerce.cartoperation.domain.AttributeChoice
- AttributeChoiceConfigurationService - Interface in com.broadleafcommerce.cartoperation.service.configuration
- AttributeChoiceValue - Class in com.broadleafcommerce.cartoperation.domain
-
A single value within a
AttributeChoice. - AttributeChoiceValue() - Constructor for class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
- AttributeChoiceValue(String, String, Map<String, Object>) - Constructor for class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
- authenticationRequiredException(AuthenticationRequiredException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- AuthenticationRequiredException - Exception in com.broadleafcommerce.cartoperation.exception.security
-
Thrown when a user attempts to do an action that requires authentication, but the user is not authenticated.
- AuthenticationRequiredException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.security.AuthenticationRequiredException
- authorize(OAuth2AuthorizeRequest) - Method in class com.broadleafcommerce.cartoperation.oauth2.client.web.SynchronizedDelegatingOAuth2AuthorizedClientManager
- AUTHORIZE - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
-
Funds have been authorized for capture.
- AUTHORIZE_AND_CAPTURE - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
-
Funds have been captured/authorized all at once.
- authorizeAndCapturePayment(String, Integer, TransactionExecutionRequest, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentTransactionExecutionProvider
- authorizeAndCapturePayment(String, Integer, TransactionExecutionRequest, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.PaymentTransactionExecutionProvider
- authorizePayment(String, Integer, TransactionExecutionRequest, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentTransactionExecutionProvider
- authorizePayment(String, Integer, TransactionExecutionRequest, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.PaymentTransactionExecutionProvider
- AVAILABILITY_CHECK_UNEXPECTED_FAILURE_ERROR_MSG - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- AVAILABLE_ONLINE - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
B
- BANK_ACCOUNT - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- BASE_PRICE - Static variable in class com.broadleafcommerce.cartoperation.service.pricing.PricingFields
- BASE_URI - Static variable in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.cartoperation.web.endpoint.ResolveCartEndpoint
- beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class com.broadleafcommerce.cartoperation.web.advice.CartCookieResponseBodyAdvice
-
Deprecated.
- BLC_CART - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentOwnerTypes
-
Represents a Broadleaf-managed cart.
- BRAND_ID - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.domain.offer.OrderLineItemDtoAttributeConstants
-
Contains the
CartItem.getBrandId()for theCartItem. - buildAddCodeToCartResponse(Cart, String, boolean) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Builds an
AddCodeToCartResponsebased on the provided cart, code, & whether or not the cart was repriced - buildAddItemRequest(FreeGiftItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Builds an
AddItemRequestfrom the givenFreeGiftItem. - buildAddItemRequests(Page<ItemListItem>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
-
Responsible for creating AddItemRequests based on the provided ItemListItem page
- buildAdjustment(Adjustment) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Builds an
Adjustmentbased on the givenAdjustment. - buildAdjustment(OfferRef, Adjustment) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- buildCampaignRef(String, String) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- buildCartCookie(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- buildCartCookie(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.web.service.CartCookieIssuer
-
Deprecated.since 1.6, use
CartCookieIssuer.buildCartResponseCookie(Cart, ContextInfo) - buildCartExpirationCookie(String) - Method in interface com.broadleafcommerce.cartoperation.web.service.CartCookieIssuer
-
Build a cookie meant to remove the cart cookie for the provided application.
- buildCartExpirationCookie(String) - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- buildCartItem(AddItemRequest, Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Deprecated.
- buildCartItem(AddItemRequest, Cart, CurrencyUnit, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Populates a new cart item from the
AddItemRequest. - buildCartItems(Collection<AddItemRequest>, Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Deprecated.
- buildCartItems(Collection<AddItemRequest>, Cart, CurrencyUnit, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Populates new cart items from the
AddItemRequests. - buildCartResponseCookie(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- buildCartResponseCookie(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.web.service.CartCookieIssuer
-
Build a cookie to hold a reference to a cart.
- buildExceptionForUnexpectedReservationError(Cart, Exception) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- buildFailedCheckoutResponse(Cart, String, CheckoutWorkflowException, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- buildFailedCheckoutResponse(Cart, String, PaymentLockException, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- buildFulfillmentPricingItem(Cart, FulfillmentItem) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- buildFulfillmentPricingRequest(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- buildGroupReferenceNumber(Cart) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Builds a
FulfillmentGroup.getReferenceNumber()for a new group. - buildGroupReferenceNumber(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
-
Builds a
FulfillmentGroup.getReferenceNumber()for the given cart and group ID. - buildGroupReferenceNumber(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Builds a
FulfillmentGroup.getReferenceNumber()for the given cart and group ID. - buildInventoryReservationRequest(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
-
This allows implementors to build a
SkuInventoryReservationRequestor return an emptyOptionalif no external request should be made (e.g. - buildInventoryUnavailableError() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- buildItemAdjustment(Adjustment, boolean) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
-
Builds an
Adjustmentbased on the given parameters for aCartItemorFulfillmentItem. - buildItemAttributeChoices(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- buildItemAttributeChoices(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- buildOfferItemDetails(OfferItemDetail) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Builds an
OfferItemDetailfrom the givenOfferItemDetail. - buildOfferItemDetails(OfferItemDetail) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
-
Builds an
OfferItemDetailfrom the givenOfferItemDetail. - buildOfferRef(OfferRef) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- buildOrderDto(Cart, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- buildPriceCartRequest(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- buildPriceContextHeader(PriceContext) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
- buildProductIdList(List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- buildProductNotFoundCartAlerts(List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- buildReservationResponseException(Cart, WebClientResponseException) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
-
Builds the appropriate exception that should be thrown when a request to reserve inventory fails.
- buildSkuInventoryAvailabilityRequests(Map<String, Integer>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
-
Builds a list
SkuInventoryAvailabilityRequestto verify the availability of the SKU for the provided quantity. - buildSkuToCartItemIdMap(Collection<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- buildSuccessfulCheckoutResponse(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- buildTaxAddressFromSource(Cart, FulfillmentGroup, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.address.PaymentTaxAddressSourceHandler
- buildTaxAddressFromSource(Cart, FulfillmentGroup, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.address.ShippingTaxAddressSourceHandler
- buildTaxAddressFromSource(Cart, FulfillmentGroup, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.address.TaxAddressSourceHandler
-
Populates the tax address from the source specified by the value of
FulfillmentGroup.getTaxAddressSource(). - buildTaxItemForLineItem(F, FulfillmentItem) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Deprecated.
- buildTaxItemsForFulfillment(F) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- buildTaxItemsForLineItems(F) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Deprecated.
- buildTaxItemsForLineItems(F, Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- buildTransactionExecutionRequest(Cart, PaymentSummary, String, String) - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
-
Builds a
TransactionExecutionRequestto execute a transaction against the providedPaymentSummary. - buildTransactionFailureDetails(TransactionExecutionResponse) - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
-
Builds a list of
PaymentTransactionFailureDetailsbased on theTransactionExecutionResponsethat was returned from PaymentTransactionServices. - buildValidationFailure(AddItemRequest, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Builds an
AddItemFailurebased on the providedAddItemRequest&CartItemrepresenting an invalid add to cart request - buildVoucher(Voucher) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
-
Builds a
Voucherfrom the givenVoucher. - BULK_ITEMS_SUBPATH - Static variable in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- BULK_LIST_URI - Static variable in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- bulkAddItemsToCart(Cart, Collection<AddItemRequest>, CustomerRef, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- bulkAddToCart(Collection<AddItemRequest>, Cart, CustomerRef, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- bulkAddToCart(Collection<AddItemRequest>, Cart, CustomerRef, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.
- bulkAddToCartLimitExceededException(BulkAddToCartLimitExceededException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- BulkAddToCartLimitExceededException - Exception in com.broadleafcommerce.cartoperation.web.endpoint.exception
-
Thrown when the number of
item requestsexceeds the set limit. - BulkAddToCartLimitExceededException(String) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.BulkAddToCartLimitExceededException
- BulkAddToCartOperation() - Constructor for class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.BulkAddToCartOperation
- BulkAddToCartResponse - Class in com.broadleafcommerce.cartoperation.service
-
The response object used when multiple items are added to the cart simultaneously, including the updated cart & a collection of any individual add to cart failures.
- BulkAddToCartResponse() - Constructor for class com.broadleafcommerce.cartoperation.service.BulkAddToCartResponse
- BulkCartItemCreationResponse() - Constructor for class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService.BulkCartItemCreationResponse
- bulkRemoveFromCart(Cart, Collection<String>, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- BUNDLE - com.broadleafcommerce.cartoperation.domain.type.DefaultProductType
-
Denotes that this product is meant to represent a simple bundle of other products, with each bundle item represented as an
IncludedProduct.
C
- calculateActualTaxesForCart(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- calculateAndAttachBundleItemProratedPrices(CartItem, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- calculateAndAttachBundleItemProratedPrices(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
-
Calculates the prorated prices for the dependent cart items based on the bundle item total price.
- calculateBundleDependentItemPriceProration(CartItem, CurrencyUnit, MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- calculateBundleDependentItemProratedPrice(CartItem, MonetaryAmount, MonetaryAmount, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- calculateCartItemsTotals(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
-
Calculates and sets
CartItem.getAdjustmentsTotal()andCartItem.getTotal()for all items. - calculateCartItemTotals(CartItem, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
-
Calculates and sets
CartItem.getAdjustmentsTotal()andCartItem.getTotal(). - calculateCartSubtotal(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
- calculateCartSubtotal(Cart) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.CartTotalsCalculator
-
Calculates
CartPricing.getSubtotal(). - calculateCartTotalAfterTax(CartPricing) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
- calculateCartTotalAfterTax(CartPricing) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.CartTotalsCalculator
-
Calculates the
CartPricing.getTotal()including tax. - calculateCartTotalBeforeTax(CartPricing) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
- calculateCartTotalBeforeTax(CartPricing) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.CartTotalsCalculator
-
Calculates the
CartPricing.getTotal()without tax. - calculateDependentItemsQuantityWithSameSku(CartItem, CartItem, int) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- calculateEstimatedTaxesForCart(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- calculateFulfillmentGroupsTotals(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
-
Calculates and sets
FulfillmentGroup.getTotalFulfillmentPrice()for the group andFulfillmentItem.getFulfillmentTotal()andFulfillmentItem.getMerchandiseTotalAmount()for all items. - calculateFulfillmentGroupTotal(Cart, FulfillmentGroup) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
-
Calculates and sets
FulfillmentGroup.getTotalFulfillmentPrice()for each group andFulfillmentItem.getFulfillmentTotal()andFulfillmentItem.getMerchandiseTotalAmount()for all items. - calculateFulfillmentItemsTotals(Cart, FulfillmentGroup) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
-
Calculates and sets
FulfillmentItem.getFulfillmentTotal()andFulfillmentItem.getMerchandiseTotalAmount()for all items in the group. - calculateFulfillmentItemTotal(FulfillmentItem, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
-
Calculates the
FulfillmentItem.getFulfillmentTotal()for an item. - calculateFulfillmentTotal(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
- calculateFulfillmentTotal(Cart) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.CartTotalsCalculator
-
Calculates
CartPricing.getFulfillmentTotal(). - calculateIncludedTaxes(Cart, CurrencyUnit, List<TRES>) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Set VAT properties on
CartPricing. - calculateItemsQuantityWithSameSku(CartItem, Cart) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- calculateItemsQuantityWithSameSku(CartItem, Cart, int) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- calculateItemSubtotal(boolean, CartItem, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
-
Deprecated.
- calculateItemSubtotal(Cart, boolean, CartItem, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- calculateTotals(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- calculateTotals(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.CartPricingService
-
Calculate the totals for the cart.
- CampaignProvider - Interface in com.broadleafcommerce.cartoperation.service.provider
-
Provider for interfacing with
Campaigns. - canCalculateFulfillmentPricing(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- canCalculateFulfillmentPricing(Cart) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.FulfillmentPricingService
-
Whether the cart contains the information required to calculate fulfillment pricing.
- canCalculateTaxes(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- canCalculateTaxes(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.TaxService
-
Whether the cart contains the information required to calculate taxes.
- cancelCSRCart(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CsrCartOperationService
-
Cancels the provided CSR cart.
- cancelCSRCart(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- cancelCSRCart(String, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.Attribute
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.CartCreationRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.CartHolder
-
Deprecated.
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.Category
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.FulfillmentFlatRate
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.Product
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.ProductList
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SimplePage
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilityRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestItem
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationResponse
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.TransferCartToken
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.UserTarget
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.domain.Weight
- canEqual(Object) - Method in exception com.broadleafcommerce.cartoperation.exception.AddCodeException
- canEqual(Object) - Method in exception com.broadleafcommerce.cartoperation.exception.CartItemValidationException
- canEqual(Object) - Method in exception com.broadleafcommerce.cartoperation.exception.CartValidationException
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.AddItemFailure
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.SSLVerificationProperties
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.BulkAddToCartResponse
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService.BulkCartItemCreationResponse
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties.FieldMapping
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenDecoderProperties
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenEncoderProperties
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.LockPaymentRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.UnlockPaymentRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider.CartConflictResponse
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties.Jwt
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.GuestToken
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.Version
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddAttributeRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemListToCartRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartItemModifyingRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ContactInfoRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenResponse
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenValidationResponse
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ItemListAddToCartResponse
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.OverridePriceRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.PriceCartRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest.Target
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateFulfillmentGroupRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.AddToCartApiError
- canEqual(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.StaleCartApiError
- canHandle(Cart, FulfillmentGroup) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.address.PaymentTaxAddressSourceHandler
- canHandle(Cart, FulfillmentGroup) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.address.ShippingTaxAddressSourceHandler
- canHandle(Cart, FulfillmentGroup) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.address.TaxAddressSourceHandler
-
Return true if this TaxAddressSourceHandler can handle the passed in request, i.e.
- CANNOT_DETERMINE_CART_ITEM_INVENTORY_ERROR_MSG - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- CAPTURE - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
-
Funds have been charged/submitted/debited from the customer and payment is complete.
- CART_ATTRIBUTE - com.broadleafcommerce.cartoperation.domain.ProductOptionType
-
The user input flow into a global cart-level attribute when added to cart.
- CART_HISTORY_URI - Static variable in class com.broadleafcommerce.cartoperation.web.endpoint.CartHistoryEndpoint
- CART_ITEM_ATTRIBUTE - com.broadleafcommerce.cartoperation.domain.ProductOptionType
-
The user value is intended to flow into an item attribute once this item is added to the cart.
- CART_NOT_PRICED - com.broadleafcommerce.cartoperation.web.endpoint.domain.DefaultAddCodeToCartResponseTypes
- CART_OP_URI - Static variable in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- CART_OPERATION_SERVICES - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentSourceTypes
-
Represents the Broadleaf Cart Operation Services.
- CartAttributeConstants - Class in com.broadleafcommerce.cartoperation.domain
-
Contains all the constants for
Cart.getAttributes()andCart.getInternalAttributes(). - CartAttributeConstants() - Constructor for class com.broadleafcommerce.cartoperation.domain.CartAttributeConstants
- CartAttributeConstants.Internal - Class in com.broadleafcommerce.cartoperation.domain
- CartCheckoutMessagingAutoConfiguration() - Constructor for class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration.CartCheckoutMessagingAutoConfiguration
- cartConflict(Integer, String, ContextInfo, WebClientResponseException.Conflict) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
-
Builds an exception when a CONFLICT exception is thrown from the Cart Service, indicating that an optimistic lock failure occurred.
- CartConflictResponse() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider.CartConflictResponse
- CartCookieIssuer - Interface in com.broadleafcommerce.cartoperation.web.service
-
Responsible for issuing and resolving cart cookies.
- CartCookieProperties - Class in com.broadleafcommerce.cartoperation.web.autoconfigure
- CartCookieProperties() - Constructor for class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
- CartCookieProperties.Jwt - Class in com.broadleafcommerce.cartoperation.web.autoconfigure
- CartCookieResponseBodyAdvice - Class in com.broadleafcommerce.cartoperation.web.advice
-
Deprecated.as we are moving away from using request state for cart resolution
- CartCookieResponseBodyAdvice(CartHolder<Cart>, CartCookieIssuer, ContextInfoWebRequestResolver) - Constructor for class com.broadleafcommerce.cartoperation.web.advice.CartCookieResponseBodyAdvice
-
Deprecated.
- CartCreationRequest - Class in com.broadleafcommerce.cartoperation.domain
-
A request DTO used to create a new
Cart. - CartCreationRequest() - Constructor for class com.broadleafcommerce.cartoperation.domain.CartCreationRequest
- CartCreationRequest(AddItemRequest) - Constructor for class com.broadleafcommerce.cartoperation.domain.CartCreationRequest
- CartCreationRequest(AddItemRequest, PriceCartRequest) - Constructor for class com.broadleafcommerce.cartoperation.domain.CartCreationRequest
- CartFinalizationException - Exception in com.broadleafcommerce.cartoperation.exception
-
Thrown when an issue is encountered during the finalization of a
Cartfollowing a successful checkout - CartFinalizationException(String, Throwable, Cart) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CartFinalizationException
- CartFulfillmentValidationActivity - Class in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
-
Validates the fulfillment information on the cart.
- CartFulfillmentValidationActivity(CartOperationServiceAutoConfiguration.ValidationConfiguration.FulfillmentCheckoutValidationConfig, FulfillmentGroupSubmitValidator, MessageSource) - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartFulfillmentValidationActivity
- CartHandlerMethodArgumentResolver - Class in com.broadleafcommerce.cartoperation.web.resolver
-
Resolves the Cart parameter for controller methods that require it.
- CartHandlerMethodArgumentResolver(CartHolder<Cart>) - Constructor for class com.broadleafcommerce.cartoperation.web.resolver.CartHandlerMethodArgumentResolver
- CartHistoryEndpoint - Class in com.broadleafcommerce.cartoperation.web.endpoint
- CartHistoryEndpoint(CartProvider) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.CartHistoryEndpoint
- CartHolder<P extends com.broadleafcommerce.cart.client.domain.Cart> - Class in com.broadleafcommerce.cartoperation.domain
-
Deprecated.in favor of new APIs driven by explicit Cart IDs and not request state
- CartHolder() - Constructor for class com.broadleafcommerce.cartoperation.domain.CartHolder
-
Deprecated.
- CartItemAttributeConstants - Class in com.broadleafcommerce.cartoperation.domain
- CartItemAttributeConstants.Internal - Class in com.broadleafcommerce.cartoperation.domain
- CartItemConfigurationErrorEnum - Enum in com.broadleafcommerce.cartoperation.service
-
Enumerations to drive configuration errors for cart items.
- CartItemConfigurationService - Interface in com.broadleafcommerce.cartoperation.service.configuration
- CartItemMappingProperties - Class in com.broadleafcommerce.cartoperation.service.environment
- CartItemMappingProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties
- CartItemMappingProperties.FieldMapping - Class in com.broadleafcommerce.cartoperation.service.environment
- CartItemMergingService<I extends com.broadleafcommerce.cart.client.domain.CartItem> - Interface in com.broadleafcommerce.cartoperation.service
-
Item merging service for Carts and Cart Items.
- CartItemModifyingRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
Base request for any request that modifies a cart item directly.
- CartItemModifyingRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartItemModifyingRequest
- CartItemModifyingRequestValidator - Class in com.broadleafcommerce.cartoperation.web.validator
-
Validates cart item requests that will modify the cart.
- CartItemModifyingRequestValidator(CartHolder<Cart>) - Constructor for class com.broadleafcommerce.cartoperation.web.validator.CartItemModifyingRequestValidator
- CartItemOfferUtils - Class in com.broadleafcommerce.cartoperation.service.util.offer
-
Utility class to aid in processing
CartItemsregarding offers. - CartItemOfferUtils(ObjectMapper) - Constructor for class com.broadleafcommerce.cartoperation.service.util.offer.CartItemOfferUtils
- CartItemPriceableTargetUtils - Class in com.broadleafcommerce.cartoperation.service.provider.external.pricing
-
Collection of utilities for
PriceableTargetsrelated toCartItem. - CartItemPriceableTargetUtils(ObjectMapper, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.pricing.CartItemPriceableTargetUtils
- CartItemPricingUtils - Class in com.broadleafcommerce.cartoperation.service.pricing
-
Utility to aid in pricing
CartItems. - CartItemPricingUtils(CartItemPriceableTargetUtils, ObjectMapper, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- CartItemProductMapper - Interface in com.broadleafcommerce.cartoperation.service.mapping
-
Handles mapping specific
ProductandVariantinformation into theCartItemin addition to the mapping performed inCartItemProductService. - CartItemProductService - Interface in com.broadleafcommerce.cartoperation.service.mapping
- CartItemValidationActivity - Class in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
-
This
CheckoutWorkflowActivityis responsible for validating that the cart'sCartItemsinclude all necessary selections and data so that we can clearly understand what is being purchased and must later be fulfilled. - CartItemValidationActivity(CatalogProvider, CartItemConfigurationService, MessageSource) - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartItemValidationActivity
- cartItemValidationException(CartItemValidationException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- CartItemValidationException - Exception in com.broadleafcommerce.cartoperation.exception
-
Thrown when a
CartItemis invalidly configured. - CartItemValidationException(CartItem) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CartItemValidationException
- CartModifyingRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
Base request for any request that modifies the cart directly.
- CartModifyingRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
- CartModifyingRequestValidator - Class in com.broadleafcommerce.cartoperation.web.validator
-
Validates cart requests that will modify the cart.
- CartModifyingRequestValidator(CartHolder<Cart>) - Constructor for class com.broadleafcommerce.cartoperation.web.validator.CartModifyingRequestValidator
- CartNotFoundException - Exception in com.broadleafcommerce.cartoperation.web.endpoint.exception
- CartNotFoundException() - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.CartNotFoundException
- CartNotFoundException(String) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.CartNotFoundException
- CartNotFoundException(String, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.CartNotFoundException
- CartNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.CartNotFoundException
- CartNotFoundException(Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.CartNotFoundException
- cartNotFoundMessage() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ResolveCartEndpoint
- cartNotFoundMessage(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- cartNotFoundMessage(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- cartNotFoundMessage(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- CartOfferUtils - Class in com.broadleafcommerce.cartoperation.service.util.offer
-
Utility class to aid in retrieving offer information from
Cart. - CartOfferUtils(CartItemOfferUtils) - Constructor for class com.broadleafcommerce.cartoperation.service.util.offer.CartOfferUtils
- CartOfferValidationActivity - Class in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
-
This
CheckoutWorkflowActivityis responsible for validating that the cart's offers, offer codes, and campaign codes are still valid. - CartOfferValidationActivity(ExternalOfferProvider, CampaignProvider, MessageSource, CartOperationService) - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartOfferValidationActivity
- CartOperationCheckoutProperties - Class in com.broadleafcommerce.cartoperation.service.checkout
- CartOperationCheckoutProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.CartOperationCheckoutProperties
- CartOperationDefaultsEnvironmentPostProcessor - Class in com.broadleafcommerce.cartoperation.autoconfigure
-
Spring Boot default property overrides for this service
- CartOperationDefaultsEnvironmentPostProcessor() - Constructor for class com.broadleafcommerce.cartoperation.autoconfigure.CartOperationDefaultsEnvironmentPostProcessor
- CartOperationEndpoint - Class in com.broadleafcommerce.cartoperation.web.endpoint
-
Deprecated.see
ManageCartEndpointfor the new operation endpoint - CartOperationEndpoint(CartOperationService, CartPricingService, TaxService, CartOperationServiceProperties, CartHolder<Cart>) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- CartOperationExceptionAdvisor - Class in com.broadleafcommerce.cartoperation.web.endpoint.exception
-
General exception handler registry for handlers not exclusive to a single controller.
- CartOperationExceptionAdvisor(ObjectMapper) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- CartOperationService - Interface in com.broadleafcommerce.cartoperation.service
-
Service for orchestrating the different workflows on various cart operations.
- CartOperationServiceAutoConfiguration - Class in com.broadleafcommerce.cartoperation.service.autoconfigure
- CartOperationServiceAutoConfiguration() - Constructor for class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- CartOperationServiceAutoConfiguration.CartCheckoutMessagingAutoConfiguration - Class in com.broadleafcommerce.cartoperation.service.autoconfigure
- CartOperationServiceAutoConfiguration.ValidationConfiguration - Class in com.broadleafcommerce.cartoperation.service.autoconfigure
- CartOperationServiceAutoConfiguration.ValidationConfiguration.FulfillmentCheckoutValidationConfig - Class in com.broadleafcommerce.cartoperation.service.autoconfigure
- CartOperationServiceOfferUtils - Class in com.broadleafcommerce.cartoperation.service.util.offer
-
Wrapper for the offer utils required by
CartOperationService. - CartOperationServiceOfferUtils(CartOfferUtils, CartItemOfferUtils) - Constructor for class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- CartOperationServiceProperties - Class in com.broadleafcommerce.cartoperation.service
- CartOperationServiceProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
- CartOperationServiceProperties.BulkAddToCartOperation - Class in com.broadleafcommerce.cartoperation.service
-
Contains properties for bulk add to cart operations from the API.
- CartOperationServiceProperties.ItemListSecurity - Class in com.broadleafcommerce.cartoperation.service
-
Properties related to access control of item lists.
- CartOperationServiceProperties.PriceInvalidation - Class in com.broadleafcommerce.cartoperation.service
-
Contains properties that determine whether certain operations from the API cause prices to be invalidated.
- CartOperationServiceProviders - Interface in com.broadleafcommerce.cartoperation.service.provider
-
Wrapper for the providers required by
CartOperationService. - cartOperationsOauth2FilterFunctionSupplier(ClientRegistrationRepository, SSLVerificationProperties) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
-
We'll leave this with a general name as it can (and should) be reused in a flex package.
- cartOperationsResourceLockProvider(WebClient, ObjectMapper, TypeFactory, ExternalCartProperties) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- cartOperationsWebClient(Supplier<ServletOAuth2AuthorizedClientExchangeFilterFunction>, ObjectMapper, SSLVerificationProperties) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- CartOperationWebAutoConfiguration - Class in com.broadleafcommerce.cartoperation.web.autoconfigure
- CartOperationWebAutoConfiguration() - Constructor for class com.broadleafcommerce.cartoperation.web.autoconfigure.CartOperationWebAutoConfiguration
- cartOpsIdempotentMessageConsumptionService(MessageLockService) - Static method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- cartOpsMessageLockService(ResourceLockProvider) - Static method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- CartOpsMessageLockService - Class in com.broadleafcommerce.cartoperation.service.messaging.idempotency
-
A cart operations specific implementation of the message lock service.
- CartOpsMessageLockService(ResourceLockProvider) - Constructor for class com.broadleafcommerce.cartoperation.service.messaging.idempotency.CartOpsMessageLockService
- CartPaymentMethodValidationActivity - Class in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
-
This
CheckoutWorkflowActivityis responsible for validating that the cart includesPaymentSummarieswhose sum is equal toCartPricing.getTotal(). - CartPaymentMethodValidationActivity(PaymentProvider<PaymentSummary>, CartOperationCheckoutProperties, MessageSource) - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
- CartPricingRoundingHelper - Class in com.broadleafcommerce.cartoperation.service.pricing
-
Helper class to calculate rounding of monetary unit amounts for cart pricing.
- CartPricingRoundingHelper() - Constructor for class com.broadleafcommerce.cartoperation.service.pricing.CartPricingRoundingHelper
- CartPricingService - Interface in com.broadleafcommerce.cartoperation.service.pricing
-
Defines a service that handles pricing operations on a
Cart. - CartPricingTargetType - Enum in com.broadleafcommerce.cartoperation.domain
- CartPricingValidationActivity - Class in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
-
This
CheckoutWorkflowActivityis responsible for validating that theCartand itsCartItemshave been successfully priced. - CartPricingValidationActivity(MessageSource) - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPricingValidationActivity
- CartProvider - Interface in com.broadleafcommerce.cartoperation.service.provider
-
Provider for interfacing with operations directly involving a
Cart. - CartRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
Represents a cart request (when a cart is submitted as the request body).
- CartRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartRequest
- CartResolutionFilter - Class in com.broadleafcommerce.cartoperation.web.filter
-
Determines what cart to use for the request and stores it in a request scoped
CartHolderbean. - CartResolutionFilter(ServletRequestCartResolver, CartHolder<Cart>) - Constructor for class com.broadleafcommerce.cartoperation.web.filter.CartResolutionFilter
- cartResolverService - Variable in class com.broadleafcommerce.cartoperation.web.endpoint.ResolveCartEndpoint
- CartResolverService - Interface in com.broadleafcommerce.cartoperation.service
-
The interface used for resolving in-progress
Carts. - CartStalePricingValidationActivity - Class in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
-
This
CheckoutWorkflowActivityis responsible for validating that theCartand itsCartItemshave the actual (latest) prices. - CartStalePricingValidationActivity(MessageSource, CartProvider, CartStalePricingValidationActivityProperties, StaleCartPricingResultHolder) - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- CartStalePricingValidationActivityProperties - Class in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
-
Properties to configure
CartStalePricingValidationActivity. - CartStalePricingValidationActivityProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivityProperties
- CartStatusValidationHelper - Class in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
-
This
CheckoutWorkflowActivityis responsible for validating that the cart is able to be checked out, based on itsstatus. - CartStatusValidationHelper(MessageSource) - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStatusValidationHelper
- CartTotalsCalculator - Interface in com.broadleafcommerce.cartoperation.service.pricing
-
Service that assists
CartPricingServicein calculating price totals for the various members of aCart. - CartTransferService - Interface in com.broadleafcommerce.cartoperation.service.csr
-
Service for performing ownership transfers between anonymous, CSR, and customer-owned carts.
- CartValidationException - Exception in com.broadleafcommerce.cartoperation.exception
-
An exception that occurs as a result of validating the cart.
- CartValidationException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CartValidationException
- CartValidationException(String, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CartValidationException
- CartValidationProperties - Class in com.broadleafcommerce.cartoperation.web.autoconfigure
-
Properties for controlling the validation of requests.
- CartValidationProperties() - Constructor for class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties
- CartValidationProperties.GuestToken - Class in com.broadleafcommerce.cartoperation.web.autoconfigure
-
Describes configuration for controlling how guest token validation applies or not.
- CartValidationProperties.Version - Class in com.broadleafcommerce.cartoperation.web.autoconfigure
-
Describes configuration for controlling validation that should apply to the version for carts.
- CartVersionedRequest - Interface in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
A request which can contain a cart version for optimistic locking enforcement.
- CartVersionHandlerMethodArgumentResolver - Class in com.broadleafcommerce.cartoperation.web.resolver
- CartVersionHandlerMethodArgumentResolver(RequestCartVersionResolver) - Constructor for class com.broadleafcommerce.cartoperation.web.resolver.CartVersionHandlerMethodArgumentResolver
- CartVersionRequestValidator - Interface in com.broadleafcommerce.cartoperation.web.validator
-
Validates cart (item) version is present when appropriate.
- CartVersionRequiredException - Exception in com.broadleafcommerce.cartoperation.exception
-
Exception thrown by
CartVersionValidationServicewhen a cart version is not provided when validating the cart version for an update operation. - CartVersionRequiredException() - Constructor for exception com.broadleafcommerce.cartoperation.exception.CartVersionRequiredException
- CartVersionRequiredException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CartVersionRequiredException
- CartVersionRequiredException(String, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CartVersionRequiredException
- CartVersionRequiredException(String, Throwable, boolean, boolean) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CartVersionRequiredException
- CartVersionRequiredException(Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CartVersionRequiredException
- CartVersionValidationService - Interface in com.broadleafcommerce.cartoperation.service
-
Service used for validating the version of a
Cartfor reads and updates within this service. - CatalogProvider - Interface in com.broadleafcommerce.cartoperation.service.provider
-
Provider for interfacing with operations around a
Catalogrelated entities. - Category - Class in com.broadleafcommerce.cartoperation.domain
-
A reference to a category, typically used as a holder for information communicated from an external service.
- Category() - Constructor for class com.broadleafcommerce.cartoperation.domain.Category
- CATEGORY - com.broadleafcommerce.cartoperation.domain.ItemChoiceTargetType
- CATEGORY_IDS - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.domain.offer.OrderLineItemDtoAttributeConstants
-
Contains the
CartItem.getCategoryIds()for theCartItem. - CHANNEL - Static variable in interface com.broadleafcommerce.cartoperation.service.messaging.rollback.CheckoutRollbackEventProducer
- CHECK - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- checkCartValidForCustomer(Cart) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- checkContextMatches(Map<String, Object>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.web.service.CartCookieIssuer
-
Check if the provided cookie claims match the context.
- checkContextMatches(Map<String, Object>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- checkDependentItemInternalInventoryAvailability(CartItem, Product, CartItem, Product) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Checks the inventory-related fields in the catalog data to determine whether or not the dependent item is available.
- checkInternalInventoryAvailability(CartItem, Product, List<Product>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Checks the inventory-related fields in the catalog data to determine whether or not the item is available.
- checkInventoryAvailability(CartItem, Cart, Product, List<Product>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Checks the inventory of the cart item.
- checkInventoryAvailability(CartItem, Cart, Product, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- CHECKOUT_REQUEST - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTransactionSourceEntityTypes
-
Used when the transaction was made for a checkout request.
- CHECKOUT_WORKFLOW_ERRORS - Static variable in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
- CHECKOUT_WORKFLOW_ROLLBACK_ERRORS - Static variable in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
- CheckoutCartEndpoint - Class in com.broadleafcommerce.cartoperation.web.endpoint
- CheckoutCartEndpoint(CartResolverService, CartOperationService, CartVersionValidationService, GuestCartProtectionService, GuestCartTokenValidator, CartValidationProperties, CheckoutService, FulfillmentPricingService) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- CheckoutCompletionEvent - Class in com.broadleafcommerce.cartoperation.service.messaging.completion
-
A message event dispatched after a cart checkout completes successfully.
- CheckoutCompletionEvent() - Constructor for class com.broadleafcommerce.cartoperation.service.messaging.completion.CheckoutCompletionEvent
- CheckoutCompletionEvent(CheckoutCart, List<PaymentSummary>, String, ContextInfo) - Constructor for class com.broadleafcommerce.cartoperation.service.messaging.completion.CheckoutCompletionEvent
- CheckoutCompletionMessageException - Exception in com.broadleafcommerce.cartoperation.exception
-
Thrown when an issue is encountered while sending a checkout completion message to notify external & internal listeners that a cart has successfully completed checkout
- CheckoutCompletionMessageException(String, Throwable, Cart) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CheckoutCompletionMessageException
- CheckoutEndpoint - Class in com.broadleafcommerce.cartoperation.web.endpoint
-
Deprecated.in favor of
CheckoutCartEndpoint - CheckoutEndpoint(CartOperationService, CheckoutService, FulfillmentPricingService) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutEndpoint
-
Deprecated.
- CheckoutFailureType - Interface in com.broadleafcommerce.cartoperation.domain
-
The CheckoutFailureType is used to categorize the reason that a checkout submission failed.
- CheckoutProcessRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout
-
Request DTO used for providing information upon submitting a cart for checkout.
- CheckoutProcessRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutProcessRequest
- CheckoutResponse - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout
-
DTO for communicating the results of a checkout submission
- CheckoutResponse() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
- CheckoutRollbackEvent - Class in com.broadleafcommerce.cartoperation.service.messaging.rollback
-
A message event dispatched when a
CheckoutWorkflowencounters an unrecoverable error & must roll back the work of itsCheckoutWorkflowActivities. - CheckoutRollbackEvent() - Constructor for class com.broadleafcommerce.cartoperation.service.messaging.rollback.CheckoutRollbackEvent
- CheckoutRollbackEventProducer - Interface in com.broadleafcommerce.cartoperation.service.messaging.rollback
- checkoutRollbackOutput() - Method in interface com.broadleafcommerce.cartoperation.service.messaging.rollback.CheckoutRollbackEventProducer
- CheckoutService - Interface in com.broadleafcommerce.cartoperation.service.checkout
- CheckoutWorkflow - Interface in com.broadleafcommerce.cartoperation.service.checkout.workflow
-
Implementations of this class are responsible for coordinating the execution & rollback of
CheckoutWorkflowActivities. - CheckoutWorkflowActivity - Interface in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
-
Within the execution of a
CheckoutWorkflow, implementations of this interface are responsible for contributing an independent & isolated portion of the work required for a cart to complete checkout. - CheckoutWorkflowActivityException - Exception in com.broadleafcommerce.cartoperation.exception
-
Thrown when an issue is encountered during the execution of a
CheckoutWorkflowActivity - CheckoutWorkflowActivityException(String, String, Cart) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowActivityException
- CheckoutWorkflowActivityException(String, String, Cart, List<PaymentTransactionFailureDetail>) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowActivityException
- CheckoutWorkflowActivityException(String, String, Throwable, Cart) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowActivityException
- CheckoutWorkflowActivityException(String, String, Map<String, String>, Cart) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowActivityException
- CheckoutWorkflowException - Exception in com.broadleafcommerce.cartoperation.exception
-
Thrown when an issue is encountered during the execution of a
CheckoutWorkflow - CheckoutWorkflowException(Exception, Cart) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowException
- CheckoutWorkflowException(String, String, Cart) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowException
- CheckoutWorkflowRollbackException - Exception in com.broadleafcommerce.cartoperation.exception
-
Thrown when an issue is encountered during the execution of
CheckoutWorkflowActivity#rollback(Cart, String) - CheckoutWorkflowRollbackException(Exception) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowRollbackException
- CheckoutWorkflowRollbackException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowRollbackException
- CheckoutWorkflowRollbackException(String, Exception) - Constructor for exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowRollbackException
- checkQuantityWithinThreshold(Cart, CartItem, Product) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Checks if the quantity of the item fits within the threshold.
- CHOOSE_MULTIPLE - com.broadleafcommerce.cartoperation.domain.ItemChoiceSelectionType
-
The customer can choose multiple of the specified target items.
- CHOOSE_ONE - com.broadleafcommerce.cartoperation.domain.ItemChoiceSelectionType
-
The customer can only choose one of the specified target items.
- clazz - Static variable in class com.broadleafcommerce.cartoperation.web.resolver.CustomerRefHandlerMethodArgumentResolver
- cleanPriceInfo(PriceInfo) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
-
Exclude
PriceableTargetinformation from thePriceInfoas it's unnecessary to calculate pricing. - cleanPriceInfo(PriceInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- clearCartPrices(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- clearCustomerInformation(Cart) - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- clearCustomerInformation(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- clearCustomerInformation(Cart) - Method in interface com.broadleafcommerce.cartoperation.service.GuestCartProtectionService
-
Clears customer information from the provided cart.
- clearCustomerInformation(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.GuestCartProtectionService
-
If the
Cartcontains payment data, then this method should clone the original cart & remove any sensitive customer data. - clearCustomerPayments(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- clearFulfillmentPricing(FulfillmentGroup) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- clearItemPricing(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- cloneCartIntoStatus(Cart, CartStatus, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CsrCartOperationService
-
Clone the given cart into a new cart with the given status.
- cloneCartIntoStatus(Cart, CartStatus, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- cloneCsrCartFromCustomer(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CustomerServiceEndpoint
-
Deprecated.
- cloneCSRCartFromCustomer(String, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- cloneCsrCartFromInProcess(Cart, Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CsrCartOperationService
-
Clone the customer's in-process cart into a new csr-owned cart.
- cloneCsrCartFromInProcess(Cart, Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- cloneCsrCartFromInProcess(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CsrCartOperationService
-
Deprecated.
- cloneCsrCartFromInProcess(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- CLONED_ITEM_ORIGINAL_ID - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
-
For
CartItemswhich were cloned from another cart, this attribute will be populated with the ID of the original item which was cloned from. - COD - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- com.broadleafcommerce.cartoperation.autoconfigure - package com.broadleafcommerce.cartoperation.autoconfigure
- com.broadleafcommerce.cartoperation.domain - package com.broadleafcommerce.cartoperation.domain
- com.broadleafcommerce.cartoperation.domain.enums - package com.broadleafcommerce.cartoperation.domain.enums
- com.broadleafcommerce.cartoperation.domain.payment - package com.broadleafcommerce.cartoperation.domain.payment
- com.broadleafcommerce.cartoperation.domain.type - package com.broadleafcommerce.cartoperation.domain.type
- com.broadleafcommerce.cartoperation.exception - package com.broadleafcommerce.cartoperation.exception
- com.broadleafcommerce.cartoperation.exception.security - package com.broadleafcommerce.cartoperation.exception.security
- com.broadleafcommerce.cartoperation.oauth2.client.endpoint - package com.broadleafcommerce.cartoperation.oauth2.client.endpoint
- com.broadleafcommerce.cartoperation.oauth2.client.web - package com.broadleafcommerce.cartoperation.oauth2.client.web
- com.broadleafcommerce.cartoperation.properties - package com.broadleafcommerce.cartoperation.properties
- com.broadleafcommerce.cartoperation.service - package com.broadleafcommerce.cartoperation.service
- com.broadleafcommerce.cartoperation.service.autoconfigure - package com.broadleafcommerce.cartoperation.service.autoconfigure
- com.broadleafcommerce.cartoperation.service.checkout - package com.broadleafcommerce.cartoperation.service.checkout
- com.broadleafcommerce.cartoperation.service.checkout.workflow - package com.broadleafcommerce.cartoperation.service.checkout.workflow
- com.broadleafcommerce.cartoperation.service.checkout.workflow.activity - package com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
- com.broadleafcommerce.cartoperation.service.configuration - package com.broadleafcommerce.cartoperation.service.configuration
- com.broadleafcommerce.cartoperation.service.csr - package com.broadleafcommerce.cartoperation.service.csr
- com.broadleafcommerce.cartoperation.service.environment - package com.broadleafcommerce.cartoperation.service.environment
- com.broadleafcommerce.cartoperation.service.fulfillment.address - package com.broadleafcommerce.cartoperation.service.fulfillment.address
- com.broadleafcommerce.cartoperation.service.fulfillment.validation - package com.broadleafcommerce.cartoperation.service.fulfillment.validation
- com.broadleafcommerce.cartoperation.service.fulfillment.validation.address - package com.broadleafcommerce.cartoperation.service.fulfillment.validation.address
- com.broadleafcommerce.cartoperation.service.fulfillment.validation.item - package com.broadleafcommerce.cartoperation.service.fulfillment.validation.item
- com.broadleafcommerce.cartoperation.service.fulfillment.validation.option - package com.broadleafcommerce.cartoperation.service.fulfillment.validation.option
- com.broadleafcommerce.cartoperation.service.fulfillment.validation.type - package com.broadleafcommerce.cartoperation.service.fulfillment.validation.type
- com.broadleafcommerce.cartoperation.service.mapping - package com.broadleafcommerce.cartoperation.service.mapping
- com.broadleafcommerce.cartoperation.service.messaging.completion - package com.broadleafcommerce.cartoperation.service.messaging.completion
- com.broadleafcommerce.cartoperation.service.messaging.idempotency - package com.broadleafcommerce.cartoperation.service.messaging.idempotency
- com.broadleafcommerce.cartoperation.service.messaging.rollback - package com.broadleafcommerce.cartoperation.service.messaging.rollback
- com.broadleafcommerce.cartoperation.service.payment - package com.broadleafcommerce.cartoperation.service.payment
- com.broadleafcommerce.cartoperation.service.pricing - package com.broadleafcommerce.cartoperation.service.pricing
- com.broadleafcommerce.cartoperation.service.provider - package com.broadleafcommerce.cartoperation.service.provider
- com.broadleafcommerce.cartoperation.service.provider.external - package com.broadleafcommerce.cartoperation.service.provider.external
- com.broadleafcommerce.cartoperation.service.provider.external.domain.offer - package com.broadleafcommerce.cartoperation.service.provider.external.domain.offer
- com.broadleafcommerce.cartoperation.service.provider.external.domain.payment - package com.broadleafcommerce.cartoperation.service.provider.external.domain.payment
- com.broadleafcommerce.cartoperation.service.provider.external.page - package com.broadleafcommerce.cartoperation.service.provider.external.page
- com.broadleafcommerce.cartoperation.service.provider.external.payments - package com.broadleafcommerce.cartoperation.service.provider.external.payments
- com.broadleafcommerce.cartoperation.service.provider.external.pricing - package com.broadleafcommerce.cartoperation.service.provider.external.pricing
- com.broadleafcommerce.cartoperation.service.provider.external.security - package com.broadleafcommerce.cartoperation.service.provider.external.security
- com.broadleafcommerce.cartoperation.service.util.offer - package com.broadleafcommerce.cartoperation.service.util.offer
- com.broadleafcommerce.cartoperation.web.advice - package com.broadleafcommerce.cartoperation.web.advice
- com.broadleafcommerce.cartoperation.web.autoconfigure - package com.broadleafcommerce.cartoperation.web.autoconfigure
- com.broadleafcommerce.cartoperation.web.endpoint - package com.broadleafcommerce.cartoperation.web.endpoint
- com.broadleafcommerce.cartoperation.web.endpoint.domain - package com.broadleafcommerce.cartoperation.web.endpoint.domain
- com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout - package com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout
- com.broadleafcommerce.cartoperation.web.endpoint.exception - package com.broadleafcommerce.cartoperation.web.endpoint.exception
- com.broadleafcommerce.cartoperation.web.filter - package com.broadleafcommerce.cartoperation.web.filter
- com.broadleafcommerce.cartoperation.web.filter.resolver - package com.broadleafcommerce.cartoperation.web.filter.resolver
- com.broadleafcommerce.cartoperation.web.resolver - package com.broadleafcommerce.cartoperation.web.resolver
- com.broadleafcommerce.cartoperation.web.resolver.annotation - package com.broadleafcommerce.cartoperation.web.resolver.annotation
- com.broadleafcommerce.cartoperation.web.security - package com.broadleafcommerce.cartoperation.web.security
- com.broadleafcommerce.cartoperation.web.service - package com.broadleafcommerce.cartoperation.web.service
- com.broadleafcommerce.cartoperation.web.validator - package com.broadleafcommerce.cartoperation.web.validator
- com.broadleafcommerce.cartoperation.web.validator.exception - package com.broadleafcommerce.cartoperation.web.validator.exception
- COMBINE - com.broadleafcommerce.cartoperation.domain.type.DefaultMergingType
-
Combine item into a similar item.
- configure(HttpSecurity) - Method in class com.broadleafcommerce.cartoperation.web.security.AnonymousCustomerSecurityEnhancer
- consumeTransferToken(String, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- ContactInfoRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
DTO for a request to update the Cart's contact info.
- ContactInfoRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.ContactInfoRequest
- contextMatches(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartResolverService
- CONTRACT_PRICE - Static variable in class com.broadleafcommerce.cartoperation.service.pricing.PricingFields
- convertAddressToDestination(Address) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
-
Converts an
Addressto aDestination. - convertAdjustment(Object) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartItemOfferUtils
-
Converts the given
Objectto anAdjustment. - convertErrors(Errors) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartFulfillmentValidationActivity
-
Converts any errors in the errors container into a map using the field path and error code.
- convertToTransferCartToken(JWTClaimsSet) - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenDecoder
- create(P, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
- create(P, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListProvider
-
Creates an item list.
- createBundleDependentItemAdjustment(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- createCart(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- createCart(CartCreationRequest, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- createCart(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Create a new cart.
- createCart(CartCreationRequest, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
- createCart(CartCreationRequest, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- createCartAlert(String) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- createCartAlert(String) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- createCartItem(AddItemRequest) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Deprecated.
- createCartItem(AddItemRequest, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Creates a
CartItembased on the providedAddItemRequest - createCloneCart(Cart, CartStatus, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- createCustomerContext() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
-
Create a
CustomerContextand add customer and customer segments. - createDependentItem(IncludedProduct) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
- createEmptyCart(CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Deprecated.
- createEmptyCart(CustomerRef, CurrencyUnit, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Creates and returns an empty, unsaved
Cartwith typical defaults. - createFulfillmentGroupForItems(Collection<? extends CartItem>, String, Cart) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Deprecated.
- createFulfillmentGroupForItems(Collection<? extends CartItem>, String, Cart, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- createGuestToken(GuestToken, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalGuestTokenProvider
- createGuestToken(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- createGuestToken(GuestToken, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.GuestTokenProvider
-
Creates the provided
GuestTokenand returns the result. - createGuestToken(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.GuestCartProtectionService
-
Creates a new guest token for the cart with the provided ID.
- createItemAndAddToCart(Cart, AddItemRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- createItemAndAddToCart(Cart, AddItemRequest, CurrencyUnit, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Creates a new item and adds it to the provided
Cart. - createItemList(ContextInfo, CustomerRef, L) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- createItemList(L, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- createItemList(L, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListManagementService
-
Creates an item list and handles related security access grants.
- createItemListAccessRule(P, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
- createItemListAccessRule(P, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListAccessRuleProvider
-
Create an item list access rule.
- createItemListAccessRules(String, List<P>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
- createItemListAccessRules(String, List<P>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListAccessRuleProvider
-
Creates item list access rules.
- createItemListItem(ContextInfo, CustomerRef, String, I) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- createItemListItems(String, Collection<I>, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
- createItemListItems(ContextInfo, CustomerRef, String, List<I>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- createItemListItems(String, Collection<I>, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListItemManagementService
-
Creates item list items.
- createItems(String, Collection<P>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListItemProvider
- createItems(String, Collection<I>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListItemProvider
-
Creates items within a specific list.
- createItemsAndAddToCart(Cart, Collection<AddItemRequest>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Creates new items and adds them to the provided
Cart. - createNonRequestCart(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- createNonRequestCart(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Create a new cart, without updating the original request cart.
- createOrderNumber(Cart) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
-
Creates a new order number for a submitted cart.
- createOwnerAccessRule(CustomerRef, String) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
-
Creates an owner type of access rule for the given item list.
- createSharedAccessRules(ShareItemListRequest) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
-
Creates shared access rules based off of a share request.
- createTarget(String, String, String, Integer, Map<String, MonetaryAmount>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.pricing.CartItemPriceableTargetUtils
-
Creates the
PriceableTargetwith the specified identifier and type. - createTargetForSku(String, String, Integer, Map<String, MonetaryAmount>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.pricing.CartItemPriceableTargetUtils
-
Deprecated.
- createTargets(CartItem, Map<String, Integer>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.pricing.CartItemPriceableTargetUtils
-
Creates
PriceableTargetsfor aCartItem. - createTransferCartToken(Cart) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- createTransferCartToken(Cart) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CartTransferService
-
Creates a new
TransferCartTokenthat can be exchanged for proof of access to transfer a particular cart. - createTransferToken(String, Integer, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- CREDIT_CARD - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- CSR_OWNED - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentManagementAccessRestrictions
-
Represents a payment which is being managed by a CSR for the customer.
- CSRCartEndpoint - Class in com.broadleafcommerce.cartoperation.web.endpoint
- CSRCartEndpoint(CartResolverService, CartOperationService, CsrCartOperationService, CartTransferService, CartVersionValidationService) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- CsrCartOperationService - Interface in com.broadleafcommerce.cartoperation.service.csr
-
Service for orchestrating the different CSR triggered workflows on various cart operations.
- CUSTOMER - com.broadleafcommerce.cartoperation.domain.UserTargetType
-
A standard shopper for an application
- CUSTOMER_CREDIT - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- CUSTOMER_MUTABILITY_BLOCKED - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentManagementAccessRestrictions
-
Represents a payment which cannot currently be mutated by the customer.
- CUSTOMER_PAYMENT - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- CUSTOMER_SEGMENT - com.broadleafcommerce.cartoperation.domain.UserTargetType
-
A grouping of customers
- customerHasAccessToCart(Cart, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartResolverService
- customerHasRightsToResolveCart(Cart) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- customerInProcessCart(ContextInfo, String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CustomerServiceEndpoint
-
Deprecated.
- CustomerRefHandlerMethodArgumentResolver - Class in com.broadleafcommerce.cartoperation.web.resolver
-
Resolves the
CustomerRefparameter for controller methods that require it. - CustomerRefHandlerMethodArgumentResolver(AuthenticationUtils, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.web.resolver.CustomerRefHandlerMethodArgumentResolver
- customerRefToParams(CustomerRef) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
-
Converts a customer reference to request params.
- CustomerServiceEndpoint - Class in com.broadleafcommerce.cartoperation.web.endpoint
-
Deprecated.in favor of
CSRCartEndpoint - CustomerServiceEndpoint(CartOperationService, CsrCartOperationService, CartTransferService) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.CustomerServiceEndpoint
-
Deprecated.
D
- DataDrivenCartItemProductMapper - Class in com.broadleafcommerce.cartoperation.service.mapping
- DataDrivenCartItemProductMapper(ObjectMapper, CatalogProvider) - Constructor for class com.broadleafcommerce.cartoperation.service.mapping.DataDrivenCartItemProductMapper
- DataDrivenEnum - Class in com.broadleafcommerce.cartoperation.domain
-
A reference to a data driven enum, typically used as a holder for information communicated from an external service.
- DataDrivenEnum() - Constructor for class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
- decode(String) - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenDecoder
- decode(String) - Method in interface com.broadleafcommerce.cartoperation.service.csr.TransferCartTokenDecoder
-
Decoded an encoded transfer cart token string into a
TransferCartToken. - DEFAULT_HEADER_CART_VERSION - Static variable in class com.broadleafcommerce.cartoperation.web.service.HeaderRequestCartVersionResolver
- DEFAULT_HEADER_GUEST_TOKEN - Static variable in class com.broadleafcommerce.cartoperation.web.service.HeaderRequestGuestTokenResolver
- DEFAULT_HEADER_PAYMENT_LOCK_TOKEN - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
- DEFAULT_HEADER_PAYMENT_LOCK_TOKEN - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentTransactionExecutionProvider
- DEFAULT_HEADER_PAYMENT_VERSION - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
- DEFAULT_HEADER_PAYMENT_VERSION - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentTransactionExecutionProvider
- DEFAULT_RESERVATION_REQUEST_TYPE - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- DEFAULT_SKU_REF_FIELD_TYPE - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- DefaultAddCodeToCartResponseTypes - Enum in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
The default set of
addCodeToCartResponseTypesused to describe the results of adding an offer code to the cart. - DefaultAttributeChoiceConfigurationService - Class in com.broadleafcommerce.cartoperation.service.configuration
- DefaultAttributeChoiceConfigurationService(MessageSource, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.configuration.DefaultAttributeChoiceConfigurationService
- DefaultCartCookieIssuer - Class in com.broadleafcommerce.cartoperation.web.service
- DefaultCartCookieIssuer(CartCookieProperties) - Constructor for class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- defaultCartCurrency(Cart, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- defaultCartCurrency(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Deprecated.
- DefaultCartItemConfigurationService - Class in com.broadleafcommerce.cartoperation.service.configuration
- DefaultCartItemConfigurationService(CatalogProvider, IncludedProductConfigurationService, ItemChoiceConfigurationService, AttributeChoiceConfigurationService, MessageSource, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- DefaultCartItemMergingService<I extends com.broadleafcommerce.cart.client.domain.CartItem> - Class in com.broadleafcommerce.cartoperation.service
-
The default implementation of a cart item merging service.
- DefaultCartItemMergingService(CartOperationServiceProviders, CartOperationServiceProperties, ObjectMapper) - Constructor for class com.broadleafcommerce.cartoperation.service.DefaultCartItemMergingService
- DefaultCartItemProductService - Class in com.broadleafcommerce.cartoperation.service.mapping
- DefaultCartItemProductService(CartItemConfigurationService, List<CartItemProductMapper>, CartOperationServiceProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- defaultCartLocale(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- DefaultCartOperationService - Class in com.broadleafcommerce.cartoperation.service
- DefaultCartOperationService(CartOperationServiceProviders, CartPricingService, CartItemConfigurationService, CartItemProductService, AuthenticationUtils, TypeFactory, CartOperationServiceProperties, CartItemMergingService<CartItem>, MessageSource, TaxService, StaleCartPricingResultHolder) - Constructor for class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- DefaultCartOperationService.BulkCartItemCreationResponse - Class in com.broadleafcommerce.cartoperation.service
- DefaultCartOperationServiceProviders - Class in com.broadleafcommerce.cartoperation.service.provider
- DefaultCartOperationServiceProviders(CartProvider, CatalogProvider, OfferProvider, CampaignProvider, InventoryProvider) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.DefaultCartOperationServiceProviders
- DefaultCartPricingService - Class in com.broadleafcommerce.cartoperation.service.pricing
- DefaultCartPricingService(CartItemPricingUtils, CartProvider, PricingProvider, OfferProvider, CatalogProvider, CartItemConfigurationService, TaxService, FulfillmentPricingService, ObjectMapper, CartTotalsCalculator, CartPricingRoundingHelper, CartOperationServiceProperties, TypeFactory, MessageSource) - Constructor for class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- DefaultCartResolverService - Class in com.broadleafcommerce.cartoperation.service
- DefaultCartResolverService(CartOperationService, AuthenticationUtils) - Constructor for class com.broadleafcommerce.cartoperation.service.DefaultCartResolverService
- DefaultCartTotalsCalculator - Class in com.broadleafcommerce.cartoperation.service.pricing
- DefaultCartTotalsCalculator() - Constructor for class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
- DefaultCartTransferService - Class in com.broadleafcommerce.cartoperation.service.csr
- DefaultCartTransferService(CartOperationService, CartProvider, AuthenticationUtils, TypeFactory, TransferCartTokenEncoder, TransferCartTokenDecoder, PaymentProvider<PaymentSummary>) - Constructor for class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- DefaultCartVersionValidationService - Class in com.broadleafcommerce.cartoperation.service
-
The default implementation of
CartVersionValidationServicethat usesCartValidationPropertiesto decide whether or not to validate cart versions within this service. - DefaultCartVersionValidationService(CartValidationProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.DefaultCartVersionValidationService
- DefaultCheckoutFailureTypes - Enum in com.broadleafcommerce.cartoperation.domain
-
The default set of
checkoutFailureTypesused to categorize the reason that a checkout submission failed. - DefaultCheckoutService - Class in com.broadleafcommerce.cartoperation.service.checkout
-
Default implementation of the
CheckoutServicethat is responsible for processing checkout requests - DefaultCheckoutService(CartStatusValidationHelper, CheckoutWorkflow, CartProvider, CheckoutCompletionProducer, ExternalCartProperties, PaymentProvider<PaymentSummary>, MessageSource, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- DefaultCheckoutWorkflow - Class in com.broadleafcommerce.cartoperation.service.checkout.workflow
- DefaultCheckoutWorkflow(List<CheckoutWorkflowActivity>, CheckoutRollbackEventProducer, CartProvider, TypeFactory, MessageSource) - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
- DefaultCsrCartOperationService - Class in com.broadleafcommerce.cartoperation.service.csr
- DefaultCsrCartOperationService(CartOperationService, CartProvider, AuthenticationUtils, PaymentProvider<PaymentSummary>, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- DefaultFulfillmentAddressSubmitValidator - Class in com.broadleafcommerce.cartoperation.service.fulfillment.validation.address
-
Performs basic validation of the address of a fulfillment group to ensure required fields are present.
- DefaultFulfillmentAddressSubmitValidator() - Constructor for class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
- DefaultFulfillmentGroupSubmitValidator - Class in com.broadleafcommerce.cartoperation.service.fulfillment.validation
-
Performs validation for a fulfillment group.
- DefaultFulfillmentGroupSubmitValidator(Set<TypeFulfillmentGroupSubmitValidator>, Set<FulfillmentItemSubmitValidator>, Set<FulfillmentOptionSubmitValidator>) - Constructor for class com.broadleafcommerce.cartoperation.service.fulfillment.validation.DefaultFulfillmentGroupSubmitValidator
- DefaultFulfillmentPricingService - Class in com.broadleafcommerce.cartoperation.service.pricing
- DefaultFulfillmentPricingService(ObjectMapper, TypeFactory, CartOperationServiceProperties, ShippingProvider) - Constructor for class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- DefaultGuestCartProtectionService - Class in com.broadleafcommerce.cartoperation.service
-
Default implementation of
GuestCartProtectionServicethat clears typical customer information and utilizesCartProviderfor storing guest tokens. - DefaultGuestCartProtectionService(GuestTokenProvider, GuestTokenGenerator, PaymentProvider<PaymentSummary>) - Constructor for class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- DefaultGuestCartTokenValidator - Class in com.broadleafcommerce.cartoperation.web.validator
- DefaultGuestCartTokenValidator(GuestCartProtectionService, CartValidationProperties) - Constructor for class com.broadleafcommerce.cartoperation.web.validator.DefaultGuestCartTokenValidator
- DefaultIncludedProductConfigurationService - Class in com.broadleafcommerce.cartoperation.service.configuration
- DefaultIncludedProductConfigurationService(MessageSource, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
- DefaultItemChoiceConfigurationService - Class in com.broadleafcommerce.cartoperation.service.configuration
- DefaultItemChoiceConfigurationService(MessageSource, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- DefaultItemListAddToCartService - Class in com.broadleafcommerce.cartoperation.service
- DefaultItemListAddToCartService(ItemListSecurityService<ItemListAccessRule>, ItemListItemManagementService<ItemListItem>, CartOperationService, ItemListAddToCartProperties, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
- DefaultItemListItemManagementService<I extends com.broadleafcommerce.cart.client.domain.ItemListItem> - Class in com.broadleafcommerce.cartoperation.service
-
Default implementation of an item list item management service.
- DefaultItemListItemManagementService(ItemListProvider<ItemList>, ItemListItemProvider<I>, ItemListSecurityService<ItemListAccessRule>, TypeFactory, ItemListItemMergingService<I>) - Constructor for class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
- DefaultItemListItemMergingService<I extends com.broadleafcommerce.cart.client.domain.ItemListItem> - Class in com.broadleafcommerce.cartoperation.service
-
The default implementation of an item list item merging service.
- DefaultItemListItemMergingService(CatalogProvider, CartOperationServiceProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.DefaultItemListItemMergingService
- DefaultItemListManagementService<L extends com.broadleafcommerce.cart.client.domain.ItemList> - Class in com.broadleafcommerce.cartoperation.service
-
Default implementation of an item list management service.
- DefaultItemListManagementService(TypeFactory, ItemListProvider<L>, ItemListSecurityService<ItemListAccessRule>, ItemListItemManagementService<ItemListItem>) - Constructor for class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- DefaultItemListSecurityService<R extends com.broadleafcommerce.cart.client.domain.ItemListAccessRule> - Class in com.broadleafcommerce.cartoperation.service
-
Default implementation of an item list security service.
- DefaultItemListSecurityService(TypeFactory, ItemListAccessRuleProvider<R>, CartOperationServiceProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- DefaultMergingType - Enum in com.broadleafcommerce.cartoperation.domain.type
-
Out of the box merging types for Products.
- DefaultPaymentGatewayTypes - Enum in com.broadleafcommerce.cartoperation.domain.enums
-
The default set of payment gateway types.
- DefaultPaymentManagementAccessRestrictions - Enum in com.broadleafcommerce.cartoperation.domain.enums
- DefaultPaymentOwnerTypes - Enum in com.broadleafcommerce.cartoperation.domain.enums
- DefaultPaymentSourceTypes - Enum in com.broadleafcommerce.cartoperation.domain.enums
- DefaultPaymentTransactionExecutionService - Class in com.broadleafcommerce.cartoperation.service.payment
-
This service is meant to coordinate the execution of payment transactions against the cart's
PaymentSummariesin the context of a checkout submission. - DefaultPaymentTransactionExecutionService(PaymentTransactionExecutionProvider, PaymentProvider<PaymentSummary>, CartOperationCheckoutProperties, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
- DefaultPaymentTransactionSourceEntityTypes - Enum in com.broadleafcommerce.cartoperation.domain.enums
- DefaultPaymentTypes - Enum in com.broadleafcommerce.cartoperation.domain.enums
-
This represents types of payments that can be applied to a cart.
- DefaultProductType - Enum in com.broadleafcommerce.cartoperation.domain.type
-
The possible types of targets a
Productcan have. - DefaultServletRequestCartResolver - Class in com.broadleafcommerce.cartoperation.web.filter.resolver
-
The default cart resolver for servlet requests.
- DefaultServletRequestCartResolver(CartOperationService, CartTransferService, CartCookieIssuer, AuthenticationUtils, ContextInfoWebRequestResolver, RequestCartVersionResolver, CartValidationProperties) - Constructor for class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- DefaultStaleCartItemsService - Class in com.broadleafcommerce.cartoperation.service
-
The default implementation for
StaleCartItemsService. - DefaultStaleCartItemsService() - Constructor for class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- DefaultTaxService<F extends com.broadleafcommerce.cart.client.domain.FulfillmentGroup,TREQ extends com.broadleafcommerce.tax.domain.TaxRequest,TRES extends com.broadleafcommerce.tax.domain.TaxResponse,TI extends com.broadleafcommerce.tax.domain.TaxItem> - Class in com.broadleafcommerce.cartoperation.service.pricing
-
The default
TaxServicewhich integrates withTaxProviders. - DefaultTaxService(TaxProvider<TREQ, TRES>, TaxProvider<TREQ, TRES>, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- DefaultTaxService(TaxProvider<TREQ, TRES>, TaxProvider<TREQ, TRES>, TypeFactory, List<TaxAddressSourceHandler>) - Constructor for class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- DefaultTransactionFailureTypes - Enum in com.broadleafcommerce.cartoperation.domain.enums
-
The default set of
transactionFailureTypesthat we expect to encounter with payment gateway interactions - DefaultTransactionStatuses - Enum in com.broadleafcommerce.cartoperation.domain.enums
- DefaultTransactionTypes - Enum in com.broadleafcommerce.cartoperation.domain.enums
-
The TransactionType is used to represent the types of operations/transactions that could occur against a single payment.
- DefaultUserTargetGenerationService - Class in com.broadleafcommerce.cartoperation.service.provider.external.security
- DefaultUserTargetGenerationService(TypeFactory, AuthenticationUtils) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.security.DefaultUserTargetGenerationService
- delete(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
- delete(Set<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
- delete(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListProvider
-
Deletes an item list by ID.
- delete(Set<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListProvider
-
Deletes multiple item lists by IDs.
- deleteCartItem(String, CartItem, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Deprecated.in favor of updating the entire cart with
CartProvider.updateCart(Cart, ContextInfo) - deleteCartItem(String, CartItem, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- deleteGuestToken(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalGuestTokenProvider
- deleteGuestToken(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.GuestTokenProvider
-
Deletes the guest token for the provided cart ID, if it exists.
- deleteItemList(String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- deleteItemList(ContextInfo, String, CustomerRef) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- deleteItemList(String, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListManagementService
-
Deletes an item list by ID.
- deleteItemListAccessRule(String, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
- deleteItemListAccessRule(String, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListAccessRuleProvider
-
Deletes an item list access rule by ID.
- deleteItemListAccessRules(String, Set<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
- deleteItemListAccessRules(String, Set<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListAccessRuleProvider
-
Deletes item list access rules by IDs.
- deleteItemListItem(ContextInfo, CustomerRef, String, String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- deleteItemListItems(String, Collection<String>, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
- deleteItemListItems(ContextInfo, CustomerRef, String, Set<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
-
Deprecated.Use
ItemListItemOperationEndpoint.deleteItemListItemsInBulk(ContextInfo, CustomerRef, String, Set). This will allow much longer lists of IDs without worrying about whether the URL is too long and corrects the HTTP method semantics by using POST since we're not actually deleting a resource at the URL. - deleteItemListItems(String, Collection<String>, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListItemManagementService
-
Deletes item list items from a list.
- deleteItemListItemsInBulk(ContextInfo, CustomerRef, String, Set<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- DeleteItemListResponse - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
- DeleteItemListResponse() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
- deleteItemLists(ContextInfo, CustomerRef, Set<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
-
Deprecated.Use
ItemListOperationEndpoint.deleteItemListsInBulk(ContextInfo, CustomerRef, Set). This will allow much longer lists of IDs without worrying about whether the URL is too long and corrects the HTTP method semantics by using POST since we're not actually deleting a resource at the URL. - deleteItemLists(Set<String>, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- deleteItemLists(Set<String>, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListManagementService
-
Deletes multiple item lists by ID
- deleteItemListsInBulk(ContextInfo, CustomerRef, Set<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- deleteItems(String, Collection<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListItemProvider
- deleteItems(String, Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListItemProvider
-
Deletes items within a specific list
- DEPENDENT_ITEMS_QUANTITY_ABOVE_MAX - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for when there are too many dependent cart items such as in the case of
IncludedProductsandItemChoice ProductOptions - DEPENDENT_ITEMS_QUANTITY_BELOW_MIN - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for when there aren't enough dependent cart items such as in the case of
IncludedProductsandItemChoice ProductOptions - DETACHED_CREDIT - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
-
Some payment processors allow you to issue credit to a customer that is not tied to an initial
DefaultTransactionTypes.AUTHORIZEorDefaultTransactionTypes.AUTHORIZE_AND_CAPTUREtransaction. - determineCartWithLatestPrices(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- determineChosenValue(ProductOption, CartItem, Cart) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultAttributeChoiceConfigurationService
-
Determine the chosen value on the cart item for the provided option.
- determineDependentItemKey(Product, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Determines the item key for the dependent cart item.
- determineHandler(HttpServletRequest, RuntimeException) - Method in class com.broadleafcommerce.cartoperation.web.filter.FilterExceptionResolverFilter
- determineInventoryCheckStrategy(Product, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- determineMatchedValue(AttributeChoice, String) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultAttributeChoiceConfigurationService
-
If there are any
AttributeChoice.getAllowedValues(), make sure that the chosen value matches. - determineMatchingPriceInfo(CartItem, Collection<P>) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
-
Determines the matching
PriceInfofor aCartItemfrom among the givenpriceInfos. - determineMatchingPriceInfo(CartItem, Collection<P>, String) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
-
Determines the matching
PriceInfofor aCartItemfrom among the givenpriceInfos. - determineOldCartPrice(Cart) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- determineTaxableAmounts(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
-
Determines and sets
FulfillmentItem.getMerchandiseTaxableAmount()andFulfillmentGroup.getFulfillmentTaxableAmount(). - determineVariant(CartItem, Product) - Method in interface com.broadleafcommerce.cartoperation.service.configuration.CartItemConfigurationService
-
Attempt to determine the variant by the requested variant ID on the
CartItem. - determineVariant(CartItem, Product) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- DISCOUNTABLE - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
- DiscriminatedProperties<P> - Class in com.broadleafcommerce.cartoperation.properties
- DiscriminatedProperties() - Constructor for class com.broadleafcommerce.cartoperation.properties.DiscriminatedProperties
- doesCartContainCampaignForCode(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Determines whether the
Cartcontains aCampaignRefthat matches thecode. - doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.broadleafcommerce.cartoperation.web.filter.FilterExceptionResolverFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.broadleafcommerce.cartoperation.web.filter.CartResolutionFilter
- doMergeCombine(MergeItemPair<I>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartItemMergingService
- doMergeCombine(MergeItemPair<I>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemMergingService
- doMergeCombine(MergeItemPair<I>) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
-
Perform the actual combination of two items (quantity change) for the combination merge type.
- DUPLICATE_REQUEST_ID - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
The current checkout request ID is a duplicate within the cart's checkout IDs
E
- ELECTRONIC_CHECK - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- EmptyInventoryProvider - Class in com.broadleafcommerce.cartoperation.service.provider
-
This is an "empty" or "pass-through" Inventory Provider.
- EmptyInventoryProvider() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.EmptyInventoryProvider
- encode(TransferCartToken) - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenEncoder
- encode(TransferCartToken) - Method in interface com.broadleafcommerce.cartoperation.service.csr.TransferCartTokenEncoder
-
Encodes a token from the
TransferCartTokenand should return the same object with `token` property containing the encoded token string. - equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.Attribute
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.CartCreationRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.CartHolder
-
Deprecated.
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.Category
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.FulfillmentFlatRate
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.Product
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.ProductList
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SimplePage
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilityRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestItem
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationResponse
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.TransferCartToken
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.UserTarget
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.domain.Weight
- equals(Object) - Method in exception com.broadleafcommerce.cartoperation.exception.AddCodeException
- equals(Object) - Method in exception com.broadleafcommerce.cartoperation.exception.CartItemValidationException
- equals(Object) - Method in exception com.broadleafcommerce.cartoperation.exception.CartValidationException
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.AddItemFailure
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.SSLVerificationProperties
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.BulkAddToCartResponse
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService.BulkCartItemCreationResponse
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties.FieldMapping
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenDecoderProperties
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenEncoderProperties
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.LockPaymentRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.UnlockPaymentRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider.CartConflictResponse
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties.Jwt
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.GuestToken
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.Version
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddAttributeRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemListToCartRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartItemModifyingRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ContactInfoRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenResponse
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenValidationResponse
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ItemListAddToCartResponse
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.OverridePriceRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.PriceCartRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest.Target
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateFulfillmentGroupRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.AddToCartApiError
- equals(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.StaleCartApiError
- execute(Cart, String, Map<String, String>, Map<String, String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.PaymentTransactionExecutionActivity
- execute(Cart, String, Map<String, String>, Map<String, String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
- execute(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartFulfillmentValidationActivity
- execute(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartItemValidationActivity
- execute(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartOfferValidationActivity
- execute(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
- execute(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPricingValidationActivity
- execute(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- execute(Cart, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CheckoutWorkflowActivity
-
Method responsible for executing some work against the cart that is required for checkout.
- execute(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.InventoryAvailabilityValidationCheckoutWorkflowActivity
- execute(Cart, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.RequiresSecurePaymentInformationActivity
-
Method responsible for executing some work against the cart that is required for checkout.
- execute(Cart, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.checkout.workflow.CheckoutWorkflow
-
Method used to coordinate the execution of
CheckoutWorkflowActivities. - execute(Cart, String, Map<String, String>, Map<String, String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.RequiresSecurePaymentInformationActivity
-
Method responsible for executing some work against the cart that requires secure payment information in checkout.
- execute(Cart, String, Map<String, String>, Map<String, String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.checkout.workflow.CheckoutWorkflow
-
Method used to coordinate the execution of
CheckoutWorkflowActivities. - executeActivity(CheckoutWorkflowActivity, Cart, String, Map<String, String>, Map<String, String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
- executeCartPaymentTransactions(Cart, String, Map<String, String>, Map<String, String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
- executeCartPaymentTransactions(Cart, String, Map<String, String>, Map<String, String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.payment.PaymentTransactionExecutionService
-
Executes set of payment transactions against the cart's
PaymentSummaries. - executePaymentTransaction(Cart, String, PaymentSummary, String, String, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
-
Executes a payment transaction against the provided
PaymentSummary. - executeRequest(Supplier<T>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.AbstractExternalProvider
-
Executes a request with default Web Client error handling.
- executeRequest(Supplier<T>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalResourceLockProvider
- EXPIRED - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
-
The transaction was successfully processed, but has since expired.
- EXTERNAL_LOOKUP_DURING_CHECKOUT_WORKFLOW - com.broadleafcommerce.cartoperation.domain.type.TransactionRetrievalStrategies
-
This strategy is used when we lookup the payment transaction from the gateway for 3DS transactions during the checkout workflow.
- ExternalCampaignProperties - Class in com.broadleafcommerce.cartoperation.service.provider.external
- ExternalCampaignProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProperties
- ExternalCampaignProvider - Class in com.broadleafcommerce.cartoperation.service.provider.external
- ExternalCampaignProvider(WebClient, ObjectMapper, TypeFactory, ExternalCampaignProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProvider
- ExternalCartProperties - Class in com.broadleafcommerce.cartoperation.service.provider.external
- ExternalCartProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
- ExternalCartProvider - Class in com.broadleafcommerce.cartoperation.service.provider.external
- ExternalCartProvider(WebClient, ObjectMapper, TypeFactory, ExternalCartProperties, CartHolder<Cart>) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- ExternalCartProvider.CartConflictResponse - Class in com.broadleafcommerce.cartoperation.service.provider.external
- ExternalCatalogProperties - Class in com.broadleafcommerce.cartoperation.service.provider.external
- ExternalCatalogProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProperties
- ExternalCatalogProvider - Class in com.broadleafcommerce.cartoperation.service.provider.external
-
This particular implementation of
CatalogProvideris designed to interact with a provider that will provide fully hydrated catalog entities, i.e., there is no need for additional calls to get a product's variants or item choices. - ExternalCatalogProvider(WebClient, ObjectMapper, TypeFactory, ExternalCatalogProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProvider
- ExternalGuestTokenProvider - Class in com.broadleafcommerce.cartoperation.service.provider.external
- ExternalGuestTokenProvider(WebClient, ObjectMapper, TypeFactory, ExternalCartProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalGuestTokenProvider
- ExternalInventoryProperties - Class in com.broadleafcommerce.cartoperation.service.provider.external
-
Properties for interacting with an external Inventory system.
- ExternalInventoryProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProperties
- ExternalInventoryProvider - Class in com.broadleafcommerce.cartoperation.service.provider.external
-
Component that, by default, attempts to invoke Broadleaf Inventorry Services to reserve inventory.
- ExternalInventoryProvider(WebClient, ObjectMapper, TypeFactory, ExternalInventoryProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- ExternalItemListAccessRuleProvider<P extends com.broadleafcommerce.cart.client.domain.ItemListAccessRule> - Class in com.broadleafcommerce.cartoperation.service.provider.external
-
External (HTTP) implementation of an item list access rule provider.
- ExternalItemListAccessRuleProvider(WebClient, ObjectMapper, TypeFactory, ExternalCartProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
- ExternalItemListItemProvider<P extends com.broadleafcommerce.cart.client.domain.ItemListItem> - Class in com.broadleafcommerce.cartoperation.service.provider.external
-
External (HTTP) implementation of an item list item provider.
- ExternalItemListItemProvider(WebClient, ObjectMapper, TypeFactory, ExternalCartProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListItemProvider
- ExternalItemListProvider<P extends com.broadleafcommerce.cart.client.domain.ItemList> - Class in com.broadleafcommerce.cartoperation.service.provider.external
-
External (HTTP) implementation of an item list provider.
- ExternalItemListProvider(WebClient, ObjectMapper, TypeFactory, ExternalCartProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
- ExternalOfferProperties - Class in com.broadleafcommerce.cartoperation.service.provider.external
- ExternalOfferProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
- ExternalOfferProvider - Class in com.broadleafcommerce.cartoperation.service.provider.external
- ExternalOfferProvider(WebClient, ObjectMapper, TypeFactory, ExternalOfferProperties, UserTargetGenerationService, CartTotalsCalculator) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- ExternalPaymentProperties - Class in com.broadleafcommerce.cartoperation.service.provider.external.payments
-
Properties for interacting with an external payment transaction service.
- ExternalPaymentProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
- ExternalPaymentProvider<P extends PaymentSummary> - Class in com.broadleafcommerce.cartoperation.service.provider.external.payments
-
This particular implementation of
PaymentProvideris designed to interact with the payment transaction service. - ExternalPaymentProvider(WebClient, ObjectMapper, TypeFactory, ExternalPaymentProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
- ExternalPaymentTransactionExecutionProvider - Class in com.broadleafcommerce.cartoperation.service.provider.external.payments
- ExternalPaymentTransactionExecutionProvider(WebClient, ObjectMapper, TypeFactory, ExternalPaymentProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentTransactionExecutionProvider
- ExternalPricingProperties - Class in com.broadleafcommerce.cartoperation.service.provider.external
- ExternalPricingProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProperties
- ExternalPricingProvider - Class in com.broadleafcommerce.cartoperation.service.provider.external
- ExternalPricingProvider(WebClient, ObjectMapper, TypeFactory, CartItemPricingUtils, ExternalPricingProperties, UserTargetGenerationService) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
- ExternalResourceLockProvider - Class in com.broadleafcommerce.cartoperation.service.provider.external
-
Obtains and releases locks in an external service (cart services over HTTP).
- ExternalResourceLockProvider(WebClient, ObjectMapper, TypeFactory, ExternalCartProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalResourceLockProvider
- ExternalShippingProperties - Class in com.broadleafcommerce.cartoperation.service.provider.external
-
Properties defining how to interact with the shipping service.
- ExternalShippingProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProperties
- ExternalShippingProvider - Class in com.broadleafcommerce.cartoperation.service.provider.external
- ExternalShippingProvider(WebClient, ObjectMapper, TypeFactory, ExternalShippingProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProvider
F
- FAILED_INVENTORY_CHECK - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
An inventory check against the cart's items failed.
- FAILED_PAYMENT_TRANSACTION - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
The execution of transactions for the cart's payment(s) failed.
- FAILURE - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
-
The payment gateway failed to successfully process the transaction.
- FieldMapping() - Constructor for class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties.FieldMapping
- filterAccessByRoles(CustomerRef, Set<String>, Set<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
-
Based on the provided list of
ItemListids & roles, determines which ItemLists the customer has access to - filterDeleteAccess(CustomerRef, Set<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- filterDeleteAccess(CustomerRef, Set<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Checks item list access rules for a list of item list ids based on the given customer ref and `DELETE` access rules
- filterEditAccess(CustomerRef, Set<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- filterEditAccess(CustomerRef, Set<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Checks item list access rules for a list of item list ids based on the given customer ref and `EDIT` access rules
- FilterExceptionResolverFilter - Class in com.broadleafcommerce.cartoperation.web.filter
-
Resolves exceptions to error views for when exceptions are thrown from a filter (e.g.
- FilterExceptionResolverFilter(DispatcherServlet, List<HandlerExceptionResolver>) - Constructor for class com.broadleafcommerce.cartoperation.web.filter.FilterExceptionResolverFilter
- filterViewAccess(CustomerRef, Set<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- filterViewAccess(CustomerRef, Set<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Checks item list access rules for a list of item list ids based on the given customer ref and `VIEW` access rules
- finalizeCart(Cart, Map<String, String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
-
Following a successful checkout, this method is responsible for recording the finalized state of the cart.
- finalizePayments(Cart, Map<String, String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- findAndHydrateDependentsInCategory(List<CartItem>, ItemChoice) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- findAndHydrateDependentsMatchingItemChoice(List<CartItem>, ItemChoice) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- findAndHydrateDependentsMatchingProducts(List<CartItem>, ItemChoice) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- findAndHydrateDependentsMatchingVariants(List<CartItem>, ItemChoice) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- findAnnotation(MethodParameter) - Method in class com.broadleafcommerce.cartoperation.web.resolver.CustomerRefHandlerMethodArgumentResolver
- findCartItemIndex(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
-
Finds the index at which the cart item with the given ID is at.
- findCompatibleValidators(Class<?>) - Method in class com.broadleafcommerce.cartoperation.web.advice.RequestValidatorRequestBodyAdvice
-
Finds compatible request validators for a given type.
- findDependentMatchingIncludedProduct(List<CartItem>, IncludedProduct) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
- findDependentsMatchingItemChoice(List<CartItem>, ItemChoice) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- findMatchingItems(Collection<I>, Collection<I>) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
-
Finds matching item pairs across the collections of items.
- findMatchingItems(C, Collection<I>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
-
Finds matching items in the container to the collection of items.
- findMatchingProduct(List<CartItem>, IncludedProduct) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
- findMatchingVariant(List<CartItem>, IncludedProduct) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
- findTaxAddressSourceHandler(Cart, F) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- FREE_GIFT_ADJUSTMENT - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
-
A temporary storage location to store the
Adjustmentfor a free gift item. - FREE_GIFT_OFFER_ITEMS - Static variable in class com.broadleafcommerce.cartoperation.domain.CartAttributeConstants.Internal
-
Temporary storage of
FreeGiftItemsfrom the offer response, so that they can be processed and added later. - FREE_GIFT_QUANTITY_CHANGE_NOT_ALLOWED - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for when the quantity of a free gift
CartItemis being changed. - FULFILLMENT_FLAT_RATES - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
- FulfillmentAddressSubmitValidator - Interface in com.broadleafcommerce.cartoperation.service.fulfillment.validation.address
-
Validates a submitted address of a fulfillment group.
- FulfillmentCheckoutValidationConfig() - Constructor for class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration.ValidationConfiguration.FulfillmentCheckoutValidationConfig
- FulfillmentFlatRate - Class in com.broadleafcommerce.cartoperation.domain
- FulfillmentFlatRate() - Constructor for class com.broadleafcommerce.cartoperation.domain.FulfillmentFlatRate
- FulfillmentFlatRate(MonetaryAmount) - Constructor for class com.broadleafcommerce.cartoperation.domain.FulfillmentFlatRate
- FulfillmentGroupSubmitValidator - Interface in com.broadleafcommerce.cartoperation.service.fulfillment.validation
-
Validator for the submission of fulfillment groups.
- FulfillmentItemSubmitValidator - Interface in com.broadleafcommerce.cartoperation.service.fulfillment.validation.item
-
Validates a submitted fulfillment item of a fulfillment group.
- FulfillmentOptionSubmitValidator - Interface in com.broadleafcommerce.cartoperation.service.fulfillment.validation.option
-
Validates a submitted fulfillment option of a fulfillment group.
- FulfillmentPricingService - Interface in com.broadleafcommerce.cartoperation.service.pricing
-
Defines a service that provides fulfillment pricing for a
Cart, e.g., shipping price. - FulfillmentValidationUtil - Class in com.broadleafcommerce.cartoperation.service.fulfillment.validation
-
Utility class with helper functions to perform validation.
- FulfillmentValidationUtil() - Constructor for class com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidationUtil
- FulfillmentValidationUtil.FieldValidator - Interface in com.broadleafcommerce.cartoperation.service.fulfillment.validation
- FulfillmentValidator - Interface in com.broadleafcommerce.cartoperation.service.fulfillment.validation
G
- GATEWAY_CONFIGURATION_ERROR - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
The gateway is incorrectly configured or is not configured to handle the attempted type of request
- GATEWAY_CREDENTIALS_ERROR - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
The provided payment gateway credentials are not valid
- GATEWAY_ERROR - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
There was an unexpected error with the payment gateway itself.
- gatherCartItemConfigErrors(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartItemValidationActivity
-
Gathers all of the config error messages for the
CartIteminto a map. - gatherCustomerSegmentTargets() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.security.DefaultUserTargetGenerationService
- gatherCustomerTarget() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.security.DefaultUserTargetGenerationService
- gatherUserTargetsFromAuthentication() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.security.DefaultUserTargetGenerationService
- gatherUserTargetsFromAuthentication() - Method in interface com.broadleafcommerce.cartoperation.service.provider.external.security.UserTargetGenerationService
-
Create and return
user targetsfor use in pricing and offer provider requests. - generateGuestToken(String) - Method in interface com.broadleafcommerce.cartoperation.service.GuestTokenGenerator
-
Generates a
GuestTokenfor the given cart ID. - generateGuestToken(String) - Method in class com.broadleafcommerce.cartoperation.service.ULIDGuestTokenGenerator
- generateGuestTokenForCart(String, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- GENERIC_ERROR - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for a generic configuration error.
- getAccessibleRules(CustomerRef, Pageable, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- getAccessibleRules(CustomerRef, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Gets a page of acceesible access rules for a customer.
- getAccessRestrictions() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The list of restrictions that apply to payment access.
- getAccessRestrictions() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The list of restrictions that apply to payment access.
- getActualTaxProvider() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- getAddItemFailures() - Method in class com.broadleafcommerce.cartoperation.service.BulkAddToCartResponse
-
All
AddItemFailuresthat occurred. - getAddItemFailures() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService.BulkCartItemCreationResponse
-
All failures that occurred.
- getAddItemRequest() - Method in class com.broadleafcommerce.cartoperation.domain.CartCreationRequest
-
The initial
AddItemRequestto populate the cart. - getAddItemRequest() - Method in class com.broadleafcommerce.cartoperation.service.AddItemFailure
-
The add item request that failed
- getAdditionalAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Return any additional attributes passed in the request not matching any defined properties.
- getAdditionalAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Return any additional attributes passed in the request not matching any defined properties.
- getAdditionalAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAdditionalAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAdditionalAttributes() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Miscellaneous attributes that can be set to this request in order to inform business logic for adding a
CartItem. - getAdditionalItemPricing() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- getAdditionalItemPricing() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- getAdditionalItemPricing() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- getAddress() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateFulfillmentGroupRequest
-
The shipping address for this fulfillment group.
- getAddress(String) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
Gathers one of the payment's related
addressesby type - getAddressByType() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The collection of related addresses that may include billing or shipping addresses
- getAddressValidators() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.AbstractTypeFulfillmentGroupSubmitValidator
- getAddToCartService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- getAdjustments() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
-
The list of adjustments that were added to the cart because of the code's application.
- getAdjustments(List<Adjustment>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- getAdjustmentsTotal() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The payment's adjustments (a.k.a discounts) total, usually excluding shipping/fulfillment discounts.
- getAdjustmentsTotal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The payment's adjustments (a.k.a discounts) total, usually excluding shipping/fulfillment discounts.
- getAdjustmentsTotal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The payment's adjustments (a.k.a discounts) total, usually excluding shipping/fulfillment discounts.
- getAdjustmentsTotal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The payment's adjustments (a.k.a discounts) total, usually excluding shipping/fulfillment discounts.
- getAdjustmentsTotal() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The payment's adjustments (a.k.a discounts) total, usually excluding shipping/fulfillment discounts.
- getAdvancedTags() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
A list of
ProductTagssorted based on the sort position of theProductTagfor the produt with ties broken byAdvancedTag.getPriority(). - getAllowedDeleteRoles() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.ItemListSecurity
- getAllowedEditRoles() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.ItemListSecurity
- getAllowedShareRoles() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.ItemListSecurity
- getAllowedValues() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
Gives the customer more structured input to fill out their option, which can drive a select field or a color picker with particular colors.
- getAllowedViewRoles() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.ItemListSecurity
- getAllRatesUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProperties
-
URI for retrieving a list of shipping rates for all available shipping methods
- getAllRatesUrl() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProvider
- getAllTags() - Method in class com.broadleafcommerce.cartoperation.domain.Product
- getAmount() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The amount for which this payment is allotted.
- getAmount() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The amount for which the payment is allotted.
- getAmountAuthorized() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The total authorized amount for capture.
- getAmountCaptured() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The total captured amount.
- getAmountCredited() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The total detached credit amount.
- getAmountRefunded() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The total refunded amount.
- getApplication() - Method in class com.broadleafcommerce.cartoperation.properties.DiscriminatedProperties
- getApplicationId(Cart) - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- getApplicationIdFromContext(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
- getApplicationIdFromContext(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
- getApplyUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
-
The URI path for applying offers.
- getAssets() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
All
ProductAssetsfor this product. - getAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.Attribute
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.Category
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.SimplePage
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttribute() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttributeChoice() - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
-
Configuration when the
ProductOption.typeof this option is one of:ProductOptionType.VARIANT_DISTINGUISHING- drives customer further specifying their choices into a specificVariantthat contains a unique SKU code, pricing concerns, etc.ProductOptionType.CART_ITEM_ATTRIBUTE- Customer input will flow directly in the item attributes within their cartProductOptionType.CART_ATTRIBUTE. - getAttributeChoiceService() - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- getAttributeConfigErrors() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.AddToCartApiError
-
Map of configuration errors for related to the item's
CartItem#attributeChoices()that are derived from ProductOptions where the key is the attribute name. - getAttributeName() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
The order or item attribute that this choice is stored in when the user adds to their cart
- getAttributeName() - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties.FieldMapping
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.Attribute
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.Category
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
General use map to capture any additional attributes needed for this Payment
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Dynamic attributes that are a part of the product.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.SimplePage
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Dynamic attributes that are a part of the variant.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
Map of specific attributes that have been gathered from the raw response.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
Map of specific attributes that have been gathered from the raw response.
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest.Target
- getAttributes() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
Map to capture any additional information about the payment
- getAuthenticationUtils() - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- getAuthenticationUtils() - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- getAuthenticationUtils() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getAuthenticationUtils() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartResolverService
- getAuthenticationUtils() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.security.DefaultUserTargetGenerationService
- getAuthenticationUtils() - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- getAuthenticationUtils() - Method in class com.broadleafcommerce.cartoperation.web.resolver.CustomerRefHandlerMethodArgumentResolver
- getAuthor() - Method in class com.broadleafcommerce.cartoperation.domain.TransferCartToken
-
The username of the author associated with the transfer cart token.
- getAuthorizeAndCaptureUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The URI path for executing an authorize and capture transaction.
- getAuthorizeUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The URI path for executing an authorize transaction.
- getAuthUtils() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- getAuthUtils() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- getAvailabilityCheckUri(String, int, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
-
Return the GET URI for Inventory Availability.
- getBaseUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
-
Gets the base URI common to all requests this provider will make.
- getBaseUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
-
Gets the base URI common to all requests this provider will make.
- getBaseUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
-
Gets the base URI common to all requests this provider will make.
- getBaseUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentTransactionExecutionProvider
-
Gets the base URI common to all requests this provider will make.
- getBaseUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListItemProvider
-
Gets the base URI common to all requests this provider will make.
- getBillingAddress() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
- getBillingAddress() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The billing address associated with this payment.
- getBrand() - Method in class com.broadleafcommerce.cartoperation.domain.Product
- getBulkAddToCartOperation() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
The bulk properties configuration.
- getBulkAvailabilityCheckUri(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
-
Return the GET URI for Inventory Availability.
- getBulkCheckAvailabilityUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProperties
-
URI for checking inventory for a list of SKUs
- getCampaignAuditDetailsUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProperties
-
The URI context path for recording a campaign code usage.
- getCampaignCode() - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The campaign code string that this audit information is for.
- getCampaignProvider() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartOfferValidationActivity
- getCampaignProvider() - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartOperationServiceProviders
-
Gets a campaign provider.
- getCampaignProvider() - Method in class com.broadleafcommerce.cartoperation.service.provider.DefaultCartOperationServiceProviders
- getCampaignTrackingId() - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The tracking ID of the campaign this audit is for.
- getCart() - Method in class com.broadleafcommerce.cartoperation.domain.CartHolder
-
Deprecated.
- getCart() - Method in exception com.broadleafcommerce.cartoperation.exception.CartFinalizationException
-
The cart whose checkout is being finalized.
- getCart() - Method in exception com.broadleafcommerce.cartoperation.exception.CheckoutCompletionMessageException
-
The cart whose checkout is being finalized.
- getCart() - Method in exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowActivityException
-
The cart whose checkout is being processed in the activity.
- getCart() - Method in exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowException
-
The cart whose checkout is being processed in the workflow.
- getCart() - Method in exception com.broadleafcommerce.cartoperation.exception.PaymentTransactionFailureException
-
The cart whose payment is being processed.
- getCart() - Method in class com.broadleafcommerce.cartoperation.service.BulkAddToCartResponse
-
The most up-to-date cart that includes all requests that were successfully processed
- getCart() - Method in class com.broadleafcommerce.cartoperation.service.messaging.completion.CheckoutCompletionEvent
-
The cart object that completed the checkout workflow
- getCart() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
-
The updated
Cart, including the code and applicable adjustments (discounts). - getCart() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
The
Cartrelated to the checkout submission. - getCart() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenResponse
- getCart() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ItemListAddToCartResponse
-
The
Cartrelated to the checkout submission. - getCart(String, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
-
Deprecated.Deprecated as of 1.7.0-GA. Use
ManageCartEndpoint.getCart(String, String, CustomerRef, ContextInfo). ThecartVersionshould not be included as it is irrelevant for reads. It's only relevant for cart-modification requests. - getCart(String, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- getCartAttributes() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Attributes that should be copied to the
Cart.getAttributes()for this request. - getCartAttributes() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
Attributes that should be copied to the
Cart.getAttributes()for this request. - getCartCookieIssuer() - Method in class com.broadleafcommerce.cartoperation.web.advice.CartCookieResponseBodyAdvice
-
Deprecated.
- getCartCookieIssuer() - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- getCartCookieName(String) - Method in interface com.broadleafcommerce.cartoperation.web.service.CartCookieIssuer
-
Name of the cart cookie.
- getCartCookieName(String) - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- getCartId() - Method in class com.broadleafcommerce.cartoperation.domain.TransferCartToken
-
The ID of the cart the token is authorized to transfer.
- getCartId() - Method in class com.broadleafcommerce.cartoperation.service.messaging.rollback.CheckoutRollbackEvent
-
The id of the cart that was submitted for checkout
- getCartIdVariables(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalGuestTokenProvider
- getCartItem() - Method in exception com.broadleafcommerce.cartoperation.exception.CartItemValidationException
-
The invalid
CartItemwith the errors. - getCartItemAdjustmentsToAdd(ItemResponseDetail<? extends ProratedItemOfferAdjustmentDto>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
-
Gets a list of
Adjustmentsfor aCartItembased on the givenItemResponseDetail. - getCartItemConfigurationService() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartItemValidationActivity
- getCartItemConfigurationService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getCartItemConfigurationService() - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- getCartItemConfigurationService() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getCartItemForFulfillmentItem(Cart, FulfillmentItem) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- getCartItemId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
ID of the
CartItemto update. - getCartItemIdsWithDependentItem(List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getCartItemLink(CheckoutCart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- getCartItemMappingProperties() - Method in class com.broadleafcommerce.cartoperation.service.mapping.PropertyDrivenCartItemProductMapper
- getCartItemMergingService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getCartItemOfferUtils() - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- getCartItemPriceableTargetUtils() - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- getCartItemPricingUtils() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getCartItemPricingUtils() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
- getCartItemProductMappers() - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- getCartItemProductService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getCartItems() - Method in class com.broadleafcommerce.cartoperation.service.BulkAddToCartResponse
-
The list of
CartItemsthat were successfully added from theAddItemRequests - getCartItems() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService.BulkCartItemCreationResponse
-
The list of
CartItemsthat were successfully created from theAddItemRequests - getCartItemsByCartIdUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The cart items URI
- getCartItemsMatched() - Method in class com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
- getCartItemsUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for basic CRUD operations on cart items.
- getCartOfferUtils() - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- getCartOperationService() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- getCartOperationService() - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- getCartOperationService() - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- getCartOperationService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartResolverService
- getCartOperationService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- getCartOperationService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- getCartOperationService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- getCartOperationService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- getCartOperationServiceProperties() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getCartOperationServiceProperties() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- getCartOperationServiceProperties() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- getCartOpService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
- getCartOpService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- getCartOpService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutEndpoint
-
Deprecated.
- getCartOpService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CustomerServiceEndpoint
-
Deprecated.
- getCartOpService() - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- getCartOpsServiceOfferUtils() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getCartOpsServiceOfferUtils() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- getCartPricingService() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
-
Deprecated.since 1.6, use
CartStalePricingValidationActivity.getCartOperationService()instead. - getCartPricingService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getCartPricingService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
-
Deprecated.since 1.6, use
DefaultItemListAddToCartService.getCartOpService()instead - getCartPricingService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- getCartPricingTimeToLive() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
The amount of time before the cart's pricing is considered stale.
- getCartProvider() - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- getCartProvider() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- getCartProvider() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
- getCartProvider() - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- getCartProvider() - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- getCartProvider() - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- getCartProvider() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getCartProvider() - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartOperationServiceProviders
-
Gets a cart provider.
- getCartProvider() - Method in class com.broadleafcommerce.cartoperation.service.provider.DefaultCartOperationServiceProviders
- getCartProvider() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartHistoryEndpoint
- getCartResolver() - Method in class com.broadleafcommerce.cartoperation.web.filter.CartResolutionFilter
- getCartResolverService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- getCartResolverService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- getCartResolverService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- getCartResolverService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ResolveCartEndpoint
- getCartService() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartOfferValidationActivity
- getCartStatusValidationHelper() - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- getCartsUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for basic CRUD operations on carts.
- getCartTotalChangeMessage(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getCartTotalsCalculator() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getCartTotalsCalculator() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- getCartTransferService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- getCartTransferService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CustomerServiceEndpoint
-
Deprecated.
- getCartTransferService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- getCartTransferService() - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- getCartTtl() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
-
Specifies how long the cart cookie should be considered active.
- getCartTtl() - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- getCartUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for basic singular cart retrieval.
- getCartValidationProperties() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- getCartValidationProperties() - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- getCartValidationProperties() - Method in class com.broadleafcommerce.cartoperation.web.validator.DefaultGuestCartTokenValidator
- getCartVersion() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartItemModifyingRequest
- getCartVersion() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
- getCartVersion() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartRequest
- getCartVersion() - Method in interface com.broadleafcommerce.cartoperation.web.endpoint.domain.CartVersionedRequest
-
Gets the cart version that the client is aware of.
- getCartVersionValidationService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- getCartVersionValidationService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- getCartVersionValidationService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- getCatalogProvider() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartItemValidationActivity
- getCatalogProvider() - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
-
Deprecated.This implementation does not use
DefaultCartItemConfigurationService.catalogProvider - getCatalogProvider() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemMergingService
- getCatalogProvider() - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- getCatalogProvider() - Method in class com.broadleafcommerce.cartoperation.service.mapping.DataDrivenCartItemProductMapper
- getCatalogProvider() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getCatalogProvider() - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartOperationServiceProviders
-
Gets a catalog provider.
- getCatalogProvider() - Method in class com.broadleafcommerce.cartoperation.service.provider.DefaultCartOperationServiceProviders
- getCategory() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
The
Categorywhich the add-on will be chosen from by the customer if theselectionisItemChoiceTargetType.CATEGORY. - getCategoryIdsForProduct(Product) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- getCheckAvailabilityUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProperties
-
URI for checking inventory for a particular SKU
- getCheckoutCompletionProducer() - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- getCheckoutRollbackEventProducer() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
- getCheckoutService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- getCheckoutService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutEndpoint
-
Deprecated.
- getCheckoutTransactionType(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
-
Based on the provided
PaymentGatewayType, determine whichTransactionTypeshould be used to execute the payment stage of the checkout. - getCheckoutTransactionType(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
-
Based on the provided
PaymentGatewayType, determine whichTransactionTypeshould be used to execute the payment stage of the checkout. - getCheckoutTransactionTypeByGateway(String, String, String) - Method in class com.broadleafcommerce.cartoperation.service.checkout.CartOperationCheckoutProperties
- getCheckoutWorkflow() - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- getChoiceKey() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
The key to use to relate to this
ItemChoicewhen configuring cart items. - getClaims(TransferCartToken) - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenEncoder
- getCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeRequest
-
The code to add.
- getCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
-
The added offer or campaign code.
- getCodeUsabilityType(String, Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- getCodeUsabilityType(String, Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.OfferProvider
-
Determines the usability type of the promo
codein the context of the givencart. - getComment() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.OverridePriceRequest
-
The optional, long-form comment explaining any extra context for the override.
- getContainerItem() - Method in class com.broadleafcommerce.cartoperation.domain.MergeItemPair
-
The matched item instance coming from the container.
- getContent() - Method in class com.broadleafcommerce.cartoperation.domain.SimplePage
- getContextInfo() - Method in class com.broadleafcommerce.cartoperation.service.messaging.completion.CheckoutCompletionEvent
-
The
ContextInfoderived from the original request containing tenant and sandbox info. - getContextInfo() - Method in class com.broadleafcommerce.cartoperation.service.messaging.rollback.CheckoutRollbackEvent
-
The
ContextInfoderived from the original request containing tenant and sandbox info. - getContextInfo(ServerHttpRequest) - Method in class com.broadleafcommerce.cartoperation.web.advice.CartCookieResponseBodyAdvice
-
Deprecated.
- getContextInfoWebRequestResolver() - Method in class com.broadleafcommerce.cartoperation.web.advice.CartCookieResponseBodyAdvice
-
Deprecated.
- getContextInfoWebRequestResolver() - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- getCookieName() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
-
Name of the cart cookie.
- getCookieSameSiteValue() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
-
The value to use for the SameSite attribute on the cart cookie.
- getCsrCartOperationService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- getCsrCartOpService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- getCsrCartOpService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CustomerServiceEndpoint
-
Deprecated.
- getCurrency() - Method in class com.broadleafcommerce.cartoperation.domain.Product
- getCurrency() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The currency gathered from the
TransactionExecutionRequest.getTransactionAmount() - getCurrency() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Deprecated.in favor of using
PriceCartRequestfor creating or pricing a cart. - getCurrency() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.PriceCartRequest
-
The currency to price the cart against.
- getCurrencyContext() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Transient ability to have a currency initialized
- getCurrencyContext() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Transient ability to have a currency initialized
- getCurrencyFromCart(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getCurrencyUnit(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
- getCurrencyUnit(PriceCartRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Call utility method to determine currency.
- getCustomersItemListAccessRuleByRolesUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI subpath for customer item list access rule by roles.
- getCustomersItemListAccessRulesUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI subpath for customer item list access rule operations.
- getCustomersUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for customer operations.
- getDataDrivenEnumId(DataDrivenEnum) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- getDateApplied() - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The date and time when the related offer was applied.
- getDateRecorded() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The timestamp when this transaction response was recorded
- getDateRecorded() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The timestamp when this transaction response was recorded
- getDeclineType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The type of transaction failure (hard vs soft failure)
- getDeclineType() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The type of transaction failure (hard vs soft failure)
- getDefaultVirtualFulfillmentOptionName() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
The default fulfillment option name for the
FulfillmentType.VIRTUALfulfillment type. - getDeletedItemListIds() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
-
The list of item list ids that were processed for deletion
- getDependentCartItems() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
A list of additional
AddItemRequeststhat should be processed as dependent items of the resulting parent item of this currentAddItemRequest. - getDependentItemConfigErrors() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.AddToCartApiError
-
Map of configuration errors for related to the item's
CartItem.getDependentCartItems()where the key is the item's identifier such as ProductOption choiceKey. - getDependentItemUpdates() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
A list of additional
AddItemRequeststhat should be processed as children items of the resulting parent item of this currentUpdateItemRequest. - getDispatcherServlet() - Method in class com.broadleafcommerce.cartoperation.web.filter.FilterExceptionResolverFilter
- getDisplayAttributes() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
General use map to capture any display properties for this Payment
- getDisplayAttributes() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
General use map to capture any display properties for this Payment
- getDisplayOrder() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
Defines the display position of this included product in relation to other included products.
- getDisplayValue() - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
-
The display value for the associated
DataDrivenEnum.type. - getDocumentContext(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- getEan() - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
-
Meant to hold EAN, or European Article Number (a.k.a.
- getEmailAddress() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ContactInfoRequest
-
Email addresses that should be used as a point of contact for the cart.
- getEncodedPrivateKey() - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenEncoderProperties
-
The encoded RSA private key string to be used to encode preview token JWTs.
- getEncodedPrivateKey() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties.Jwt
- getEncodedPublicKey() - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenDecoderProperties
-
The encoded RSA public key string to be used to decode and verify transfer cart token JWTs.
- getEncodedPublicKey() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties.Jwt
- getErrorCode() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
In case of a validation failure in conjunction with a
AttributeChoice.getValidationStrategy()this is the error code that should be shown to customers. - getErrorMessage() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
In case of a validation failure in conjunction with a
AttributeChoice.getValidationStrategy()this is the message that should be shown to customers. - getErrorType(WebClientResponseException) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- getEstimatedTaxProvider() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- getExceptionResolvers() - Method in class com.broadleafcommerce.cartoperation.web.filter.FilterExceptionResolverFilter
- getExpectedTotalAmount() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The total amount that we're expecting to be executed against the payment, spread across the
TransactionExecutionResponse.transactionExecutionDetails. - getExpirationTime() - Method in class com.broadleafcommerce.cartoperation.domain.TransferCartToken
-
The expiration time of the transfer cart token in UTC.
- getExpirationTime() - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenEncoder
- getExpirationTimeout() - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenEncoderProperties
-
The duration of the expiration timeout for the preview token JWT.
- getExternalCartProperties() - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- getExternalId() - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
-
External (1st or 3rd party) system reference to a unique SKU.
- getFactory() - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- getFailedItemAdditions() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ItemListAddToCartResponse
-
Map of
ItemListids to a collection ofItemListItemids that could not be added to cart - getFailedItemAdditions(List<AddItemFailure>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
-
Identifies the
ItemListItemids related to the failedAddItemRequests. - getFailureMessage() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
Message intended to inform why the checkout submission failed if
CheckoutResponse.isSuccess()is false. - getFailureMessage(DefaultCheckoutFailureTypes) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- getFailureType() - Method in exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowActivityException
-
The category of workflow failure that caused this exception.
- getFailureType() - Method in exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowException
-
The category of workflow failure that caused this exception.
- getFailureType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The type of transaction failure
- getFailureType() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
The type of checkout failure which can be used programmatically by the client application to react to the failure.
- getFailureType() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The type of transaction failure
- getField(Errors, String, Class<T>) - Static method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidationUtil
-
Gets the value from a field casted to the requested type.
- getField(String, String, String, Class<T>) - Method in class com.broadleafcommerce.cartoperation.properties.DiscriminatedProperties
- getFieldMappingUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProperties
-
The URI path for cart item product mappings.
- getFreeGiftAdjustment(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartItemOfferUtils
-
Gets the temporarily stored
Adjustmentfor the free gift item. - getFreeGiftAdjustment(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- getFreeGiftItemsFromOffers(Cart) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOfferUtils
-
Retrieves the
FreeGiftItemsapplicable to the givenCart. - getFreeGiftItemsFromOffers(Cart) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- getFriendlyName() - Method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- getFriendlyName() - Method in enum com.broadleafcommerce.cartoperation.domain.enums.PaymentDeclineType
- getFriendlyName() - Method in interface com.broadleafcommerce.cartoperation.domain.enums.PaymentType
- getFulfillmentFlatRates() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
A map of flat rates for fulfilling (e.g., shipping) this product for a particular fulfillment option type (e.g., standard shipping).
- getFulfillmentFlatRates() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
A map of flat rates for fulfilling (e.g., shipping) this product for a particular fulfillment option type (e.g., standard shipping).
- getFulfillmentGroupById(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
-
Gets the fulfillment group by the provided ID.
- getFulfillmentGroupById(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Gets the fulfillment group by the provided ID.
- getFulfillmentGroupLink(CheckoutCart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- getFulfillmentGroups(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- getFulfillmentGroupSubmitValidator() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartFulfillmentValidationActivity
- getFulfillmentGroupsUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The fulfillment groups URI
- getFulfillmentItemAdjustmentsToAdd(ItemResponseDetail<? extends ProratedItemOfferAdjustmentDto>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
-
Gets a list of
Adjustmentsfor aFulfillmentItembased on the givenItemResponseDetail. - getFulfillmentOption() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateFulfillmentGroupRequest
-
The fulfillment option chosen for the
UpdateFulfillmentGroupRequest.getType(). - getFulfillmentOptions(Cart, String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutEndpoint
-
Deprecated.
- getFulfillmentOptionsForCart(String, String, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- getFulfillmentPricingService() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getFulfillmentPricingService() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
- getFulfillmentPricingService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- getFulfillmentPricingService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutEndpoint
-
Deprecated.
- getFulfillmentRate(FulfillmentPricingRequest) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProvider
- getFulfillmentRate(FulfillmentPricingRequest) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ShippingProvider
- getFulfillmentRates(FulfillmentPricingRequest) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProvider
- getFulfillmentRates(FulfillmentPricingRequest) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ShippingProvider
- getFulfillmentTotal() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The payment's total fulfillment cost
- getFulfillmentTotal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The payment's total fulfillment cost
- getFulfillmentTotal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The payment's total fulfillment cost.
- getFulfillmentTotal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The payment's total fulfillment cost
- getFulfillmentTotal() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The payment's total fulfillment cost
- getFulfillmentType() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
-
Indicates if this group is expected to be picked up or shipped.
- getGatewayResponseCode() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The response code provided by the payment gateway which may represent a success or failure
- getGatewayResponseCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The response code provided by the payment gateway which may represent a success or failure
- getGatewayType() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The gateway used to process this payment.
- getGlobalConfigErrors() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.AddToCartApiError
-
List of global configuration errors for the
CartItem - getGtin() - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
-
GTIN (Global Trade Item Number) This holds all GTIN formats.
- getGuestCartProtectionService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- getGuestCartProtectionService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- getGuestCartProtectionService() - Method in class com.broadleafcommerce.cartoperation.web.validator.DefaultGuestCartTokenValidator
- getGuestCartTokenValidator() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- getGuestCartTokenValidator() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- getGuestToken() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties
- getGuestTokenUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path of the guest token store for a cart.
- getGuestTokenUrlForCart(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalGuestTokenProvider
- getHeaderName() - Method in class com.broadleafcommerce.cartoperation.web.service.HeaderRequestCartVersionResolver
-
Gets the header name to check the version for.
- getHeaderName() - Method in class com.broadleafcommerce.cartoperation.web.service.HeaderRequestGuestTokenResolver
-
Gets the header name to check for the guest token
- getHeaders(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.AbstractExternalProvider
-
Builds the headers to be passed along with the request to the provider.
- getHints() - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration.ValidationConfiguration.FulfillmentCheckoutValidationConfig
- getId() - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
A unique system identifier.
- getId() - Method in class com.broadleafcommerce.cartoperation.domain.Category
-
The primary id of the category.
- getId() - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
-
The ID of the enum.
- getId() - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
- getId() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
The ID of the Product.
- getId() - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
-
A unique system identifier.
- getId() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
The unique identifier for this variant.
- getImageAssetForProduct(Product) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- getImageAssetForVariant(Variant, Product) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- getInaccessibleItemListIds() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
-
The list of Item List ids that the user does not have the proper access rights to.
- getInaccessibleItemListIds() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ItemListAddToCartResponse
-
From the list of ids that the user attempted to add to cart, this represents the set of
ItemListids that the user does not have access to - getIncludedItemUnitPrice(IncludedProduct) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
-
Returns the "unitPrice" of the
IncludedProductto use for aCartItem. - getIncludedProductName(IncludedProduct) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
-
Returns the "name" of the
IncludedProductto use for aCartItem. - getIncludedProducts() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Additional products that are always included with the product, no matter what.
- getIncludedProductService() - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- getInstance(Class<?>) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- getInvalidCartItem() - Method in class com.broadleafcommerce.cartoperation.service.AddItemFailure
-
If
AddItemFailure.typeisAddItemFailure.AddItemFailureType.VALIDATION, this object represents the invalidCartItemthat was built based on the providedAddItemFailure.addItemRequest - getInventoryCheckStrategy() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Describes when the product's inventory should be checked for availability.
- getInventoryCheckStrategy() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Describes when the variant's inventory should be checked for availability.
- getInventoryLocationId() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
-
The Inventory Location for which this availability is indicated.
- getInventoryProvider() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.InventoryAvailabilityValidationCheckoutWorkflowActivity
- getInventoryProvider() - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartOperationServiceProviders
-
Gets an inventory provider.
- getInventoryProvider() - Method in class com.broadleafcommerce.cartoperation.service.provider.DefaultCartOperationServiceProviders
- getInventoryReservationStrategy() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Describes when the product's inventory should be reserved.
- getInventoryReservationStrategy() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Describes when the variant's inventory should be reserved.
- getInventorySummaries(Map<String, Integer>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- getInventorySummariesBySku(Map<String, Integer>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.EmptyInventoryProvider
- getInventorySummariesBySku(Map<String, Integer>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- getInventorySummariesBySku(Map<String, Integer>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.InventoryProvider
-
Gets a map of
SkuInventoryAvailabilitySummariesby SKU. - getInventoryTransactions() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationResponse
-
List of associated
InventoryTransactions. - getInventoryType() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Describes the product's type of fulfillment - ie is it a physical or virtual item?
- getIssuer() - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenDecoderProperties
-
The issuer for the JWT token.
- getIssuer() - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenEncoderProperties
-
The issuer for the JWT token.
- getIssuer() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties.Jwt
- getItemAttributeChoices() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Attribute choices that should be copied to
CartItem.getAttributeChoices()for this request. - getItemAttributeChoices() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
Attribute choices that should be copied to
CartItem.getAttributeChoices()for this request. - getItemAttributes() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Miscellaneous attributes that should be copied to the
CartItem.getAttributes()for this request. - getItemAttributes() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
Attributes that should be copied to the
CartItem.getAttributes()for this request. - getItemBatchSize() - Method in class com.broadleafcommerce.cartoperation.service.ItemListAddToCartProperties
-
Dictates the ItemListItem batch size when adding an ItemList to cart
- getItemChoice() - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
-
Configuration for the
ProductOptionType.ITEM_CHOICE. - getItemChoiceKey() - Method in class com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
- getItemChoiceKey() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
If this
AddItemRequestis one withinAddItemRequest.getDependentCartItems(), this is the key to use to relate to thisCartItemto a configured product item choice. - getItemChoiceService() - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- getItemChoiceTarget(DependentItemDetails, String, int) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
-
Builds a
PriceableTargetfor the parentItemChoiceof a dependentCartItemrepresenting aSpecificItemChoice. - getItemFailureMessages() - Method in exception com.broadleafcommerce.cartoperation.domain.InventoryUnavailableException
-
Line item error messages to indicate which cart items were unavailable.
- getItemFailureMessages() - Method in exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowActivityException
-
Line item error messages used to describe issues with individual fields, cart items, etc.
- getItemFailureMessages() - Method in exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowException
-
Line item error messages used to describe issues with individual fields, cart items, etc.
- getItemFailureMessages() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
Line item error messages used to describe issues with individual fields, cart items, etc.
- getItemInternalAttributes() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Miscellaneous internal attributes that should be copied to the
CartItem.getInternalAttributes()for this request. - getItemListAccessRuleForCustomerAndItemList(CustomerRef, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
- getItemListAccessRuleForCustomerAndItemList(CustomerRef, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListAccessRuleProvider
-
Get an item list access rule for a customer for specific list.
- getItemListAccessRulesBulkUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI subpath for bulk item list access rule operations.
- getItemListAccessRulesForCustomer(CustomerRef, Pageable, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
- getItemListAccessRulesForCustomer(CustomerRef, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListAccessRuleProvider
-
Get item list access rules by customer.
- getItemListAccessRulesUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI subpath for item list access rule operations.
- getItemListAddToCartService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- getItemListById(String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- getItemListById(ContextInfo, String, CustomerRef) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- getItemListById(String, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListManagementService
-
Gets a specific item list by its ID.
- getItemListIds() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemListToCartRequest
-
Set of ids representing the
ItemListsthat are to be added to cart - getItemListItem(ContextInfo, CustomerRef, String, String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- getItemListItemPage(String, CustomerRef, Pageable, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
- getItemListItemPage(ContextInfo, CustomerRef, String, Pageable) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- getItemListItemPage(String, CustomerRef, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListItemManagementService
-
Gets a page of item list items.
- getItemListItems(String, Collection<String>, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
- getItemListItems(ContextInfo, CustomerRef, String, Set<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- getItemListItems(String, Collection<String>, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListItemManagementService
-
Gets specific item list items by their IDs.
- getItemListPage(CustomerRef, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- getItemListPage(ContextInfo, CustomerRef, Node, Pageable) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- getItemListPage(CustomerRef, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListManagementService
-
Gets a page of item lists.
- getItemListProvider() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
- getItemListsBulkDeleteItemsUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
Context path to append to
ExternalCartProperties.itemListsBulkItemsUrifor deleting items. - getItemListsBulkDeleteUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
Context path to append to
ExternalCartProperties.itemListsBulkUrifor deleting items. - getItemListsBulkItemsUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for bulk CRUD operation on item list items.
- getItemListsBulkUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The context path to append to
ExternalCartProperties.urlfor bulk list operations. - getItemListSecurity() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
- getItemListsItemsUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for basic CRUD operation on item list items.
- getItemListsUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for basic CRUD operation on item lists.
- getItemPage(String, Pageable, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListItemProvider
- getItemPage(String, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListItemProvider
-
Gets a page of items belonging to a specific item list.
- getItemPriceInfo(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- getItemProvider() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
- getItems(String, Collection<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListItemProvider
- getItems(String, Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListItemProvider
-
Gets specific items of a list by their IDs.
- getItemService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
- getItemService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- getItemService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- getItemsFromContainer(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartItemMergingService
- getItemsFromContainer(ItemList, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemMergingService
- getItemsFromContainer(C, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
-
Gets the from the item container.
- getItemValidators() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.DefaultFulfillmentGroupSubmitValidator
- getJwt() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
- getKey() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddAttributeRequest
-
The attribute's key.
- getLabel() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
-
What the customer sees for display.
- getLabel() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
The user-facing label that describes this included product.
- getLabel() - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
-
The label shown to customers when displaying this option.
- getListId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
-
The ID of the item list being shared.
- getListProvider() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- getListService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- getListType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
-
Gets the type reference for a list of sku availability.
- getListType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
-
Gets the type reference for a list of access rules.
- getListType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListItemProvider
-
Gets the type reference for a list of item list items.
- getListType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
-
Gets the type reference for a list of item lists.
- getLocale() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Deprecated.in favor of using
PriceCartRequestfor creating or pricing a cart. - getLocale() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.PriceCartRequest
-
The locale to price the cart against.
- getLockPaymentsUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The URI path for locking multiple payments.
- getLockTokens() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.UnlockPaymentRequest
-
List of tokens that can be used to release payment locks.
- getMapper() - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenDecoder
- getMapper() - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- getMapper() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- getMapper() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.pricing.CartItemPriceableTargetUtils
- getMapper() - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartItemOfferUtils
- getMapper() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- getMapType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
-
Gets the type reference for a list of item list items.
- getMaximumQuantity() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
The maximum amount of this item that a customer can purchase at a time.
- getMaximumThreshold() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
The maximum count of this product that must be added in a cart.
- getMaximumThreshold() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
The maximum count of this variant can be added in a cart.
- getMerchandisingContext() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
The value that should be mapped to
CartItem.getMerchandisingContext(). - getMerchandisingType() - Method in class com.broadleafcommerce.cartoperation.domain.Product
- getMergeType() - Method in class com.broadleafcommerce.cartoperation.domain.MergeItemPair
-
The type of merge for this item pair.
- getMergingService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
- getMergingType() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Determines how this Product should merge with other similar items when it gets added to a cart.
- getMergingType() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
Globally determines how Products should merge with other similar items when they get added to a cart.
- getMessage() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
Message describing the result of the transaction
- getMessage() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
-
A message describing the results of adding the code to the cart.
- getMessage() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
Message describing the result of the transaction
- getMessage(String, Object...) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartFulfillmentValidationActivity
- getMessage(String, Object...) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
- getMessage(String, Object...) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.PaymentTransactionExecutionActivity
- getMessage(String, Object...) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultAttributeChoiceConfigurationService
- getMessage(String, Object...) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- getMessage(String, Object...) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
- getMessage(String, Object...) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- getMessage(String, Object...) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getMessage(String, Object...) - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- getMessagePath() - Method in interface com.broadleafcommerce.cartoperation.domain.CheckoutFailureType
- getMessagePath() - Method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
- getMessagePath() - Method in interface com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponseType
- getMessagePath() - Method in enum com.broadleafcommerce.cartoperation.web.endpoint.domain.DefaultAddCodeToCartResponseTypes
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartFulfillmentValidationActivity
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartItemValidationActivity
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartOfferValidationActivity
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPricingValidationActivity
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStatusValidationHelper
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.InventoryAvailabilityValidationCheckoutWorkflowActivity
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.PaymentTransactionExecutionActivity
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultAttributeChoiceConfigurationService
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- getMessageSource() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getMinimumQuantity() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
The minimum amount of the item that a customer must purchase.
- getMinimumThreshold() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
The minimum count of this product that must be added in a cart.
- getMinimumThreshold() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
The minimum count of this variant that must be added in a cart.
- getModifiedItem() - Method in class com.broadleafcommerce.cartoperation.domain.MergeItemPair
-
The matched item instance that was modified (added or updated) and resulted in a merge needing to occur.
- getName() - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
A friendly identifier for the tag.
- getName() - Method in class com.broadleafcommerce.cartoperation.domain.Category
-
The name of the category.
- getName() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The name of this payment.
- getName() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
The name of the product.
- getName() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
The name of this particular variant of the product.
- getName() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The name of this payment.
- getNewCart() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider.CartConflictResponse
- getNewCart() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.StaleCartApiError
- getNonIncludedTax(CartPricing) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
-
Determine the amount of tax that was not included in the subtotal and therefore should be added to the subtotal to get the grand total.
- getObjectMapper() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartItemMergingService
- getObjectMapper() - Method in class com.broadleafcommerce.cartoperation.service.mapping.DataDrivenCartItemProductMapper
- getObjectMapper() - Method in class com.broadleafcommerce.cartoperation.service.mapping.PropertyDrivenCartItemProductMapper
- getObjectMapper() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getObjectMapper() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.AbstractExternalProvider
- getOfferId() - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The associated
offer's id. - getOfferIdsToIgnore(Cart) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOfferUtils
-
Retrieves the offer ids to ignore and not apply to the given
Cart. - getOfferIdsToIgnore(Cart) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- getOfferProvider() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartOfferValidationActivity
- getOfferProvider() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getOfferProvider() - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartOperationServiceProviders
-
Gets a offer provider.
- getOfferProvider() - Method in class com.broadleafcommerce.cartoperation.service.provider.DefaultCartOperationServiceProviders
- getOfferUtils() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getOldCartPrice() - Method in class com.broadleafcommerce.cartoperation.web.service.StaleCartPricingResultHolder
- getOptions() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Drives additional information that the customer should enter when purchasing this product.
- getOptions(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- getOptions(Cart, String) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.FulfillmentPricingService
-
A list of all potential fulfillment options for the specified cart and fulfillment group.
- getOptionValidators() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.DefaultFulfillmentGroupSubmitValidator
- getOptionValues() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Helper to make this particular variant uniquely identifiable across multiple variants for the same product.
- getOrder() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.address.PaymentTaxAddressSourceHandler
- getOrder() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.address.ShippingTaxAddressSourceHandler
- getOrderId() - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The id of the cart upon which the related offer was used.
- getOriginOfferId(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartItemOfferUtils
-
Gets the id of the offer that this
CartItemwas a target of. - getOriginOfferId(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- getOverrideCartHeaderName() - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- getOverrideCartHeaderName() - Method in interface com.broadleafcommerce.cartoperation.web.filter.resolver.ServletRequestCartResolver
- getOverridePrice() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- getOverridePrice() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- getOverridePrice() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- getOverridePrice() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.OverridePriceRequest
-
The new price value.
- getOwnerId() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.LockPaymentRequest
-
The id of the entity that owns this payment.
- getOwnerType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.LockPaymentRequest
-
Describes the owner of the payment.
- getPage() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.page.ResponsePageGenerator
- getPageType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
-
Gets the type reference for a page generator of access rules.
- getPageType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListItemProvider
-
Gets the type reference for a page generator of item list items.
- getPageType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
-
Gets the type reference for a page generator of item list items.
- getParentCartItemId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
The id of the parent
CartItemfor this add item request. - getParentCategories() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
All
Categoriesthat include the product. - getParentTransactionId() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The id of the parent payment transaction.
- getParentTransactionId() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The id of the payment transaction that proceeded this transaction.
- getPaymentId() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The id of this payment.
- getPaymentId() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The id of the related
PaymentSummarythat is meant to be used for the transaction. - getPaymentId() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
- getPaymentId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The id of the payment.
- getPaymentId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The ID of the payment to update.
- getPaymentProvider() - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- getPaymentProvider() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
- getPaymentProvider() - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- getPaymentProvider() - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- getPaymentProvider() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getPaymentProvider() - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- getPaymentProvider() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.address.PaymentTaxAddressSourceHandler
- getPaymentProvider() - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
- getPaymentSummaries() - Method in class com.broadleafcommerce.cartoperation.service.messaging.completion.CheckoutCompletionEvent
-
The payments for the cart that completed the checkout workflow
- getPaymentSummaries() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
A collection of
PaymentSummariesrelated to theCart. - getPaymentSummary() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The updated
PaymentSummaryrepresentation. - getPaymentsUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The URI path for basic CRUD operations on payments.
- getPaymentTransactionFailureDetails() - Method in exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowActivityException
-
A collection of
PaymentTransactionFailureDetailsdescribing how the transaction(s) failed. - getPaymentTransactionFailureDetails() - Method in exception com.broadleafcommerce.cartoperation.exception.CheckoutWorkflowException
-
A collection of
PaymentTransactionFailureDetailsdescribing how the transaction(s) failed. - getPaymentTransactionFailureDetails() - Method in exception com.broadleafcommerce.cartoperation.exception.PaymentTransactionFailureException
-
A collection of
PaymentTransactionFailureDetailsdescribing how the transaction(s) failed. - getPaymentTransactionFailureDetails() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
A collection of
PaymentTransactionFailureDetailsdescribing how the transaction(s) failed. - getPosition() - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
Defines the position over a display component this tag should be displayed such as the "top-left" of a Product's image on a list or details page.
- getPriceableFields(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.pricing.CartItemPriceableTargetUtils
- getPriceableFields(PriceInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.pricing.CartItemPriceableTargetUtils
-
Builds the map of priceable fields for a
PriceInfothat could later be added asPriceableTarget.getPriceableFields(). - getPriceableTargets(CartItem, Map<String, Integer>) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
-
Builds the
PriceableTargetsfor the givenCartItemand itsdependents. - getPriceCartRequest() - Method in class com.broadleafcommerce.cartoperation.domain.CartCreationRequest
-
The initial
PriceCartRequestto price the cart. - getPriceContext(Locale, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
- getPriceInfo() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Summary of the
pricing informationrelated to the product. - getPriceInfo() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Summary of the
pricing informationrelated to the choice. - getPriceInfoContext(Set<PriceableTarget>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
- getPriceInfoForDependentItem(CartItem, Collection<P>) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
-
Determines the matching
PriceInfofor a dependentCartItem. - getPriceInfoForDependentItem(CartItem, Collection<P>, String) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
-
Determines the matching
PriceInfofor a dependentCartItem. - getPriceInfos(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- getPriceInfos(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.pricing.CartItemPriceableTargetUtils
- getPriceInfosUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProperties
-
The URI path for pricing items.
- getPriceInvalidation() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
The price invalidation configuration.
- getPricingChangeMessage(MonetaryAmount, MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- getPricingChangeMessage(MonetaryAmount, MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getPricingFields() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.DefaultFulfillmentGroupSubmitValidator
- getPricingKey() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- getPricingKey() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- getPricingKey() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
System-wide unique identifier to configure specific pricing for the product.
- getPricingKey() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- getPricingKey(Product, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
-
Returns the product price key, if specified, otherwise retrieves it from the cart item or generates a new one.
- getPricingKey(Product, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
-
Returns the product price key, if specified, otherwise retrieves it from the cart item or generates a new one.
- getPricingProvider() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getPricingTargetType() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- getPricingTargetType() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- getPricingTargetType() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- getPrimaryAsset() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
The asset associated with this product marked as primary.
- getPriority() - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
Priority of this tag relative to other tags that may share the same
AdvancedTag.positionorAdvancedTag.type. - getProduct() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
This field contains the specified product if the
typeisIncludedProductType.PRODUCT. - getProduct() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
If the
SpecificItemChoice.typeisSpecificItemChoiceType.PRODUCTthis holds the product for this choice - getProductBatchSize() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.BulkAddToCartOperation
-
Dictates the number of products that are gathered at a time when populating & validating a CartItem during an add to cart request.
- getProductDescription(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Retrieves the description of the product represented by the
CartItem. - getProductId() - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
-
ID of the parent product.
- getProductId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
The id of the product for this add item request.
- getProductIdsForMissingEntities() - Method in class com.broadleafcommerce.cartoperation.domain.ProductList
-
The list of provided ids for which a Product could not be found
- getProductMappings() - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties
-
Configuration for the fields which should be included in mapping a
Productinto aCartItem. - getProducts() - Method in class com.broadleafcommerce.cartoperation.domain.ProductList
-
All
Productsand their details. - getProductsUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProperties
-
The URI path for products.
- getProductType() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Defines the type of the product.
- getProductType(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getProductType(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- getProductType(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- getProductType(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- getProductUrisForMissingEntities() - Method in class com.broadleafcommerce.cartoperation.domain.ProductList
-
The list of provided uris for which a Product could not be found
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenDecoder
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenEncoder
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartItemMergingService
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartVersionValidationService
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemMergingService
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalGuestTokenProvider
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListItemProvider
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
- getProperties() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
- getProviders() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartItemMergingService
- getProviders() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getQualifierCartItemDetails(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartItemOfferUtils
-
Gets the offer qualifier
OfferItemDetailsthat the givenCartItemwas a target of. - getQualifierCartItemDetails(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- getQualifierCartItemIds(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartItemOfferUtils
-
The
idsof the offer qualifierCartItemsthat the givenCartItemwas added from. - getQualifierCartItemIds(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- getQuantity() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
The value of the fixed quantity.
- getQuantity() - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
-
Quantity associated with this transaction representing the delta or change.
- getQuantity() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestItem
-
Quantity delta that is being requested (i.e.
- getQuantity() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
The amount of this item to be added to the
Cart. - getQuantity() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
The amount of this item to be added to the
Cart. - getQuantityMatched() - Method in class com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
- getQuantityRequested() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilityRequest
-
Quantity delta that is being requested (i.e.
- getRates(String, FulfillmentPricingRequest) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProvider
- getRateUrl() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProvider
- getReason() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.OverridePriceRequest
-
The reason the override was performed, for example, "Price Match".
- getReasonType() - Method in exception com.broadleafcommerce.cartoperation.exception.AddCodeException
-
The reason type for why the code could not be added.
- getReceivedException() - Method in exception com.broadleafcommerce.cartoperation.exception.ProviderApiException
-
The received error.
- getReferenceNumber() - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
-
Arbitrary external reference number.
- getReferenceNumber() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestItem
-
This can be any number, but is typically the Order Item ID or Fulfillment Item ID.
- getRelatedAdjustments(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getRequest() - Method in class com.broadleafcommerce.cartoperation.web.advice.VersionValidatingRequestBodyAdvice
- getRequestCartHolder() - Method in class com.broadleafcommerce.cartoperation.web.advice.CartCookieResponseBodyAdvice
-
Deprecated.
- getRequestCartHolder() - Method in class com.broadleafcommerce.cartoperation.web.advice.VersionValidatingRequestBodyAdvice
- getRequestCartHolder() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- getRequestCartHolder() - Method in class com.broadleafcommerce.cartoperation.web.filter.CartResolutionFilter
- getRequestCartHolder() - Method in class com.broadleafcommerce.cartoperation.web.validator.CartItemModifyingRequestValidator
- getRequestCartHolder() - Method in class com.broadleafcommerce.cartoperation.web.validator.CartModifyingRequestValidator
- getRequestCartVersionResolver() - Method in class com.broadleafcommerce.cartoperation.web.advice.VersionValidatingRequestBodyAdvice
- getRequestCartVersionResolver() - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- getRequestedInventoryLocationId() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
-
The locationId of the Inventory Location from which the customer wishes to receive inventory.
- getRequestedItems() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
-
List of items to reserve.
- getRequestedQuantitiesPerSku(CartItem, Cart, Product) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Deprecated.
- getRequestedQuantitiesPerSku(CartItem, Cart, Product, List<Product>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getRequestId() - Method in class com.broadleafcommerce.cartoperation.service.messaging.completion.CheckoutCompletionEvent
-
The id representing this request to checkout This value can be used to identify entities that were produced due to this request and therefore need to be rolled back
- getRequestId() - Method in class com.broadleafcommerce.cartoperation.service.messaging.rollback.CheckoutRollbackEvent
-
The id representing this request to checkout This value can be used to identify entities that were produced due to this request and therefore need to be rolled back
- getRequestId() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The id representing the customer's request to execute one or more transactions.
- getRequestId() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The id representing the customer's request to execute one or more transactions.
- getRequestId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartRequest
-
A unique id used to represent the request.
- getRequestId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutProcessRequest
-
A unique id used to represent the request.
- getRequestId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
The id representing the customer's request to checkout
- getRequestId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The id representing the customer's request to execute the transaction.
- getRequestMatcher() - Method in class com.broadleafcommerce.cartoperation.web.filter.CartResolutionFilter
- getRequiredCartItem(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
-
Gets a cart item from the cart by its ID.
- getRequiredCartItem(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Gets a cart item from the cart by its ID.
- getReservationRequestGroups() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequest
-
Logically separate groups into pickup or ship groups, along with items to be adjusted.
- getReservationRequestType() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequest
-
Indicates if the Inventory Reservation Request is a HARD or SOFT request.
- getReservationRequestType(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
-
Indicates the reservation request type (e.g.
- getReservationUri(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
-
Return the POST URI for Inventory Reservations.
- getReserveUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProperties
-
URI for reserving inventory
- getResourceLocksUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI subpath for resource locks.
- getResponseCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
-
A simple code describing the results of the add code to cart request.
- getRetrieveItemProductMappingsUrl() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProvider
- getRetrieveProductsUrl(Collection<String>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProvider
- getRetrieveRateUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProperties
-
URI for retrieving a single rate for a specific shipping method
- getRole() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
-
The role that the targets this item list is being shared with will be granted.
- getRoundingHelper() - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- getRoundingHelper() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getRoundingHelper() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- getRule(CustomerRef, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
-
Gets the rule for a customer to a specific item list.
- getRuleProvider() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- getSecurityCode() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The payment method security code that may be required to execute the transaction.
- getSecurityCodes() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutProcessRequest
-
A map of security codes to their payment ids.
- getSecurityProps() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- getSecurityService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
- getSecurityService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
- getSecurityService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- getSelectionType() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
Describes restrictions placed on the customer's ability to select items from the targeted set.
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProperties
-
The service client to use when calling campaign services.
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The service client to use when calling cart services.
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProperties
-
The service client to use for calling catalog.
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalGuestTokenProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProperties
-
The service client to use when calling inventory services.
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListItemProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
-
The service client to use when calling offer services.
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProperties
-
The service client to use when calling pricing services.
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalResourceLockProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProperties
-
The service client to use when interacting with the shipping service.
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The service client to use when calling payment transaction services.
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
- getServiceClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentTransactionExecutionProvider
- getSharedCode() - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The string of the
offer codeused to apply the related offer. - getShippingAddress() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
- getShippingAddress(Address) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- getShippingProperties() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProvider
- getShippingProvider() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- getShipToAddress() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
-
This is most useful when Fulfillment Type is SHIP.
- getSigner() - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenEncoder
- getSku() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
This uniquely identifies this product in the catalog when it is sold and is used for other contexts like inventory and pricing.
- getSku() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Sku code for this particular variant.
- getSku() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
The SKU code for the item (e.g., Product or Variant).
- getSkuCode() - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
-
This is the default way that Broadleaf uses for accessing
InventorySkuRef, especially when doing inventory reservations (soft and hard). - getSkuCode() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilityRequest
-
The value of the SKU reference.
- getSkuInventoryId() - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
-
This is the contextId of the associated
SkuInventoryrecord. - getSkuName() - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
-
Optional field to store a human readable name for the SKU.
- getSkuPriceInfos(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.pricing.CartItemPriceableTargetUtils
-
Deprecated.
- getSkuRef() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
-
Holder of pointer(s) that reference the SKU.
- getSkuReferenceFieldType() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequest
-
Indicates how we should be looking up SKU Inventory (by which field) with respect to
skuReferenceValue. - getSkuReferenceFieldType(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
-
SkuInventory records can be looked up or reference by a number of field types, including:
SKU_CODE - Identifies aProduct.getSku()orVariant.getSku()by a unique SKU code
SKU_EXTERNAL_ID - An ID in another 1st or 3rd party system (e.g. - getSkuReferences(WebClientResponseException) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- getSkuReferenceValue() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestItem
-
The value of the SKU reference.
- getSorting() - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
-
Field indicating a sort order, if sorted.
- getSource() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
A simple description of the system that initiated this transaction execution request.
- getSourceEntityId() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The ID of the source entity associated with the transaction.
- getSourceEntityType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The type of the source entity associated with the transaction.
- getSpecificChoices() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
If the
ItemChoice.selectionTypeisItemChoiceTargetType.SPECIFIC_PRODUCTSorItemChoiceTargetType.SPECIFIC_VARIANTSthis holds the manually-curated options that the customer can choose from. - getSpecificChoiceTarget(DependentItemDetails, String, int) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
-
Builds a
PriceableTargetfor a dependentCartItem. - getSpecificChoiceVariantOverrideTarget(SpecificItemChoiceVariantPricingOverride, String, int) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- getSpecificItemChoice() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- getStaleCartItemsService() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartItemValidationActivity
- getStaleCartItemsService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getStaleCartItemsService() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getStaleCartPricingResultHolder() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- getStaleCartPricingResultHolder() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getStandardPrice(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- getStringMapType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalResourceLockProvider
- getSubtotal() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The payment's total usually excluding adjustments, tax, and shipping.
- getSubtotal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The payment's total usually excluding adjustments, tax, and shipping.
- getSubtotal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The payment's total usually excluding adjustments, tax, and shipping.
- getSubtotal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The payment's total usually excluding adjustments, tax, and shipping.
- getSubtotal() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The payment's total usually excluding adjustments, tax, and shipping.
- getSuccessfulRequests() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService.BulkCartItemCreationResponse
-
All requests that were successfully processed.
- getSupportedClass() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
- getSupportedClass() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.DefaultFulfillmentGroupSubmitValidator
- getSupportedClass() - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidator
-
Gets the class that this validator supports.
- getSupportedClass() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.PickupTypeFulfillmentGroupSubmitValidator
- getSupportedClass() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.ShipTypeFulfillmentGroupSubmitValidator
- getSupportedClass() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.VirtualTypeFulfillmentGroupSubmitValidator
- getTag() - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
-
The
AdvancedTagto associate with a product. - getTags() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
A list of simple labels used to categorize the product
- getTargetDemographic() - Method in class com.broadleafcommerce.cartoperation.domain.Product
- getTargets() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
-
Describes who this list is being shared with.
- getTargetsForDependentItem(CartItem, Map<String, Integer>, String) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
-
Builds the list of
PriceableTargetsfor the given dependentCartItem. - getTargetsForDependentItem(CartItem, Map<String, Integer>) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
-
Builds the list of
PriceableTargetsfor the given dependentCartItem. - getTargetType() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
Identifies the type of items that a customer can choose from, whether specific products, specific variants, or products from a specific category.
- getTargetType() - Method in class com.broadleafcommerce.cartoperation.domain.UserTarget
-
The type of the user.
- getTargetValue() - Method in class com.broadleafcommerce.cartoperation.domain.UserTarget
-
An identifying value for the user.
- getTaxAddressSourceHandlers() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- getTaxItemIdForFulfillment(F) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Extension point to modify the
TaxItem.getItemId()for fulfillment tax items. - getTaxItemIdForLineItem(F, FulfillmentItem) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- getTaxProvider(Cart, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Determine which tax provider to use for calculating taxes for the cart
- getTaxRequest(Cart, F, TaxAddressSourceHandler, List<TI>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- getTaxResponseMap(List<TRES>) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Returns a map of tax responses, with the key as the
TaxResponse.getFulfillmentGroupReferenceNumber() - getTaxService() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getTaxService() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getTaxService() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- getTaxTotal() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The payment's total tax cost
- getTaxTotal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The payment's total tax cost
- getTaxTotal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The payment's total tax cost.
- getTaxTotal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The payment's total tax cost
- getTaxTotal() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The payment's total tax cost
- getTenant() - Method in class com.broadleafcommerce.cartoperation.properties.DiscriminatedProperties
- getTenantIdFromContext(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
- getTenantIdFromContext(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
- getThreeDSecureVerificationUrl() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The gateway-provided url where the customer must verify that they are in fact the owner of the payment method.
- getThreeDSecureVerificationUrl() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The gateway-provided url where the customer must verify that they are in fact the owner of the payment method.
- getToken() - Method in class com.broadleafcommerce.cartoperation.domain.TransferCartToken
-
The token string that is used to authorize that a request has access to transfer the given cart.
- getToken() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenResponse
- getToken() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenValidationResponse
- getTokenGenerator() - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- getTokenProvider() - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- getTokenResolver() - Method in class com.broadleafcommerce.cartoperation.web.resolver.GuestTokenHandlerMethodArgumentResolver
- getTokenResponse(OAuth2ClientCredentialsGrantRequest) - Method in class com.broadleafcommerce.cartoperation.oauth2.client.endpoint.OAuth2ClientCredentialsAccessTokenResponseClient
- getTokenTimeout() - Method in class com.broadleafcommerce.cartoperation.service.ULIDGuestTokenGenerator
- getTotalQuantityForTargetIdMap(Collection<C>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
-
Creates a map of the SKU or pricing key of an underlying item from a cart item to the total quantity of that item across all cart items.
- getTransactionAmount() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The transaction amount that was executed against the
PaymentSummary. - getTransactionAmount() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The transaction amount that we're expecting to execute against the
PaymentSummary. - getTransactionAmount() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The transaction amount that was executed against the
PaymentSummary. - getTransactionExecutionDetails() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
A list of
TransactionExecutionDetailsdescribing the transactions executed. - getTransactionExecutionProvider() - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
- getTransactionExecutionService() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.PaymentTransactionExecutionActivity
- getTransactionId() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The id of the executed transaction.
- getTransactionId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The id of the executed transaction.
- getTransactionReferenceId() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The transaction id known by the payment gateway.
- getTransactionReferenceId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The transaction id known by the payment gateway.
- getTransactionRetrievalStrategyFor3ds(String, String, String) - Method in class com.broadleafcommerce.cartoperation.service.checkout.CartOperationCheckoutProperties
- getTransactionStatus() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The status of the transaction.
- getTransactionStatus() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The status of the transaction.
- getTransactionType() - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
-
Indictes the type of transaction that this represents.
- getTransactionType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The type of transaction that is to be executed.
- getTransactionType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The type of transactions that were executed.
- getTransactionType() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The type of transactions that were executed.
- getTransferAnonymousCsrCartToken(ContextInfo, String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CustomerServiceEndpoint
-
Deprecated.
- getTransferCartTokenDecoder() - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- getTransferCartTokenEncoder() - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- getType() - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
Defines the type of this tag such as "key feature" or "discount".
- getType() - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
-
Identifies the type of the associated value, this is needed to gather all the enum
valuesbased on their types. - getType() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- getType() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The type of this payment like Credit Card or Gift Card.
- getType() - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
-
Controls both how the customer should be inputting values to fill out this option as well as storage of where the value will go once added to the cart.
- getType() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
Whether or not this item holds a product or a variant that the customer can select from
- getType() - Method in class com.broadleafcommerce.cartoperation.service.AddItemFailure
-
The type of failure that this request encountered.
- getType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
-
Gets the type reference for a list of access rules.
- getType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
-
Gets the type reference for item lists.
- getType() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
-
Gets the type reference for payment summary.
- getType() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateFulfillmentGroupRequest
-
The type of means by which this fulfillment group is fulfilled.
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultAttributeChoiceConfigurationService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenDecoder
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.address.PaymentTaxAddressSourceHandler
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.address.ShippingTaxAddressSourceHandler
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.AbstractExternalProvider
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.pricing.CartItemPriceableTargetUtils
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.security.DefaultUserTargetGenerationService
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.service.ULIDGuestTokenGenerator
- getTypeFactory() - Method in class com.broadleafcommerce.cartoperation.web.resolver.CustomerRefHandlerMethodArgumentResolver
- getTypeValidators() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.DefaultFulfillmentGroupSubmitValidator
- getUnitAmount(CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartPricingRoundingHelper
-
Determines the smallest unit amount of money for the
CurrencyUnit. - getUnits() - Method in class com.broadleafcommerce.cartoperation.domain.Weight
- getUnlockPaymentsUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The URI path for locking multiple payments.
- getUpc() - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
-
Meant to hold UPC, or Universal Product Code.
- getUpToDateCart() - Method in exception com.broadleafcommerce.cartoperation.exception.StaleCartException
- getUri() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
The navigable uri of this product.
- getUrl() - Method in class com.broadleafcommerce.cartoperation.domain.Category
-
The url of the category.
- getUrl() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProperties
-
The base url for an external campaign service.
- getUrl() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The base url for an external cart service.
- getUrl() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProperties
-
The base url for an external catalog service.
- getUrl() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProperties
-
The base url for an external inventory service.
- getUrl() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
-
The base url for an external cart service.
- getUrl() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProperties
-
The base url for an external cart service.
- getUrl() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProperties
-
The base url for the shipping service.
- getUrl() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The base url for an external payment transaction service.
- getUsabilityInfoUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProperties
-
The URI context path to append to
ExternalCampaignProperties.campaignAuditDetailsUrithat defines the endpoint responsible for providing whether a campaign code is usable, usually before it is applied. - getUseCodeUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
-
The URI path for using a code.
- getUser() - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The identifying info of the user that used the related offer.
- getUserTargetGenerationService() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- getUserTargetGenerationService() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
- getValidateUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProperties
-
The URI context path to append to
ExternalCampaignProperties.campaignAuditDetailsUrithat defines the endpoint responsible for validating campaign code usages after they're added to the cart, usually during checkout submission to make sure codes are still valid. - getValidateUri() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
-
The URI path for validating checkout.
- getValidationConfig() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartFulfillmentValidationActivity
- getValidationKey() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- getValidationRule() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
If
AttributeChoice.validationTypeisregex, this is the expression that should execute against the user's value. - getValidationStrategy() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
The strategy used to determine when this product option is validated.
- getValidationType() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
How the validation from
AttributeChoice.getValidationStrategy()should be performed. - getValidators() - Method in class com.broadleafcommerce.cartoperation.web.advice.VersionValidatingRequestBodyAdvice
- getValidCheckoutStatuses() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStatusValidationHelper
-
Retrieve the set of statuses which are considered valid to checkout.
- getValue() - Method in class com.broadleafcommerce.cartoperation.domain.Attribute
-
The value represented by this attribute.
- getValue() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
-
The value stored as an item attribute or cart attribute based on what the user selects.
- getValue() - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
-
The value of the associated
DataDrivenEnum.type. - getValue() - Method in class com.broadleafcommerce.cartoperation.domain.FulfillmentFlatRate
-
The value of this flat rate
- getValue() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddAttributeRequest
-
The attribute's value.
- getValue() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest.Target
- getValuePath() - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties.FieldMapping
- getValueType() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
-
The type of values that this list will be shared with (e.g email address, customer ID, etc.).
- getVariant() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
This field contains the specified variant if the
typeisIncludedProductType.VARIANT. - getVariant() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
If the
SpecificItemChoice.typeisSpecificItemChoiceType.VARIANTthis holds the variant for this choice - getVariantId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
The id of the variant for this add item request.
- getVariantId() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
The id of the variant for this add item request.
- getVariantMappings() - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties
-
Configuration for the fields which should be included in mapping a
Variantinto aCartItem. - getVariantParentProductId() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
This field contains the id of the parent product of the specified
IncludedProduct.variantif thetypeisIncludedProductType.VARIANT. - getVariantParentProductId() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
This field contains the id of the parent product of the specified
SpecificItemChoice.variantif thetypeisSpecificItemChoiceType.VARIANT. - getVariantPricing() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
Pricing overrides if specific variants of the main product this item belongs to are added to the cart.
- getVariants() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
All
Variantsfor this product. - getVendorRef() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Soft reference to the vendor associated with this catalog.
- getVendorRef() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
-
Soft reference to the vendor associated with this sku inventory summary.
- getVerifier() - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenDecoder
- getVersion() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The version of this payment.
- getVersion() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties
- getVersion() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
- getVersionResolver() - Method in class com.broadleafcommerce.cartoperation.web.resolver.CartVersionHandlerMethodArgumentResolver
- getVouchers(List<Voucher>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- getWebClient() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.AbstractExternalProvider
- getWeight() - Method in class com.broadleafcommerce.cartoperation.domain.Product
- getWeight() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
- getWeight() - Method in class com.broadleafcommerce.cartoperation.domain.Weight
- getWorkflowActivities() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
- getZeroAmount(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
- getZeroAmount(CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
- GIFT_CARD - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- grantOwnership(CustomerRef, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- grantOwnership(CustomerRef, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Grants ownership of an item list to the given customer.
- GuestCartOnlyException - Exception in com.broadleafcommerce.cartoperation.web.endpoint.exception
-
Exception thrown when an operation is taken for a register cart that is only available to guest carts.
- GuestCartOnlyException() - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.GuestCartOnlyException
- GuestCartOnlyException(String) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.GuestCartOnlyException
- GuestCartOnlyException(String, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.GuestCartOnlyException
- GuestCartOnlyException(String, Throwable, boolean, boolean) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.GuestCartOnlyException
- GuestCartOnlyException(Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.GuestCartOnlyException
- GuestCartProtectionService - Interface in com.broadleafcommerce.cartoperation.service
-
Interface for a service that is used for protecting customer information within guest carts.
- GuestCartTokenValidator - Interface in com.broadleafcommerce.cartoperation.web.validator
-
Validator interface used for validating a guest token for a
Cart. - GuestToken() - Constructor for class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.GuestToken
- GuestTokenDisabledException - Exception in com.broadleafcommerce.cartoperation.web.endpoint.exception
-
Exception thrown when there is an attempt to generate a guest token and that functionality is disabled.
- GuestTokenDisabledException() - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.GuestTokenDisabledException
- GuestTokenDisabledException(String) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.GuestTokenDisabledException
- GuestTokenDisabledException(String, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.GuestTokenDisabledException
- GuestTokenDisabledException(String, Throwable, boolean, boolean) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.GuestTokenDisabledException
- GuestTokenDisabledException(Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.web.endpoint.exception.GuestTokenDisabledException
- GuestTokenGenerator - Interface in com.broadleafcommerce.cartoperation.service
-
A generator of
GuestToken. - GuestTokenHandlerMethodArgumentResolver - Class in com.broadleafcommerce.cartoperation.web.resolver
-
Used for resolving
ResolveGuestToken-annotated arguments for endpoints. - GuestTokenHandlerMethodArgumentResolver(RequestGuestTokenResolver) - Constructor for class com.broadleafcommerce.cartoperation.web.resolver.GuestTokenHandlerMethodArgumentResolver
- GuestTokenProvider - Interface in com.broadleafcommerce.cartoperation.service.provider
-
Provider for storing
GuestToken. - GuestTokenRequiredException - Exception in com.broadleafcommerce.cartoperation.web.validator.exception
-
Exception thrown when a guest token is required and not provided for an endpoint.
- GuestTokenRequiredException() - Constructor for exception com.broadleafcommerce.cartoperation.web.validator.exception.GuestTokenRequiredException
- GuestTokenRequiredException(String) - Constructor for exception com.broadleafcommerce.cartoperation.web.validator.exception.GuestTokenRequiredException
- GuestTokenRequiredException(String, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.web.validator.exception.GuestTokenRequiredException
- GuestTokenRequiredException(String, Throwable, boolean, boolean) - Constructor for exception com.broadleafcommerce.cartoperation.web.validator.exception.GuestTokenRequiredException
- GuestTokenRequiredException(Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.web.validator.exception.GuestTokenRequiredException
- guestTokenRequiredMessage(String) - Method in class com.broadleafcommerce.cartoperation.web.validator.DefaultGuestCartTokenValidator
- GuestTokenResponse - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
A DTO object used for returning the cart and guest token.
- GuestTokenResponse(Cart, GuestToken) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenResponse
- GuestTokenValidationException - Exception in com.broadleafcommerce.cartoperation.exception
-
Exception thrown to indicate a failure to validate a
GuestToken. - GuestTokenValidationException() - Constructor for exception com.broadleafcommerce.cartoperation.exception.GuestTokenValidationException
- GuestTokenValidationException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.GuestTokenValidationException
- GuestTokenValidationException(String, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.exception.GuestTokenValidationException
- GuestTokenValidationException(String, Throwable, boolean, boolean) - Constructor for exception com.broadleafcommerce.cartoperation.exception.GuestTokenValidationException
- GuestTokenValidationException(Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.exception.GuestTokenValidationException
- GuestTokenValidationResponse - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
A DTO object used for returning whether a guest token is valid and its details.
- GuestTokenValidationResponse(boolean, GuestToken) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenValidationResponse
H
- handleAddCodeException(AddCodeException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- handleAddMerge(String, CustomerRef, List<I>, List<MergeItemPair<I>>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
-
Handles adding and merging items into an itemlist.
- handleAddPaymentException(AddPaymentException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- handleCartNotFoundException(CartNotFoundException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- handleCartValidationException(CartValidationException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- handleCartVersionRequiredException(CartVersionRequiredException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- handleException(HttpServletRequest, HttpServletResponse, RuntimeException) - Method in class com.broadleafcommerce.cartoperation.web.filter.FilterExceptionResolverFilter
- handleGuestCartOnlyException(GuestCartOnlyException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- handleGuestTokenDisabledException(GuestTokenDisabledException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- handleGuestTokenRequiredException(GuestTokenRequiredException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- handleGuestTokenValidationException(GuestTokenValidationException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- handleInvalidAddPaymentRequestException(InvalidAddPaymentRequestException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- handleInvalidUpdatePaymentRequestException(InvalidUpdatePaymentRequestException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- handleProviderApiError(ProviderApiException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- handleRegisteredOnly(ResolveCustomerRef) - Method in class com.broadleafcommerce.cartoperation.web.resolver.CustomerRefHandlerMethodArgumentResolver
- handleRejectedMerges(List<I>, List<MergeItemPair<I>>) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
-
Throws an exception when only one item is being added/updated and has a matching item.
- handleZeroQuantityItems(Stream<I>, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
-
Handles item updates with a quantity of zero by deleting the items and filtering them from the results.
- HARD - com.broadleafcommerce.cartoperation.domain.enums.PaymentDeclineType
- hasAnnotation(MethodParameter, Class<A>) - Method in class com.broadleafcommerce.cartoperation.web.resolver.CartHandlerMethodArgumentResolver
-
Tells whether the method parameter has the given annotation on it
- hasDeleteAccess(CustomerRef, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- hasDeleteAccess(CustomerRef, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Tells if the given customer has access to delete an item list.
- hasEditAccess(CustomerRef, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- hasEditAccess(CustomerRef, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Tells if the given customer has access to edit an item list.
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.Attribute
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.CartCreationRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.CartHolder
-
Deprecated.
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.Category
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.FulfillmentFlatRate
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.Product
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.ProductList
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.SimplePage
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilityRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestItem
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationResponse
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.TransferCartToken
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.UserTarget
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
- hashCode() - Method in class com.broadleafcommerce.cartoperation.domain.Weight
- hashCode() - Method in exception com.broadleafcommerce.cartoperation.exception.AddCodeException
- hashCode() - Method in exception com.broadleafcommerce.cartoperation.exception.CartItemValidationException
- hashCode() - Method in exception com.broadleafcommerce.cartoperation.exception.CartValidationException
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.AddItemFailure
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.SSLVerificationProperties
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.BulkAddToCartResponse
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService.BulkCartItemCreationResponse
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties.FieldMapping
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenDecoderProperties
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenEncoderProperties
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.LockPaymentRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.UnlockPaymentRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider.CartConflictResponse
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties.Jwt
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.GuestToken
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.Version
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddAttributeRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemListToCartRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartItemModifyingRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ContactInfoRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenResponse
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenValidationResponse
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ItemListAddToCartResponse
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.OverridePriceRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.PriceCartRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest.Target
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateFulfillmentGroupRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.AddToCartApiError
- hashCode() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.StaleCartApiError
- hasHint(Collection<Object>, String) - Static method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidationUtil
-
Tells if the specified hint is in the collection of hints.
- hashMatchingCriteria(ItemListItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemMergingService
- hashMatchingCriteria(I) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
-
Generates a hash for any information on the item that should be used to determine if they represent the same item configuration.
- hashMatchingCriteria(I) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartItemMergingService
-
Generates a hash for any information on the item that should be used to determine if they represent the same item configuration.
- hasParentTransactionId() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
- hasSalePrice(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- hasShareAccess(CustomerRef, ShareItemListRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- hasShareAccess(CustomerRef, ShareItemListRequest, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Tells if the given customer has access to share an item list.
- hasStandardPrice(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- hasValidAmountAuthorizedOrCaptured(MonetaryAmount, PaymentSummary, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
-
Validates that the amount authorized or captured fully covers the payment total amount.
- hasVariantDistinguishingOptions(Product) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- hasViewAccess(CustomerRef, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- hasViewAccess(CustomerRef, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Tells if the given customer has access to view an item list.
- hasZeroQuantity(I) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
-
Tells if the given item has a zero quantity.
- HeaderRequestCartVersionResolver - Class in com.broadleafcommerce.cartoperation.web.service
-
Resolves the cart version from a request header.
- HeaderRequestCartVersionResolver() - Constructor for class com.broadleafcommerce.cartoperation.web.service.HeaderRequestCartVersionResolver
- HeaderRequestGuestTokenResolver - Class in com.broadleafcommerce.cartoperation.web.service
- HeaderRequestGuestTokenResolver() - Constructor for class com.broadleafcommerce.cartoperation.web.service.HeaderRequestGuestTokenResolver
- HINT_ALLOW_NO_ITEMS - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentGroupSubmitValidator
-
A hint that indicates that a fulfillment group with no items is still considered valid.
- HINT_ALLOW_NO_OPTION - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentGroupSubmitValidator
-
A hint that indicates the fulfillment option may be null and considered still valid.
- HINT_CITY_NOT_REQUIRED - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.FulfillmentAddressSubmitValidator
-
Hint to the validator that the city name is not required.
- HINT_COMPANY_NAME_REQUIRED - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.FulfillmentAddressSubmitValidator
-
Hint to the validator that the company name is required.
- HINT_COUNTRY_NOT_REQUIRED - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.FulfillmentAddressSubmitValidator
-
Hint to the validator that the country is not required.
- HINT_COUNTY_REQUIRED - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.FulfillmentAddressSubmitValidator
-
Hint to the validator that the county is required.
- HINT_EMAIL_REQUIRED - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.FulfillmentAddressSubmitValidator
-
Hint to the validator that the email address is required.
- HINT_FORCE_ADDRESS_VALIDATION - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.TypeFulfillmentGroupSubmitValidator
-
Hint to the validator to force address validation regardless of whether the type this validator supports typically does fulfillment address validation.
- HINT_PHONE_PRIMARY_NOT_REQUIRED - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.FulfillmentAddressSubmitValidator
-
Hint to the validator the the primary phone number is not required.
- HINT_POSTAL_CODE_NOT_REQUIRED - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.FulfillmentAddressSubmitValidator
-
Hint to the validator that the postal code is not required.
- HINT_PRICING_NOT_REQUIRED - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentGroupSubmitValidator
-
A hint that indicates that the prices are not yet expected to be set on the fulfillment group.
- HINT_SKIP_ADDRESS_VALIDATION - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.TypeFulfillmentGroupSubmitValidator
-
Hint to the validator to skip the address validation regardless of whether the type this validator supports typically does fulfillment address validation.
- HINT_SKIP_ITEM_VALIDATION - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentGroupSubmitValidator
-
A hint that tells the validator to skip any validation regarding fulfillment items of the group.
- HINT_SKIP_OPTION_VALIDATION - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentGroupSubmitValidator
-
A hint that tells the validator to skip any validation of the fulfillment option of the group.
- HINT_SKIP_TYPE_SPECIFIC_VALIDATION - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentGroupSubmitValidator
-
A hint that tells the validator to skip performing any type specific validation normally performed by
TypeFulfillmentGroupSubmitValidators. - HINT_STATE_PROVINCE_REGION_NOT_REQUIRED - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.FulfillmentAddressSubmitValidator
-
Hint to the validator that the state province region is not required.
- HINT_VALIDATE_FIRST_AND_LAST - Static variable in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.FulfillmentAddressSubmitValidator
-
Hint to the validator to validate the first and last name individually as opposed to the full name.
- hydrateIncludedProductDependentItems(CartItem, List<CartItem>, Product, boolean) - Method in interface com.broadleafcommerce.cartoperation.service.configuration.CartItemConfigurationService
-
Populate
IncludedProductinformation onCartItem.getDependentCartItems()based on the product configuration. - hydrateIncludedProductDependentItems(CartItem, List<CartItem>, Product, boolean) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- hydrateItemChoiceDependentItems(CartItem, List<CartItem>, Product) - Method in interface com.broadleafcommerce.cartoperation.service.configuration.CartItemConfigurationService
-
Populate
ItemChoiceinformation onCartItem.getDependentCartItems()based on the product configuration. - hydrateItemChoiceDependentItems(CartItem, List<CartItem>, Product) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- hydrateItemChoicePricingDetails(ItemChoice, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
-
Hydrates the pricing details for the parent
ItemChoiceon thedependent CartItemrepresenting a specific choice.
I
- IMPORT_WITH_TRANSACTION_RECORDING_ENDPOINT - com.broadleafcommerce.cartoperation.domain.type.TransactionRetrievalStrategies
-
This strategy specifies that the transaction can be imported and created in Broadleaf using the transaction recording endpoint call during checkout.
- IncludedProduct - Class in com.broadleafcommerce.cartoperation.domain
- IncludedProduct() - Constructor for class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- IncludedProductConfigurationService - Interface in com.broadleafcommerce.cartoperation.service.configuration
- IncludedProductType - Enum in com.broadleafcommerce.cartoperation.domain
-
The possible types of targets a
IncludedProductcan have. - InMemoryOAuth2AuthorizedClientRepository - Class in com.broadleafcommerce.cartoperation.oauth2.client.web
-
Deprecated.Please use
SynchronizedDelegatingOAuth2AuthorizedClientManagerorInMemoryOAuth2AuthorizedClientService, which is used internally bySynchronizedDelegatingOAuth2AuthorizedClientManager. - InMemoryOAuth2AuthorizedClientRepository() - Constructor for class com.broadleafcommerce.cartoperation.oauth2.client.web.InMemoryOAuth2AuthorizedClientRepository
-
Deprecated.
- Internal() - Constructor for class com.broadleafcommerce.cartoperation.domain.CartAttributeConstants.Internal
- INTERNAL_ERROR - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
Represents an unexpected error during the processing of the checkout submission.
- INTERNAL_ERROR - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
There was an error in our preparation of the gateway interaction or in our interpretation/storing of the response.
- invalid(String, Cart) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartFulfillmentValidationActivity
-
Creates a checkout workflow activity exception relevant for this validation activity.
- invalid(String, Errors, Cart) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartFulfillmentValidationActivity
-
Creates a checkout workflow activity exception relevant for this validation activity.
- INVALID_CAMPAIGN_CODE_USAGE - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
If the cart is using campaign codes, the usage of those codes must still be valid when the customer attempts to checkout.
- INVALID_CART_FULFILLMENT_CONFIG - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
There is invalid fulfillment data and therefore it is unclear how each cart item should be fulfilled once the checkout is complete.
- INVALID_CART_FULFILLMENT_MISSING - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
There is missing fulfillment data and therefore it is unclear how each cart item should be fulfilled once the checkout is complete.
- INVALID_CART_ITEM_CONFIG - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
There is invalid or missing cart item information and therefore it is unclear what the customer is attempting to purchase.
- INVALID_CART_PRICING - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
The cart and all of its items must have finalized pricing before the checkout can be processed.
- INVALID_CART_STATUS - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
The cart is in an invalid status to complete checkout.
- INVALID_GUEST_TOKEN_FMT - Static variable in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- INVALID_OFFER_OR_OFFER_CODE_USAGE - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
If the cart is using offers or offer codes, the usage of those offers or offer codes must still be valid when the customer attempts to checkout.
- INVALID_PAYMENT_CONFIG - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
The cart must have valid payments and the sum of those payment amounts must be equal to the order total.
- INVALID_PAYMENT_METHOD - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
The provided payment method data is invalid.
- INVALID_REQUEST - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
There was a failure to process the request because the request itself is invalid.
- InvalidAddPaymentRequestException - Exception in com.broadleafcommerce.cartoperation.exception
-
Exception denoting that the request to add a payment was invalid
- InvalidAddPaymentRequestException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.InvalidAddPaymentRequestException
- invalidateFulfillmentGroupOverride(Cart, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- InvalidUpdatePaymentRequestException - Exception in com.broadleafcommerce.cartoperation.exception
-
Exception denoting that the request to update a payment was invalid
- InvalidUpdatePaymentRequestException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.InvalidUpdatePaymentRequestException
- INVENTORY_CHECK_STRATEGY - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
- INVENTORY_RESERVATION_STRATEGY - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
- INVENTORY_TYPE - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
-
The following internal attributes are temporary storage locations for fulfillment related information to be used for populating a
FulfillmentItem. - INVENTORY_UNAVAILABLE - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
Not really a "configuration" issue, but a validation none-the-less.
- INVENTORY_UNAVAILABLE - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- InventoryAvailabilityValidationCheckoutWorkflowActivity - Class in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
- InventoryAvailabilityValidationCheckoutWorkflowActivity(InventoryProvider, MessageSource) - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.InventoryAvailabilityValidationCheckoutWorkflowActivity
- InventoryProvider - Interface in com.broadleafcommerce.cartoperation.service.provider
-
Provides a generic API to reserve inventory during checkout.
- InventorySkuRef - Class in com.broadleafcommerce.cartoperation.domain
-
Provides a representation of a SKU reference.
- InventorySkuRef() - Constructor for class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
- InventoryTransaction - Class in com.broadleafcommerce.cartoperation.domain
- InventoryTransaction() - Constructor for class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
- InventoryUnavailableException - Exception in com.broadleafcommerce.cartoperation.domain
-
Exception to indicate that inventory was unavailable, typically after trying to reserve inventory.
- InventoryUnavailableException(String, Throwable, boolean, boolean, Map<String, String>) - Constructor for exception com.broadleafcommerce.cartoperation.domain.InventoryUnavailableException
- InventoryUnavailableException(String, Throwable, Map<String, String>) - Constructor for exception com.broadleafcommerce.cartoperation.domain.InventoryUnavailableException
- InventoryUnavailableException(String, Map<String, String>) - Constructor for exception com.broadleafcommerce.cartoperation.domain.InventoryUnavailableException
- InventoryUnavailableException(Throwable, Map<String, String>) - Constructor for exception com.broadleafcommerce.cartoperation.domain.InventoryUnavailableException
- InventoryUnavailableException(Map<String, String>) - Constructor for exception com.broadleafcommerce.cartoperation.domain.InventoryUnavailableException
- IS_FREE_GIFT_ITEM - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
-
Indicates if a
CartItemis a free gift item added from a Free Gift offer. - IS_FREE_GIFT_ITEM - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.domain.offer.OrderLineItemDtoAttributeConstants
-
Indicates if a
CartItemis a free gift item added from a Free Gift offer. - isAddAttribute() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.PriceInvalidation
-
An addition to cart attributes.
- isAllowAutomaticReversal() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
Whether to allow this transaction to be automatically reversed by payment system's scheduled jobs.
- isAPIRateLimitError(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
- isApplicationIdIncludedInCookieName() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
-
Whether or not the applicationId should be appended to the cart cookie name.
- isApplicationIdIncludedInCookieName() - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- isAttributeChoice(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ProductOptionType
- isAuthorize(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
- isAuthorizeAndCapture(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
- isAvailable() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
-
Indicates if the requested quantity is available.
- isAvailableOnline() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Whether or not this product is available online - ie inventory is available somewhere to fulfill this product.
- isBroadleafCart(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentOwnerTypes
- isBundleProduct(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.type.DefaultProductType
- isCalculateFulfillmentPricingWithAdjustments() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
Whether the fulfillment pricing should consider the adjustments on the order and order items.
- isCalculateProratedFulfillmentPricing() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
Whether the fulfillment pricing should consider prorated price of the order items, after factoring in the order adjustments.
- isCapture(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
- isCartAttributeChoice(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ProductOptionType
- isCartItemAttributeChoice(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ProductOptionType
- isCategoryTargetType(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ItemChoiceTargetType
- isCheckoutTransactionExternalByGateway(String, String, String) - Method in class com.broadleafcommerce.cartoperation.service.checkout.CartOperationCheckoutProperties
- isCsrOwned(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentManagementAccessRestrictions
- isCustomerMutabilityBlocked(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentManagementAccessRestrictions
- isDependentItem(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
- isDetachedCredit(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
- isDisabled() - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.SSLVerificationProperties
-
Dictates whether SSL verification should be disabled.
- isDiscountable() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Whether or not this product be applied to any offers or promotions.
- isDiscountAllowed() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
Dictates whether or not discounts are allowed to be applied to this included product.
- isDiscountAllowed() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
Dictates whether or not discounts are allowed to be applied to this add-on.
- isDiscountAllowed() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
Dictates whether or not discounts are allowed to be applied to this add-on.
- isDiscountAllowed(ItemChoice) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- isDiscountAllowed(ItemChoice, SpecificItemChoice) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- isEnabled() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.GuestToken
- isEnabled() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.Version
-
When enabled, this service will enforce the version for any requests that modify the cart.
- isEstimatedProvider(TaxProvider<TREQ, TRES>, Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
-
Determine if the given provider calculates estimated taxes or actual taxes.
- isExpired(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
- isExternalTransactionExpected(PaymentSummary, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
-
Based on the provided
PaymentGatewayType, determine if the expected transaction is external. - isFailConfigErrorOnAdd() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
If there is a configuration error for a cart item when attempting to add it to a cart, fail the attempt.
- isFailedPaymentTransaction(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
- isFailure(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
- isFinalPayment() - Method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- isFinalPayment() - Method in interface com.broadleafcommerce.cartoperation.domain.enums.PaymentType
- isFreeGiftItem(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartItemOfferUtils
-
Identifies if the given
CartItemis a free gift item. - isFreeGiftItem(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- isFulfillmentGroupRequired() - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration.ValidationConfiguration.FulfillmentCheckoutValidationConfig
- isGatewayConfigurationError(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
- isGatewayCredentialsError(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
- isGatewayError(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
- isHardDecline(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.PaymentDeclineType
- isIndeterminateResult() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
Tells if this transaction has an indeterminate result.
- isIndeterminateResult() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
Tells if this transaction has an indeterminate result.
- isIndividuallySold() - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
If this product or any of its variants can be sold individually in the store, or if they must be apart of another product as an add-on.
- isInternalError(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
- isInternalError(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
- isInvalidCampaignCodeUsageFailure(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
- isInvalidCartFulfillmentConfigFailure(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
- isInvalidCartFulfillmentMissingFailure(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
- isInvalidCartItemConfigFailure(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
- isInvalidCartPricingFailure(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
- isInvalidCartStatusFailure(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
- isInvalidOfferOrOfferCodeUsageFailure(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
- isInvalidPaymentConfigFailure(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
- isInvalidPaymentMethod(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
- isInvalidRequest(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
- isInventoryAvailable(String, int, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.EmptyInventoryProvider
- isInventoryAvailable(String, int, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- isInventoryAvailable(String, int, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.InventoryProvider
-
Determines whether Inventory is available for a particular SKU.
- isInventoryAvailable(Map<String, Integer>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.EmptyInventoryProvider
- isInventoryAvailable(Map<String, Integer>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- isInventoryAvailable(Map<String, Integer>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.InventoryProvider
-
Determines whether Inventory is available for a list of SKUs.
- isInventoryUnavailableResponse(WebClientResponseException) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- isItemChoice(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ProductOptionType
- isMarkTransactionsIneligibleForAutomaticReversal() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
Declares whether the payment's transactions should be marked ineligible for automatic reversal.
- isMatchCartItemAssetToVariant() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
Determines whether the
CartItem.getImageAsset()should match the selectedVariantif possible instead of theProduct.getPrimaryAsset(). - isMerchandisingProduct(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.type.DefaultProductType
- isNeedSaveContainerItem() - Method in class com.broadleafcommerce.cartoperation.domain.MergeItemPair
-
Tells if the container instance (
MergeItemPair.containerItem) will need to be saved in order for the merge performed to be persisted. - isNeedSaveModifiedItem() - Method in class com.broadleafcommerce.cartoperation.domain.MergeItemPair
-
Tells if the modified instance (
MergeItemPair.modifiedItem) will need to be saved in order for the merge performed to be persisted. - isNetworkError(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
- isPaymentReallocationRequired(MonetaryAmount, MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- isPaymentRequires3dsVerification(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
- isPending(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
- isPriceUpdated() - Method in class com.broadleafcommerce.cartoperation.web.service.StaleCartPricingResultHolder
- isProcessingFailure(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
- isProductsTargetType(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ItemChoiceTargetType
- isProductType(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.IncludedProductType
- isRefund(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
- isRemoveAttribute() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.PriceInvalidation
-
A deletion of a cart attribute.
- isRequired() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
Whether or not the user is required to fill out this option in order to add the product to their cart.
- isRequired(MethodParameter) - Method in class com.broadleafcommerce.cartoperation.web.resolver.CartHandlerMethodArgumentResolver
-
Tells if the given parameter is required.
- isRequires3DSVerification(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
- isRequires3DSVerification(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
- isRequiresAdditionalAction(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
- isResponseValidationFailure(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
- isReverseAuth(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
- isSameItem(CartItem, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartItemMergingService
- isSameItem(ItemListItem, ItemListItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemMergingService
- isSameItem(I, I) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
-
Tells if two item instances are actually the same instance.
- isSelectorProduct(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.type.DefaultProductType
- isSendingToProcessor(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
- isSingleUsePaymentMethod() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
Whether or not the underlying payment method can only be used once.
- isSoftDecline(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.PaymentDeclineType
- isSpecificChoiceTargetType(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ItemChoiceTargetType
- isStandardProduct(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.type.DefaultProductType
- isSuccess() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
Whether or not the checkout submission was successful.
- isSuccess(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
- isTest(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentManagementAccessRestrictions
- isTokenExpired(GuestToken) - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- isUpdateContactInfo() - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.PriceInvalidation
-
An update of the contact info for the order (e.g.
- isValid() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenValidationResponse
- isVariantBasedProduct(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.type.DefaultProductType
- isVariantDistinguishing(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ProductOptionType
- isVariantsTargetType(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ItemChoiceTargetType
- isVariantType(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.IncludedProductType
- ITEM_CHOICE - com.broadleafcommerce.cartoperation.domain.ProductOptionType
-
Allows the user to select an additional item that is added to their cart
- ITEM_CHOICE_TARGET_KEY - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
-
A temporary storage location to mark that this dependent
CartItemwas successfully matched to a particularItemChoicetarget (aSpecificItemChoiceorCategory) when populating item choices. - ITEM_LIST_ITEM_ID - Static variable in class com.broadleafcommerce.cartoperation.service.DefaultItemListAddToCartService
- ITEM_NAME - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.domain.offer.OrderLineItemDtoAttributeConstants
-
Contains the
CartItem.getName()for theCartItem. - ITEM_SKU_CODE - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.domain.offer.OrderLineItemDtoAttributeConstants
-
Contains the
CartItem.getSku()for theCartItem. - ItemChoice - Class in com.broadleafcommerce.cartoperation.domain
-
Configuration state for
ProductOptionType.ITEM_CHOICE. - ItemChoice() - Constructor for class com.broadleafcommerce.cartoperation.domain.ItemChoice
- ItemChoiceConfigurationService - Interface in com.broadleafcommerce.cartoperation.service.configuration
- ItemChoiceSelectionType - Enum in com.broadleafcommerce.cartoperation.domain
-
Describes restrictions placed on the customer's ability to select items from the targeted set.
- ItemChoiceTargetType - Enum in com.broadleafcommerce.cartoperation.domain
-
The possible types of targets a
ItemChoicecan have. - itemListAccessRuleProvider(WebClient, ObjectMapper, TypeFactory, ExternalCartProperties) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- ItemListAccessRuleProvider<P extends com.broadleafcommerce.cart.client.domain.ItemListAccessRule> - Interface in com.broadleafcommerce.cartoperation.service.provider
-
A provider of item list access rules.
- ItemListAddToCartProperties - Class in com.broadleafcommerce.cartoperation.service
- ItemListAddToCartProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.ItemListAddToCartProperties
- ItemListAddToCartResponse - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
DTO for communicating the results of a checkout submission
- ItemListAddToCartResponse() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.ItemListAddToCartResponse
- itemListAddToCartService(ItemListSecurityService<ItemListAccessRule>, ItemListItemManagementService<ItemListItem>, CartOperationService, ItemListAddToCartProperties, TypeFactory) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- ItemListAddToCartService - Interface in com.broadleafcommerce.cartoperation.service
-
Service for adding
ItemList(s)to the cart - itemListItemManagementService(ItemListProvider<ItemList>, ItemListItemProvider<T>, ItemListSecurityService<ItemListAccessRule>, TypeFactory, ItemListItemMergingService<T>) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- ItemListItemManagementService<I extends com.broadleafcommerce.cart.client.domain.ItemListItem> - Interface in com.broadleafcommerce.cartoperation.service
-
Service responsible for managing actions to item list items.
- ItemListItemMergingService<I extends com.broadleafcommerce.cart.client.domain.ItemListItem> - Interface in com.broadleafcommerce.cartoperation.service
-
Item merging service for Item Lists and Item List Items.
- ItemListItemOperationEndpoint<I extends com.broadleafcommerce.cart.client.domain.ItemListItem> - Class in com.broadleafcommerce.cartoperation.web.endpoint
-
Endpoint for management of item list items.
- ItemListItemOperationEndpoint(AuthenticationUtils, ItemListItemManagementService<I>) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- itemListItemProvider(WebClient, ObjectMapper, TypeFactory, ExternalCartProperties) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- ItemListItemProvider<I extends com.broadleafcommerce.cart.client.domain.ItemListItem> - Interface in com.broadleafcommerce.cartoperation.service.provider
-
A provider of item list items.
- itemListManagementService(TypeFactory, ItemListProvider<T>, ItemListSecurityService<ItemListAccessRule>, ItemListItemManagementService<ItemListItem>) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- ItemListManagementService<L extends com.broadleafcommerce.cart.client.domain.ItemList> - Interface in com.broadleafcommerce.cartoperation.service
-
Service responsible for managing actions to item lists.
- ItemListOperationEndpoint<L extends com.broadleafcommerce.cart.client.domain.ItemList> - Class in com.broadleafcommerce.cartoperation.web.endpoint
-
Endpoint for management of item list(s).
- ItemListOperationEndpoint(AuthenticationUtils, ItemListManagementService<L>, ItemListAddToCartService) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- itemListProvider(WebClient, ObjectMapper, TypeFactory, ExternalCartProperties) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- ItemListProvider<P extends com.broadleafcommerce.cart.client.domain.ItemList> - Interface in com.broadleafcommerce.cartoperation.service.provider
-
A provider of Item Lists.
- ItemListSecurity() - Constructor for class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.ItemListSecurity
- itemListSecurityService(TypeFactory, ItemListAccessRuleProvider<T>, CartOperationServiceProperties) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- ItemListSecurityService<R extends com.broadleafcommerce.cart.client.domain.ItemListAccessRule> - Interface in com.broadleafcommerce.cartoperation.service
-
Manages security/access-control for item lists.
- ItemMergingService<C,I> - Interface in com.broadleafcommerce.cartoperation.service
-
Service for handling merges of similar items within some container.
- ITEMS_SUBPATH - Static variable in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
J
- Jwt() - Constructor for class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties.Jwt
- JWTTransferCartTokenDecoder - Class in com.broadleafcommerce.cartoperation.service.csr
-
A default implementation of the
TransferCartTokenDecoderthat decoded theTransferCartTokenfrom a JWT token string. - JWTTransferCartTokenDecoder(JWTTransferCartTokenDecoderProperties, TypeFactory, ObjectMapper) - Constructor for class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenDecoder
-
Primary constructor for initializing the decoder
- JWTTransferCartTokenDecoder(TypeFactory, ObjectMapper) - Constructor for class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenDecoder
-
Optional constructor if looking to manually configure the decoder using the setters.
- JWTTransferCartTokenDecoderProperties - Class in com.broadleafcommerce.cartoperation.service.environment
-
Properties used to support the
JWTTransferCartTokenDecoderin decoding transfer cart tokens from JWTs. - JWTTransferCartTokenDecoderProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenDecoderProperties
- JWTTransferCartTokenEncoder - Class in com.broadleafcommerce.cartoperation.service.csr
-
A default implementation of the
TransferCartTokenEncoderthat encodes theTransferCartTokeninto a JWT token string. - JWTTransferCartTokenEncoder() - Constructor for class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenEncoder
-
Optional constructor if looking to manually configure the encoder using the setters.
- JWTTransferCartTokenEncoder(JWTTransferCartTokenEncoderProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenEncoder
-
Primary constructor for initializing the encoder
- JWTTransferCartTokenEncoderProperties - Class in com.broadleafcommerce.cartoperation.service.environment
-
Properties used to support the
JWTTransferCartTokenEncoderin encoding preview tokens as JWTs. - JWTTransferCartTokenEncoderProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenEncoderProperties
K
- KILOGRAMS - com.broadleafcommerce.cartoperation.domain.WeightUnits
L
- latestPriceIsHigher(MonetaryAmount, MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- latestPriceIsLower(MonetaryAmount, MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- loadAuthorizedClient(String, Authentication, HttpServletRequest) - Method in class com.broadleafcommerce.cartoperation.oauth2.client.web.InMemoryOAuth2AuthorizedClientRepository
-
Deprecated.
- lockCartPayments(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
- lockCartPayments(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.PaymentProvider
-
Locks the cart's payments to ensure that all of the work done within the
CheckoutWorkflowand checkout process in general is consistently interacting with payments that will not change. - LockPaymentRequest - Class in com.broadleafcommerce.cartoperation.service.provider.external.domain.payment
-
A request DTO used to establish locks on a set of payments.
- LockPaymentRequest() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.LockPaymentRequest
- lockPayments(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
-
Sends request to PaymentTransactionServices to lock the cart's related payments.
- logDebug(Exception, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- logError(Exception, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- logErrorInitiatingWorkflowRollback(Cart, String, CheckoutWorkflowActivityException) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
- logErrorInitiatingWorkflowRollback(Cart, String, Exception) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
-
Log a message to record the initiation of the workflow rollback
M
- ManageCartEndpoint - Class in com.broadleafcommerce.cartoperation.web.endpoint
- ManageCartEndpoint(CartResolverService, CartOperationService, CartTransferService, CartVersionValidationService, GuestCartProtectionService, GuestCartTokenValidator, ItemListAddToCartService) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- mapFieldsToCartItemAttributes(CartItem, Object, List<CartItemMappingProperties.FieldMapping>) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DataDrivenCartItemProductMapper
- mapFieldsToCartItemAttributes(CartItem, Object, List<CartItemMappingProperties.FieldMapping>) - Method in class com.broadleafcommerce.cartoperation.service.mapping.PropertyDrivenCartItemProductMapper
- mapFieldToCartItemAttribute(CartItem, DocumentContext, String, String) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DataDrivenCartItemProductMapper
- mapFieldToCartItemAttribute(CartItem, DocumentContext, String, String) - Method in class com.broadleafcommerce.cartoperation.service.mapping.PropertyDrivenCartItemProductMapper
- mapProductToCartItem(CartItem, Product, Variant, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DataDrivenCartItemProductMapper
- mapProductToCartItem(CartItem, Product, Variant, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.mapping.PropertyDrivenCartItemProductMapper
- mapProductToCartItem(CartItem, Product, Variant) - Method in interface com.broadleafcommerce.cartoperation.service.mapping.CartItemProductMapper
- mapProductToCartItem(CartItem, Product, Variant) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DataDrivenCartItemProductMapper
- mapProductToCartItem(CartItem, Product, Variant) - Method in class com.broadleafcommerce.cartoperation.service.mapping.PropertyDrivenCartItemProductMapper
- mapProductToCartItem(CartItem, Product, Variant, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.mapping.CartItemProductMapper
- MatchingDependentsContext - Class in com.broadleafcommerce.cartoperation.service.configuration
- MatchingDependentsContext() - Constructor for class com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
- MAX_THRESHOLD - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants
-
The
Product.getMaximumThreshold()orVariant.getMaximumThreshold()for the item. - MAXIMUM_THRESHOLD_EXCEEDED - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for when the maximum quantity of a certain item is exceeded.
- MERCHANDISING_CONTEXT - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.domain.offer.OrderLineItemDtoAttributeConstants
-
Contains the
CartItem.getMerchandisingContext()for theCartItem. - MERCHANDISING_PRODUCT - com.broadleafcommerce.cartoperation.domain.type.DefaultProductType
- MERCHANDISING_TYPE_ID - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.domain.offer.OrderLineItemDtoAttributeConstants
-
Contains the
CartItem.getMerchandisingTypeId()for theCartItem. - merge(MergeItemPair<I>) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
-
Merges the item pair using the merge type of the pair.
- mergeCombine(MergeItemPair<I>) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
-
Performs a "combination" merge for an item pair.
- mergeIgnore(MergeItemPair<I>) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
-
Performs a "reject or ignore" merge for an item pair.
- MergeItemPair<I> - Class in com.broadleafcommerce.cartoperation.domain
-
A matched pair of items.
- MergeItemPair(I, I) - Constructor for class com.broadleafcommerce.cartoperation.domain.MergeItemPair
- mergeItems(C, List<I>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
- mergeItems(C, List<I>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemMergingService
-
Determines and prepares item merges between items being added/modified and the items of the container.
- mergeSeparate(MergeItemPair<I>) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
-
Performs a "separate" merge for an item pair.
- MESSAGE_IDEMPOTENCY_KEY - Static variable in class com.broadleafcommerce.cartoperation.service.messaging.idempotency.CartOpsMessageLockService
- messagePath() - Method in enum com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
- MIN_THRESHOLD - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants
-
The
Product.getMinimumThreshold()orVariant.getMinimumThreshold()for the item. - MINIMUM_THRESHOLD_NOT_MET - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for when the minimum quantity of a certain item is not met.
- MISCONFIGURED_DEPENDENT_ITEMS - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for when one or more misconfigured dependent items are found for an item.
- MISCONFIGURED_SELECTOR_ITEM - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for when the item type is "selector" which cannot be added to the cart.
- MISMATCHED_DEPENDENT_ITEMS - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for when one or more mismatched dependent items are found for an item.
- MONEY_ORDER - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- moveCustomerCartForCsrTransfer(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
N
- name() - Method in interface com.broadleafcommerce.cartoperation.domain.CheckoutFailureType
- name() - Method in interface com.broadleafcommerce.cartoperation.domain.enums.PaymentManagementAccessRestrictions
- name() - Method in interface com.broadleafcommerce.cartoperation.domain.enums.PaymentOwnerType
- name() - Method in interface com.broadleafcommerce.cartoperation.domain.enums.PaymentSourceType
- name() - Method in interface com.broadleafcommerce.cartoperation.domain.enums.PaymentTransactionSourceEntityType
- name() - Method in interface com.broadleafcommerce.cartoperation.domain.enums.TransactionFailureType
- name() - Method in interface com.broadleafcommerce.cartoperation.domain.enums.TransactionStatus
- name() - Method in interface com.broadleafcommerce.cartoperation.domain.enums.TransactionType
- name() - Method in interface com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponseType
- NETWORK_ERROR - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
There was an error in communicating with the payment gateway.
- newBulkAddToCartResponse() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Instantiates a new
BulkAddToCartResponseusing theTypeFactory. - newCart - Variable in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider.CartConflictResponse
- newCart() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Uses the
TypeFactoryto create a newCartobject. - newCartCreationRequest() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- newCartPricing() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Uses the
TypeFactoryto create a newCartPricingobject. - newCartStatus(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Determines what status should be used when creating new carts.
- newItemListAccessRule() - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
-
Creates a new item list access rule instance.
- NO_ADJUSTMENTS_APPLIED - com.broadleafcommerce.cartoperation.web.endpoint.domain.DefaultAddCodeToCartResponseTypes
- NO_MATCHING_ALLOWED_VALUE - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for when no matching allowed value is found.
- NO_VARIANT_FOUND - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for when no matching variant is found.
- NONPOSITIVE_DEPENDENT_ITEM_QUANTITY - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
Validation issue where the quantity of a dependent of a cart item is not greater than zero.
- NONPOSITIVE_QUANTITY - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
Validation issue where the quantity of the cart item being added is not greater than zero.
- NotOwnerException - Exception in com.broadleafcommerce.cartoperation.exception.security
-
Thrown when a user makes an attempt to access a resource they don't own.
- NotOwnerException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.security.NotOwnerException
O
- OAuth2ClientCredentialsAccessTokenResponseClient - Class in com.broadleafcommerce.cartoperation.oauth2.client.endpoint
-
Alternative to
DefaultClientCredentialsTokenResponseClientthat usesWebClientand allows for access token response that contain additional non-String parameters. - OAuth2ClientCredentialsAccessTokenResponseClient(WebClient) - Constructor for class com.broadleafcommerce.cartoperation.oauth2.client.endpoint.OAuth2ClientCredentialsAccessTokenResponseClient
- obtainLock(String, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalResourceLockProvider
- obtainLock(Message<?>, String) - Method in class com.broadleafcommerce.cartoperation.service.messaging.idempotency.CartOpsMessageLockService
- obtainLock(String, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ResourceLockProvider
-
Obtains a resource lock.
- OFFER_IDS_TO_IGNORE - Static variable in class com.broadleafcommerce.cartoperation.domain.CartAttributeConstants.Internal
-
A list of
offer idsto ignore when applying offers. - OfferAudit - Class in com.broadleafcommerce.cartoperation.domain
-
Captures audit relevant data when an offer was applied to an order.
- OfferAudit() - Constructor for class com.broadleafcommerce.cartoperation.domain.OfferAudit
- OfferProvider - Interface in com.broadleafcommerce.cartoperation.service.provider
-
Provider for interfacing with an Offer Engine that can supply discounts and promotions base on the contents of a
Cart. - offerShouldBeIgnored(Cart, OfferRef) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOfferUtils
-
Determines if the given
OfferRefshould be ignored for the givenCart. - offerShouldBeIgnored(Cart, OfferRef) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- OrderLineItemDtoAttributeConstants - Class in com.broadleafcommerce.cartoperation.service.provider.external.domain.offer
-
Contains all the constants for
OrderLineItemDto. - ORIGIN_OFFER_ID - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
-
The id of the offer that this
CartItemwas a target of. - OVERRIDE_PRICE - Static variable in class com.broadleafcommerce.cartoperation.service.pricing.PricingFields
- overrideCartItemPrice(Cart, String, OverridePriceRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- overrideCartItemPrice(Cart, String, OverridePriceRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CsrCartOperationService
-
Override the unit price on the cart item.
- overrideCartItemPrice(String, boolean, OverridePriceRequest, Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CustomerServiceEndpoint
-
Deprecated.
- overrideFulfillmentGroupPrice(Cart, String, OverridePriceRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- overrideFulfillmentGroupPrice(Cart, String, OverridePriceRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CsrCartOperationService
-
Override the total fulfillment price on the fulfillment group.
- overrideFulfillmentGroupPrice(String, boolean, OverridePriceRequest, Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CustomerServiceEndpoint
-
Deprecated.
- overrideFulfillmentGroupPriceInCart(String, String, OverridePriceRequest, boolean, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- overrideItemPriceInCart(String, String, OverridePriceRequest, boolean, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- overridePriceException(OverridePriceException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- OverridePriceException - Exception in com.broadleafcommerce.cartoperation.exception
- OverridePriceException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.OverridePriceException
- OverridePriceRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
DTO for a request to update the prices.
- OverridePriceRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.OverridePriceRequest
P
- pageableToParams(Pageable) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.AbstractExternalProvider
-
Converts a pageable into its corresponding query parameters.
- PASSTHROUGH - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentGatewayTypes
- patchCart(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Patch the cart.
- patchCart(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- patchPayment(UpdatePaymentRequest, Integer, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.PaymentProvider
-
Updates the payment based on the provided
UpdatePaymentRequest. - patchPayment(UpdatePaymentRequest, Integer, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
- patchPayment(UpdatePaymentRequest, Integer, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.PaymentProvider
-
Updates the payment based on the provided
UpdatePaymentRequest. - PAYMENT_REQUIRES_3DS_VERIFICATION - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
The confirmation of the cart's payment(s) failed because 3DS verification is required.
- PaymentDeclineType - Enum in com.broadleafcommerce.cartoperation.domain.enums
-
When a payment gateway declines a payment, this value indicates whether it is a "soft" (insufficient funds) or "hard" (stolen card) decline.
- PaymentGatewayType - Interface in com.broadleafcommerce.cartoperation.domain.enums
-
Identifies the payment gateway related to a payment.
- PaymentLockException - Exception in com.broadleafcommerce.cartoperation.exception
-
Exception thrown when an issue is encountered while obtaining a payment lock.
- PaymentLockException() - Constructor for exception com.broadleafcommerce.cartoperation.exception.PaymentLockException
- PaymentLockException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.PaymentLockException
- PaymentLockException(String, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.exception.PaymentLockException
- PaymentLockException(Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.exception.PaymentLockException
- PaymentManagementAccessRestrictions - Interface in com.broadleafcommerce.cartoperation.domain.enums
-
Describes the status of a payment.
- PaymentOwnerType - Interface in com.broadleafcommerce.cartoperation.domain.enums
-
Describes the owner of a payment.
- paymentProvider(WebClient, ObjectMapper, TypeFactory, ExternalPaymentProperties) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- PaymentProvider<P extends PaymentSummary> - Interface in com.broadleafcommerce.cartoperation.service.provider
-
Provider for interfacing with a Payment Management system for operations around payment related entities.
- PaymentSourceType - Interface in com.broadleafcommerce.cartoperation.domain.enums
-
Describes the source of a payment.
- PaymentSummary - Class in com.broadleafcommerce.cartoperation.domain.payment
-
The domain that summarizes the current state of transactions against the payment.
- PaymentSummary() - Constructor for class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
- PaymentTaxAddressSourceHandler - Class in com.broadleafcommerce.cartoperation.service.fulfillment.address
-
Populates the tax address from the billing address.
- PaymentTaxAddressSourceHandler(PaymentProvider<PaymentSummary>, TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.fulfillment.address.PaymentTaxAddressSourceHandler
- PaymentTransactionExecutionActivity - Class in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
-
This
CheckoutWorkflowActivityis responsible for executing payment transactions that are required to complete a successful checkout. - PaymentTransactionExecutionActivity(PaymentTransactionExecutionService, MessageSource) - Constructor for class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.PaymentTransactionExecutionActivity
- PaymentTransactionExecutionProvider - Interface in com.broadleafcommerce.cartoperation.service.provider
-
Provider for interfacing with a PaymentTransactionService's APIs to execute payment transactions.
- PaymentTransactionExecutionService - Interface in com.broadleafcommerce.cartoperation.service.payment
-
This service is meant to coordinate the execution of payment transactions against the cart's
PaymentSummariesin the context of a checkout submission. - PaymentTransactionFailureDetail - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout
-
DTO for communicating the details of a failed payment transaction executed during checkout.
- PaymentTransactionFailureDetail() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
- PaymentTransactionFailureException - Exception in com.broadleafcommerce.cartoperation.exception
-
Exception thrown if there was an issue while attempting to execute a payment transaction for one of the cart's
PaymentSummaries. - PaymentTransactionFailureException(String, Cart, List<PaymentTransactionFailureDetail>) - Constructor for exception com.broadleafcommerce.cartoperation.exception.PaymentTransactionFailureException
- PaymentTransactionFailureException(String, Throwable, Cart) - Constructor for exception com.broadleafcommerce.cartoperation.exception.PaymentTransactionFailureException
- PaymentTransactionFailureException(String, Throwable, Cart, List<PaymentTransactionFailureDetail>) - Constructor for exception com.broadleafcommerce.cartoperation.exception.PaymentTransactionFailureException
- PaymentTransactionSourceEntityType - Interface in com.broadleafcommerce.cartoperation.domain.enums
-
Represents the default possible values for a payment transaction's source entity type.
- PaymentType - Interface in com.broadleafcommerce.cartoperation.domain.enums
-
This represents types of payments that can be applied to a cart.
- PENDING - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
-
The transaction request was successfully handled by the gateway, but the transaction itself is not yet finalized.
- performRegexValidation(CartItem, AttributeChoice, String) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultAttributeChoiceConfigurationService
-
Perform regex validation from
AttributeChoice.getValidationRule()against the cart. - performValidationStrategy(CartItem, AttributeChoice, String) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultAttributeChoiceConfigurationService
-
Perform the
AttributeChoice.getValidationStrategy()on the cartItem and the chosen value. - PickupTypeFulfillmentGroupSubmitValidator - Class in com.broadleafcommerce.cartoperation.service.fulfillment.validation.type
-
Validates fulfillment information specific to
FulfillmentType.PICKUPfulfillment groups. - PickupTypeFulfillmentGroupSubmitValidator(Set<FulfillmentAddressSubmitValidator>) - Constructor for class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.PickupTypeFulfillmentGroupSubmitValidator
- populateAttributeChoiceLabelsFromOptions(CartItem, Product) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- populateCartItemUpdates(CartItem, UpdateItemRequest) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Takes the changes from the
UpdateItemRequestand populates them onto theCartItem. - populateCartUpdatesFromUpdateItemRequest(Cart, UpdateItemRequest) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Takes the changes from the
UpdateItemRequestand populates them onto theCart. - populateCodes(Cart) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- populateCurrency(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- populateDependentItemInformation(CartItem, Product, List<Product>, boolean) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
-
Deprecated.
- populateDependentItemInformation(CartItem, Product, List<Product>, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- populateDependentLineItemDto(List<OrderLineItemDto>, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- populateFromRequest(CartItem, AddItemRequest) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Deprecated.
- populateFromRequest(CartItem, AddItemRequest, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Populates the cart item fields based on the request.
- populateFulfillmentGroupDto(Map<String, OrderLineItemDto>, FulfillmentGroup) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- populateFulfillmentGroupDtos(List<OrderLineItemDto>, Cart) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- populateFulfillmentLineItemDto(Map<String, OrderLineItemDto>, FulfillmentItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- populateIncludedProduct(CartItem, IncludedProduct, List<CartItem>, boolean) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
- populateIncludedProduct(CartItem, IncludedProduct, List<CartItem>, boolean) - Method in interface com.broadleafcommerce.cartoperation.service.configuration.IncludedProductConfigurationService
-
Populate the
IncludedProductas a dependent item in the providedCartItem. - populateItemChoice(CartItem, ProductOption, List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- populateItemChoice(CartItem, ProductOption, List<CartItem>) - Method in interface com.broadleafcommerce.cartoperation.service.configuration.ItemChoiceConfigurationService
-
Populates item choices in
CartItem.getDependentCartItems()and hydrates them with pricing information fromItemChoiceandSpecificItemChoice. - populateLineItemDto(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
-
Returns a populated
OrderLineItemDtofrom givenCartItem. - populateLineItemDto(List<OrderLineItemDto>, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
-
Deprecated.in favor of
ExternalOfferProvider.populateLineItemDto(CartItem)for simpler client extension - populateLineItems(Cart) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- populateProductInformation(CartItem, Product, List<Product>, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- populateProductInformation(CartItem, Product, List<Product>, boolean) - Method in interface com.broadleafcommerce.cartoperation.service.mapping.CartItemProductService
- populateProductInformation(CartItem, Product, List<Product>, boolean) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- populateProductInformation(CartItem, Product, List<Product>, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.mapping.CartItemProductService
-
Populate product information within the
CartItembased on the provided product and the merchandising context - populateVariantInformation(CartItem, Variant, Map<String, PriceInfo>) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DefaultCartItemProductService
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class com.broadleafcommerce.cartoperation.autoconfigure.CartOperationDefaultsEnvironmentPostProcessor
- postProcessReservationResponse(Cart, SkuInventoryReservationResponse, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
-
Arbitrary hook point to allow for post processing of the
Cartand/or theSkuInventoryReservationResponse. - POUNDS - com.broadleafcommerce.cartoperation.domain.WeightUnits
- prepareCartForCheckout(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
-
Updates the cart with the checkout request ID and status for checkout
- prepareCartForPricing(Cart, PriceCartRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- PRICE_INFO - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants
-
Contains the
PriceInfofor theCartItemas a result of pricing. - PRICE_UNAVAILABLE - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
Validation issue where no price is available for the item being added.
- priceCart(Cart, PriceCartRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- priceCart(Cart, PriceCartRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- priceCart(Cart, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Prices cart, processes free gift offers, and saves cart if
saveCartis true. - priceCart(Cart, PriceCartRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Prices cart, processes free gift offers, and saves cart with the provided
PriceCartRequestifsaveCartis true. - priceCart(Cart, PriceCartRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.CartPricingService
-
Deprecated.
- priceCart(Cart, PriceCartRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- priceCart(Cart, PriceCartRequest, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.since 1.6, in favor of
CartOperationService.priceCart(Cart, PriceCartRequest, boolean, ContextInfo) - priceCart(Cart, PriceCartRequest, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.CartPricingService
-
Price the cart with the provided locale and currency.
- priceCart(Cart, PriceCartRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- priceCart(Cart, PriceCartRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- priceCart(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.since 1.6, in favor of
CartOperationService.priceCart(Cart, boolean, ContextInfo) - priceCart(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.CartPricingService
-
Price the cart.
- priceCart(String, PriceCartRequest, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- priceCartItems(Cart, PriceCartRequest, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.CartPricingService
- priceCartItems(Cart, PriceCartRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- priceCartItems(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.CartPricingService
- PriceCartRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
A DTO used to provide context on a request to price a cart.
- PriceCartRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.PriceCartRequest
- priceCartWithCatalogPriceUpdates(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- priceCartWithCatalogPriceUpdates(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Reprice the cart, including applying the latest catalog-based prices for each of its items
- priceCartWithCatalogPriceUpdates(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.CartPricingService
-
Reprice the cart, including applying the latest catalog-based prices for each of its items
- priceCartWithCatalogPriceUpdates(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- PriceInvalidation() - Constructor for class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.PriceInvalidation
- PRICING_KEY - com.broadleafcommerce.cartoperation.domain.CartPricingTargetType
- PRICING_KEY_PRICE_INFOS - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
- pricingFields() - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.DefaultFulfillmentGroupSubmitValidator
-
Produces a set of field names of pricing fields that should be validated.
- PricingFields - Class in com.broadleafcommerce.cartoperation.service.pricing
- PricingFields() - Constructor for class com.broadleafcommerce.cartoperation.service.pricing.PricingFields
- PricingProvider - Interface in com.broadleafcommerce.cartoperation.service.provider
-
Provider for interfacing with operations around pricing.
- processCheckout(Cart, String, Map<String, String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- processCheckout(Cart, CartRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutEndpoint
-
Deprecated.Executes the checkout process for a cart.
- processCheckout(Cart, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.checkout.CheckoutService
-
Process checkout against the provided cart
- processCheckout(Cart, String, Map<String, String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.checkout.CheckoutService
-
Process checkout against the provided cart
- processCheckout(String, CheckoutProcessRequest, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- processExistingFreeGiftItems(Cart, List<CartItem>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Updates existing free gift items quantities and remove existing free gift items if necessary, and then return a list of
FreeGiftItemsto add to cart. - processFreeGiftItemsForRemoval(Cart, List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Processes free gift items whenever
CartItemsare being removed. - processFreeGiftOffers(Cart, OrderResponse<T>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- processFreeGiftOffers(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Processes all free gift offers stored in
Cart.getInternalAttributes(). - PROCESSING_FAILURE - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
The payment gateway failed to successfully process the transaction.
- Product - Class in com.broadleafcommerce.cartoperation.domain
-
A reference to a product, typically used as a holder for information communicated from an external service.
- Product() - Constructor for class com.broadleafcommerce.cartoperation.domain.Product
- PRODUCT - com.broadleafcommerce.cartoperation.domain.IncludedProductType
-
The add on targets exactly one, predetermined
Product. - PRODUCT - com.broadleafcommerce.cartoperation.domain.SpecificItemChoiceType
- PRODUCT_ID - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.domain.offer.OrderLineItemDtoAttributeConstants
-
Contains the
CartItem.getProductId()for theCartItem. - PRODUCT_MISSING - com.broadleafcommerce.cartoperation.service.AddItemFailure.AddItemFailureType
-
The request's product was not found, therefore the request configuration could not be validated
- PRODUCT_TAGS - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.domain.offer.OrderLineItemDtoAttributeConstants
-
Contains the
CartItem.getProductTags()for theCartItem. - PRODUCT_TYPE - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
- ProductList - Class in com.broadleafcommerce.cartoperation.domain
-
A DTO that holds product references for bulk operations, and lists of failed request params.
- ProductList() - Constructor for class com.broadleafcommerce.cartoperation.domain.ProductList
- ProductOption - Class in com.broadleafcommerce.cartoperation.domain
-
A "product option" encapsulates additional, variable information about a
Productexplicitly designed for customer-facing input. - ProductOption() - Constructor for class com.broadleafcommerce.cartoperation.domain.ProductOption
- ProductOptionType - Enum in com.broadleafcommerce.cartoperation.domain
-
Out of the box forms that a
ProductOptioncan take. - ProductTag - Class in com.broadleafcommerce.cartoperation.domain
-
This defines the relationship between a
ProductandAdvancedTag. - ProductTag() - Constructor for class com.broadleafcommerce.cartoperation.domain.ProductTag
- PropertyDrivenCartItemProductMapper - Class in com.broadleafcommerce.cartoperation.service.mapping
- PropertyDrivenCartItemProductMapper(ObjectMapper, CartItemMappingProperties) - Constructor for class com.broadleafcommerce.cartoperation.service.mapping.PropertyDrivenCartItemProductMapper
- prorateFulfillmentGroupAdjustments(FulfillmentGroup, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
-
Prorates the
FulfillmentGrouplevel adjustments down to the items. - prorateFulfillmentGroupsAdjustments(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
-
Prorates the
FulfillmentGrouplevel adjustments down to the items for the entire cart. - prorateFulfillmentGroupsAdjustments(Cart) - Method in interface com.broadleafcommerce.cartoperation.service.pricing.FulfillmentPricingService
-
Prorates the
FulfillmentGrouplevel adjustments down to the items for the entire cart. - prorateOrderAdjustments(Cart, Collection<? extends FulfillmentItem>, MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
-
Distributes the order-level adjustments to all of the items for tax purposes.
- protectCartOperationForGuest(Function<Cart, T>, Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
-
Helper method to validate the guest token, protect the resolved cart, & execute the operation.
- protectCartOperationForGuest(Supplier<Cart>, Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
-
Deprecated.Since 1.6.1, in favor of
ManageCartEndpoint.protectCartOperationForGuest(Function, Cart, String, ContextInfo) - protectCartOperationForGuest(Supplier<T>, Cart, String, ContextInfo, Function<T, Cart>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
-
Deprecated.Since 1.6.1, in favor of
ManageCartEndpoint.protectCartOperationForGuest(Function, Cart, String, ContextInfo) - protectGuestCartIfNecessary(Cart, String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
-
If the provided cart is a guest cart, and there is no guest token, this will clear out any customer information from the cart.
- protectGuestCartIfNecessary(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
-
If the provided cart is a guest cart, and there is no guest token, then this will produce a cloned guest cart, excluding any customer data.
- ProviderApiException - Exception in com.broadleafcommerce.cartoperation.exception
-
Defines a generic error that can be thrown in response to receiving an error from an API that one of the providers (e.g.,
CatalogProvider) received. - ProviderApiException(String, Throwable, WebClientResponseException) - Constructor for exception com.broadleafcommerce.cartoperation.exception.ProviderApiException
- ProviderApiException(String, WebClientResponseException) - Constructor for exception com.broadleafcommerce.cartoperation.exception.ProviderApiException
- ProviderApiException(Throwable, WebClientResponseException) - Constructor for exception com.broadleafcommerce.cartoperation.exception.ProviderApiException
- ProviderApiException(WebClientResponseException) - Constructor for exception com.broadleafcommerce.cartoperation.exception.ProviderApiException
- PURCHASE_ORDER - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- purgeLocks(Duration) - Method in class com.broadleafcommerce.cartoperation.service.messaging.idempotency.CartOpsMessageLockService
R
- readAllByOwnerTypeAndOwnerId(String, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
- readAllByOwnerTypeAndOwnerId(String, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.PaymentProvider
-
Retrieves a list of
PaymentSummariesthat belong to the given owner type and owner id. - readByCartId(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.PaymentProvider
-
Retrieves a list of
PaymentSummariesthat belong to the givenCart.getId(). - readById(String, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
- readById(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
- readById(String, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListProvider
-
Reads a specific item list by its ID and optionally hydrates the items.
- readById(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListProvider
-
Reads a specific item list by its ID.
- readByIds(Set<String>, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
- readByIds(Set<String>, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListProvider
-
Reads specific item lists by their IDs.
- readCartByOrderNumber(ContextInfo, CustomerRef, String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartHistoryEndpoint
- readCartByOrderNumberForAnonymousCustomer(ContextInfo, String, String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartHistoryEndpoint
- readCartsForCustomer(ContextInfo, CustomerRef, Date, Date, Pageable) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartHistoryEndpoint
- readValueByPath(DocumentContext, String) - Method in class com.broadleafcommerce.cartoperation.service.mapping.DataDrivenCartItemProductMapper
- readValueByPath(DocumentContext, String) - Method in class com.broadleafcommerce.cartoperation.service.mapping.PropertyDrivenCartItemProductMapper
- reallocateCartTotalAmongstPayments(Cart, MonetaryAmount, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- reallocateCartTotalAmongstPayments(List<PaymentSummary>, MonetaryAmount, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Hook point to automatically reallocate the cart total amongst the cart's payments.
- recalculateTax(Cart, boolean, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- recalculateTaxesForCart(Cart, boolean, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- recalculateTaxesForCart(Cart, boolean, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Recalculates the taxes for the provided
Cart. - recalculateTaxesForCart(String, boolean, boolean, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- recordRollbackError(Cart, String, Exception, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
-
Method responsible for recording the error that was encountered during the activity's rollback.
- recordWorkflowError(Cart, String, CheckoutWorkflowActivityException, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
-
Method responsible for recording the error that was encountered during the activity's execution.
- REFUND - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
-
Funds have been refunded/credited.
- REGEX - com.broadleafcommerce.cartoperation.domain.ValidationType
-
A regular express is run against the submitted option value
- registeredOnly() - Method in annotation type com.broadleafcommerce.cartoperation.web.resolver.annotation.ResolveCustomerRef
-
Indicates that the customer reference must be resolver to a registered customer, otherwise an authentication exception will be thrown.
- REJECT_OR_IGNORE - com.broadleafcommerce.cartoperation.domain.type.DefaultMergingType
-
Reject or ignore item from being added.
- rejectedItemMergeException(RejectedItemMergeException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- RejectedItemMergeException - Exception in com.broadleafcommerce.cartoperation.exception
-
Exception thrown when an item is being added that already exists, and that behavior is disallowed by the merge type (
DefaultMergingType.REJECT_OR_IGNORE). - RejectedItemMergeException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.RejectedItemMergeException
- rejectIfEmptyCollection(Errors, String, String) - Static method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidationUtil
-
Rejects a collection value if it is empty or null.
- rejectIfFalse(Errors, String, String) - Static method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidationUtil
-
Rejects a value if it is non-null and false.
- rejectIfNegative(Errors, String, String) - Static method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidationUtil
-
Rejects a value if it is non-null and negative.
- rejectIfNull(Errors, String, String) - Static method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidationUtil
-
Rejects a value if it is null.
- rejectIfTrue(Errors, String, String) - Static method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidationUtil
-
Rejects a value if it is non-null and true.
- releaseLock(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalResourceLockProvider
- releaseLock(String) - Method in class com.broadleafcommerce.cartoperation.service.messaging.idempotency.CartOpsMessageLockService
- releaseLock(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ResourceLockProvider
-
Releases a resource lock using a token.
- removeAssociatedFreeGiftItems(Cart, List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Removes the associated free gift item if the offer qualifier item is removed.
- removeAttribute(Cart, String, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- removeAttributeFromCart(Cart, String, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- removeAttributeFromCart(Cart, String, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Removes an attribute to the provided
Cart. - removeAttributeFromCart(String, String, boolean, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- removeAuthorizedClient(String, Authentication, HttpServletRequest, HttpServletResponse) - Method in class com.broadleafcommerce.cartoperation.oauth2.client.web.InMemoryOAuth2AuthorizedClientRepository
-
Deprecated.
- removeCartItems(Cart, Collection<String>, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- removeCartItems(Cart, Collection<String>, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.
- removeCode(Cart, String, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- removeExistingFreeGiftItemsFromCart(Cart, List<CartItem>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Remove existing free gift
CartItemsfrom cart. - removeFromCart(Cart, String, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- removeFromCartInBulk(String, boolean, Integer, String, CustomerRef, ContextInfo, Set<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- removeFulfillmentItemsWithoutCartItems(Cart) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- removeIsFreeGiftItemFlag(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartItemOfferUtils
-
Removes the
CartItemAttributeConstants.Internal.IS_FREE_GIFT_ITEMattribute from the givenCartItem.getInternalAttributes(). - removeIsFreeGiftItemFlag(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- removeItemFromCart(Cart, String, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- removeItemFromCart(Cart, String, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Removes a single item from the provided
Cartmatching the provided cart item ID. - removeItemFromCart(String, String, boolean, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- removeItemsFromFulfillmentGroup(Cart, List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- removeManyItemsFromCart(Cart, Collection<String>, boolean, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Removes one or more items from the provided
Cartmatching the provided cart item IDs. - removeManyItemsFromCart(Cart, Collection<String>, boolean, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- removeManyItemsFromCart(Cart, Collection<String>, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Removes one or more items from the provided
Cartmatching the provided cart item IDs. - removeManyItemsFromCart(String, Collection<String>, boolean, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
-
Deprecated.Use
ManageCartEndpoint.removeFromCartInBulk(String, boolean, Integer, String, CustomerRef, ContextInfo, Set). This will allow much longer lists of IDs without worrying about whether the URL is too long and corrects the HTTP method semantics by using POST since we're not actually deleting a resource at the URL. - removeOfferAndCampaignCodesFromCart(Cart, List<String>, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Removes the provided offer and campaign codes from the cart and then updates the cart.
- removeOfferAndCampaignCodesFromCart(Cart, List<String>, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- removeOfferCodeFromCart(Cart, String, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- removeOfferCodeFromCart(Cart, String, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Removes an offer code from the provided
Cart, if it exists. - removeOfferCodeFromCart(String, String, boolean, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- removeStaleCartItem(Cart, CartItem, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- removeStaleCartItems(Cart, boolean, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- removeStaleCartItems(Cart, boolean, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.StaleCartItemsService
-
Removes the
CartItemsfrom the cart if the appropriate product doesn't exist and creates theCartAlertabout removed items. - removeStaleCartItems(Cart, ProductList, boolean, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- removeStaleCartItems(Cart, ProductList, boolean, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.StaleCartItemsService
-
Removes the
CartItemsfrom the cart if the appropriate product doesn't exist and creates theCartAlertabout removed items. - removeStaleCartItems(Cart, List<CartItem>, boolean, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- removeStaleCartItems(Cart, List<CartItem>, boolean, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.StaleCartItemsService
-
Removes the specified cart items from the cart and adds the
CartAlertabout removed items. - replace(P, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
- replace(P, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListProvider
-
Replaces an item list.
- replaceItemList(String, L, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- replaceItemList(ContextInfo, String, CustomerRef, L) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- replaceItemList(String, L, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListManagementService
-
Replaces an item list after checking if operation is allowed on the list.
- replaceItemListAccessRule(String, P, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
- replaceItemListAccessRule(String, P, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListAccessRuleProvider
-
Replaces an item list access rule.
- replaceItemListItem(ContextInfo, CustomerRef, String, String, I) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- replaceItemListItems(String, Collection<I>, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
- replaceItemListItems(ContextInfo, CustomerRef, String, List<I>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- replaceItemListItems(String, Collection<I>, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListItemManagementService
-
Replaces item list items.
- replaceItems(String, Collection<P>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListItemProvider
- replaceItems(String, Collection<I>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListItemProvider
-
Replaces items within a specific list.
- repriceCartIfPricingIsStale(Optional<Cart>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Called during cart resolution to check if the catalog prices on the cart are stale, and if so, updates those prices and resets the time since they were last changed.
- RequestCartVersionResolver - Interface in com.broadleafcommerce.cartoperation.web.service
-
Used for determining what version of the cart the client is using based off of attributes from the request.
- RequestGuestTokenResolver - Interface in com.broadleafcommerce.cartoperation.web.service
-
Used for resolving the guest token string from a request.
- RequestValidator - Interface in com.broadleafcommerce.cartoperation.web.validator
-
Validates a Request Body.
- RequestValidatorRequestBodyAdvice - Class in com.broadleafcommerce.cartoperation.web.advice
-
Applies request validator validation to request bodies marked with a Validated annotation.
- RequestValidatorRequestBodyAdvice(Set<RequestValidator>) - Constructor for class com.broadleafcommerce.cartoperation.web.advice.RequestValidatorRequestBodyAdvice
- REQUIRED_ATTRIBUTE_MISSING - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for a missing required attribute.
- REQUIRED_ATTRIBUTES_MISSING_ON_ITEM - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for when one or more required attributes are missing for an item.
- REQUIRED_INDIVIDUALLY_SOLD - com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
The error for when an item cannot be sold individually.
- requiredAttributesMissing(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
- REQUIRES_3DS_VERIFICATION - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
Additional verification is required from the customer for the gateway to successfully process the transaction
- REQUIRES_3DS_VERIFICATION - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
-
The transaction was received by the payment gateway, but they have requested 3DS verification from the customer before the transaction can be executed.
- REQUIRES_ADDITIONAL_ACTION - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
Additional action is required for the transaction to be successfully processed
- requires3DSVerification() - Method in exception com.broadleafcommerce.cartoperation.exception.PaymentTransactionFailureException
-
Whether or not the transaction failed because of a required 3DS check
- RequiresSecurePaymentInformationActivity - Interface in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
-
An extension of
CheckoutWorkflowActivity}, implementations of this interface require secure payment information (i.e. - reserveInventory(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.EmptyInventoryProvider
- reserveInventory(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- reserveInventory(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.InventoryProvider
-
Decrement or otherwise "reserve" inventory for a cart during checkout.
- resetFulfillmentGroupReferenceNumbers(Cart) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class com.broadleafcommerce.cartoperation.web.resolver.CartHandlerMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class com.broadleafcommerce.cartoperation.web.resolver.CartVersionHandlerMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class com.broadleafcommerce.cartoperation.web.resolver.CustomerRefHandlerMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class com.broadleafcommerce.cartoperation.web.resolver.GuestTokenHandlerMethodArgumentResolver
- resolveCart(Cart) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- resolveCart(String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- resolveCart(String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- resolveCart(String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- resolveCart(List<String>, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ResolveCartEndpoint
- resolveCart(HttpServletRequest) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- resolveCart(HttpServletRequest) - Method in interface com.broadleafcommerce.cartoperation.web.filter.resolver.ServletRequestCartResolver
-
Resolve the cart for the given request.
- resolveCartById(String, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartResolverService
-
Resolves a
Cartgiven the cart ID, customer, and context. - resolveCartById(String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartResolverService
- resolveCartByStatus(String, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartResolverService
-
Resolves the
Cartwith the first matching status for the given customer and context. - resolveCartByStatus(Collection<String>, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartResolverService
-
Resolves the
Cartwith the first matching status for the given customer and context. - resolveCartByStatus(Collection<String>, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartResolverService
- ResolveCartEndpoint - Class in com.broadleafcommerce.cartoperation.web.endpoint
- ResolveCartEndpoint(CartResolverService) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.ResolveCartEndpoint
- resolveCartForRead(String, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- resolveCartForRead(String, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- resolveCartForRead(String, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- resolveCartForUpdate(String, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- resolveCartForUpdate(String, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- resolveCartForUpdate(String, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- resolveCartFromConflict(WebClientResponseException.Conflict) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
-
Attempts to extract a fresh version of the cart from the CONFLICT error's response body.
- resolveCartId(Map<String, Object>) - Method in interface com.broadleafcommerce.cartoperation.web.service.CartCookieIssuer
-
Resolve the cart id from the provided cookie claims.
- resolveCartId(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- resolveCartOverride(HttpServletRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- resolveCartVersion(HttpServletRequest) - Method in class com.broadleafcommerce.cartoperation.web.service.HeaderRequestCartVersionResolver
- resolveCartVersion(HttpServletRequest) - Method in interface com.broadleafcommerce.cartoperation.web.service.RequestCartVersionResolver
-
Determines the client's cart version based off of some attribute of the request.
- ResolveCartVersion - Annotation Type in com.broadleafcommerce.cartoperation.web.resolver.annotation
-
Triggers resolution of the current cart version for a parameter on an endpoint.
- resolveClaim(Map<String, Object>, String, Class<T>) - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- resolveCookieCart(HttpServletRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- resolveCookieOrRegisteredCart(HttpServletRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- resolveCsrCart(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- ResolveCustomerRef - Annotation Type in com.broadleafcommerce.cartoperation.web.resolver.annotation
-
Triggers automatic resolution of any customer references on an endpoint.
- resolveDefaultFulfillmentType(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Determines the default
FulfillmentTypefor the providedCartItem - resolveFirst(Supplier<Optional<T>>...) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
-
Iterates through the optional suppliers and returns immediately after finding the first one that produces a value.
- resolveGuestToken(HttpServletRequest) - Method in class com.broadleafcommerce.cartoperation.web.service.HeaderRequestGuestTokenResolver
- resolveGuestToken(HttpServletRequest) - Method in interface com.broadleafcommerce.cartoperation.web.service.RequestGuestTokenResolver
-
Attempts to resolve a guest token string for the given request.
- ResolveGuestToken - Annotation Type in com.broadleafcommerce.cartoperation.web.resolver.annotation
-
Triggers resolution of the
GuestTokenparameter on an endpoint. - resolveInProcessCart(CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartResolverService
-
Resolves the current in-progress
Cartgiven the customer and context. - resolveMergeTypes(List<MergeItemPair<I>>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.AbstractItemMergingService
-
Determines what merge types should be used for the items and applies it to the merge item pairs.
- resolveMergeTypes(List<MergeItemPair<I>>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartItemMergingService
- resolveMergeTypes(List<MergeItemPair<I>>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemMergingService
- resolvePageable(JsonNode) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.page.ResponsePageGenerator
-
Generates an appropriate pageable based off of the pageable data received.
- resolveRegisteredCustomerCart(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- resolveTaxAddressSource(String) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Determines the tax address source that should be used for
FulfillmentGroup.getTaxAddressSource()for the given fulfillment type. - ResourceLockProvider - Interface in com.broadleafcommerce.cartoperation.service.provider
-
Provides the ability to lock and unlock resources.
- RESPONSE_VALIDATION_FAILURE - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
There was an error when checking the validity of the response.
- ResponsePageGenerator<T> - Class in com.broadleafcommerce.cartoperation.service.provider.external.page
-
Generates a Page representing the data and page data received as a response from another service.
- ResponsePageGenerator(List<T>, Long, JsonNode) - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.page.ResponsePageGenerator
- retrieveAnonymousCartById(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- retrieveCart(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
-
Method for retrieving a single, optional cart.
- retrieveCartAfterConflict(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
-
Retrieves the latest version of the cart following a conflict error if possible.
- retrieveCartByCartId(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- retrieveCartByCartId(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Retrieve the cart for the provided id.
- retrieveCartByCartIdWithStatus(String, CartStatus, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- retrieveCartById(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Retrieve the cart.
- retrieveCartById(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- retrieveCartByOrderNumber(String, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Find the cart (if it exists) for the provided customer id and order number.
- retrieveCartByOrderNumber(String, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- retrieveCartItemProductMappings(ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CatalogProvider
-
Retrieve a list of cart item to product mappings
- retrieveCartItemProductMappings(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProvider
- retrieveClonedItemIdsMap(Cart) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- retrieveCsrCartByCartId(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- retrieveCsrCartByCartId(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.
- retrieveCsrOwnedCart(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Retrieve the
DefaultCartStatuses.CSR_OWNEDcart for the provided customer. - retrieveCsrOwnedCart(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- retrieveCsrOwnedCartByCustomerIdAndApplicationId(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- retrieveCsrOwnedCartByCustomerIdAndApplicationId(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.
- retrieveCustomerCartByStatus(String, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Retrieves a cart with the provided customer ID and status, if it exists
- retrieveCustomerCartByStatus(String, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- retrieveCustomerCartByStatus(String, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Finds a cart with the given status belonging to the provided customer.
- retrieveCustomerCartByStatus(String, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- retrieveGuestToken(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalGuestTokenProvider
- retrieveGuestToken(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.GuestTokenProvider
-
Retrieve the
GuestTokenfor the provided cart ID, if it exists. - retrieveHistoricalCartForAnonymousCustomer(String, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Finds a single, historical cart for an anonymous customer.
- retrieveHistoricalCartForAnonymousCustomer(String, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- retrieveHistoricalCartsForCustomer(String, Date, Date, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Find all carts not
DefaultCartStatuses.IN_PROCESS,DefaultCartStatuses.CSR_OWNED, orDefaultCartStatuses.NAMEDfor the provided customer and dates. - retrieveHistoricalCartsForCustomer(String, Date, Date, Pageable, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- retrieveInProcessCart(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Retrieve the
DefaultCartStatuses.IN_PROCESScart for the provided customer. - retrieveInProcessCart(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- retrieveInProcessCartByCartId(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- retrieveInProcessCartByCartId(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.
- retrieveInProcessCartByCustomerIdAndApplicationId(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- retrieveInProcessCartByCustomerIdAndApplicationId(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.
- retrievePrices(Collection<C>, Locale, CurrencyUnit, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProvider
- retrievePrices(Collection<C>, Locale, CurrencyUnit, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.PricingProvider
-
Retrieve and attach prices for the provided cart items.
- retrieveProduct(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CatalogProvider
-
Retrieve the product for the context information provided.
- retrieveProduct(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProvider
- retrieveProducts(Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CatalogProvider
-
Retrieve the products for the context information provided.
- retrieveProducts(Collection<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProvider
- retrieveTestCartByCartId(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- retrieveTestCartByCartId(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.
- retrieveTrackingIdForUsableCode(String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CampaignProvider
-
Determine a tracking id for the provided code string, or else an empty string.
- retrieveTrackingIdForUsableCode(String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProvider
- REVERSE_AUTH - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
-
The reverse of an
DefaultTransactionTypes.AUTHORIZEtransaction. - rollback(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartFulfillmentValidationActivity
- rollback(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartItemValidationActivity
- rollback(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartOfferValidationActivity
- rollback(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
- rollback(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.PaymentTransactionExecutionActivity
- rollback(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.DefaultCheckoutWorkflow
- rollback(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPricingValidationActivity
- rollback(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- rollback(Cart, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CheckoutWorkflowActivity
-
Method responsible for rolling back any work that was done during the execution of the
#execute(Cart, String)method. - rollback(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.InventoryAvailabilityValidationCheckoutWorkflowActivity
- rollback(Cart, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.checkout.workflow.CheckoutWorkflow
-
Method used to coordinate the rollback of work that has been done by the
CheckoutWorkflowActivitiesup to that point. - roundListOfMonetaryAmounts(Map<String, MonetaryAmount>, MonetaryAmount, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartPricingRoundingHelper
-
Given a list of amounts that should round to the provided total, calculates and performs the rounding logic to add the remainder unit amounts.
- roundListOfMonetaryAmounts(Map<String, MonetaryAmount>, MonetaryAmount, MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartPricingRoundingHelper
-
Given a list of amounts that should round to the provided total, calculates and performs the rounding logic to add the remainder unit amounts.
- roundProratedFulfillmentGroupAdjustments(FulfillmentGroup, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartPricingRoundingHelper
-
Rounds prorated amounts for prorated fulfillment group adjustments on fulfillment items and group.
- roundProratedOrderAdjustmentsAcrossFulfillmentItems(Collection<D>, MonetaryAmount, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartPricingRoundingHelper
-
Rounds prorated amounts for prorated order adjustments on fulfillment items.
S
- SALE_PRICE - Static variable in class com.broadleafcommerce.cartoperation.service.pricing.PricingFields
- saveAuthorizedClient(OAuth2AuthorizedClient, Authentication, HttpServletRequest, HttpServletResponse) - Method in class com.broadleafcommerce.cartoperation.oauth2.client.web.InMemoryOAuth2AuthorizedClientRepository
-
Deprecated.
- saveCart(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Helper method to encapsulate saving an existing Cart.
- SELECTOR - com.broadleafcommerce.cartoperation.domain.type.DefaultProductType
-
Denotes a product that serves as a container for a single
Item Choiceand which can be used to produce a promotional landing page. - sendCheckoutCompletionMessage(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
-
Send a message to notify external services (and internal listeners) of the completed checkout so that they can react accordingly.
- SENDING_TO_PROCESSOR - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
-
The payment gateway call is being prepared, or has been made and we don't know the response yet.
- SEPARATE - com.broadleafcommerce.cartoperation.domain.type.DefaultMergingType
-
Keep item separate from similar items.
- ServletRequestCartResolver - Interface in com.broadleafcommerce.cartoperation.web.filter.resolver
- setAccessRestrictions(List<String>) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The list of restrictions that apply to payment access.
- setAccessRestrictions(List<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The list of restrictions that apply to payment access.
- setAddAttribute(boolean) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.PriceInvalidation
-
An addition to cart attributes.
- setAddItemFailures(List<AddItemFailure>) - Method in class com.broadleafcommerce.cartoperation.service.BulkAddToCartResponse
-
All
AddItemFailuresthat occurred. - setAddItemFailures(List<AddItemFailure>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService.BulkCartItemCreationResponse
-
All failures that occurred.
- setAddItemRequest(AddItemRequest) - Method in class com.broadleafcommerce.cartoperation.domain.CartCreationRequest
-
The initial
AddItemRequestto populate the cart. - setAddItemRequest(AddItemRequest) - Method in class com.broadleafcommerce.cartoperation.service.AddItemFailure
-
The add item request that failed
- setAdditionalAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAdditionalAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAdditionalAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Miscellaneous attributes that can be set to this request in order to inform business logic for adding a
CartItem. - setAdditionalItemPricing(AdditionalItemPricing) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- setAdditionalItemPricing(AdditionalItemPricing) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- setAdditionalItemPricing(AdditionalItemPricing) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- setAddress(Address) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateFulfillmentGroupRequest
-
The shipping address for this fulfillment group.
- setAddressByType(Map<String, Address>) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The collection of related addresses that may include billing or shipping addresses
- setAdjustments(List<Adjustment>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
-
The list of adjustments that were added to the cart because of the code's application.
- setAdjustmentsTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The payment's adjustments (a.k.a discounts) total, usually excluding shipping/fulfillment discounts.
- setAdjustmentsTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The payment's adjustments (a.k.a discounts) total, usually excluding shipping/fulfillment discounts.
- setAdjustmentsTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The payment's adjustments (a.k.a discounts) total, usually excluding shipping/fulfillment discounts.
- setAdjustmentsTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The payment's adjustments (a.k.a discounts) total, usually excluding shipping/fulfillment discounts.
- setAdjustmentsTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The payment's adjustments (a.k.a discounts) total, usually excluding shipping/fulfillment discounts.
- setAdvancedTags(List<ProductTag>) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
A list of
ProductTagssorted based on the sort position of theProductTagfor the produt with ties broken byAdvancedTag.getPriority(). - setAllowAutomaticReversal(boolean) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
Whether to allow this transaction to be automatically reversed by payment system's scheduled jobs.
- setAllowedDeleteRoles(Set<String>) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.ItemListSecurity
- setAllowedEditRoles(Set<String>) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.ItemListSecurity
- setAllowedShareRoles(Set<String>) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.ItemListSecurity
- setAllowedValues(List<AttributeChoiceValue>) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
Gives the customer more structured input to fill out their option, which can drive a select field or a color picker with particular colors.
- setAllowedViewRoles(Set<String>) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.ItemListSecurity
- setAllRatesUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProperties
-
URI for retrieving a list of shipping rates for all available shipping methods
- setAllTaxToZero(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- setAmount(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The amount for which this payment is allotted.
- setAmount(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The amount for which the payment is allotted.
- setAmountAuthorized(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The total authorized amount for capture.
- setAmountCaptured(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The total captured amount.
- setAmountCredited(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The total detached credit amount.
- setAmountRefunded(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The total refunded amount.
- setApplication(Map<String, P>) - Method in class com.broadleafcommerce.cartoperation.properties.DiscriminatedProperties
- setApplicationIdIncludedInCookieName(boolean) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
-
Whether or not the applicationId should be appended to the cart cookie name.
- setApplyUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
-
The URI path for applying offers.
- setAssets(List<ImageAssetRef>) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
All
ProductAssetsfor this product. - setAttributeChoice(AttributeChoice) - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
-
Configuration when the
ProductOption.typeof this option is one of:ProductOptionType.VARIANT_DISTINGUISHING- drives customer further specifying their choices into a specificVariantthat contains a unique SKU code, pricing concerns, etc.ProductOptionType.CART_ITEM_ATTRIBUTE- Customer input will flow directly in the item attributes within their cartProductOptionType.CART_ATTRIBUTE. - setAttributeName(String) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
The order or item attribute that this choice is stored in when the user adds to their cart
- setAttributeName(String) - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties.FieldMapping
- setAttributes(Map<String, Attribute>) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Dynamic attributes that are a part of the product.
- setAttributes(Map<String, Serializable>) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Dynamic attributes that are a part of the variant.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.Attribute
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.Category
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.SimplePage
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest.Target
- setAttributes(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
General use map to capture any additional attributes needed for this Payment
- setAttributes(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
Map of specific attributes that have been gathered from the raw response.
- setAttributes(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
Map of specific attributes that have been gathered from the raw response.
- setAttributes(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
Map to capture any additional information about the payment
- setAuthor(String) - Method in class com.broadleafcommerce.cartoperation.domain.TransferCartToken
-
The username of the author associated with the transfer cart token.
- setAuthorizationFailureHandler(OAuth2AuthorizationFailureHandler) - Method in class com.broadleafcommerce.cartoperation.oauth2.client.web.SynchronizedDelegatingOAuth2AuthorizedClientManager
- setAuthorizationSuccessHandler(OAuth2AuthorizationSuccessHandler) - Method in class com.broadleafcommerce.cartoperation.oauth2.client.web.SynchronizedDelegatingOAuth2AuthorizedClientManager
- setAuthorizeAndCaptureUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The URI path for executing an authorize and capture transaction.
- setAuthorizedClientProvider(OAuth2AuthorizedClientProvider) - Method in class com.broadleafcommerce.cartoperation.oauth2.client.web.SynchronizedDelegatingOAuth2AuthorizedClientManager
- setAuthorizeUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The URI path for executing an authorize transaction.
- setAvailable(boolean) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
-
Indicates if the requested quantity is available.
- setAvailableOnline(boolean) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Whether or not this product is available online - ie inventory is available somewhere to fulfill this product.
- setBillingAddress(Address) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The billing address associated with this payment.
- setBrand(DataDrivenEnum) - Method in class com.broadleafcommerce.cartoperation.domain.Product
- setBulkAddToCartOperation(CartOperationServiceProperties.BulkAddToCartOperation) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
The bulk properties configuration.
- setBulkCheckAvailabilityUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProperties
-
URI for checking inventory for a list of SKUs
- setCalculateFulfillmentPricingWithAdjustments(boolean) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
Whether the fulfillment pricing should consider the adjustments on the order and order items.
- setCalculateProratedFulfillmentPricing(boolean) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
Whether the fulfillment pricing should consider prorated price of the order items, after factoring in the order adjustments.
- setCampaignAuditDetailsUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProperties
-
The URI context path for recording a campaign code usage.
- setCampaignCode(String) - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The campaign code string that this audit information is for.
- setCampaignTrackingId(String) - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The tracking ID of the campaign this audit is for.
- setCart(Cart) - Method in class com.broadleafcommerce.cartoperation.service.BulkAddToCartResponse
-
The most up-to-date cart that includes all requests that were successfully processed
- setCart(Cart) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
-
The updated
Cart, including the code and applicable adjustments (discounts). - setCart(Cart) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
The
Cartrelated to the checkout submission. - setCart(Cart) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenResponse
- setCart(Cart) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ItemListAddToCartResponse
-
The
Cartrelated to the checkout submission. - setCart(CheckoutCart) - Method in class com.broadleafcommerce.cartoperation.service.messaging.completion.CheckoutCompletionEvent
-
The cart object that completed the checkout workflow
- setCart(P) - Method in class com.broadleafcommerce.cartoperation.domain.CartHolder
-
Deprecated.
- setCartAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Attributes that should be copied to the
Cart.getAttributes()for this request. - setCartAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
Attributes that should be copied to the
Cart.getAttributes()for this request. - setCartId(String) - Method in class com.broadleafcommerce.cartoperation.domain.TransferCartToken
-
The ID of the cart the token is authorized to transfer.
- setCartId(String) - Method in class com.broadleafcommerce.cartoperation.service.messaging.rollback.CheckoutRollbackEvent
-
The id of the cart that was submitted for checkout
- setCartItemId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
ID of the
CartItemto update. - setCartItems(List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.BulkAddToCartResponse
-
The list of
CartItemsthat were successfully added from theAddItemRequests - setCartItems(List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService.BulkCartItemCreationResponse
-
The list of
CartItemsthat were successfully created from theAddItemRequests - setCartItemsByCartIdUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The cart items URI
- setCartItemsMatched(List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
- setCartItemsUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for basic CRUD operations on cart items.
- setCartOperationService(CartOperationService) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- setCartOperationService(CartOperationService) - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- setCartOpsServiceOfferUtils(CartOperationServiceOfferUtils) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- setCartOpsServiceOfferUtils(CartOperationServiceOfferUtils) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- setCartPricingTimeToLive(Duration) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
The amount of time before the cart's pricing is considered stale.
- setCartProvider(CartProvider) - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- setCartsUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for basic CRUD operations on carts.
- setCartTtl(Duration) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
-
Specifies how long the cart cookie should be considered active.
- setCartUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for basic singular cart retrieval.
- setCartVersion(Integer) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartItemModifyingRequest
- setCartVersion(Integer) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
- setCartVersion(Integer) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartRequest
- setCartVersion(Integer) - Method in interface com.broadleafcommerce.cartoperation.web.endpoint.domain.CartVersionedRequest
-
Sets the cart version.
- setCatalogProvider(CatalogProvider) - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- setCategory(Category) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
The
Categorywhich the add-on will be chosen from by the customer if theselectionisItemChoiceTargetType.CATEGORY. - setCheckAvailabilityUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProperties
-
URI for checking inventory for a particular SKU
- setCheckoutTransactionExternal(Map<String, Boolean>) - Method in class com.broadleafcommerce.cartoperation.service.checkout.CartOperationCheckoutProperties
-
Whether the checkout transaction occurs externally such as for transparent redirect.
- setCheckoutTransactionTypes(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.service.checkout.CartOperationCheckoutProperties
-
Set the
TransactionTypethat should be performed during checkout. - setChoiceKey(String) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
The key to use to relate to this
ItemChoicewhen configuring cart items. - setCode(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeRequest
-
The code to add.
- setCode(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
-
The added offer or campaign code.
- setComment(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.OverridePriceRequest
-
The optional, long-form comment explaining any extra context for the override.
- setContent(List<T>) - Method in class com.broadleafcommerce.cartoperation.domain.SimplePage
- setContextAttributesMapper(Function<OAuth2AuthorizeRequest, Map<String, Object>>) - Method in class com.broadleafcommerce.cartoperation.oauth2.client.web.SynchronizedDelegatingOAuth2AuthorizedClientManager
- setContextInfo(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.messaging.completion.CheckoutCompletionEvent
-
The
ContextInfoderived from the original request containing tenant and sandbox info. - setContextInfo(ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.messaging.rollback.CheckoutRollbackEvent
-
The
ContextInfoderived from the original request containing tenant and sandbox info. - setCookieName(String) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
-
Name of the cart cookie.
- setCookieSameSiteValue(String) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
-
The value to use for the SameSite attribute on the cart cookie.
- setCsrCartOpService(CsrCartOperationService) - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- setCurrency(CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Deprecated.in favor of using
PriceCartRequestfor creating or pricing a cart. - setCurrency(CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.PriceCartRequest
-
The currency to price the cart against.
- setCurrencyContext(CurrencyContext) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Transient ability to have a currency initialized
- setCurrencyContext(CurrencyContext) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Transient ability to have a currency initialized
- setCustomersItemListAccessRuleByRolesUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI subpath for customer item list access rule by roles.
- setCustomersItemListAccessRulesUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI subpath for customer item list access rule operations.
- setCustomersUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for customer operations.
- setDateApplied(Instant) - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The date and time when the related offer was applied.
- setDateRecorded(Instant) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The timestamp when this transaction response was recorded
- setDateRecorded(Instant) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The timestamp when this transaction response was recorded
- setDeclineType(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The type of transaction failure (hard vs soft failure)
- setDeclineType(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The type of transaction failure (hard vs soft failure)
- setDefaultsForPriceCartRequest(Cart, PriceCartRequest) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- setDefaultVirtualFulfillmentOptionName(String) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
The default fulfillment option name for the
FulfillmentType.VIRTUALfulfillment type. - setDeletedItemListIds(Set<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
-
The list of item list ids that were processed for deletion
- setDependentCartItems(List<AddItemRequest>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
A list of additional
AddItemRequeststhat should be processed as dependent items of the resulting parent item of this currentAddItemRequest. - setDependentItemUpdates(List<UpdateItemRequest>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
A list of additional
AddItemRequeststhat should be processed as children items of the resulting parent item of this currentUpdateItemRequest. - setDisabled(boolean) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.SSLVerificationProperties
-
Dictates whether SSL verification should be disabled.
- setDiscountable(boolean) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Whether or not this product be applied to any offers or promotions.
- setDiscountAllowed(boolean) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
Dictates whether or not discounts are allowed to be applied to this included product.
- setDiscountAllowed(boolean) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
Dictates whether or not discounts are allowed to be applied to this add-on.
- setDiscountAllowed(boolean) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
Dictates whether or not discounts are allowed to be applied to this add-on.
- setDisplayAttributes(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
General use map to capture any display properties for this Payment
- setDisplayAttributes(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
General use map to capture any display properties for this Payment
- setDisplayOrder(Long) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
Defines the display position of this included product in relation to other included products.
- setDisplayValue(String) - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
-
The display value for the associated
DataDrivenEnum.type. - setEan(String) - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
-
Meant to hold EAN, or European Article Number (a.k.a.
- setEmailAddress(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ContactInfoRequest
-
Email addresses that should be used as a point of contact for the cart.
- setEnabled(boolean) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.GuestToken
- setEnabled(boolean) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.Version
-
When enabled, this service will enforce the version for any requests that modify the cart.
- setEncodedPrivateKey(String) - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenEncoder
-
Sets the value of
JWTTransferCartTokenEncoderProperties.getEncodedPrivateKey(), and initializes theJWTTransferCartTokenEncoder.signerused to sign JWT tokens. - setEncodedPrivateKey(String) - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenEncoderProperties
-
The encoded RSA private key string to be used to encode preview token JWTs.
- setEncodedPrivateKey(String) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties.Jwt
- setEncodedPublicKey(String) - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenDecoder
-
Sets the value of
JWTTransferCartTokenDecoderProperties.getEncodedPublicKey(), and initializes theJWTTransferCartTokenDecoder.verifierused to verify JWT tokens. - setEncodedPublicKey(String) - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenDecoderProperties
-
The encoded RSA public key string to be used to decode and verify transfer cart token JWTs.
- setEncodedPublicKey(String) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties.Jwt
- setErrorCode(String) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
In case of a validation failure in conjunction with a
AttributeChoice.getValidationStrategy()this is the error code that should be shown to customers. - setErrorMessage(String) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
In case of a validation failure in conjunction with a
AttributeChoice.getValidationStrategy()this is the message that should be shown to customers. - setExpectedTotalAmount(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The total amount that we're expecting to be executed against the payment, spread across the
TransactionExecutionResponse.transactionExecutionDetails. - setExpirationTime(Instant) - Method in class com.broadleafcommerce.cartoperation.domain.TransferCartToken
-
The expiration time of the transfer cart token in UTC.
- setExpirationTimeout(Duration) - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenEncoder
-
Setter for overwriting the current expiration time for
JWTTransferCartTokenEncoderProperties. - setExpirationTimeout(Duration) - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenEncoderProperties
-
The duration of the expiration timeout for the preview token JWT.
- setExternalId(String) - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
-
External (1st or 3rd party) system reference to a unique SKU.
- setFailConfigErrorOnAdd(boolean) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
If there is a configuration error for a cart item when attempting to add it to a cart, fail the attempt.
- setFailedItemAdditions(Map<String, List<String>>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ItemListAddToCartResponse
-
Map of
ItemListids to a collection ofItemListItemids that could not be added to cart - setFailureMessage(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
Message intended to inform why the checkout submission failed if
CheckoutResponse.isSuccess()is false. - setFailureType(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The type of transaction failure
- setFailureType(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
The type of checkout failure which can be used programmatically by the client application to react to the failure.
- setFailureType(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The type of transaction failure
- setFieldMappingUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProperties
-
The URI path for cart item product mappings.
- setFulfillmentFlatRates(Map<String, FulfillmentFlatRate>) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
A map of flat rates for fulfilling (e.g., shipping) this product for a particular fulfillment option type (e.g., standard shipping).
- setFulfillmentFlatRates(Map<String, FulfillmentFlatRate>) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
A map of flat rates for fulfilling (e.g., shipping) this product for a particular fulfillment option type (e.g., standard shipping).
- setFulfillmentGroupRequired(boolean) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration.ValidationConfiguration.FulfillmentCheckoutValidationConfig
- setFulfillmentGroupsUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The fulfillment groups URI
- setFulfillmentOption(FulfillmentOption) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateFulfillmentGroupRequest
-
The fulfillment option chosen for the
UpdateFulfillmentGroupRequest.getType(). - setFulfillmentPricingService(FulfillmentPricingService) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartTotalsCalculator
- setFulfillmentTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The payment's total fulfillment cost
- setFulfillmentTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The payment's total fulfillment cost
- setFulfillmentTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The payment's total fulfillment cost.
- setFulfillmentTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The payment's total fulfillment cost
- setFulfillmentTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The payment's total fulfillment cost
- setFulfillmentType(String) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
-
Indicates if this group is expected to be picked up or shipped.
- setGatewayResponseCode(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The response code provided by the payment gateway which may represent a success or failure
- setGatewayResponseCode(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The response code provided by the payment gateway which may represent a success or failure
- setGatewayType(String) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The gateway used to process this payment.
- setGtin(String) - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
-
GTIN (Global Trade Item Number) This holds all GTIN formats.
- setGuestToken(CartValidationProperties.GuestToken) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties
- setGuestTokenUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path of the guest token store for a cart.
- setHints(Set<String>) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration.ValidationConfiguration.FulfillmentCheckoutValidationConfig
- setId(String) - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
A unique system identifier.
- setId(String) - Method in class com.broadleafcommerce.cartoperation.domain.Category
-
The primary id of the category.
- setId(String) - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
-
The ID of the enum.
- setId(String) - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
- setId(String) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
The ID of the Product.
- setId(String) - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
-
A unique system identifier.
- setId(String) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
The unique identifier for this variant.
- setInaccessibleItemListIds(Set<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
-
The list of Item List ids that the user does not have the proper access rights to.
- setInaccessibleItemListIds(Set<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ItemListAddToCartResponse
-
From the list of ids that the user attempted to add to cart, this represents the set of
ItemListids that the user does not have access to - setIncludedProducts(List<IncludedProduct>) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Additional products that are always included with the product, no matter what.
- setIndeterminateResult(boolean) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
Tells if this transaction has an indeterminate result.
- setIndeterminateResult(boolean) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
Tells if this transaction has an indeterminate result.
- setIndividuallySold(boolean) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
If this product or any of its variants can be sold individually in the store, or if they must be apart of another product as an add-on.
- setInvalidCartItem(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.AddItemFailure
-
If
AddItemFailure.typeisAddItemFailure.AddItemFailureType.VALIDATION, this object represents the invalidCartItemthat was built based on the providedAddItemFailure.addItemRequest - setInventoryCheckStrategy(String) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Describes when the product's inventory should be checked for availability.
- setInventoryCheckStrategy(String) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Describes when the variant's inventory should be checked for availability.
- setInventoryLocationId(String) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
-
The Inventory Location for which this availability is indicated.
- setInventoryReservationStrategy(String) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Describes when the product's inventory should be reserved.
- setInventoryReservationStrategy(String) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Describes when the variant's inventory should be reserved.
- setInventoryTransactions(List<InventoryTransaction>) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationResponse
-
List of associated
InventoryTransactions. - setInventoryType(String) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Describes the product's type of fulfillment - ie is it a physical or virtual item?
- setIssuer(String) - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenDecoder
-
Setter for overwriting the current issuer on
JWTTransferCartTokenDecoderProperties. - setIssuer(String) - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenEncoder
-
Setter for overwriting the current issuer for
JWTTransferCartTokenEncoderProperties. - setIssuer(String) - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenDecoderProperties
-
The issuer for the JWT token.
- setIssuer(String) - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenEncoderProperties
-
The issuer for the JWT token.
- setIssuer(String) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties.Jwt
- setItemAttributeChoices(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Attribute choices that should be copied to
CartItem.getAttributeChoices()for this request. - setItemAttributeChoices(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
Attribute choices that should be copied to
CartItem.getAttributeChoices()for this request. - setItemAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Miscellaneous attributes that should be copied to the
CartItem.getAttributes()for this request. - setItemAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
Attributes that should be copied to the
CartItem.getAttributes()for this request. - setItemBatchSize(int) - Method in class com.broadleafcommerce.cartoperation.service.ItemListAddToCartProperties
-
Dictates the ItemListItem batch size when adding an ItemList to cart
- setItemChoice(ItemChoice) - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
-
Configuration for the
ProductOptionType.ITEM_CHOICE. - setItemChoiceKey(String) - Method in class com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
- setItemChoiceKey(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
If this
AddItemRequestis one withinAddItemRequest.getDependentCartItems(), this is the key to use to relate to thisCartItemto a configured product item choice. - setItemFailureMessages(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
Line item error messages used to describe issues with individual fields, cart items, etc.
- setItemInternalAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Miscellaneous internal attributes that should be copied to the
CartItem.getInternalAttributes()for this request. - setItemListAccessRulesBulkUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI subpath for bulk item list access rule operations.
- setItemListAccessRulesUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI subpath for item list access rule operations.
- setItemListIds(Set<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemListToCartRequest
-
Set of ids representing the
ItemListsthat are to be added to cart - setItemListsBulkDeleteItemsUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
Context path to append to
ExternalCartProperties.itemListsBulkItemsUrifor deleting items. - setItemListsBulkDeleteUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
Context path to append to
ExternalCartProperties.itemListsBulkUrifor deleting items. - setItemListsBulkItemsUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for bulk CRUD operation on item list items.
- setItemListsBulkUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The context path to append to
ExternalCartProperties.urlfor bulk list operations. - setItemListSecurity(CartOperationServiceProperties.ItemListSecurity) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
- setItemListsItemsUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for basic CRUD operation on item list items.
- setItemListsUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI path for basic CRUD operation on item lists.
- setJwt(CartCookieProperties.Jwt) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
- setKey(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddAttributeRequest
-
The attribute's key.
- setLabel(String) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
-
What the customer sees for display.
- setLabel(String) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
The user-facing label that describes this included product.
- setLabel(String) - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
-
The label shown to customers when displaying this option.
- setListId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
-
The ID of the item list being shared.
- setLocale(Locale) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
Deprecated.in favor of using
PriceCartRequestfor creating or pricing a cart. - setLocale(Locale) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.PriceCartRequest
-
The locale to price the cart against.
- setLockPaymentsUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The URI path for locking multiple payments.
- setLockTokens(Collection<String>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.UnlockPaymentRequest
-
List of tokens that can be used to release payment locks.
- setMarkTransactionsIneligibleForAutomaticReversal(boolean) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
Declares whether the payment's transactions should be marked ineligible for automatic reversal.
- setMatchCartItemAssetToVariant(boolean) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
Determines whether the
CartItem.getImageAsset()should match the selectedVariantif possible instead of theProduct.getPrimaryAsset(). - setMaximumQuantity(Integer) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
The maximum amount of this item that a customer can purchase at a time.
- setMaximumThreshold(Integer) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
The maximum count of this product that must be added in a cart.
- setMaximumThreshold(Integer) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
The maximum count of this variant can be added in a cart.
- setMerchandisingContext(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
The value that should be mapped to
CartItem.getMerchandisingContext(). - setMerchandisingType(DataDrivenEnum) - Method in class com.broadleafcommerce.cartoperation.domain.Product
- setMergeType(String) - Method in class com.broadleafcommerce.cartoperation.domain.MergeItemPair
-
The type of merge for this item pair.
- setMergingType(String) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Determines how this Product should merge with other similar items when it gets added to a cart.
- setMergingType(String) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
Globally determines how Products should merge with other similar items when they get added to a cart.
- setMessage(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
Message describing the result of the transaction
- setMessage(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
-
A message describing the results of adding the code to the cart.
- setMessage(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
Message describing the result of the transaction
- setMessageSource(MessageSource) - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- setMinimumQuantity(Integer) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
The minimum amount of the item that a customer must purchase.
- setMinimumThreshold(Integer) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
The minimum count of this product that must be added in a cart.
- setMinimumThreshold(Integer) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
The minimum count of this variant that must be added in a cart.
- setName(String) - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
A friendly identifier for the tag.
- setName(String) - Method in class com.broadleafcommerce.cartoperation.domain.Category
-
The name of the category.
- setName(String) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The name of this payment.
- setName(String) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
The name of the product.
- setName(String) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
The name of this particular variant of the product.
- setName(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The name of this payment.
- setNeedSaveContainerItem(boolean) - Method in class com.broadleafcommerce.cartoperation.domain.MergeItemPair
-
Tells if the container instance (
MergeItemPair.containerItem) will need to be saved in order for the merge performed to be persisted. - setNeedSaveModifiedItem(boolean) - Method in class com.broadleafcommerce.cartoperation.domain.MergeItemPair
-
Tells if the modified instance (
MergeItemPair.modifiedItem) will need to be saved in order for the merge performed to be persisted. - setNewCart(Cart) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider.CartConflictResponse
- setNewCartOwnership(Cart) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- setOfferId(String) - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The associated
offer's id. - setOfferUtils(CartOperationServiceOfferUtils) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- setOldCartPrice(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.web.service.StaleCartPricingResultHolder
- setOptions(List<ProductOption>) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Drives additional information that the customer should enter when purchasing this product.
- setOptionValues(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Helper to make this particular variant uniquely identifiable across multiple variants for the same product.
- setOrder(int) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.address.PaymentTaxAddressSourceHandler
- setOrder(int) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.address.ShippingTaxAddressSourceHandler
- setOrderId(String) - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The id of the cart upon which the related offer was used.
- setOverridePrice(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- setOverridePrice(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- setOverridePrice(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- setOverridePrice(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.OverridePriceRequest
-
The new price value.
- setOwnerId(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.LockPaymentRequest
-
The id of the entity that owns this payment.
- setOwnerType(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.LockPaymentRequest
-
Describes the owner of the payment.
- setParentCartItemId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
The id of the parent
CartItemfor this add item request. - setParentCategories(Set<Category>) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
All
Categoriesthat include the product. - setParentTransactionId(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The id of the parent payment transaction.
- setParentTransactionId(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The id of the payment transaction that proceeded this transaction.
- setPaymentId(String) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The id of this payment.
- setPaymentId(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The id of the related
PaymentSummarythat is meant to be used for the transaction. - setPaymentId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The id of the payment.
- setPaymentId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The ID of the payment to update.
- setPaymentProvider(PaymentProvider<PaymentSummary>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- setPaymentSummaries(List<PaymentSummary>) - Method in class com.broadleafcommerce.cartoperation.service.messaging.completion.CheckoutCompletionEvent
-
The payments for the cart that completed the checkout workflow
- setPaymentSummaries(List<PaymentSummary>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
A collection of
PaymentSummariesrelated to theCart. - setPaymentSummary(PaymentSummary) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The updated
PaymentSummaryrepresentation. - setPaymentsUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The URI path for basic CRUD operations on payments.
- setPaymentTransactionFailureDetails(List<PaymentTransactionFailureDetail>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
A collection of
PaymentTransactionFailureDetailsdescribing how the transaction(s) failed. - setPosition(String) - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
Defines the position over a display component this tag should be displayed such as the "top-left" of a Product's image on a list or details page.
- setPriceCartRequest(PriceCartRequest) - Method in class com.broadleafcommerce.cartoperation.domain.CartCreationRequest
-
The initial
PriceCartRequestto price the cart. - setPriceInfo(PriceInfo) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Summary of the
pricing informationrelated to the product. - setPriceInfo(PriceInfo) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Summary of the
pricing informationrelated to the choice. - setPriceInfosUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProperties
-
The URI path for pricing items.
- setPriceInvalidation(CartOperationServiceProperties.PriceInvalidation) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties
-
The price invalidation configuration.
- setPriceUpdated(boolean) - Method in class com.broadleafcommerce.cartoperation.web.service.StaleCartPricingResultHolder
- setPricingKey(String) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- setPricingKey(String) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- setPricingKey(String) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
System-wide unique identifier to configure specific pricing for the product.
- setPricingKey(String) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- setPricingTargetType(String) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- setPricingTargetType(String) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- setPricingTargetType(String) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- setPrimaryAsset(ImageAssetRef) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
The asset associated with this product marked as primary.
- setPriority(Long) - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
Priority of this tag relative to other tags that may share the same
AdvancedTag.positionorAdvancedTag.type. - setProduct(Product) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
This field contains the specified product if the
typeisIncludedProductType.PRODUCT. - setProduct(Product) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
If the
SpecificItemChoice.typeisSpecificItemChoiceType.PRODUCTthis holds the product for this choice - setProductBatchSize(int) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.BulkAddToCartOperation
-
Dictates the number of products that are gathered at a time when populating & validating a CartItem during an add to cart request.
- setProductId(String) - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
-
ID of the parent product.
- setProductId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
The id of the product for this add item request.
- setProductIdsForMissingEntities(Set<String>) - Method in class com.broadleafcommerce.cartoperation.domain.ProductList
-
The list of provided ids for which a Product could not be found
- setProductMappings(List<CartItemMappingProperties.FieldMapping>) - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties
-
Configuration for the fields which should be included in mapping a
Productinto aCartItem. - setProducts(List<Product>) - Method in class com.broadleafcommerce.cartoperation.domain.ProductList
-
All
Productsand their details. - setProductsUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProperties
-
The URI path for products.
- setProductType(String) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Defines the type of the product.
- setProductUrisForMissingEntities(Set<String>) - Method in class com.broadleafcommerce.cartoperation.domain.ProductList
-
The list of provided uris for which a Product could not be found
- setQuantity(int) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
The value of the fixed quantity.
- setQuantity(int) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestItem
-
Quantity delta that is being requested (i.e.
- setQuantity(int) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
The amount of this item to be added to the
Cart. - setQuantity(int) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
The amount of this item to be added to the
Cart. - setQuantity(Integer) - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
-
Quantity associated with this transaction representing the delta or change.
- setQuantityMatched(int) - Method in class com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
- setQuantityRequested(Integer) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilityRequest
-
Quantity delta that is being requested (i.e.
- setReason(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.OverridePriceRequest
-
The reason the override was performed, for example, "Price Match".
- setReferenceNumber(String) - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
-
Arbitrary external reference number.
- setReferenceNumber(String) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestItem
-
This can be any number, but is typically the Order Item ID or Fulfillment Item ID.
- setRemoveAttribute(boolean) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.PriceInvalidation
-
A deletion of a cart attribute.
- setRequestedInventoryLocationId(String) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
-
The locationId of the Inventory Location from which the customer wishes to receive inventory.
- setRequestedItems(List<SkuInventoryReservationRequestItem>) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
-
List of items to reserve.
- setRequestId(String) - Method in class com.broadleafcommerce.cartoperation.service.messaging.completion.CheckoutCompletionEvent
-
The id representing this request to checkout This value can be used to identify entities that were produced due to this request and therefore need to be rolled back
- setRequestId(String) - Method in class com.broadleafcommerce.cartoperation.service.messaging.rollback.CheckoutRollbackEvent
-
The id representing this request to checkout This value can be used to identify entities that were produced due to this request and therefore need to be rolled back
- setRequestId(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The id representing the customer's request to execute one or more transactions.
- setRequestId(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The id representing the customer's request to execute one or more transactions.
- setRequestId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartRequest
-
A unique id used to represent the request.
- setRequestId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutProcessRequest
-
A unique id used to represent the request.
- setRequestId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
The id representing the customer's request to checkout
- setRequestId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The id representing the customer's request to execute the transaction.
- setRequestMatcher(RequestMatcher) - Method in class com.broadleafcommerce.cartoperation.web.filter.CartResolutionFilter
- setRequired(boolean) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
Whether or not the user is required to fill out this option in order to add the product to their cart.
- setReservationRequestGroups(List<SkuInventoryReservationRequestGroup>) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequest
-
Logically separate groups into pickup or ship groups, along with items to be adjusted.
- setReservationRequestType(String) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequest
-
Indicates if the Inventory Reservation Request is a HARD or SOFT request.
- setReserveUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProperties
-
URI for reserving inventory
- setResourceLocksUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The URI subpath for resource locks.
- setResponseCode(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
-
A simple code describing the results of the add code to cart request.
- setRetrieveRateUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProperties
-
URI for retrieving a single rate for a specific shipping method
- setRole(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
-
The role that the targets this item list is being shared with will be granted.
- setRoundingHelper(CartPricingRoundingHelper) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartItemPricingUtils
- setRoundingHelper(CartPricingRoundingHelper) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultFulfillmentPricingService
- setSecurityCode(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The payment method security code that may be required to execute the transaction.
- setSecurityCodes(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutProcessRequest
-
A map of security codes to their payment ids.
- setSelectionType(String) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
Describes restrictions placed on the customer's ability to select items from the targeted set.
- setServiceClient(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProperties
-
The service client to use when calling campaign services.
- setServiceClient(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The service client to use when calling cart services.
- setServiceClient(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProperties
-
The service client to use for calling catalog.
- setServiceClient(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProperties
-
The service client to use when calling inventory services.
- setServiceClient(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
-
The service client to use when calling offer services.
- setServiceClient(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProperties
-
The service client to use when calling pricing services.
- setServiceClient(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProperties
-
The service client to use when interacting with the shipping service.
- setServiceClient(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The service client to use when calling payment transaction services.
- setSharedCode(String) - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The string of the
offer codeused to apply the related offer. - setShipToAddress(Address) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
-
This is most useful when Fulfillment Type is SHIP.
- setShouldSavePaymentToCustomer(Boolean) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
Should the payment method be saved to the customer
- setSingleUsePaymentMethod(boolean) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
Whether or not the underlying payment method can only be used once.
- setSku(String) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
This uniquely identifies this product in the catalog when it is sold and is used for other contexts like inventory and pricing.
- setSku(String) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
-
Sku code for this particular variant.
- setSku(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
The SKU code for the item (e.g., Product or Variant).
- setSkuCode(String) - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
-
This is the default way that Broadleaf uses for accessing
InventorySkuRef, especially when doing inventory reservations (soft and hard). - setSkuCode(String) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilityRequest
-
The value of the SKU reference.
- setSkuInventoryId(String) - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
-
This is the contextId of the associated
SkuInventoryrecord. - setSkuName(String) - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
-
Optional field to store a human readable name for the SKU.
- setSkuRef(InventorySkuRef) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
-
Holder of pointer(s) that reference the SKU.
- setSkuReferenceFieldType(String) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequest
-
Indicates how we should be looking up SKU Inventory (by which field) with respect to
skuReferenceValue. - setSkuReferenceValue(String) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestItem
-
The value of the SKU reference.
- setSorting(String) - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
-
Field indicating a sort order, if sorted.
- setSource(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
A simple description of the system that initiated this transaction execution request.
- setSourceEntityId(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The ID of the source entity associated with the transaction.
- setSourceEntityType(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The type of the source entity associated with the transaction.
- setSpecificChoices(List<SpecificItemChoice>) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
If the
ItemChoice.selectionTypeisItemChoiceTargetType.SPECIFIC_PRODUCTSorItemChoiceTargetType.SPECIFIC_VARIANTSthis holds the manually-curated options that the customer can choose from. - setSpecificItemChoice(SpecificItemChoice) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- setStaleCartItemsService(StaleCartItemsService) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartItemValidationActivity
- setStaleCartItemsService(StaleCartItemsService) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- setStaleCartItemsService(StaleCartItemsService) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- setSubtotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The payment's total usually excluding adjustments, tax, and shipping.
- setSubtotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The payment's total usually excluding adjustments, tax, and shipping.
- setSubtotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The payment's total usually excluding adjustments, tax, and shipping.
- setSubtotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The payment's total usually excluding adjustments, tax, and shipping.
- setSubtotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The payment's total usually excluding adjustments, tax, and shipping.
- setSuccess(boolean) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutResponse
-
Whether or not the checkout submission was successful.
- setSuccessfulRequests(List<AddItemRequest>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService.BulkCartItemCreationResponse
-
All requests that were successfully processed.
- setTag(AdvancedTag) - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
-
The
AdvancedTagto associate with a product. - setTags(List<String>) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
A list of simple labels used to categorize the product
- setTargetDemographic(DataDrivenEnum) - Method in class com.broadleafcommerce.cartoperation.domain.Product
- setTargets(Set<ShareItemListRequest.Target>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
-
Describes who this list is being shared with.
- setTargetType(String) - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
-
Identifies the type of items that a customer can choose from, whether specific products, specific variants, or products from a specific category.
- setTargetType(String) - Method in class com.broadleafcommerce.cartoperation.domain.UserTarget
-
The type of the user.
- setTargetValue(String) - Method in class com.broadleafcommerce.cartoperation.domain.UserTarget
-
An identifying value for the user.
- setTaxTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The payment's total tax cost
- setTaxTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The payment's total tax cost
- setTaxTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The payment's total tax cost.
- setTaxTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The payment's total tax cost
- setTaxTotal(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
The payment's total tax cost
- setTenant(Map<String, P>) - Method in class com.broadleafcommerce.cartoperation.properties.DiscriminatedProperties
- setThreeDSecureVerificationUrl(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The gateway-provided url where the customer must verify that they are in fact the owner of the payment method.
- setThreeDSecureVerificationUrl(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The gateway-provided url where the customer must verify that they are in fact the owner of the payment method.
- setToken(GuestToken) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenResponse
- setToken(GuestToken) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenValidationResponse
- setToken(String) - Method in class com.broadleafcommerce.cartoperation.domain.TransferCartToken
-
The token string that is used to authorize that a request has access to transfer the given cart.
- setTokenTimeout(Duration) - Method in class com.broadleafcommerce.cartoperation.service.ULIDGuestTokenGenerator
- setTransactionAmount(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The transaction amount that was executed against the
PaymentSummary. - setTransactionAmount(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The transaction amount that we're expecting to execute against the
PaymentSummary. - setTransactionAmount(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The transaction amount that was executed against the
PaymentSummary. - setTransactionExecutionDetails(List<TransactionExecutionDetail>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
A list of
TransactionExecutionDetailsdescribing the transactions executed. - setTransactionId(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The id of the executed transaction.
- setTransactionId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The id of the executed transaction.
- setTransactionReferenceId(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The transaction id known by the payment gateway.
- setTransactionReferenceId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The transaction id known by the payment gateway.
- setTransactionRetrievalStrategyFor3ds(Map<String, String>) - Method in class com.broadleafcommerce.cartoperation.service.checkout.CartOperationCheckoutProperties
-
When we fetch the checkout transaction for 3DS transactions during the checkout workflow.
- setTransactionStatus(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
The status of the transaction.
- setTransactionStatus(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The status of the transaction.
- setTransactionType(String) - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
-
Indictes the type of transaction that this represents.
- setTransactionType(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
-
The type of transaction that is to be executed.
- setTransactionType(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
The type of transactions that were executed.
- setTransactionType(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentTransactionFailureDetail
-
The type of transactions that were executed.
- setType(String) - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
-
Defines the type of this tag such as "key feature" or "discount".
- setType(String) - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
-
Identifies the type of the associated value, this is needed to gather all the enum
valuesbased on their types. - setType(String) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- setType(String) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The type of this payment like Credit Card or Gift Card.
- setType(String) - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
-
Controls both how the customer should be inputting values to fill out this option as well as storage of where the value will go once added to the cart.
- setType(String) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
Whether or not this item holds a product or a variant that the customer can select from
- setType(String) - Method in class com.broadleafcommerce.cartoperation.service.AddItemFailure
-
The type of failure that this request encountered.
- setType(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateFulfillmentGroupRequest
-
The type of means by which this fulfillment group is fulfilled.
- setTypeFactory(TypeFactory) - Method in class com.broadleafcommerce.cartoperation.service.DefaultStaleCartItemsService
- setUnits(String) - Method in class com.broadleafcommerce.cartoperation.domain.Weight
- setUnlockPaymentsUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The URI path for locking multiple payments.
- setUpc(String) - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
-
Meant to hold UPC, or Universal Product Code.
- setupCartForClone(Cart, CartStatus) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- setUpdateContactInfo(boolean) - Method in class com.broadleafcommerce.cartoperation.service.CartOperationServiceProperties.PriceInvalidation
-
An update of the contact info for the order (e.g.
- setUri(String) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
The navigable uri of this product.
- setUrl(String) - Method in class com.broadleafcommerce.cartoperation.domain.Category
-
The url of the category.
- setUrl(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProperties
-
The base url for an external campaign service.
- setUrl(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProperties
-
The base url for an external cart service.
- setUrl(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCatalogProperties
-
The base url for an external catalog service.
- setUrl(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProperties
-
The base url for an external inventory service.
- setUrl(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
-
The base url for an external cart service.
- setUrl(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProperties
-
The base url for an external cart service.
- setUrl(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProperties
-
The base url for the shipping service.
- setUrl(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProperties
-
The base url for an external payment transaction service.
- setUsabilityInfoUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProperties
-
The URI context path to append to
ExternalCampaignProperties.campaignAuditDetailsUrithat defines the endpoint responsible for providing whether a campaign code is usable, usually before it is applied. - setUseCodeUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
-
The URI path for using a code.
- setUser(UserTarget) - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
-
The identifying info of the user that used the related offer.
- setValid(boolean) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenValidationResponse
- setValidateUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProperties
-
The URI context path to append to
ExternalCampaignProperties.campaignAuditDetailsUrithat defines the endpoint responsible for validating campaign code usages after they're added to the cart, usually during checkout submission to make sure codes are still valid. - setValidateUri(String) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
-
The URI path for validating checkout.
- setValidationRule(String) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
If
AttributeChoice.validationTypeisregex, this is the expression that should execute against the user's value. - setValidationStrategy(String) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
The strategy used to determine when this product option is validated.
- setValidationType(String) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
-
How the validation from
AttributeChoice.getValidationStrategy()should be performed. - setValue(Serializable) - Method in class com.broadleafcommerce.cartoperation.domain.Attribute
-
The value represented by this attribute.
- setValue(Object) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddAttributeRequest
-
The attribute's value.
- setValue(String) - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
-
The value stored as an item attribute or cart attribute based on what the user selects.
- setValue(String) - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
-
The value of the associated
DataDrivenEnum.type. - setValue(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest.Target
- setValue(MonetaryAmount) - Method in class com.broadleafcommerce.cartoperation.domain.FulfillmentFlatRate
-
The value of this flat rate
- setValuePath(String) - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties.FieldMapping
- setValueType(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
-
The type of values that this list will be shared with (e.g email address, customer ID, etc.).
- setVariant(Variant) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
This field contains the specified variant if the
typeisIncludedProductType.VARIANT. - setVariant(Variant) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
If the
SpecificItemChoice.typeisSpecificItemChoiceType.VARIANTthis holds the variant for this choice - setVariantId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
-
The id of the variant for this add item request.
- setVariantId(String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
-
The id of the variant for this add item request.
- setVariantMappings(List<CartItemMappingProperties.FieldMapping>) - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties
-
Configuration for the fields which should be included in mapping a
Variantinto aCartItem. - setVariantParentProductId(String) - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
-
This field contains the id of the parent product of the specified
IncludedProduct.variantif thetypeisIncludedProductType.VARIANT. - setVariantParentProductId(String) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
This field contains the id of the parent product of the specified
SpecificItemChoice.variantif thetypeisSpecificItemChoiceType.VARIANT. - setVariantPricing(Map<String, SpecificItemChoiceVariantPricingOverride>) - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
-
Pricing overrides if specific variants of the main product this item belongs to are added to the cart.
- setVariants(List<Variant>) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
All
Variantsfor this product. - setVendorRef(String) - Method in class com.broadleafcommerce.cartoperation.domain.Product
-
Soft reference to the vendor associated with this catalog.
- setVendorRef(String) - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
-
Soft reference to the vendor associated with this sku inventory summary.
- setVersion(CartValidationProperties.Version) - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties
- setVersion(Integer) - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
-
The version of this payment.
- setVersion(Integer) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
- setWeight(Weight) - Method in class com.broadleafcommerce.cartoperation.domain.Product
- setWeight(Weight) - Method in class com.broadleafcommerce.cartoperation.domain.Variant
- setWeight(BigDecimal) - Method in class com.broadleafcommerce.cartoperation.domain.Weight
- share(CustomerRef, ShareItemListRequest, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListSecurityService
- share(CustomerRef, ShareItemListRequest, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListSecurityService
-
Share an item list with other users.
- shareItemList(ShareItemListRequest, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- shareItemList(ShareItemListRequest, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListManagementService
-
Shares an item list with other users.
- shareItemList(ContextInfo, String, CustomerRef, ShareItemListRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- ShareItemListRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
A request body to share an item list.
- ShareItemListRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
- ShareItemListRequest.Target - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
- ShareItemListRequestValidator - Class in com.broadleafcommerce.cartoperation.web.validator
-
Validates a share item list request.
- ShareItemListRequestValidator() - Constructor for class com.broadleafcommerce.cartoperation.web.validator.ShareItemListRequestValidator
- shippingProvider(WebClient, ObjectMapper, TypeFactory, ExternalShippingProperties) - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration
- ShippingProvider - Interface in com.broadleafcommerce.cartoperation.service.provider
-
Provider for interacting with shipping APIs.
- ShippingTaxAddressSourceHandler - Class in com.broadleafcommerce.cartoperation.service.fulfillment.address
-
Populates the tax address from the shipping address.
- ShippingTaxAddressSourceHandler(TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.fulfillment.address.ShippingTaxAddressSourceHandler
- ShipTypeFulfillmentGroupSubmitValidator - Class in com.broadleafcommerce.cartoperation.service.fulfillment.validation.type
-
Validates fulfillment information specific to
FulfillmentType.SHIPfulfillment groups. - ShipTypeFulfillmentGroupSubmitValidator(Set<FulfillmentAddressSubmitValidator>) - Constructor for class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.ShipTypeFulfillmentGroupSubmitValidator
- shouldCalculateItemTaxes(Cart) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- shouldExecutePaymentTransaction(PaymentSummary, String) - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
-
Determine whether to execute a transaction for this payment.
- shouldPerformValidation(String, String) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultAttributeChoiceConfigurationService
-
Whether to perform the
AttributeChoice.getValidationStrategy()for the item for the current flow. - shouldRejectLowerPrice() - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivityProperties
-
Whether or not to reject the checkout attempt if it's determined that the latest price for the cart is lower than the cart's previously known price.
- shouldRejectLowerPrice(boolean) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivityProperties
-
Whether or not to reject the checkout attempt if it's determined that the latest price for the cart is lower than the cart's previously known price.
- shouldResetCartStatus(Cart, String, CheckoutWorkflowException) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
-
Determines whether or not the cart's status should be reset after encountering an unexpected exception during checkout.
- shouldResetCartStatus(Cart, String, PaymentLockException) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
-
Determines whether or not the cart's status should be reset after encountering an unexpected exception during checkout.
- shouldSavePaymentToCustomer() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
-
Should the payment method be saved to the customer
- shouldTaxFulfillment(F, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultTaxService
- shouldTransferAnonymousCartOwnership(Cart, Cart) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
- shouldValidateAddress(Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.PickupTypeFulfillmentGroupSubmitValidator
- shouldValidateAddress(Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.ShipTypeFulfillmentGroupSubmitValidator
- shouldValidateAddress(Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.VirtualTypeFulfillmentGroupSubmitValidator
- shouldValidateAddress(Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.AbstractTypeFulfillmentGroupSubmitValidator
-
Tells whether this validator should validate the address or not.
- shouldValidateVersion(HttpServletRequest) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
-
Determines whether or not the cart version should be validated
- SimplePage<T> - Class in com.broadleafcommerce.cartoperation.domain
-
A simple page DTO into which a
Pagecan be deserialized and that can be easily re-serialized without concern for implementation details. - SimplePage() - Constructor for class com.broadleafcommerce.cartoperation.domain.SimplePage
- SKU - com.broadleafcommerce.cartoperation.domain.CartPricingTargetType
- SKU_PRICE_INFOS - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
-
Contains a map from
Product.getSku()orVariant.getSku()keys toPriceInfofor the associatedProductorVariant. - SkuInventoryAvailabilityRequest - Class in com.broadleafcommerce.cartoperation.domain
-
Request to check availability for a SKU with a specified minimum quantity.
- SkuInventoryAvailabilityRequest() - Constructor for class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilityRequest
- SkuInventoryAvailabilitySummary - Class in com.broadleafcommerce.cartoperation.domain
- SkuInventoryAvailabilitySummary() - Constructor for class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
- SkuInventoryReservationRequest - Class in com.broadleafcommerce.cartoperation.domain
-
Container to allow serialization and transport of specific inventory reservation requests.
- SkuInventoryReservationRequest() - Constructor for class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequest
- SkuInventoryReservationRequestGroup - Class in com.broadleafcommerce.cartoperation.domain
-
Component to allow us to group
SkuInventoryReservationRequestIteminstances together for Inventory reservation, based on the fulfillment type and either shipToAddress or requestedInventoryLocationId. - SkuInventoryReservationRequestGroup() - Constructor for class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
- SkuInventoryReservationRequestItem - Class in com.broadleafcommerce.cartoperation.domain
- SkuInventoryReservationRequestItem() - Constructor for class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestItem
- SkuInventoryReservationResponse - Class in com.broadleafcommerce.cartoperation.domain
-
Simple wrapper to contain
InventoryTransactionrecords after an Inventory Reservation. - SkuInventoryReservationResponse() - Constructor for class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationResponse
- SOFT - com.broadleafcommerce.cartoperation.domain.enums.PaymentDeclineType
- sortPayments(List<PaymentSummary>) - Method in class com.broadleafcommerce.cartoperation.service.payment.DefaultPaymentTransactionExecutionService
-
Hook used to order the cart's payments to produce the most favorable conditions when executing transactions against the payment.
- SPECIFIC_PRODUCT - com.broadleafcommerce.cartoperation.domain.ItemChoiceTargetType
-
The item choice is a specific
Product. - SPECIFIC_PRODUCTS - com.broadleafcommerce.cartoperation.domain.ItemChoiceTargetType
-
The item choice is among
Productsfrom a predetermined list. - SPECIFIC_VARIANT - com.broadleafcommerce.cartoperation.domain.ItemChoiceTargetType
-
The item choice is a specific
Variant. - SPECIFIC_VARIANTS - com.broadleafcommerce.cartoperation.domain.ItemChoiceTargetType
-
The item choice is among
Variantsfrom a predetermined list. - SpecificItemChoice - Class in com.broadleafcommerce.cartoperation.domain
-
When a
ItemChoiceis determined to be aItemChoiceTargetType.SPECIFIC_PRODUCTSorItemChoiceTargetType.SPECIFIC_VARIANTS, this holds the relationship that the customer should select from - SpecificItemChoice() - Constructor for class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- SpecificItemChoiceType - Enum in com.broadleafcommerce.cartoperation.domain
-
Supported types for
SpecificItemChoice.getType() - SSLVerificationProperties - Class in com.broadleafcommerce.cartoperation.service.autoconfigure
-
Contains properties dictating SSL verification.
- SSLVerificationProperties() - Constructor for class com.broadleafcommerce.cartoperation.service.autoconfigure.SSLVerificationProperties
- STALE_CART_PRICING_HIGHER - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
The cart pricing is out of date and the latest prices are higher than they previously were.
- STALE_CART_PRICING_LOWER - com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
The cart pricing is out of date and the latest prices are lower than they previously were.
- StaleCartApiError - Class in com.broadleafcommerce.cartoperation.web.endpoint.exception
-
An API Error due to a stale cart.
- StaleCartApiError(StaleCartException) - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.exception.StaleCartApiError
- staleCartException(StaleCartException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- StaleCartException - Exception in com.broadleafcommerce.cartoperation.exception
-
Exception thrown when attempting to modify a cart when the client has an out of date version of the cart.
- StaleCartException(Integer, Cart) - Constructor for exception com.broadleafcommerce.cartoperation.exception.StaleCartException
- StaleCartException(Integer, Cart, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.exception.StaleCartException
- StaleCartException(String, Cart, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.exception.StaleCartException
- StaleCartItemsService - Interface in com.broadleafcommerce.cartoperation.service
-
Service for removing the
CartItemsfrom the cart if the appropriate product doesn't exist. - StaleCartPricingResultHolder - Class in com.broadleafcommerce.cartoperation.web.service
-
Holds the old cart price and whether or not the cart price was updated with new catalog prices on this request.
- StaleCartPricingResultHolder() - Constructor for class com.broadleafcommerce.cartoperation.web.service.StaleCartPricingResultHolder
- STANDARD - com.broadleafcommerce.cartoperation.domain.type.DefaultProductType
-
Denotes a simple product which has no variants or complex configuration such as a Hot Sauce.
- STANDARD_PRICE - Static variable in class com.broadleafcommerce.cartoperation.service.pricing.PricingFields
- storeFreeGiftItems(Cart, List<FreeGiftItem>) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOfferUtils
-
Adds the given
FreeGiftItemstoCart.getInternalAttributes()for later processing. - storeFreeGiftItems(Cart, List<FreeGiftItem>) - Method in class com.broadleafcommerce.cartoperation.service.util.offer.CartOperationServiceOfferUtils
- SUBMIT_ORDER - com.broadleafcommerce.cartoperation.domain.ValidationStrategy
-
Allow the item to be added to the cart, but validate when the cart is submitted for checkout
- SUCCESS - com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
-
The transaction was successfully processed by the payment gateway.
- SUCCESS - com.broadleafcommerce.cartoperation.web.endpoint.domain.DefaultAddCodeToCartResponseTypes
- supports(FulfillmentGroup) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.PickupTypeFulfillmentGroupSubmitValidator
- supports(FulfillmentGroup) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.ShipTypeFulfillmentGroupSubmitValidator
- supports(FulfillmentGroup) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.VirtualTypeFulfillmentGroupSubmitValidator
- supports(FulfillmentGroup) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.TypeFulfillmentGroupSubmitValidator
-
Tells if this validator supports the given fulfillment group.
- supports(FulfillmentItem) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.item.FulfillmentItemSubmitValidator
-
Tells if this validator supports the given fulfillment item.
- supports(Address) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
- supports(Address) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.FulfillmentAddressSubmitValidator
-
Tells if this validator supports the given fulfillment group address.
- supports(FulfillmentOption) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.option.FulfillmentOptionSubmitValidator
-
Tells if this validator supports the given fulfillment option.
- supports(Class<?>) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidator
- supports(Class<?>) - Method in class com.broadleafcommerce.cartoperation.web.validator.CartItemModifyingRequestValidator
- supports(Class<?>) - Method in class com.broadleafcommerce.cartoperation.web.validator.CartModifyingRequestValidator
- supports(Class<?>) - Method in interface com.broadleafcommerce.cartoperation.web.validator.RequestValidator
-
Tells whether this validator supports the given type.
- supports(Class<?>) - Method in class com.broadleafcommerce.cartoperation.web.validator.ShareItemListRequestValidator
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class com.broadleafcommerce.cartoperation.web.advice.CartCookieResponseBodyAdvice
-
Deprecated.
- supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class com.broadleafcommerce.cartoperation.web.advice.RequestValidatorRequestBodyAdvice
- supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class com.broadleafcommerce.cartoperation.web.advice.VersionValidatingRequestBodyAdvice
- supportsParameter(MethodParameter) - Method in class com.broadleafcommerce.cartoperation.web.resolver.CartHandlerMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class com.broadleafcommerce.cartoperation.web.resolver.CartVersionHandlerMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class com.broadleafcommerce.cartoperation.web.resolver.CustomerRefHandlerMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class com.broadleafcommerce.cartoperation.web.resolver.GuestTokenHandlerMethodArgumentResolver
- SynchronizedDelegatingOAuth2AuthorizedClientManager - Class in com.broadleafcommerce.cartoperation.oauth2.client.web
-
This component implements
OAuth2AuthorizedClientManagerand internally instantiates and delegates toAuthorizedClientServiceOAuth2AuthorizedClientManager. - SynchronizedDelegatingOAuth2AuthorizedClientManager(ClientRegistrationRepository) - Constructor for class com.broadleafcommerce.cartoperation.oauth2.client.web.SynchronizedDelegatingOAuth2AuthorizedClientManager
- syncItemToCart(Cart, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
-
Takes changes made from an update to a single item and applies them to the cart and items in it.
T
- Target() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest.Target
- TARGET_DEMOGRAPHIC_ID - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.domain.offer.OrderLineItemDtoAttributeConstants
-
Contains the
CartItem.getTargetDemographicId()for theCartItem. - TAX_CODE - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
- TaxAddressSourceHandler - Interface in com.broadleafcommerce.cartoperation.service.fulfillment.address
-
Determines how to populate the tax address based on the value of
FulfillmentGroup.getTaxAddressSource(). - TaxService - Interface in com.broadleafcommerce.cartoperation.service.pricing
-
Service for calculating and applying taxes to a
Cart, typically by integrating with one or moreTaxProviders, depending if there should be estimated and actual taxes calculated. - TEST_USER_OWNED - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentManagementAccessRestrictions
-
Represents a payment which is being managed by an admin in preview mode.
- THIRD_PARTY_ACCOUNT - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
-
Intended for payments like PayPal Express Checkout.
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.AdvancedTag
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.Attribute
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoice
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.CartCreationRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.CartHolder
-
Deprecated.
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.Category
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.FulfillmentFlatRate
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.IncludedProduct
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.InventorySkuRef
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.InventoryTransaction
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.ItemChoice
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.OfferAudit
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.payment.PaymentSummary
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.Product
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.ProductList
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.ProductOption
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.ProductTag
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.SimplePage
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilityRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryAvailabilitySummary
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestGroup
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationRequestItem
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.SkuInventoryReservationResponse
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.SpecificItemChoice
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.TransferCartToken
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.UserTarget
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.Variant
- toString() - Method in class com.broadleafcommerce.cartoperation.domain.Weight
- toString() - Method in exception com.broadleafcommerce.cartoperation.exception.AddCodeException
- toString() - Method in exception com.broadleafcommerce.cartoperation.exception.CartItemValidationException
- toString() - Method in exception com.broadleafcommerce.cartoperation.exception.CartValidationException
- toString() - Method in class com.broadleafcommerce.cartoperation.service.AddItemFailure
- toString() - Method in class com.broadleafcommerce.cartoperation.service.autoconfigure.SSLVerificationProperties
- toString() - Method in class com.broadleafcommerce.cartoperation.service.BulkAddToCartResponse
- toString() - Method in class com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
- toString() - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService.BulkCartItemCreationResponse
- toString() - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties.FieldMapping
- toString() - Method in class com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties
- toString() - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenDecoderProperties
- toString() - Method in class com.broadleafcommerce.cartoperation.service.environment.JWTTransferCartTokenEncoderProperties
- toString() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.LockPaymentRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
- toString() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
- toString() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.UnlockPaymentRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider.CartConflictResponse
- toString() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties.Jwt
- toString() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartCookieProperties
- toString() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.GuestToken
- toString() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties
- toString() - Method in class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.Version
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddAttributeRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddCodeToCartResponse
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemListToCartRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartItemModifyingRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.CheckoutProcessRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ContactInfoRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenResponse
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.GuestTokenValidationResponse
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ItemListAddToCartResponse
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.OverridePriceRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.PriceCartRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest.Target
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateFulfillmentGroupRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.AddToCartApiError
- toString() - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.StaleCartApiError
- TransactionExecutionDetail - Class in com.broadleafcommerce.cartoperation.service.provider.external.domain.payment
-
Object describing the resulting transaction detail.
- TransactionExecutionDetail() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
- TransactionExecutionRequest - Class in com.broadleafcommerce.cartoperation.service.provider.external.domain.payment
-
The request payload used to execute a transaction against a
PaymentSummary. - TransactionExecutionRequest() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionRequest
- TransactionExecutionResponse - Class in com.broadleafcommerce.cartoperation.service.provider.external.domain.payment
-
Response object describing the resulting transaction details and
PaymentSummary. - TransactionExecutionResponse() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
- TransactionFailureType - Interface in com.broadleafcommerce.cartoperation.domain.enums
-
The TransactionFailureType is used to identify the category of failure that was encountered while processing a payment gateway transaction
- TransactionRetrievalStrategies - Enum in com.broadleafcommerce.cartoperation.domain.type
-
The possible types of retrieval strategies a transaction can have.
- TransactionStatus - Interface in com.broadleafcommerce.cartoperation.domain.enums
- TransactionType - Interface in com.broadleafcommerce.cartoperation.domain.enums
-
The TransactionType is used to represent the types of operations/transactions that could occur against a single payment.
- transferAnonymousCartOwnership(Cart, Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CartTransferService
-
Transfer the provided anonymous cart to be in-process for the currently authenticated customer.
- transferAnonymousCartOwnership(Cart, Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- transferAnonymousCartOwnership(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CartTransferService
-
Transfer the provided anonymous cart to be in-process for the currently authenticated customer.
- transferAnonymousCartOwnership(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- transferAnonymousCsrCartToCustomer(ContextInfo, String) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CustomerServiceEndpoint
-
Deprecated.
- transferAnonymousCsrCartToInProcess(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CartTransferService
-
Deprecated.
- transferAnonymousCsrCartToInProcess(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- transferAnonymousCsrCartToInProcess(Cart, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CartTransferService
-
Transfer the provided anonymous CSR cart to be in-process for the provided customer
- transferAnonymousCsrCartToInProcess(Cart, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- transferCart(String, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- TransferCartToken - Class in com.broadleafcommerce.cartoperation.domain
-
The response object used to provide details of the cart transfer token and the token itself.
- TransferCartToken() - Constructor for class com.broadleafcommerce.cartoperation.domain.TransferCartToken
- TransferCartTokenCreationException - Exception in com.broadleafcommerce.cartoperation.exception
-
Exception that results from a failure to create a
TransferCartTokenwithin theCartTransferService. - TransferCartTokenCreationException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.TransferCartTokenCreationException
- TransferCartTokenCreationException(String, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.exception.TransferCartTokenCreationException
- TransferCartTokenDecoder - Interface in com.broadleafcommerce.cartoperation.service.csr
-
An interface used for decoding transfer cart tokens.
- TransferCartTokenEncoder - Interface in com.broadleafcommerce.cartoperation.service.csr
-
An interface used for encoding transfer cart tokens.
- TransferCartTokenEncoderException - Exception in com.broadleafcommerce.cartoperation.exception
-
An exception thrown when there is a failure to encode the transfer cart token.
- TransferCartTokenEncoderException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.TransferCartTokenEncoderException
- TransferCartTokenEncoderException(String, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.exception.TransferCartTokenEncoderException
- transferCartTokenParseException(TransferCartTokenParseException, WebRequest) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.exception.CartOperationExceptionAdvisor
- TransferCartTokenParseException - Exception in com.broadleafcommerce.cartoperation.exception
-
Exception that results from a failure to parse a
TransferCartTokenfrom an encoded token string. - TransferCartTokenParseException(String) - Constructor for exception com.broadleafcommerce.cartoperation.exception.TransferCartTokenParseException
- TransferCartTokenParseException(String, Throwable) - Constructor for exception com.broadleafcommerce.cartoperation.exception.TransferCartTokenParseException
- transferCsrCartToCustomer(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CustomerServiceEndpoint
-
Deprecated.
- transferCSRCartToCustomer(String, Integer, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CSRCartEndpoint
- transferCsrCartToInProcess(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CartTransferService
-
Transfer the provided CSR cart to be in-process for its customer.
- transferCsrCartToInProcess(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- TypeFulfillmentGroupSubmitValidator - Interface in com.broadleafcommerce.cartoperation.service.fulfillment.validation.type
-
Validates a fulfillment group information specific to a certain
FulfillmentGroup.getType().
U
- ULIDGuestTokenGenerator - Class in com.broadleafcommerce.cartoperation.service
-
An implementation of
GuestTokenGeneratorthat usesULIDto generate the token string. - ULIDGuestTokenGenerator(TypeFactory) - Constructor for class com.broadleafcommerce.cartoperation.service.ULIDGuestTokenGenerator
- UNAVAILABLE_CART_ITEM_INVENTORY_ERROR_MSG - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalInventoryProvider
- unlockCartPayments(Collection<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalPaymentProvider
- unlockCartPayments(Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.PaymentProvider
-
Unlocks the cart's payments, based on the lock tokens that were previously obtained via
PaymentProvider.lockCartPayments(Cart, ContextInfo). - UnlockPaymentRequest - Class in com.broadleafcommerce.cartoperation.service.provider.external.domain.payment
-
A request DTO used to release locks on a set of payments.
- UnlockPaymentRequest() - Constructor for class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.UnlockPaymentRequest
- unlockPayments(Map<String, String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
-
Sends a request to PaymentTransactionServices to unlock the cart's payments, based on the lock tokens that were previously obtained via
DefaultCheckoutService.lockPayments(Cart, ContextInfo). - update(P, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListProvider
- update(P, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListProvider
-
Updates an item list.
- updateAsNamedCart(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- updateAsNamedCart(Cart, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Updates the provided
Cartwith theDefaultCartStatuses.NAMED. - updateCart(Cart, boolean, boolean, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- updateCart(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- updateCart(Cart, boolean, boolean, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Updates the provided
Cartbased on the provided flags. - updateCart(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- updateCart(Cart, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Update the cart.
- updateCartAdjustments(Cart, OrderResponse<T>, boolean) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
-
Updates the cart, items, and fulfillment groups and items with the discount adjustments contained in the response from the offer engine.
- updateCartAttributes(Cart, List<AddItemRequest>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Update cart attributes based on the successful
AddItemRequests - updateCartContactInfo(Cart, ContactInfoRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- updateCartContactInfo(Cart, ContactInfoRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.
- updateCartForFulfillmentOffers(Cart, OrderResponse<T>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
-
Updates fulfillment groups and items with adjustments after the offer engine has processed the order.
- updateCartForOrderAndOrderItemOffers(Cart, OrderResponse<T>) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
-
Updates order and order items with adjustments after the offer engine has processed the order.
- updateCartItem(Cart, UpdateItemRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- updateCartItem(Cart, CartItem, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CartProvider
-
Deprecated.in favor of updating the entire cart with
CartProvider.updateCart(Cart, ContextInfo) - updateCartItem(Cart, CartItem, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
- updateCartItem(Cart, UpdateItemRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Deprecated.
- updateCartItem(Cart, UpdateItemRequest, String, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CartOperationEndpoint
-
Deprecated.
- updateCartItem(ItemResponse<T>, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- updateCartItemPricing(Cart, Locale, CurrencyUnit, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- updateCartItemPricing(List<CartItem>, Locale, CurrencyUnit, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
-
Deprecated.
- updateCartStatus(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
- updateCatalogPricesForCartItems(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
- updateCloneCartFulfillmentGroupRefs(Cart) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- updateCloneCartFulfillmentItemReferenceNumbers(Cart) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- updateClonedCartItemIdsInFulfillmentGroupItems(Cart) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- updateContactInfo(Cart, ContactInfoRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutEndpoint
-
Deprecated.
- updateContactInfoInCart(Cart, ContactInfoRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- updateContactInfoInCart(Cart, ContactInfoRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Updates the contact info for the provided
Cart. - updateContactInfoInCart(String, ContactInfoRequest, boolean, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- updateExistingFreeGiftItem(CartItem, FreeGiftItem, List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Updates existing free gift
CartItemwith the latest details from the givenFreeGiftItemand update itsAdjustment. - updateFulfillmentGroup(Cart, String, UpdateFulfillmentGroupRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- updateFulfillmentGroup(Cart, UpdateFulfillmentGroupRequest, String, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutEndpoint
-
Deprecated.
- updateFulfillmentGroup(Cart, FulfillmentGroupResponse<T>, FulfillmentGroup) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- updateFulfillmentGroup(Cart, String, UpdateFulfillmentGroupRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
- updateFulfillmentGroupInCart(Cart, String, UpdateFulfillmentGroupRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- updateFulfillmentGroupInCart(Cart, String, UpdateFulfillmentGroupRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Updates an existing
FulfillmentGroupfor the providedCart. - updateFulfillmentGroupInCart(String, String, UpdateFulfillmentGroupRequest, boolean, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- UpdateFulfillmentGroupRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
A group of items designated to a certain fulfillment location and type.
- UpdateFulfillmentGroupRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateFulfillmentGroupRequest
- updateFulfillmentItem(Cart, CartItem) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Updates the
FulfillmentItemcorresponding to theCartItem, keeping them in sync. - updateFulfillmentItem(Cart, ItemResponse<T>, FulfillmentItem) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- updateFulfillmentItemsWithRoundedAdjustments(Collection<D>, Map<String, MonetaryAmount>, CurrencyUnit) - Method in class com.broadleafcommerce.cartoperation.service.pricing.CartPricingRoundingHelper
-
Sets the new rounded adjustment values on the fulfillment items.
- updateItemInCart(Cart, UpdateItemRequest, boolean, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- updateItemInCart(Cart, UpdateItemRequest, boolean, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.CartOperationService
-
Updates a single item in the provided
Cartbased on the providedUpdateItemRequest. - updateItemInCart(String, String, UpdateItemRequest, boolean, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
- updateItemList(String, L, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListManagementService
- updateItemList(ContextInfo, String, CustomerRef, L) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListOperationEndpoint
- updateItemList(String, L, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListManagementService
-
Updates an item list after checking if the operation is allowed on the list.
- updateItemListAccessRule(String, P, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
- updateItemListAccessRule(String, P, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListAccessRuleProvider
-
Updates an item list access rule.
- updateItemListItem(ContextInfo, CustomerRef, String, String, I) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- updateItemListItems(String, Collection<I>, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultItemListItemManagementService
- updateItemListItems(ContextInfo, CustomerRef, String, List<I>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ItemListItemOperationEndpoint
- updateItemListItems(String, Collection<I>, CustomerRef, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.ItemListItemManagementService
-
Updates item list items.
- UpdateItemRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
A request DTO for updating a cart item.
- UpdateItemRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdateItemRequest
- updateItems(String, Collection<P>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListItemProvider
- updateItems(String, Collection<I>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListItemProvider
-
Updates items within a specific list.
- updatePaymentManagementStatuses(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- updatePaymentManagementStatuses(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCsrCartOperationService
- UpdatePaymentRequest - Class in com.broadleafcommerce.cartoperation.web.endpoint.domain
-
A request DTO used to update the payment for the resolved
Cart. - UpdatePaymentRequest() - Constructor for class com.broadleafcommerce.cartoperation.web.endpoint.domain.UpdatePaymentRequest
- updateRequestCart(Cart) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCartProvider
-
This updates the cart for the current request with a recently received version from the cart service.
- updateTaxableAmounts(Cart, Collection<? extends FulfillmentGroup>, Collection<T>) - Method in class com.broadleafcommerce.cartoperation.service.pricing.DefaultCartPricingService
-
Updates the taxable amount fields on
FulfillmentItem. - uriVars(Object...) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.AbstractExternalProvider
-
Convenience method to generate a map of variables.
- useFullName(Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
-
Tells if the full name or the individual first and last name should be used for validation.
- UserTarget - Class in com.broadleafcommerce.cartoperation.domain
-
Abstraction of a user that different entities, like offers and pricing, can target.
- UserTarget() - Constructor for class com.broadleafcommerce.cartoperation.domain.UserTarget
- UserTarget(UserTargetType, String) - Constructor for class com.broadleafcommerce.cartoperation.domain.UserTarget
- UserTargetGenerationService - Interface in com.broadleafcommerce.cartoperation.service.provider.external.security
- UserTargetType - Enum in com.broadleafcommerce.cartoperation.domain
-
Enumeration for
UserTarget.getTargetType().
V
- validate(Object, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
- validate(Object, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.DefaultFulfillmentGroupSubmitValidator
- validate(Object, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.AbstractTypeFulfillmentGroupSubmitValidator
- validate(Object) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidator
-
Validates the supplied target, automatically binding and returning errors.
- validate(Object) - Method in interface com.broadleafcommerce.cartoperation.web.validator.RequestValidator
-
Validates the given request body.
- validate(Object, Object...) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidator
-
Validates the supplied target, automatically binding and returning errors.
- validate(Object, Errors) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidator
- validate(Object, Errors) - Method in class com.broadleafcommerce.cartoperation.web.validator.CartItemModifyingRequestValidator
- validate(Object, Errors) - Method in class com.broadleafcommerce.cartoperation.web.validator.CartModifyingRequestValidator
- validate(Object, Errors) - Method in interface com.broadleafcommerce.cartoperation.web.validator.RequestValidator
-
Validates the given request body.
- validate(Object, Errors) - Method in class com.broadleafcommerce.cartoperation.web.validator.ShareItemListRequestValidator
- validate(Object, Errors, Object...) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidator
- validate(Object, Errors, Set<Object>) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidator
-
Validates the target.
- validate(Errors, String, String) - Method in interface com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidationUtil.FieldValidator
- validateAddress(FulfillmentGroup, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.AbstractTypeFulfillmentGroupSubmitValidator
-
Validates the address (if required by
AbstractTypeFulfillmentGroupSubmitValidator.shouldValidateAddress(Set)). - validateAddress(Address, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
-
Validates the address.
- validateAddressLine1(Address, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
-
Validates the address line 1 on the address.
- validateAttributeChoice(Cart, CartItem, String, ProductOption) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultAttributeChoiceConfigurationService
- validateAttributeChoice(Cart, CartItem, String, ProductOption) - Method in interface com.broadleafcommerce.cartoperation.service.configuration.AttributeChoiceConfigurationService
-
Perform validation against the provided
CartItemfor the given attribute choiceProductOption. - validateBase(FulfillmentGroup, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.DefaultFulfillmentGroupSubmitValidator
-
Validates a fulfillment group at the top level, not considering nested or pricing fields.
- validateCampaignCodeUsages(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartOfferValidationActivity
-
Validate that the campaign codes used in the specified cart are still valid upon checkout.
- validateCampaignCodeUsages(Cart, List<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.CampaignProvider
-
Retrieve validation information regarding the cart's usage of the provided campaign codes to determine if the usage is still valid.
- validateCampaignCodeUsages(Cart, List<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalCampaignProvider
- validateCartHasActivePayment(Cart, List<PaymentSummary>) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
-
Validate that the cart has at least one active payment.
- validateCartHasLatestPricing(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStalePricingValidationActivity
- validateCartItem(CartItem, Cart, Product, List<Product>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Validates that the
CartItemincludes enough information to correctly represent the product or one of the product's variants. - validateCartItem(CartItem, Cart, Product, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Deprecated.
- validateCartItem(Cart, CartItem, Product, String) - Method in interface com.broadleafcommerce.cartoperation.service.configuration.CartItemConfigurationService
-
Process cart item configuration by validating product options.
- validateCartItem(Cart, CartItem, Product, String) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
-
Validate the
CartItemagainst the providedProduct. - validateCartItemAfterUpdate(Cart, CartItem, Product, List<Product>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- validateCartItemAfterUpdate(Cart, CartItem, Product, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- validateCartItemBeforeUpdate(CartItem, UpdateItemRequest) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Validates the
CartItembeing updated againstUpdateItemRequestbefore the actual cart item update. - validateCartItems(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartItemValidationActivity
-
Validates that each of the cart's
CartItemsinclude all necessary selections and data - validateCartStatusForCheckout(Cart) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartStatusValidationHelper
-
Validates that the cart is in a status which is valid for checkout.
- validateCheckoutRequest(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
-
Validates the cart for checkout
- validateCity(Address, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
-
Validates the city on the address.
- validateCompanyName(Address, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
-
Validates the company name on the address.
- validateCountry(Address, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
-
Validates the country on the address.
- validateCounty(Address, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
-
Validates the county on the address.
- validateCustomerAccess(CustomerRef, Set<String>, Set<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalItemListAccessRuleProvider
- validateCustomerAccess(CustomerRef, Set<String>, Set<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.ItemListAccessRuleProvider
-
Checks item list access rules for a list of item list ids based on the given customer ref and role
- validateEmailAddress(Address, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
-
Validates the email address on the address.
- validateFields(Errors, Collection<String>, FulfillmentValidationUtil.FieldValidator, String) - Static method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.FulfillmentValidationUtil
-
Validates multiple fields' values.
- validateFreeGiftItemForUpdate(CartItem, UpdateItemRequest) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
If the given
CartItemis a free gift item, validates that its quantity is not being changed. - validateGuestToken(String, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.DefaultGuestCartProtectionService
- validateGuestToken(String, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.GuestCartProtectionService
-
Validates the provided guest token string for the given cart ID.
- validateGuestTokenForCart(String, Integer, String, CustomerRef, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- validateGuestTokenForCheckout(String, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.validator.DefaultGuestCartTokenValidator
- validateGuestTokenForCheckout(String, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.web.validator.GuestCartTokenValidator
-
Validates the provided guest token string for the given cart ID during checkout.
- validateGuestTokenForOperation(String, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.validator.DefaultGuestCartTokenValidator
- validateGuestTokenForOperation(String, String, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.web.validator.GuestCartTokenValidator
-
Validates the provided guest token string for the given cart ID during a cart operation.
- validateGuestTokenIfNecessary(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.CheckoutCartEndpoint
- validateGuestTokenIfNecessary(Cart, String, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.ManageCartEndpoint
-
If the provided cart is a guest cart, this will attempt to validate the guest token for the cart.
- validateIncludedProduct(CartItem, IncludedProduct, List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
- validateIncludedProduct(CartItem, IncludedProduct, List<CartItem>) - Method in interface com.broadleafcommerce.cartoperation.service.configuration.IncludedProductConfigurationService
-
Perform validation against the provided
CartItemfor the givenIncludedProduct. - validateItemAndDependentsHavePositiveQuantities(CartItem) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultCartItemConfigurationService
-
A basic requirement is that all items added to a cart have a positive quantity.
- validateItemChoice(CartItem, ProductOption, List<CartItem>) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- validateItemChoice(CartItem, ProductOption, List<CartItem>) - Method in interface com.broadleafcommerce.cartoperation.service.configuration.ItemChoiceConfigurationService
-
Perform validation against the provided
CartItemfor the givenProductOptionof typeProductOptionType.isItemChoice(String). - validateItems(FulfillmentGroup, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.DefaultFulfillmentGroupSubmitValidator
-
Validates the fulfillment items of the group.
- validateJWT(SignedJWT) - Method in class com.broadleafcommerce.cartoperation.service.csr.JWTTransferCartTokenDecoder
- validateMaxQuantity(CartItem, ItemChoice, MatchingDependentsContext, ProductOption) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- validateMinQuantity(CartItem, ItemChoice, MatchingDependentsContext, ProductOption) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultItemChoiceConfigurationService
- validateName(Address, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
-
Validates the name on the address.
- validateOfferAndOfferCodeUsages(Cart, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartOfferValidationActivity
-
Validate that the offers and offer codes used in the specified cart are still valid upon checkout.
- validateOfferAndOfferCodeUsages(Cart, List<String>, List<String>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProvider
- validateOfferAndOfferCodeUsages(Cart, List<String>, List<String>, ContextInfo) - Method in interface com.broadleafcommerce.cartoperation.service.provider.OfferProvider
-
Retrieve validation information regarding the cart's usage of the provided offers and offer codes to determine if the usage is still valid.
- validateOptions(FulfillmentGroup, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.DefaultFulfillmentGroupSubmitValidator
-
Validates the fulfillment option on this group.
- validatePaymentAmount(Cart, List<PaymentSummary>) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
-
Validate that each of the
PaymentSummariesare responsible for a zero or greater amount. - validatePaymentAmountSum(Cart, List<PaymentSummary>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
-
Validate that the sum of the
PaymentSummary amountsis equal to the cart total (CartPricing.getTotal()). - validatePaymentTransactionAmountSums(Cart, List<PaymentSummary>, ContextInfo) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPaymentMethodValidationActivity
-
Validates that the sum of authorized/captured amount of the successful transactions equal to the payment amount.
- validatePhonePrimary(Address, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
-
Validates the primary phone number on the address.
- validatePostalCode(Address, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
-
Validates the postal code on the address.
- validatePricing(Cart) - Method in class com.broadleafcommerce.cartoperation.service.checkout.workflow.activity.CartPricingValidationActivity
-
Validate that the
Cartand itsCartItemshave been successfully priced - validatePricing(FulfillmentGroup, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.DefaultFulfillmentGroupSubmitValidator
-
Validates the price fields on the fulfillment group (top-level only- does not consider individual item prices).
- validateQuantity(CartItem, CartItem, IncludedProduct) - Method in class com.broadleafcommerce.cartoperation.service.configuration.DefaultIncludedProductConfigurationService
- validateRequestId(Cart, String) - Method in class com.broadleafcommerce.cartoperation.service.checkout.DefaultCheckoutService
-
Validates that the current requestId is not already associated to the cart
- validateStateProvinceRegionSubdivision(Address, Errors, Set<Object>) - Method in class com.broadleafcommerce.cartoperation.service.fulfillment.validation.address.DefaultFulfillmentAddressSubmitValidator
-
Validates the state province region on the address.
- validateTarget(ShareItemListRequest.Target, Errors) - Method in class com.broadleafcommerce.cartoperation.web.validator.ShareItemListRequestValidator
-
Validates a single share target.
- validateTransferCartToken(String) - Method in interface com.broadleafcommerce.cartoperation.service.csr.CartTransferService
-
Attempts to decode and validate the provided token string into a
TransferCartToken. - validateTransferCartToken(String) - Method in class com.broadleafcommerce.cartoperation.service.csr.DefaultCartTransferService
- validateVersion(HttpServletRequest, Cart) - Method in class com.broadleafcommerce.cartoperation.web.filter.resolver.DefaultServletRequestCartResolver
-
Validates the version from the HTTP request, if present.
- validateVersionForRead(Cart, Integer) - Method in interface com.broadleafcommerce.cartoperation.service.CartVersionValidationService
- validateVersionForRead(Cart, Integer) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartVersionValidationService
- validateVersionForUpdate(Cart, Integer) - Method in interface com.broadleafcommerce.cartoperation.service.CartVersionValidationService
- validateVersionForUpdate(Cart, Integer) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartVersionValidationService
- VALIDATION - com.broadleafcommerce.cartoperation.service.AddItemFailure.AddItemFailureType
-
The request encountered a validation error.
- ValidationConfiguration() - Constructor for class com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration.ValidationConfiguration
- ValidationStrategy - Enum in com.broadleafcommerce.cartoperation.domain
-
Supported strategies determining when
generic choicesare validated. - ValidationType - Enum in com.broadleafcommerce.cartoperation.domain
-
Supported means of validating
product options. - valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.CartPricingTargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentGatewayTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentManagementAccessRestrictions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentOwnerTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentSourceTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTransactionSourceEntityTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.PaymentDeclineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.IncludedProductType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ItemChoiceSelectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ItemChoiceTargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ProductOptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.SpecificItemChoiceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.type.DefaultMergingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.type.DefaultProductType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.type.TransactionRetrievalStrategies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.UserTargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ValidationStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.ValidationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.domain.WeightUnits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.service.AddItemFailure.AddItemFailureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.broadleafcommerce.cartoperation.web.endpoint.domain.DefaultAddCodeToCartResponseTypes
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.CartPricingTargetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentGatewayTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentManagementAccessRestrictions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentOwnerTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentSourceTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTransactionSourceEntityTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionFailureTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionStatuses
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.DefaultTransactionTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.enums.PaymentDeclineType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.IncludedProductType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.ItemChoiceSelectionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.ItemChoiceTargetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.ProductOptionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.SpecificItemChoiceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.type.DefaultMergingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.type.DefaultProductType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.type.TransactionRetrievalStrategies
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.UserTargetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.ValidationStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.ValidationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.domain.WeightUnits
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.service.AddItemFailure.AddItemFailureType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.service.CartItemConfigurationErrorEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.broadleafcommerce.cartoperation.web.endpoint.domain.DefaultAddCodeToCartResponseTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Variant - Class in com.broadleafcommerce.cartoperation.domain
-
Variants can help further identify the specifics of a Product by narrowing down the Sku via * additional user data.
- Variant() - Constructor for class com.broadleafcommerce.cartoperation.domain.Variant
- VARIANT - com.broadleafcommerce.cartoperation.domain.IncludedProductType
-
The add on targets exactly one, predetermined
Variant - VARIANT - com.broadleafcommerce.cartoperation.domain.SpecificItemChoiceType
- VARIANT_BASED - com.broadleafcommerce.cartoperation.domain.type.DefaultProductType
-
Denotes a configurable product that has
Variantsdetermined byProductOptionslike color and size for a T-Shirt. - VARIANT_DISTINGUISHING - com.broadleafcommerce.cartoperation.domain.ProductOptionType
-
Values selected by the customer will help distinguish a specific variant directly on this Product that should be added to the cart.
- VARIANT_ID - Static variable in class com.broadleafcommerce.cartoperation.service.provider.external.domain.offer.OrderLineItemDtoAttributeConstants
-
Contains the
CartItem.getVariantId()for theCartItem. - verify(Cookie) - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- verifyAndGetClaims(Cookie) - Method in interface com.broadleafcommerce.cartoperation.web.service.CartCookieIssuer
-
Verify the provided cart cookie and get its claims.
- verifyAndGetClaims(Cookie) - Method in class com.broadleafcommerce.cartoperation.web.service.DefaultCartCookieIssuer
- verifySkuAvailability(CartItem, Product, List<Product>, Map<String, Boolean>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
- verifySkuAvailability(CartItem, Product, Map<String, Boolean>) - Method in class com.broadleafcommerce.cartoperation.service.DefaultCartOperationService
-
Deprecated.
- Version() - Constructor for class com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.Version
- versionIsStale(Cart, Integer) - Method in interface com.broadleafcommerce.cartoperation.service.CartVersionValidationService
- VersionValidatingRequestBodyAdvice - Class in com.broadleafcommerce.cartoperation.web.advice
-
Request body advice which validates that the cart version is present and up to date for
CartVersionedRequests. - VersionValidatingRequestBodyAdvice(CartHolder<Cart>, Set<CartVersionRequestValidator>, RequestCartVersionResolver, HttpServletRequest) - Constructor for class com.broadleafcommerce.cartoperation.web.advice.VersionValidatingRequestBodyAdvice
- VirtualTypeFulfillmentGroupSubmitValidator - Class in com.broadleafcommerce.cartoperation.service.fulfillment.validation.type
-
Validates fulfillment information specific to
FulfillmentType.VIRTUALfulfillment groups. - VirtualTypeFulfillmentGroupSubmitValidator(Set<FulfillmentAddressSubmitValidator>) - Constructor for class com.broadleafcommerce.cartoperation.service.fulfillment.validation.type.VirtualTypeFulfillmentGroupSubmitValidator
W
- wasSuccessful() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
-
Whether this transaction was successful based on
TransactionExecutionDetail.getTransactionStatus(). - wasSuccessful() - Method in class com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionResponse
-
Whether all the transactions were successful based on
TransactionExecutionDetail.wasSuccessful(). - Weight - Class in com.broadleafcommerce.cartoperation.domain
- Weight() - Constructor for class com.broadleafcommerce.cartoperation.domain.Weight
- WEIGHT - Static variable in class com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Internal
- WeightUnits - Enum in com.broadleafcommerce.cartoperation.domain
-
Units for weight
- WIRE - com.broadleafcommerce.cartoperation.domain.enums.DefaultPaymentTypes
- withDeletedItemListIds(Set<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
- withInaccessibleItemListIds(Set<String>) - Method in class com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
All Classes All Packages