@Service(value="blDerivedCatalogPropagationService") public class DerivedCatalogPropagationServiceImpl extends Object implements DerivedCatalogPropagationService
| Modifier and Type | Field and Description |
|---|---|
protected List<org.broadleafcommerce.common.copy.MultiTenantCopier> |
copiers |
protected org.broadleafcommerce.common.copy.MultiTenantCopierExtensionManager |
extensionManager |
protected org.broadleafcommerce.common.service.GenericEntityService |
genericEntityService |
protected static org.apache.commons.logging.Log |
LOG |
protected MultiTenantStateManager |
multiTenantStateManager |
protected org.broadleafcommerce.common.site.service.SiteService |
siteService |
protected List<org.broadleafcommerce.common.copy.MultiTenantCopier> |
sortedCopiers |
| Constructor and Description |
|---|
DerivedCatalogPropagationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyCatalog(org.broadleafcommerce.common.site.domain.Catalog from,
org.broadleafcommerce.common.site.domain.Catalog to)
Trigger the appropriate copy between the specified catalogs.
|
protected List<org.broadleafcommerce.common.copy.MultiTenantCopier> |
getSortedCopiers() |
protected static final org.apache.commons.logging.Log LOG
protected org.broadleafcommerce.common.service.GenericEntityService genericEntityService
protected org.broadleafcommerce.common.site.service.SiteService siteService
protected List<org.broadleafcommerce.common.copy.MultiTenantCopier> copiers
protected org.broadleafcommerce.common.copy.MultiTenantCopierExtensionManager extensionManager
protected MultiTenantStateManager multiTenantStateManager
protected List<org.broadleafcommerce.common.copy.MultiTenantCopier> sortedCopiers
public DerivedCatalogPropagationServiceImpl()
public void copyCatalog(org.broadleafcommerce.common.site.domain.Catalog from,
org.broadleafcommerce.common.site.domain.Catalog to)
DerivedCatalogPropagationServicecopyCatalog in interface DerivedCatalogPropagationServiceprotected List<org.broadleafcommerce.common.copy.MultiTenantCopier> getSortedCopiers()
Copyright © 2020. All rights reserved.