Uses of Interface
com.broadleafcommerce.common.dataexport.repository.ExportRepository
-
-
Uses of ExportRepository in com.broadleafcommerce.common.dataexport.messaging.autoconfigure
Methods in com.broadleafcommerce.common.dataexport.messaging.autoconfigure with parameters of type ExportRepository Modifier and Type Method Description com.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.repository Modifier and Type Interface Description interface
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 ExportRepository Modifier and Type Method Description protected ExportRepository<com.broadleafcommerce.data.tracking.core.Identifiable>
DefaultExportService. getRepository()
Constructors in com.broadleafcommerce.common.dataexport.service with parameters of type ExportRepository Constructor Description DefaultExportService(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 ExportRepository Modifier and Type Method Description ExportService<Export>
ExportServiceAutoConfiguration. exportService(ExportRepository<com.broadleafcommerce.data.tracking.core.Identifiable> exportRepository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager)
-