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()TheJpaTenantCatalogto which this parent is associatedMethods in com.broadleafcommerce.tenant.provider.jpa.domain with parameters of type JpaTenantCatalogModifier and TypeMethodDescriptionvoidJpaTenantCatalogRef.setChildCatalog(JpaTenantCatalog childCatalog) TheJpaTenantCatalogto 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 TypeInterfaceDescriptioninterfaceJpaCatalogRepository<D extends JpaTenantCatalog>Domain specific (JpaTenantCatalog) repository declaration.classJpaCustomizedCatalogRepository<D extends JpaTenantCatalog>Fragment repository override to handle specialized persistence behavior forJpaTenantCataloginstances.Methods in com.broadleafcommerce.tenant.provider.jpa.repository with parameters of type JpaTenantCatalogModifier and TypeMethodDescriptionprotected voidJpaCustomizedApplicationRepository.notify(JpaTenantCatalog catalog) Send a message covering the changed catalog state via thePersistenceProducerchannel.protected voidJpaCustomizedMarketplaceApplicationCatalogRepository.notify(JpaTenantCatalog catalog) Send a message covering the changed catalog state via thePersistenceProducerchannel.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)