Class TravelProductLabelProvider

java.lang.Object
de.hybris.platform.transportbackoffice.display.providers.TravelProductLabelProvider
All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<ProductModel>

public class TravelProductLabelProvider extends Object implements com.hybris.cockpitng.labels.LabelProvider<ProductModel>
  • Constructor Details

    • TravelProductLabelProvider

      public TravelProductLabelProvider()
  • Method Details

    • getLabel

      public String getLabel(ProductModel productModel)
      Specified by:
      getLabel in interface com.hybris.cockpitng.labels.LabelProvider<ProductModel>
    • getCommonI18NService

      protected de.hybris.platform.servicelayer.i18n.CommonI18NService getCommonI18NService()
      Returns:
      the commonI18NService
    • setCommonI18NService

      public void setCommonI18NService(de.hybris.platform.servicelayer.i18n.CommonI18NService commonI18NService)
      Parameters:
      commonI18NService - the commonI18NService to set
    • getDescription

      public String getDescription(ProductModel object)
      Specified by:
      getDescription in interface com.hybris.cockpitng.labels.LabelProvider<ProductModel>
    • getIconPath

      public String getIconPath(ProductModel object)
      Specified by:
      getIconPath in interface com.hybris.cockpitng.labels.LabelProvider<ProductModel>