Uses of Interface
org.broadleafcommerce.common.site.domain.Catalog
Packages that use Catalog
Package
Description
-
Uses of Catalog in org.broadleafcommerce.common.copy
Fields in org.broadleafcommerce.common.copy declared as CatalogModifier and TypeFieldDescriptionprotected CatalogMultiTenantCopyContext.fromCatalogprotected CatalogMultiTenantCopyContext.toCatalogMethods in org.broadleafcommerce.common.copy that return CatalogModifier and TypeMethodDescriptionMultiTenantCopyContext.getFromCatalog()MultiTenantCopyContext.getToCatalog()Methods in org.broadleafcommerce.common.copy with parameters of type CatalogModifier and TypeMethodDescriptionprotected <T extends MultiTenantCloneable>
voidMultiTenantCopier.copyEntitiesOfType(Class<T> clazz, Site fromSite, Catalog fromCatalog, MultiTenantCopyContext context) Subclasses will generally call this method in theirMultiTenantCopier.copyEntities(MultiTenantCopyContext)implementation.protected <T> List<T>Returns a list of all entities in the system for the given class, site, and catalog.protected <T> List<T>MultiTenantCopier.readAllIds(Class<?> clazz, Site site, Catalog catalog) Returns the primary key values for all entities of the specified type in the site or catalog.protected <T> LongReturns the count of the given entity class for the specified site and catalogConstructors in org.broadleafcommerce.common.copy with parameters of type CatalogModifierConstructorDescriptionMultiTenantCopyContext(Catalog fromCatalog, Catalog toCatalog, Site fromSite, Site toSite, GenericEntityService genericEntityService, MultiTenantCopierExtensionManager extensionManager) -
Uses of Catalog in org.broadleafcommerce.common.entity.service
Methods in org.broadleafcommerce.common.entity.service that return types with arguments of type CatalogModifier and TypeMethodDescriptionEntityInformationService.findAllCatalogs()Returns all of the catalogs, using multi-tenant modeEntityInformationServiceImpl.findAllCatalogs()Method parameters in org.broadleafcommerce.common.entity.service with type arguments of type CatalogModifier and TypeMethodDescriptionAbstractEntityInformationServiceExtensionHandler.findAllCatalogs(ExtensionResultHolder<List<Catalog>> erh) EntityInformationServiceExtensionHandler.findAllCatalogs(ExtensionResultHolder<List<Catalog>> erh) Handler implementations will set the value ofExtensionResultHolderto a list of all catalogs, specifically when running in a Multi-Tenant Broadleaf implementation.EntityInformationServiceExtensionManager.findAllCatalogs(ExtensionResultHolder<List<Catalog>> erh) -
Uses of Catalog in org.broadleafcommerce.common.event
Methods in org.broadleafcommerce.common.event that return CatalogModifier and TypeMethodDescriptionprotected CatalogAbstractBroadleafApplicationEventListener.getCatalog(T event) -
Uses of Catalog in org.broadleafcommerce.common.site.dao
Methods in org.broadleafcommerce.common.site.dao that return CatalogModifier and TypeMethodDescriptionSiteDao.createCatalog()Creates a catalog usingEntityConfiguration.SiteDaoImpl.createCatalog()SiteDao.retrieveCatalog(Long id) Finds a catalog by its id.SiteDaoImpl.retrieveCatalog(Long id) SiteDao.retrieveCatalogByName(String name) SiteDaoImpl.retrieveCatalogByName(String name) Methods in org.broadleafcommerce.common.site.dao that return types with arguments of type CatalogModifier and TypeMethodDescriptionSiteDao.retrieveAllCatalogs()Retrieves all catalogsSiteDaoImpl.retrieveAllCatalogs()Methods in org.broadleafcommerce.common.site.dao with parameters of type Catalog -
Uses of Catalog in org.broadleafcommerce.common.site.domain
Classes in org.broadleafcommerce.common.site.domain that implement CatalogFields in org.broadleafcommerce.common.site.domain declared as CatalogFields in org.broadleafcommerce.common.site.domain with type parameters of type CatalogMethods in org.broadleafcommerce.common.site.domain that return CatalogModifier and TypeMethodDescriptionCatalog.clone()CatalogImpl.clone()SiteCatalogXref.getCatalog()SiteCatalogXrefImpl.getCatalog()Methods in org.broadleafcommerce.common.site.domain that return types with arguments of type CatalogModifier and TypeMethodDescriptionSite.getCatalogs()Deprecated.Not used by Broadleaf - scheduled to remove on or after 3.3SiteImpl.getCatalogs()Methods in org.broadleafcommerce.common.site.domain with parameters of type CatalogModifier and TypeMethodDescriptionvoidCatalogImpl.checkCloneable(Catalog catalog) intintvoidSiteCatalogXref.setCatalog(Catalog catalog) voidSiteCatalogXrefImpl.setCatalog(Catalog catalog) Method parameters in org.broadleafcommerce.common.site.domain with type arguments of type CatalogModifier and TypeMethodDescriptionvoidSite.setCatalogs(List<Catalog> catalogs) Deprecated.Not used by Broadleaf - scheduled to remove on or after 3.3voidSiteImpl.setCatalogs(List<Catalog> catalogs) -
Uses of Catalog in org.broadleafcommerce.common.site.service
Methods in org.broadleafcommerce.common.site.service that return CatalogModifier and TypeMethodDescriptionSiteService.createCatalog()Creates an instance ofCatalog.SiteServiceImpl.createCatalog()SiteService.findCatalogById(Long id) Finds a catalog by its id.SiteServiceImpl.findCatalogById(Long id) SiteService.findCatalogByName(String name) SiteServiceImpl.findCatalogByName(String name) Saves the given catalog and returns the merged instanceMethods in org.broadleafcommerce.common.site.service that return types with arguments of type CatalogModifier and TypeMethodDescriptionSiteService.findAllCatalogs()Finds all catalogsSiteServiceImpl.findAllCatalogs()Methods in org.broadleafcommerce.common.site.service with parameters of type Catalog -
Uses of Catalog in org.broadleafcommerce.common.util.tenant
Methods in org.broadleafcommerce.common.util.tenant with parameters of type CatalogModifier and TypeMethodDescriptionstatic <T,G extends Throwable>
TIdentityExecutionUtils.runOperationByIdentifier(IdentityOperation<T, G> operation, Site site, Catalog catalog) static <T,G extends Throwable>
TIdentityExecutionUtils.runOperationByIdentifier(IdentityOperation<T, G> operation, Site site, Site profile, Catalog catalog) static <T,G extends Throwable>
TIdentityExecutionUtils.runOperationByIdentifier(IdentityOperation<T, G> operation, Site site, Site profile, Catalog catalog, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of Catalog in org.broadleafcommerce.common.web
Fields in org.broadleafcommerce.common.web declared as CatalogMethods in org.broadleafcommerce.common.web that return CatalogMethods in org.broadleafcommerce.common.web with parameters of type CatalogModifier and TypeMethodDescriptionvoidBroadleafRequestContext.setCurrentCatalog(Catalog currentCatalog) -
Uses of Catalog in org.broadleafcommerce.common.web.expression
Methods in org.broadleafcommerce.common.web.expression that return Catalog