| 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() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends MultiTenantCloneable> |
MultiTenantCopier.copyEntitiesOfType(Class<T> clazz,
Site fromSite,
Catalog fromCatalog,
MultiTenantCopyContext context)
Subclasses will generally call this method in their
MultiTenantCopier.copyEntities(MultiTenantCopyContext) implementation. |
protected <T> List<T> |
MultiTenantCopier.readAll(Class<T> clazz,
int limit,
int offset,
Site site,
Catalog catalog)
Returns a list of all entities in the system for the given class, site, and catalog.
|
protected <T> List<T> |
MultiTenantCopier.readAll(Class<T> clazz,
Site site,
Catalog catalog) |
protected List<Long> |
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> Long |
MultiTenantCopier.readCount(Class<T> clazz,
Site site,
Catalog catalog)
Returns the count of the given entity class for the specified site and catalog
|
| Constructor and Description |
|---|
MultiTenantCopyContext(Catalog fromCatalog,
Catalog toCatalog,
Site fromSite,
Site toSite,
GenericEntityService genericEntityService,
MultiTenantCopierExtensionManager extensionManager) |
| Modifier and Type | Method and Description |
|---|---|
List<Catalog> |
EntityInformationServiceImpl.findAllCatalogs() |
List<Catalog> |
EntityInformationService.findAllCatalogs()
Returns all of the catalogs, using multi-tenant mode
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
AbstractEntityInformationServiceExtensionHandler.findAllCatalogs(ExtensionResultHolder<List<Catalog>> erh) |
ExtensionResultStatusType |
EntityInformationServiceExtensionHandler.findAllCatalogs(ExtensionResultHolder<List<Catalog>> erh)
Handler implementations will set the value of
ExtensionResultHolder to a list of all catalogs,
specifically when running in a Multi-Tenant Broadleaf implementation. |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
SiteDaoImpl.retrieveCatalog(Long id) |
Catalog |
SiteDao.retrieveCatalog(Long id)
Finds a catalog by its id.
|
Catalog |
SiteDaoImpl.save(Catalog catalog) |
Catalog |
SiteDao.save(Catalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
List<Catalog> |
SiteDaoImpl.retrieveAllCatalogs() |
List<Catalog> |
SiteDao.retrieveAllCatalogs()
Retrieves all catalogs
|
| Modifier and Type | Method and Description |
|---|---|
Catalog |
SiteDaoImpl.save(Catalog catalog) |
Catalog |
SiteDao.save(Catalog catalog) |
| 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 |
Catalog.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) |
int |
CatalogImpl.compareTo(Catalog other) |
int |
Catalog.compareTo(Catalog other) |
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 |
|---|---|
Catalog |
SiteServiceImpl.findCatalogById(Long id) |
Catalog |
SiteService.findCatalogById(Long id)
Finds a catalog by its id.
|
Catalog |
SiteServiceImpl.save(Catalog catalog) |
Catalog |
SiteService.save(Catalog catalog)
Saves the given catalog and returns the merged instance
|
| Modifier and Type | Method and Description |
|---|---|
List<Catalog> |
SiteServiceImpl.findAllCatalogs() |
List<Catalog> |
SiteService.findAllCatalogs()
Finds all catalogs
|
| Modifier and Type | Method and Description |
|---|---|
Catalog |
SiteServiceImpl.save(Catalog catalog) |
Catalog |
SiteService.save(Catalog catalog)
Saves the given catalog and returns the merged instance
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
BRCVariableExpression.getCurrentCatalog() |
Copyright © 2018. All rights reserved.