@Service(value="blProfileSitePropagationService") public class ProfileSitePropagationServiceImpl extends Object implements ProfileSitePropagationService
| 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 |
|---|
ProfileSitePropagationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyProfile(org.broadleafcommerce.common.site.domain.Site from,
org.broadleafcommerce.common.site.domain.Site to)
Trigger the appropriate profile copy between the specified sites.
|
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 void copyProfile(org.broadleafcommerce.common.site.domain.Site from,
org.broadleafcommerce.common.site.domain.Site to)
ProfileSitePropagationServicecopyProfile in interface ProfileSitePropagationServiceprotected List<org.broadleafcommerce.common.copy.MultiTenantCopier> getSortedCopiers()
Copyright © 2020. All rights reserved.