Uses of Interface
com.broadleafcommerce.cart.repository.CartRepository
Packages that use CartRepository
Package
Description
-
Uses of CartRepository in com.broadleafcommerce.cart.provider.jpa.repository
Subinterfaces of CartRepository in com.broadleafcommerce.cart.provider.jpa.repositoryMethods in com.broadleafcommerce.cart.provider.jpa.repository that return CartRepositoryModifier and TypeMethodDescriptionprotected CartRepository<D>JpaCustomizedCartRepository.getRepository()Methods in com.broadleafcommerce.cart.provider.jpa.repository with parameters of type CartRepositoryModifier and TypeMethodDescriptionvoidJpaCustomizedCartRepository.setRepository(CartRepository<D> repository) -
Uses of CartRepository in com.broadleafcommerce.cart.service
Methods in com.broadleafcommerce.cart.service that return CartRepositoryModifier and TypeMethodDescriptionprotected CartRepository<com.broadleafcommerce.data.tracking.core.Trackable>DefaultCartService.getRepository()Constructors in com.broadleafcommerce.cart.service with parameters of type CartRepositoryModifierConstructorDescriptionDefaultCartService(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 CartRepositoryModifier and TypeMethodDescriptionCartService<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 CartRepositoryModifier and TypeMethodDescriptionprotected CartRepository<com.broadleafcommerce.data.tracking.core.Trackable>DefaultCartNotificationService.getRepository()Constructors in com.broadleafcommerce.cart.service.messaging with parameters of type CartRepositoryModifierConstructorDescriptionDefaultCartNotificationService(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 CartRepositoryModifier and TypeMethodDescriptionCartServiceNotificationAutoConfiguration.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)