Uses of Interface
com.broadleafcommerce.cartoperation.service.status.CartStatusHandler
Packages that use CartStatusHandler
Package
Description
-
Uses of CartStatusHandler in com.broadleafcommerce.cartoperation.service.autoconfigure
Methods in com.broadleafcommerce.cartoperation.service.autoconfigure that return CartStatusHandlerModifier and TypeMethodDescriptionCartOperationServiceAutoConfiguration.AccountCartStatusChangeConfiguration.AccountCartStatusHandlers.reclaimAccountCartStatusChangeHandler(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartUtils cartUtils) CartOperationServiceAutoConfiguration.AccountCartStatusChangeConfiguration.AccountCartStatusHandlers.rejectedAccountCartStatusChangeHandler(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartUtils cartUtils, CartApprovalValidationService cartApprovalValidationService) CartOperationServiceAutoConfiguration.AccountCartStatusChangeConfiguration.AccountCartStatusHandlers.requiresApprovalAccountCartStatusChangeHandler(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartUtils cartUtils) -
Uses of CartStatusHandler in com.broadleafcommerce.cartoperation.service.status
Classes in com.broadleafcommerce.cartoperation.service.status that implement CartStatusHandlerMethods in com.broadleafcommerce.cartoperation.service.status that return types with arguments of type CartStatusHandlerModifier and TypeMethodDescriptionprotected List<CartStatusHandler>DefaultCartStatusManager.getCartStatusHandlers()Constructor parameters in com.broadleafcommerce.cartoperation.service.status with type arguments of type CartStatusHandlerModifierConstructorDescriptionDefaultCartStatusManager(List<CartStatusHandler> cartStatusHandlers, CartProvider cartProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CartStatusHandler in com.broadleafcommerce.cartoperation.service.status.accountcart
Classes in com.broadleafcommerce.cartoperation.service.status.accountcart that implement CartStatusHandlerModifier and TypeClassDescriptionclassAn abstract class to handle the account carts status changes.classThis handler is used to change a cart withREJECTEDorREQUIRES_APPROVALstatus to theIN_PROCESSstatus in B2B flows.classThis handler is used to change a cart withREQUIRES_APPROVALstatus to theREJECTEDstatus in B2B flows.classThis handler is used to change a cart withIN_PROCESSstatus to theREQUIRES_APPROVALstatus in B2B flows. -
Uses of CartStatusHandler in com.broadleafcommerce.cartoperation.service.status.quote
Classes in com.broadleafcommerce.cartoperation.service.status.quote that implement CartStatusHandlerModifier and TypeClassDescriptionclassTheAbstractCartStatusChangeHandlerto handleDefaultCartTypes.QUOTEcarts.classHandles aCartin or changing to theDefaultQuoteStatuses.ASSIGNEDstatus.classHandles aCartin or changing to theDefaultQuoteStatuses.CANCELEDstatus.classHandles aCartin or changing to theDefaultQuoteStatuses.DRAFTINGstatus.classHandles aCartin or changing to theDefaultQuoteStatuses.EDITINGstatus.classHandles aCartin or changing to theDefaultQuoteStatuses.EXPIREDstatus.classHandles aCartin or changing to theDefaultQuoteStatuses.PUBLISHEDstatus.classHandles aCartin or changing to theDefaultQuoteStatuses.QUOTE_REQUESTEDstatus.classHandles aCartin or changing to theDefaultQuoteStatuses.REJECTEDstatus.classHandles aCartin or changing to theDefaultCartStatuses.SUBMITTEDstatus.