Uses of Interface
com.broadleafcommerce.cartoperation.service.csr.CsrCartOperationService
-
Packages that use CsrCartOperationService Package Description com.broadleafcommerce.cartoperation.service com.broadleafcommerce.cartoperation.service.csr com.broadleafcommerce.cartoperation.web.endpoint -
-
Uses of CsrCartOperationService in com.broadleafcommerce.cartoperation.service
Methods in com.broadleafcommerce.cartoperation.service that return CsrCartOperationService Modifier and Type Method Description protected CsrCartOperationServiceDefaultGuestCartProtectionService. getCsrCartOpService()Methods in com.broadleafcommerce.cartoperation.service with parameters of type CsrCartOperationService Modifier and Type Method Description voidDefaultGuestCartProtectionService. setCsrCartOpService(CsrCartOperationService csrCartOpService) -
Uses of CsrCartOperationService in com.broadleafcommerce.cartoperation.service.csr
Classes in com.broadleafcommerce.cartoperation.service.csr that implement CsrCartOperationService Modifier and Type Class Description classDefaultCsrCartOperationService -
Uses of CsrCartOperationService in com.broadleafcommerce.cartoperation.web.endpoint
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return CsrCartOperationService Modifier and Type Method Description protected CsrCartOperationServiceCSRCartEndpoint. getCsrCartOperationService()protected CsrCartOperationServiceCustomerServiceEndpoint. getCsrCartOpService()Deprecated.Constructors in com.broadleafcommerce.cartoperation.web.endpoint with parameters of type CsrCartOperationService Constructor Description CSRCartEndpoint(CartResolverService cartResolverService, CartOperationService cartOperationService, CsrCartOperationService csrCartOperationService, CartTransferService cartTransferService, CartVersionValidationService cartVersionValidationService)CustomerServiceEndpoint(CartOperationService cartOpService, CsrCartOperationService csrCartOpService, CartTransferService cartTransferService)Deprecated.
-