Class CatalogVersionFacetChartFiltersRenderer

java.lang.Object
com.hybris.pcmbackoffice.widgets.charts.facetchart.CatalogVersionFacetChartFiltersRenderer
All Implemented Interfaces:
FacetChartFiltersRenderer, org.springframework.core.Ordered

@Deprecated(since="1905", forRemoval=true) public class CatalogVersionFacetChartFiltersRenderer extends Object implements FacetChartFiltersRenderer
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    appendCatalogVersionLabel(org.zkoss.zul.Div filterContainer)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected void
    appendChosenBox(org.zkoss.zul.Div filterContainer)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected void
    appendRemoveFilterButton(org.zkoss.zul.Div filterContainer)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected org.zkoss.zul.ListModelList<String>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    com.hybris.cockpitng.labels.LabelService
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    com.hybris.cockpitng.dataaccess.facades.permissions.PermissionFacade
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected Set<String>
    getSelectedCatalogVersions(org.zkoss.zul.ListModelList<String> listModel, Collection<String> selectedValues)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected SessionService
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected void
    onSelectCatalogVersion(Set<String> selectedCatalogVersions)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected Collection<String>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    renderFilters(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, org.zkoss.zul.Div filterContainer, BiConsumer<String,Set<String>> facetSelectionChange)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setOrder(int order)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setPermissionFacade(com.hybris.cockpitng.dataaccess.facades.permissions.PermissionFacade permissionFacade)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.hybris.pcmbackoffice.widgets.charts.facetchart.FacetChartFiltersRenderer

    onFilterDeleted
  • Constructor Details

    • CatalogVersionFacetChartFiltersRenderer

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

    • renderFilters

      public void renderFilters(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, org.zkoss.zul.Div filterContainer, BiConsumer<String,Set<String>> facetSelectionChange)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      renderFilters in interface FacetChartFiltersRenderer
    • appendRemoveFilterButton

      protected void appendRemoveFilterButton(org.zkoss.zul.Div filterContainer)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • appendCatalogVersionLabel

      protected void appendCatalogVersionLabel(org.zkoss.zul.Div filterContainer)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • appendChosenBox

      protected void appendChosenBox(org.zkoss.zul.Div filterContainer)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCatalogVersions

      protected org.zkoss.zul.ListModelList<String> getCatalogVersions()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSelectedCatalogVersions

      protected Set<String> getSelectedCatalogVersions(org.zkoss.zul.ListModelList<String> listModel, Collection<String> selectedValues)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • onSelectCatalogVersion

      protected void onSelectCatalogVersion(Set<String> selectedCatalogVersions)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • readSelectedValues

      protected Collection<String> readSelectedValues()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • removeFilters

      protected void removeFilters()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • storeSelectedValues

      protected void storeSelectedValues(Collection<String> selectedItems)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCatalogVersionService

      public CatalogVersionService getCatalogVersionService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCatalogVersionService

      public void setCatalogVersionService(CatalogVersionService catalogVersionService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUserService

      public UserService getUserService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUserService

      public void setUserService(UserService userService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLabelService

      public com.hybris.cockpitng.labels.LabelService getLabelService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setLabelService

      public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPermissionFacade

      public com.hybris.cockpitng.dataaccess.facades.permissions.PermissionFacade getPermissionFacade()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setPermissionFacade

      public void setPermissionFacade(com.hybris.cockpitng.dataaccess.facades.permissions.PermissionFacade permissionFacade)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSessionService

      protected SessionService getSessionService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSessionService

      public void setSessionService(SessionService sessionService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOrder

      public int getOrder()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • setOrder

      public void setOrder(int order)
      Deprecated, for removal: This API element is subject to removal in a future version.