Uses of Class
de.hybris.platform.comments.model.CommentAttachmentModel
-
Packages that use CommentAttachmentModel Package Description de.hybris.platform.cockpit.services.label.impl de.hybris.platform.comments.model Contains generated models for each type of de.hybris.platform.comments.jalo package.de.hybris.platform.ticket.email.context -
-
Uses of CommentAttachmentModel in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type CommentAttachmentModel Modifier and Type Method Description protected java.lang.StringCommentAttachmentModelLabelProvider. getIconPath(CommentAttachmentModel attachment)protected java.lang.StringCommentAttachmentModelLabelProvider. getIconPath(CommentAttachmentModel attachment, java.lang.String languageIso)protected java.lang.StringCommentAttachmentModelLabelProvider. getItemDescription(CommentAttachmentModel attachment)protected java.lang.StringCommentAttachmentModelLabelProvider. getItemDescription(CommentAttachmentModel attachment, java.lang.String languageIso)protected java.lang.StringCommentAttachmentModelLabelProvider. getItemLabel(CommentAttachmentModel attachment)protected java.lang.StringCommentAttachmentModelLabelProvider. getItemLabel(CommentAttachmentModel attachment, java.lang.String languageIso) -
Uses of CommentAttachmentModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return types with arguments of type CommentAttachmentModel Modifier and Type Method Description java.util.Collection<CommentAttachmentModel>AbstractCommentModel. getAttachments()Generated method - Getter of theAbstractComment.attachmentsattribute defined at extensioncomments.Method parameters in de.hybris.platform.comments.model with type arguments of type CommentAttachmentModel Modifier and Type Method Description voidAbstractCommentModel. setAttachments(java.util.Collection<CommentAttachmentModel> value)Generated method - Setter ofAbstractComment.attachmentsattribute defined at extensioncomments. -
Uses of CommentAttachmentModel in de.hybris.platform.ticket.email.context
Methods in de.hybris.platform.ticket.email.context that return types with arguments of type CommentAttachmentModel Modifier and Type Method Description java.util.Collection<CommentAttachmentModel>AbstractTicketContext. getAttachments()
-