Class CartOperationServiceAutoConfiguration.AccountCartStatusChangeConfiguration.AccountCartStatusHandlers
java.lang.Object
com.broadleafcommerce.cartoperation.service.autoconfigure.CartOperationServiceAutoConfiguration.AccountCartStatusChangeConfiguration.AccountCartStatusHandlers
@Configuration
public static class CartOperationServiceAutoConfiguration.AccountCartStatusChangeConfiguration.AccountCartStatusHandlers
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreclaimAccountCartStatusChangeHandler
(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartUtils cartUtils) rejectedAccountCartStatusChangeHandler
(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartUtils cartUtils, CartApprovalValidationService cartApprovalValidationService) requiresApprovalAccountCartStatusChangeHandler
(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartUtils cartUtils)
-
Constructor Details
-
AccountCartStatusHandlers
public AccountCartStatusHandlers()
-
-
Method Details
-
reclaimAccountCartStatusChangeHandler
@Bean @ConditionalOnMissingBean(name="reclaimAccountCartStatusChangeHandler") public CartStatusHandler reclaimAccountCartStatusChangeHandler(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartUtils cartUtils) -
requiresApprovalAccountCartStatusChangeHandler
@Bean @ConditionalOnMissingBean(name="requiresApprovalAccountCartStatusChangeHandler") public CartStatusHandler requiresApprovalAccountCartStatusChangeHandler(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartUtils cartUtils) -
rejectedAccountCartStatusChangeHandler
@Bean @ConditionalOnMissingBean(name="rejectedAccountCartStatusChangeHandler") public CartStatusHandler rejectedAccountCartStatusChangeHandler(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartUtils cartUtils, CartApprovalValidationService cartApprovalValidationService)
-