Class CommentAttachmentModelLabelProvider
- java.lang.Object
-
- de.hybris.platform.cockpit.services.label.AbstractModelLabelProvider<CommentAttachmentModel>
-
- de.hybris.platform.cockpit.services.label.impl.CommentAttachmentModelLabelProvider
-
- All Implemented Interfaces:
ObjectLabelProvider
public class CommentAttachmentModelLabelProvider extends AbstractModelLabelProvider<CommentAttachmentModel>
Label provider implementation forCommentAttachmentModel
-
-
Constructor Summary
Constructors Constructor Description CommentAttachmentModelLabelProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getIconPath(CommentAttachmentModel attachment)
protected java.lang.String
getIconPath(CommentAttachmentModel attachment, java.lang.String languageIso)
protected java.lang.String
getItemDescription(CommentAttachmentModel attachment)
protected java.lang.String
getItemDescription(CommentAttachmentModel attachment, java.lang.String languageIso)
protected java.lang.String
getItemLabel(CommentAttachmentModel attachment)
protected java.lang.String
getItemLabel(CommentAttachmentModel attachment, java.lang.String languageIso)
-
Methods inherited from class de.hybris.platform.cockpit.services.label.AbstractModelLabelProvider
getDescription, getDescription, getIconPath, getIconPath, getLabel, getLabel, getModelService, setModelService
-
-
-
-
Method Detail
-
getIconPath
protected java.lang.String getIconPath(CommentAttachmentModel attachment)
- Specified by:
getIconPath
in classAbstractModelLabelProvider<CommentAttachmentModel>
-
getIconPath
protected java.lang.String getIconPath(CommentAttachmentModel attachment, java.lang.String languageIso)
- Specified by:
getIconPath
in classAbstractModelLabelProvider<CommentAttachmentModel>
-
getItemDescription
protected java.lang.String getItemDescription(CommentAttachmentModel attachment)
- Specified by:
getItemDescription
in classAbstractModelLabelProvider<CommentAttachmentModel>
-
getItemDescription
protected java.lang.String getItemDescription(CommentAttachmentModel attachment, java.lang.String languageIso)
- Specified by:
getItemDescription
in classAbstractModelLabelProvider<CommentAttachmentModel>
-
getItemLabel
protected java.lang.String getItemLabel(CommentAttachmentModel attachment)
- Specified by:
getItemLabel
in classAbstractModelLabelProvider<CommentAttachmentModel>
-
getItemLabel
protected java.lang.String getItemLabel(CommentAttachmentModel attachment, java.lang.String languageIso)
- Specified by:
getItemLabel
in classAbstractModelLabelProvider<CommentAttachmentModel>
-
-