Class AbstractConstraintLabelProvider
java.lang.Object
de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider<AbstractConstraint>
de.hybris.platform.admincockpit.services.label.impl.AbstractConstraintLabelProvider
- All Implemented Interfaces:
ObjectLabelProvider
public class AbstractConstraintLabelProvider
extends AbstractObjectLabelProvider<AbstractConstraint>
Provider for a labels for a
AbstractConstraint.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected StringgetIconPath(AbstractConstraint item, String languageIso) protected Stringprotected StringgetItemDescription(AbstractConstraint item, String languageIso) protected Stringprotected StringgetItemLabel(AbstractConstraint item, String languageIso) Methods inherited from class de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider
getDescription, getDescription, getIconPath, getIconPath, getLabel, getLabel, getModelService
-
Constructor Details
-
AbstractConstraintLabelProvider
public AbstractConstraintLabelProvider()
-
-
Method Details
-
getItemLabel
- Specified by:
getItemLabelin classAbstractObjectLabelProvider<AbstractConstraint>
-
getItemLabel
- Specified by:
getItemLabelin classAbstractObjectLabelProvider<AbstractConstraint>
-
getIconPath
- Specified by:
getIconPathin classAbstractObjectLabelProvider<AbstractConstraint>
-
getIconPath
- Specified by:
getIconPathin classAbstractObjectLabelProvider<AbstractConstraint>
-
getItemDescription
- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<AbstractConstraint>
-
getItemDescription
- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<AbstractConstraint>
-