Uses of Interface
com.broadleafcommerce.cart.repository.CartRepository
-
-
Uses of CartRepository in com.broadleafcommerce.cart.provider.jpa.repository
Subinterfaces of CartRepository in com.broadleafcommerce.cart.provider.jpa.repository Modifier and Type Interface Description interface
JpaCartRepository<D extends JpaCart>
Methods in com.broadleafcommerce.cart.provider.jpa.repository that return CartRepository Modifier and Type Method Description protected CartRepository<D>
JpaCustomizedCartRepository. getRepository()
Methods in com.broadleafcommerce.cart.provider.jpa.repository with parameters of type CartRepository Modifier and Type Method Description void
JpaCustomizedCartRepository. setRepository(CartRepository<D> repository)
-
Uses of CartRepository in com.broadleafcommerce.cart.service
Methods in com.broadleafcommerce.cart.service that return CartRepository Modifier and Type Method Description protected CartRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultCartService. getRepository()
Constructors in com.broadleafcommerce.cart.service with parameters of type CartRepository Constructor Description DefaultCartService(CartRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapper)
-
Uses of CartRepository in com.broadleafcommerce.cart.service.autoconfigure
Methods in com.broadleafcommerce.cart.service.autoconfigure with parameters of type CartRepository Modifier and Type Method Description CartService<com.broadleafcommerce.cart.client.domain.Cart>
CartServiceAutoConfiguration. cartService(CartRepository<com.broadleafcommerce.data.tracking.core.Trackable> cartRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapperManager, List<com.broadleafcommerce.data.tracking.core.filtering.fetch.SortTransformer> sortTransformers, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager entityValidatorManager, com.broadleafcommerce.data.tracking.core.TrackableBehaviorUtil behaviorUtil, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, Executor cartNotifyThreadPoolTaskExecutor, CartProperties cartProperties)
-
Uses of CartRepository in com.broadleafcommerce.cart.service.messaging
Methods in com.broadleafcommerce.cart.service.messaging that return CartRepository Modifier and Type Method Description protected CartRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultCartNotificationService. getRepository()
Constructors in com.broadleafcommerce.cart.service.messaging with parameters of type CartRepository Constructor Description DefaultCartNotificationService(CartRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, CartNotificationRepository cartNotificationRepository, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of CartRepository in com.broadleafcommerce.cart.service.messaging.autoconfigure
Methods in com.broadleafcommerce.cart.service.messaging.autoconfigure with parameters of type CartRepository Modifier and Type Method Description CartNotificationService
CartServiceNotificationAutoConfiguration. cartNotificationService(CartRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, CartNotificationRepository cartNotificationRepository, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-