Uses of Interface
com.broadleafcommerce.bulk.repository.BulkUpdateRepository
Packages that use BulkUpdateRepository
Package
Description
-
Uses of BulkUpdateRepository in com.broadleafcommerce.bulk.messaging.autoconfigure
Methods in com.broadleafcommerce.bulk.messaging.autoconfigure with parameters of type BulkUpdateRepositoryModifier and TypeMethodDescriptioncom.broadleafcommerce.common.messaging.notification.RetryClusterService
CreateSandboxRequestNotificationAutoConfiguration.bulkUpdateCreateSandboxRequestRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, CreateSandboxRequestNotificationProperties properties, BulkUpdateRepository<?> repository, com.broadleafcommerce.common.messaging.notification.NotificationHandler handler, List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) com.broadleafcommerce.common.messaging.notification.RetryClusterService
DeleteSandboxRequestNotificationAutoConfiguration.deleteSandboxRequestRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, DeleteSandboxRequestNotificationProperties properties, BulkUpdateRepository<?> repository, com.broadleafcommerce.common.messaging.notification.NotificationHandler handler, List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) com.broadleafcommerce.common.messaging.notification.RetryClusterService
ProcessBulkUpdateRequestNotificationAutoConfiguration.processBulkUpdateRequestRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, ProcessBulkUpdateRequestNotificationProperties properties, BulkUpdateRepository<?> repository, com.broadleafcommerce.common.messaging.notification.NotificationHandler handler, List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) -
Uses of BulkUpdateRepository in com.broadleafcommerce.bulk.provider.jpa.repository
Subinterfaces of BulkUpdateRepository in com.broadleafcommerce.bulk.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterface
JpaBulkUpdateRepository<D extends JpaBulkUpdate>
JPA domain-specific implementation ofBulkUpdateRepository
. -
Uses of BulkUpdateRepository in com.broadleafcommerce.bulk.service
Methods in com.broadleafcommerce.bulk.service that return BulkUpdateRepositoryModifier and TypeMethodDescriptionprotected BulkUpdateRepository<com.broadleafcommerce.data.tracking.core.Identifiable>
DefaultBulkUpdateService.getRepository()
Constructors in com.broadleafcommerce.bulk.service with parameters of type BulkUpdateRepositoryModifierConstructorDescriptionDefaultBulkUpdateService
(BulkUpdateRepository<com.broadleafcommerce.data.tracking.core.Identifiable> repository, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository, com.broadleafcommerce.data.tracking.core.service.MappableCrudEntityHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager) -
Uses of BulkUpdateRepository in com.broadleafcommerce.bulk.service.autoconfigure
Methods in com.broadleafcommerce.bulk.service.autoconfigure with parameters of type BulkUpdateRepositoryModifier and TypeMethodDescriptionBulkServiceAutoConfiguration.bulkUpdateService
(BulkUpdateRepository<com.broadleafcommerce.data.tracking.core.Identifiable> bulkUpdateRepository, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository, com.broadleafcommerce.data.tracking.core.service.MappableCrudEntityHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager)