Class SavedValuesLabelProvider
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.labelproviders.SavedValuesLabelProvider
-
- All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<SavedValuesModel>
public class SavedValuesLabelProvider extends java.lang.Object implements com.hybris.cockpitng.labels.LabelProvider<SavedValuesModel>
-
-
Constructor Summary
Constructors Constructor Description SavedValuesLabelProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.hybris.cockpitng.i18n.CockpitLocaleServicegetCockpitLocaleService()java.lang.StringgetDescription(SavedValuesModel savedValues)java.lang.StringgetIconPath(SavedValuesModel savedValues)java.lang.StringgetLabel(SavedValuesModel savedValues)protected com.hybris.cockpitng.labels.LabelServicegetLabelService()voidsetCockpitLocaleService(com.hybris.cockpitng.i18n.CockpitLocaleService cockpitLocaleService)voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel(SavedValuesModel savedValues)
- Specified by:
getLabelin interfacecom.hybris.cockpitng.labels.LabelProvider<SavedValuesModel>
-
getDescription
public java.lang.String getDescription(SavedValuesModel savedValues)
- Specified by:
getDescriptionin interfacecom.hybris.cockpitng.labels.LabelProvider<SavedValuesModel>
-
getIconPath
public java.lang.String getIconPath(SavedValuesModel savedValues)
- Specified by:
getIconPathin interfacecom.hybris.cockpitng.labels.LabelProvider<SavedValuesModel>
-
getCockpitLocaleService
public com.hybris.cockpitng.i18n.CockpitLocaleService getCockpitLocaleService()
-
setCockpitLocaleService
public void setCockpitLocaleService(com.hybris.cockpitng.i18n.CockpitLocaleService cockpitLocaleService)
-
getLabelService
protected com.hybris.cockpitng.labels.LabelService getLabelService()
-
setLabelService
public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-
-