Uses of Interface
com.broadleafcommerce.tenant.repository.CatalogRepository
Packages that use CatalogRepository
Package
Description
-
Uses of CatalogRepository in com.broadleafcommerce.tenant.provider.jpa.repository
Subinterfaces of CatalogRepository in com.broadleafcommerce.tenant.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterface
JpaCatalogRepository<D extends JpaTenantCatalog>
Domain specific (JpaTenantCatalog
) repository declaration. -
Uses of CatalogRepository in com.broadleafcommerce.tenant.service
Methods in com.broadleafcommerce.tenant.service that return CatalogRepositoryModifier and TypeMethodDescriptionprotected CatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultCatalogService.getRepository()
Constructors in com.broadleafcommerce.tenant.service with parameters of type CatalogRepositoryModifierConstructorDescriptionDefaultCatalogService
(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
Methods in com.broadleafcommerce.tenant.service.autoconfigure with parameters of type CatalogRepositoryModifier 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
Methods in com.broadleafcommerce.tenant.service.messaging.autoconfigure with parameters of type CatalogRepositoryModifier 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
Methods in com.broadleafcommerce.tenant.service.messaging.vendor that return CatalogRepositoryModifier and TypeMethodDescriptionprotected CatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable>
TenantVendorNotificationHandler.getCatalogRepository()
Constructors in com.broadleafcommerce.tenant.service.messaging.vendor with parameters of type CatalogRepositoryModifierConstructorDescriptionTenantVendorNotificationHandler
(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)