| 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 Site |
MultiTenantCopyContext.fromSite |
protected Site |
MultiTenantCopyContext.toSite |
| Modifier and Type | Method and Description |
|---|---|
Site |
MultiTenantCopyContext.getFromSite() |
Site |
MultiTenantCopyContext.getToSite() |
| Constructor and Description |
|---|
MultiTenantCopyContext(Catalog fromCatalog,
Catalog toCatalog,
Site fromSite,
Site toSite,
GenericEntityService genericEntityService,
MultiTenantCopierExtensionManager extensionManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
SiteImpl
Created by bpolster.
|
| Modifier and Type | Field and Description |
|---|---|
protected Site |
SiteCatalogXrefImpl.site |
| Modifier and Type | Field and Description |
|---|---|
protected List<Site> |
CatalogImpl.sites |
| Modifier and Type | Method and Description |
|---|---|
Site |
Site.clone()
Retrieve an deep copy of this site.
|
Site |
SiteImpl.clone() |
Site |
SiteCatalogXrefImpl.getSite() |
Site |
SiteCatalogXref.getSite() |
| Modifier and Type | Method and Description |
|---|---|
List<Site> |
CatalogImpl.getSites() |
List<Site> |
Catalog.getSites()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SiteImpl.checkCloneable(Site site) |
void |
SiteCatalogXrefImpl.setSite(Site site) |
void |
SiteCatalogXref.setSite(Site site) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogImpl.setSites(List<Site> sites) |
void |
Catalog.setSites(List<Site> sites)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Site |
IdentityUtilContext.identifier |
| Modifier and Type | Method and Description |
|---|---|
Site |
IdentityUtilContext.getIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static <T,G extends Throwable> |
IdentityExecutionUtils.runOperationByIdentifier(IdentityOperation<T,G> operation,
Site site) |
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) |
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) |
void |
IdentityUtilContext.setIdentifier(Site identifier) |
| Modifier and Type | Field and Description |
|---|---|
protected Site |
BroadleafRequestContext.currentProfile |
protected Site |
BroadleafRequestContext.site |
| Modifier and Type | Method and Description |
|---|---|
Site |
BroadleafRequestContext.getCurrentProfile() |
Site |
BroadleafRequestContext.getNonPersistentSite() |
Site |
BroadleafRequestContext.getSite()
Deprecated.
this has been changed to
BroadleafRequestContext.getNonPersistentSite() to explicitly indicate that the site
being returned is not attached to a Hibernate session |
| Modifier and Type | Method and Description |
|---|---|
void |
BroadleafRequestContext.setCurrentProfile(Site currentProfile) |
void |
BroadleafRequestContext.setNonPersistentSite(Site site) |
void |
BroadleafRequestContext.setSite(Site site)
Deprecated.
this has been changed to
#setNonPersistentSite() to explicitly indicate that the site being set
is not attached to an active Hibernate session |
Copyright © 2016. All rights reserved.