Uses of Class
de.hybris.platform.comments.jalo.CommentAttachment
-
Packages that use CommentAttachment Package Description de.hybris.platform.cockpit.services.label.impl de.hybris.platform.comments.jalo -
-
Uses of CommentAttachment in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type CommentAttachment Modifier and Type Method Description protected java.lang.StringCommentAttachmentLabelProvider. getIconPath(CommentAttachment attachment)Deprecated.protected java.lang.StringCommentAttachmentLabelProvider. getIconPath(CommentAttachment attachment, java.lang.String languageIso)Deprecated.protected java.lang.StringCommentAttachmentLabelProvider. getItemDescription(CommentAttachment attachment)Deprecated.protected java.lang.StringCommentAttachmentLabelProvider. getItemDescription(CommentAttachment attachment, java.lang.String languageIso)Deprecated.protected java.lang.StringCommentAttachmentLabelProvider. getItemLabel(CommentAttachment attachment)Deprecated.protected java.lang.StringCommentAttachmentLabelProvider. getItemLabel(CommentAttachment attachment, java.lang.String languageIso)Deprecated. -
Uses of CommentAttachment in de.hybris.platform.comments.jalo
Fields in de.hybris.platform.comments.jalo with type parameters of type CommentAttachment Modifier and Type Field Description protected static OneToManyHandler<CommentAttachment>GeneratedAbstractComment. ATTACHMENTSHANDLEROneToManyHandlerfor handling 1:n ATTACHMENTS's relation attributes from 'many' side.Methods in de.hybris.platform.comments.jalo that return CommentAttachment Modifier and Type Method Description CommentAttachmentGeneratedCommentsManager. createCommentAttachment(SessionContext ctx, java.util.Map attributeValues)CommentAttachmentGeneratedCommentsManager. createCommentAttachment(java.util.Map attributeValues)Methods in de.hybris.platform.comments.jalo that return types with arguments of type CommentAttachment Modifier and Type Method Description java.util.Collection<CommentAttachment>GeneratedAbstractComment. getAttachments()Generated method - Getter of theAbstractComment.attachmentsattribute.java.util.Collection<CommentAttachment>GeneratedAbstractComment. getAttachments(SessionContext ctx)Generated method - Getter of theAbstractComment.attachmentsattribute.Methods in de.hybris.platform.comments.jalo with parameters of type CommentAttachment Modifier and Type Method Description voidGeneratedAbstractComment. addToAttachments(CommentAttachment value)Generated method - Addsvalueto attachments.voidGeneratedAbstractComment. addToAttachments(SessionContext ctx, CommentAttachment value)Generated method - Addsvalueto attachments.voidGeneratedAbstractComment. removeFromAttachments(CommentAttachment value)Generated method - Removesvaluefrom attachments.voidGeneratedAbstractComment. removeFromAttachments(SessionContext ctx, CommentAttachment value)Generated method - Removesvaluefrom attachments.Method parameters in de.hybris.platform.comments.jalo with type arguments of type CommentAttachment Modifier and Type Method Description voidGeneratedAbstractComment. setAttachments(SessionContext ctx, java.util.Collection<CommentAttachment> value)Generated method - Setter of theAbstractComment.attachmentsattribute.voidGeneratedAbstractComment. setAttachments(java.util.Collection<CommentAttachment> value)Generated method - Setter of theAbstractComment.attachmentsattribute.
-