public interface MultiTenantCatalog extends Serializable
Catalog via weaved in properties from MultiTenantCatalogImpl.| Modifier and Type | Method and Description |
|---|---|
ConfigurationStatusType |
getConfigurationStatus()
Describes whether or not the catalog has been marked as finished for configuration.
|
List<CatalogDerivedCatalogXref> |
getDerivedCatalogs()
Return the list of catalogs that derive from this one
|
List<CatalogDerivedCatalogXref> |
getDerivedFromCatalogs()
If this catalog is derived from one or more other catalogs, then this list will
return those catalogs via the
CatalogDerivedCatalogXref. |
org.broadleafcommerce.common.site.domain.Site |
getOwningSite()
Returns the
Site that owns this Catalog |
Boolean |
isHideFromCatalogSelection()
Whether this
Catalog should be hidden from catalog selection |
void |
setConfigurationStatus(ConfigurationStatusType configurationStatus) |
void |
setDerivedCatalogs(List<CatalogDerivedCatalogXref> derivedCatalogs)
Set the list of catalogs that derive from this one
|
void |
setDerivedFromCatalogs(List<CatalogDerivedCatalogXref> derivedFromCatalogs)
Sets the list of catalogs (if any) from which this catalog was derived.
|
void |
setHideFromCatalogSelection(Boolean hideFromCatalogSelection)
Sets whether to hide this
Catalog from catalog selection |
void |
setOwningSite(org.broadleafcommerce.common.site.domain.Site owningSite)
Sets the
Site that owns this catalog |
List<CatalogDerivedCatalogXref> getDerivedFromCatalogs()
CatalogDerivedCatalogXref.void setDerivedFromCatalogs(List<CatalogDerivedCatalogXref> derivedFromCatalogs)
derivedCatalogs - org.broadleafcommerce.common.site.domain.Site getOwningSite()
Site that owns this Catalogvoid setOwningSite(org.broadleafcommerce.common.site.domain.Site owningSite)
Site that owns this catalogowningSite - Boolean isHideFromCatalogSelection()
Catalog should be hidden from catalog selectionvoid setHideFromCatalogSelection(Boolean hideFromCatalogSelection)
Catalog from catalog selectionhideFromCatalogSelection - List<CatalogDerivedCatalogXref> getDerivedCatalogs()
void setDerivedCatalogs(List<CatalogDerivedCatalogXref> derivedCatalogs)
derivedCatalogs - ConfigurationStatusType getConfigurationStatus()
void setConfigurationStatus(ConfigurationStatusType configurationStatus)
Copyright © 2020. All rights reserved.