Uses of Class
com.broadleafcommerce.tenant.provider.jpa.domain.JpaTenantCatalog
Packages that use JpaTenantCatalog
Package
Description
-
Uses of JpaTenantCatalog in com.broadleafcommerce.tenant.provider.jpa.domain
Methods in com.broadleafcommerce.tenant.provider.jpa.domain that return JpaTenantCatalogModifier and TypeMethodDescriptionJpaTenantCatalogRef.getChildCatalog()
TheJpaTenantCatalog
to which this parent is associatedMethods in com.broadleafcommerce.tenant.provider.jpa.domain with parameters of type JpaTenantCatalogModifier and TypeMethodDescriptionvoid
JpaTenantCatalogRef.setChildCatalog
(JpaTenantCatalog childCatalog) TheJpaTenantCatalog
to which this parent is associated -
Uses of JpaTenantCatalog in com.broadleafcommerce.tenant.provider.jpa.repository
Classes in com.broadleafcommerce.tenant.provider.jpa.repository with type parameters of type JpaTenantCatalogModifier and TypeInterfaceDescriptioninterface
JpaCatalogRepository<D extends JpaTenantCatalog>
Domain specific (JpaTenantCatalog
) repository declaration.class
JpaCustomizedCatalogRepository<D extends JpaTenantCatalog>
Fragment repository override to handle specialized persistence behavior forJpaTenantCatalog
instances.Methods in com.broadleafcommerce.tenant.provider.jpa.repository with parameters of type JpaTenantCatalogModifier and TypeMethodDescriptionprotected void
JpaCustomizedApplicationRepository.notify
(JpaTenantCatalog catalog) Send a message covering the changed catalog state via thePersistenceProducer
channel.protected void
JpaCustomizedMarketplaceApplicationCatalogRepository.notify
(JpaTenantCatalog catalog) Send a message covering the changed catalog state via thePersistenceProducer
channel.Constructor parameters in com.broadleafcommerce.tenant.provider.jpa.repository with type arguments of type JpaTenantCatalogModifierConstructorDescriptionJpaCustomizedApplicationRepository
(JpaCatalogRepository<? super JpaTenantCatalog> catalogRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService) JpaCustomizedMarketplaceApplicationCatalogRepository
(JpaCatalogRepository<? super JpaTenantCatalog> catalogRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService)