| Modifier and Type | Method and Description |
|---|---|
protected CatalogDerivedCatalogXref |
MultiTenantDerivedCatalogCustomPersistenceHandler.setAndSaveDeploymentStatus(CatalogDerivedCatalogXref xref) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MultiTenantDerivedCatalogCustomPersistenceHandler.requiresPropagation(CatalogDerivedCatalogXref xref) |
protected void |
MultiTenantTemplateContextSiteCatalogXrefCustomPersistenceHandler.sendPropagationEvent(CatalogDerivedCatalogXref xref,
org.broadleafcommerce.common.site.domain.SiteCatalogXref siteCatalogXref) |
protected CatalogDerivedCatalogXref |
MultiTenantDerivedCatalogCustomPersistenceHandler.setAndSaveDeploymentStatus(CatalogDerivedCatalogXref xref) |
| Modifier and Type | Method and Description |
|---|---|
CatalogDerivedCatalogXref |
MultiTenantDao.readDerivedCatalogXrefById(Long id)
Finds a given
CatalogDerivedCatalogXref entity by its id |
CatalogDerivedCatalogXref |
MultiTenantDaoImpl.readDerivedCatalogXrefById(Long id) |
CatalogDerivedCatalogXref |
MultiTenantDao.saveDerivedCatalogXref(CatalogDerivedCatalogXref xref)
Persists the given
CatalogDerivedCatalogXref entity to the database. |
CatalogDerivedCatalogXref |
MultiTenantDaoImpl.saveDerivedCatalogXref(CatalogDerivedCatalogXref xref) |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogDerivedCatalogXref> |
MultiTenantDao.findCatalogXrefsForCatalog(org.broadleafcommerce.common.site.domain.Catalog catalog)
Find
CatalogDerivedCatalogXref for the passed in catalog. |
List<CatalogDerivedCatalogXref> |
MultiTenantDaoImpl.findCatalogXrefsForCatalog(org.broadleafcommerce.common.site.domain.Catalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
CatalogDerivedCatalogXref |
MultiTenantDao.saveDerivedCatalogXref(CatalogDerivedCatalogXref xref)
Persists the given
CatalogDerivedCatalogXref entity to the database. |
CatalogDerivedCatalogXref |
MultiTenantDaoImpl.saveDerivedCatalogXref(CatalogDerivedCatalogXref xref) |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogDerivedCatalogXrefImpl
Defines the explicit join between a
Catalog and other Catalogs from
which it is derived |
| Modifier and Type | Field and Description |
|---|---|
protected List<CatalogDerivedCatalogXref> |
MultiTenantCatalogImpl.derivedCatalogs |
protected List<CatalogDerivedCatalogXref> |
MultiTenantCatalogImpl.derivedFromCatalogs |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogDerivedCatalogXref> |
MultiTenantCatalogImpl.getDerivedCatalogs() |
List<CatalogDerivedCatalogXref> |
MultiTenantCatalog.getDerivedCatalogs()
Return the list of catalogs that derive from this one
|
List<CatalogDerivedCatalogXref> |
MultiTenantCatalogImpl.getDerivedFromCatalogs() |
List<CatalogDerivedCatalogXref> |
MultiTenantCatalog.getDerivedFromCatalogs()
If this catalog is derived from one or more other catalogs, then this list will
return those catalogs via the
CatalogDerivedCatalogXref. |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiTenantCatalogImpl.setDerivedCatalogs(List<CatalogDerivedCatalogXref> derivedCatalogs) |
void |
MultiTenantCatalog.setDerivedCatalogs(List<CatalogDerivedCatalogXref> derivedCatalogs)
Set the list of catalogs that derive from this one
|
void |
MultiTenantCatalogImpl.setDerivedFromCatalogs(List<CatalogDerivedCatalogXref> derivedFromCatalogs) |
void |
MultiTenantCatalog.setDerivedFromCatalogs(List<CatalogDerivedCatalogXref> derivedFromCatalogs)
Sets the list of catalogs (if any) from which this catalog was derived.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogDerivedCatalogXref |
MultiTenantServiceImpl.findDerivedCatalogXrefById(Long id) |
CatalogDerivedCatalogXref |
MultiTenantService.findDerivedCatalogXrefById(Long id)
Finds a given
CatalogDerivedCatalogXref entity by its id |
CatalogDerivedCatalogXref |
MultiTenantServiceImpl.saveDerivedCatalogXref(CatalogDerivedCatalogXref xref) |
CatalogDerivedCatalogXref |
MultiTenantService.saveDerivedCatalogXref(CatalogDerivedCatalogXref xref)
Persists the given
CatalogDerivedCatalogXref entity to the database. |
| Modifier and Type | Method and Description |
|---|---|
CatalogDerivedCatalogXref |
MultiTenantServiceImpl.saveDerivedCatalogXref(CatalogDerivedCatalogXref xref) |
CatalogDerivedCatalogXref |
MultiTenantService.saveDerivedCatalogXref(CatalogDerivedCatalogXref xref)
Persists the given
CatalogDerivedCatalogXref entity to the database. |
| Modifier and Type | Method and Description |
|---|---|
void |
DerivedCatalogPropagationEventConsumer.updateStatus(CatalogDerivedCatalogXref xref,
DeploymentStatus status) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CatalogDerivedCatalogXref> |
MultiTenantWorkflowSolrIndexServiceExtensionHandler.getSyncedCopyCatalogs() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MultiTenantWorkflowSolrIndexServiceExtensionHandler.isSyncedCopyCatalog(org.broadleafcommerce.common.site.domain.Catalog catalog,
List<CatalogDerivedCatalogXref> syncedCopyCatalogs)
Iterate through the given List
|
| Modifier and Type | Method and Description |
|---|---|
List<CatalogDerivedCatalogXref> |
WeaveCatalogImpl.getDerivedCatalogs() |
List<CatalogDerivedCatalogXref> |
WeaveCatalogImpl.getDerivedFromCatalogs() |
| Modifier and Type | Method and Description |
|---|---|
void |
WeaveCatalogImpl.setDerivedCatalogs(List<CatalogDerivedCatalogXref> derivedCatalogs) |
void |
WeaveCatalogImpl.setDerivedFromCatalogs(List<CatalogDerivedCatalogXref> derivedFromCatalogs) |
Copyright © 2020. All rights reserved.