| Package | Description |
|---|---|
| org.broadleafcommerce.common.copy | |
| org.broadleafcommerce.common.site.domain | |
| org.broadleafcommerce.common.util.tenant | |
| org.broadleafcommerce.common.web |
| Modifier and Type | Field and Description |
|---|---|
protected Catalog |
MultiTenantCopyContext.fromCatalog |
protected Catalog |
MultiTenantCopyContext.toCatalog |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
MultiTenantCopyContext.getFromCatalog() |
Catalog |
MultiTenantCopyContext.getToCatalog() |
| Constructor and Description |
|---|
MultiTenantCopyContext(Catalog fromCatalog,
Catalog toCatalog,
Site fromSite,
Site toSite,
GenericEntityService genericEntityService,
MultiTenantCopierExtensionManager extensionManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Catalog |
SiteCatalogXrefImpl.catalog |
| Modifier and Type | Field and Description |
|---|---|
protected List<Catalog> |
SiteImpl.catalogs |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
CatalogImpl.clone() |
Catalog |
SiteCatalogXrefImpl.getCatalog() |
Catalog |
SiteCatalogXref.getCatalog() |
| Modifier and Type | Method and Description |
|---|---|
List<Catalog> |
Site.getCatalogs()
Deprecated.
Not used by Broadleaf - scheduled to remove on or after 3.3
|
List<Catalog> |
SiteImpl.getCatalogs() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogImpl.checkCloneable(Catalog catalog) |
void |
SiteCatalogXrefImpl.setCatalog(Catalog catalog) |
void |
SiteCatalogXref.setCatalog(Catalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
void |
Site.setCatalogs(List<Catalog> catalogs)
Deprecated.
Not used by Broadleaf - scheduled to remove on or after 3.3
|
void |
SiteImpl.setCatalogs(List<Catalog> catalogs) |
| Modifier and Type | Method and Description |
|---|---|
static <T,G extends Throwable> |
IdentityExecutionUtils.runOperationByIdentifier(IdentityOperation<T,G> operation,
Site site,
Catalog catalog) |
static <T,G extends Throwable> |
IdentityExecutionUtils.runOperationByIdentifier(IdentityOperation<T,G> operation,
Site site,
Site profile,
Catalog catalog) |
static <T,G extends Throwable> |
IdentityExecutionUtils.runOperationByIdentifier(IdentityOperation<T,G> operation,
Site site,
Site profile,
Catalog catalog,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
| Modifier and Type | Field and Description |
|---|---|
protected Catalog |
BroadleafRequestContext.currentCatalog |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
BroadleafRequestContext.getCurrentCatalog() |
| Modifier and Type | Method and Description |
|---|---|
void |
BroadleafRequestContext.setCurrentCatalog(Catalog currentCatalog) |
Copyright © 2016. All rights reserved.