Uses of Interface
com.broadleafcommerce.common.dataexport.repository.ExportRepository
Packages that use ExportRepository
Package
Description
-
Uses of ExportRepository in com.broadleafcommerce.common.dataexport.messaging.autoconfigure
Methods in com.broadleafcommerce.common.dataexport.messaging.autoconfigure with parameters of type ExportRepositoryModifier and TypeMethodDescriptioncom.broadleafcommerce.common.messaging.notification.RetryClusterService
ProcessExportRequestNotificationAutoConfiguration.processExportRequestRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, ProcessExportRequestNotificationProperties properties, ExportRepository<?> 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 ExportRepository in com.broadleafcommerce.common.dataexport.provider.jpa.repository
Subinterfaces of ExportRepository in com.broadleafcommerce.common.dataexport.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterface
JpaExportRepository<D extends JpaExport>
JPA domain-specific implementation ofExportRepository
. -
Uses of ExportRepository in com.broadleafcommerce.common.dataexport.service
Methods in com.broadleafcommerce.common.dataexport.service that return ExportRepositoryModifier and TypeMethodDescriptionprotected ExportRepository<com.broadleafcommerce.data.tracking.core.Identifiable>
DefaultExportService.getRepository()
Constructors in com.broadleafcommerce.common.dataexport.service with parameters of type ExportRepositoryModifierConstructorDescriptionDefaultExportService
(ExportRepository<com.broadleafcommerce.data.tracking.core.Identifiable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager) -
Uses of ExportRepository in com.broadleafcommerce.common.dataexport.service.autoconfigure
Methods in com.broadleafcommerce.common.dataexport.service.autoconfigure with parameters of type ExportRepositoryModifier and TypeMethodDescriptionExportServiceAutoConfiguration.exportService
(ExportRepository<com.broadleafcommerce.data.tracking.core.Identifiable> exportRepository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager)