Class SavedValuesLabelProvider
java.lang.Object
de.hybris.platform.platformbackoffice.labelproviders.SavedValuesLabelProvider
- All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<SavedValuesModel>
public class SavedValuesLabelProvider
extends Object
implements com.hybris.cockpitng.labels.LabelProvider<SavedValuesModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hybris.cockpitng.i18n.CockpitLocaleServicegetDescription(SavedValuesModel savedValues) getIconPath(SavedValuesModel savedValues) getLabel(SavedValuesModel savedValues) protected com.hybris.cockpitng.labels.LabelServicevoidsetCockpitLocaleService(com.hybris.cockpitng.i18n.CockpitLocaleService cockpitLocaleService) voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.labels.LabelProvider
getShortLabel
-
Constructor Details
-
SavedValuesLabelProvider
public SavedValuesLabelProvider()
-
-
Method Details
-
getLabel
- Specified by:
getLabelin interfacecom.hybris.cockpitng.labels.LabelProvider<SavedValuesModel>
-
getDescription
- Specified by:
getDescriptionin interfacecom.hybris.cockpitng.labels.LabelProvider<SavedValuesModel>
-
getIconPath
- 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)
-