Uses of Interface
com.broadleafcommerce.tenant.repository.CatalogRepository
Package
Description
-
Uses of CatalogRepository in com.broadleafcommerce.tenant.provider.jpa.repository
Modifier and TypeInterfaceDescriptioninterface
JpaCatalogRepository<D extends JpaTenantCatalog>
Domain specific (JpaTenantCatalog
) repository declaration. -
Uses of CatalogRepository in com.broadleafcommerce.tenant.service
Modifier and TypeMethodDescriptionprotected CatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultCatalogService.getRepository()
ModifierConstructorDescriptionDefaultCatalogService
(CatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, ApplicationService<? extends Application> applicationService, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) -
Uses of CatalogRepository in com.broadleafcommerce.tenant.service.autoconfigure
Modifier and TypeMethodDescriptionTenantServiceAutoConfiguration.catalogService
(CatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, ApplicationService<? extends Application> applicationService, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) -
Uses of CatalogRepository in com.broadleafcommerce.tenant.service.messaging.autoconfigure
Modifier and TypeMethodDescriptionTenantMessagingAutoConfiguration.tenantVendorNotificationHandler
(CatalogService<Catalog> catalogService, CatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable> catalogRepository, MarketplaceApplicationCatalogService<MarketplaceApplicationCatalog> marketplaceApplicationCatalogService, org.springframework.transaction.support.TransactionTemplate template, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapperManager, MarketplaceDiscoverer discoverer) -
Uses of CatalogRepository in com.broadleafcommerce.tenant.service.messaging.vendor
Modifier and TypeMethodDescriptionprotected CatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable>
TenantVendorNotificationHandler.getCatalogRepository()
ModifierConstructorDescriptionTenantVendorNotificationHandler
(CatalogService<Catalog> catalogService, CatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable> catalogRepository, MarketplaceApplicationCatalogService<MarketplaceApplicationCatalog> marketplaceApplicationCatalogService, org.springframework.transaction.support.TransactionTemplate template, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapperManager, MarketplaceDiscoverer discoverer)