Class CommentAttachmentLabelProvider
- java.lang.Object
-
- de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider<CommentAttachment>
-
- de.hybris.platform.cockpit.services.label.impl.CommentAttachmentLabelProvider
-
- All Implemented Interfaces:
ObjectLabelProvider
@Deprecated public class CommentAttachmentLabelProvider extends AbstractObjectLabelProvider<CommentAttachment>
Deprecated.since 6.3, useCommentAttachmentModelLabelProvider
-
-
Constructor Summary
Constructors Constructor Description CommentAttachmentLabelProvider()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected java.lang.String
getIconPath(CommentAttachment attachment)
Deprecated.protected java.lang.String
getIconPath(CommentAttachment attachment, java.lang.String languageIso)
Deprecated.protected java.lang.String
getItemDescription(CommentAttachment attachment)
Deprecated.protected java.lang.String
getItemDescription(CommentAttachment attachment, java.lang.String languageIso)
Deprecated.protected java.lang.String
getItemLabel(CommentAttachment attachment)
Deprecated.protected java.lang.String
getItemLabel(CommentAttachment attachment, java.lang.String languageIso)
Deprecated.-
Methods inherited from class de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider
getDescription, getDescription, getIconPath, getIconPath, getLabel, getLabel, getModelService
-
-
-
-
Method Detail
-
getIconPath
protected java.lang.String getIconPath(CommentAttachment attachment)
Deprecated.- Specified by:
getIconPath
in classAbstractObjectLabelProvider<CommentAttachment>
-
getIconPath
protected java.lang.String getIconPath(CommentAttachment attachment, java.lang.String languageIso)
Deprecated.- Specified by:
getIconPath
in classAbstractObjectLabelProvider<CommentAttachment>
-
getItemDescription
protected java.lang.String getItemDescription(CommentAttachment attachment)
Deprecated.- Specified by:
getItemDescription
in classAbstractObjectLabelProvider<CommentAttachment>
-
getItemDescription
protected java.lang.String getItemDescription(CommentAttachment attachment, java.lang.String languageIso)
Deprecated.- Specified by:
getItemDescription
in classAbstractObjectLabelProvider<CommentAttachment>
-
getItemLabel
protected java.lang.String getItemLabel(CommentAttachment attachment)
Deprecated.- Specified by:
getItemLabel
in classAbstractObjectLabelProvider<CommentAttachment>
-
getItemLabel
protected java.lang.String getItemLabel(CommentAttachment attachment, java.lang.String languageIso)
Deprecated.- Specified by:
getItemLabel
in classAbstractObjectLabelProvider<CommentAttachment>
-
-