Class CmsCatalogSelectorSection

All Implemented Interfaces:
SelectorSection, Section, CockpitEventAcceptor

@Deprecated(since="4.3", forRemoval=true) public class CmsCatalogSelectorSection extends AbstractSelectorSection
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.3
Selector for displaying and selecting CMS content catalogs.
  • Constructor Details

    • CmsCatalogSelectorSection

      public CmsCatalogSelectorSection()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • selectionChanged

      public void selectionChanged()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: SelectorSection
      Called whenever this selector's selection has changed.
      Specified by:
      selectionChanged in interface SelectorSection
      Specified by:
      selectionChanged in class AbstractSelectorSection
    • setNavigationAreaModel

      public void setNavigationAreaModel(AbstractNavigationAreaModel navAreaModel)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: AbstractSelectorSection
      Sets the model of the navigation area to which this selector belongs.
      Overrides:
      setNavigationAreaModel in class AbstractSelectorSection
      Parameters:
      navAreaModel - the navigation area model
    • getItems

      public List<TypedObject> getItems()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns this selector's items.

      Note: Items and selected items are implicitly loaded the first time this method is called.

      Specified by:
      getItems in interface SelectorSection
      Overrides:
      getItems in class AbstractSelectorSection
      Returns:
      this selector's items
      See Also:
    • setContentCatalogService

      public void setContentCatalogService(ContentCatalogService contentCatalogService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getContentCatalogService

      protected ContentCatalogService getContentCatalogService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCmsAdminSiteService

      public void setCmsAdminSiteService(CMSAdminSiteService siteService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCmsAdminSiteService

      protected CMSAdminSiteService getCmsAdminSiteService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setModelService

      public void setModelService(ModelService modelService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getModelService

      protected ModelService getModelService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isItemActive

      public boolean isItemActive(TypedObject item)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns whether the catalog version, item is active or not.
      Specified by:
      isItemActive in interface SelectorSection
      Overrides:
      isItemActive in class AbstractSelectorSection
      Parameters:
      item - the item
      Returns:
      true if item is an active catalog version, false otherwise