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.StringgetIconPath(CommentAttachment attachment)Deprecated.protected java.lang.StringgetIconPath(CommentAttachment attachment, java.lang.String languageIso)Deprecated.protected java.lang.StringgetItemDescription(CommentAttachment attachment)Deprecated.protected java.lang.StringgetItemDescription(CommentAttachment attachment, java.lang.String languageIso)Deprecated.protected java.lang.StringgetItemLabel(CommentAttachment attachment)Deprecated.protected java.lang.StringgetItemLabel(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:
getIconPathin classAbstractObjectLabelProvider<CommentAttachment>
-
getIconPath
protected java.lang.String getIconPath(CommentAttachment attachment, java.lang.String languageIso)
Deprecated.- Specified by:
getIconPathin classAbstractObjectLabelProvider<CommentAttachment>
-
getItemDescription
protected java.lang.String getItemDescription(CommentAttachment attachment)
Deprecated.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<CommentAttachment>
-
getItemDescription
protected java.lang.String getItemDescription(CommentAttachment attachment, java.lang.String languageIso)
Deprecated.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<CommentAttachment>
-
getItemLabel
protected java.lang.String getItemLabel(CommentAttachment attachment)
Deprecated.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<CommentAttachment>
-
getItemLabel
protected java.lang.String getItemLabel(CommentAttachment attachment, java.lang.String languageIso)
Deprecated.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<CommentAttachment>
-
-