Uses of Class
com.broadleafcommerce.tenant.provider.jpa.domain.JpaTenantCatalog
Package
Description
-
Uses of JpaTenantCatalog in com.broadleafcommerce.tenant.provider.jpa.domain
Modifier and TypeMethodDescriptionJpaTenantCatalogRef.getChildCatalog()
TheJpaTenantCatalog
to which this parent is associatedModifier and TypeMethodDescriptionvoid
JpaTenantCatalogRef.setChildCatalog
(JpaTenantCatalog childCatalog) TheJpaTenantCatalog
to which this parent is associated -
Uses of JpaTenantCatalog in com.broadleafcommerce.tenant.provider.jpa.repository
Modifier 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.Modifier 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.ModifierConstructorDescriptionJpaCustomizedApplicationRepository
(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)