Uses of Class
de.hybris.platform.comments.jalo.CommentAttachment
Packages that use CommentAttachment
-
Uses of CommentAttachment in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type CommentAttachmentModifier and TypeMethodDescriptionprotected StringCommentAttachmentLabelProvider.getIconPath(CommentAttachment attachment) Deprecated.protected StringCommentAttachmentLabelProvider.getIconPath(CommentAttachment attachment, String languageIso) Deprecated.protected StringCommentAttachmentLabelProvider.getItemDescription(CommentAttachment attachment) Deprecated.protected StringCommentAttachmentLabelProvider.getItemDescription(CommentAttachment attachment, String languageIso) Deprecated.protected StringCommentAttachmentLabelProvider.getItemLabel(CommentAttachment attachment) Deprecated.protected StringCommentAttachmentLabelProvider.getItemLabel(CommentAttachment attachment, String languageIso) Deprecated. -
Uses of CommentAttachment in de.hybris.platform.comments.jalo
Fields in de.hybris.platform.comments.jalo with type parameters of type CommentAttachmentModifier and TypeFieldDescriptionprotected static final OneToManyHandler<CommentAttachment>GeneratedAbstractComment.ATTACHMENTSHANDLEROneToManyHandlerfor handling 1:n ATTACHMENTS's relation attributes from 'many' side.Methods in de.hybris.platform.comments.jalo that return CommentAttachmentModifier and TypeMethodDescriptionGeneratedCommentsManager.createCommentAttachment(SessionContext ctx, Map attributeValues) GeneratedCommentsManager.createCommentAttachment(Map attributeValues) Methods in de.hybris.platform.comments.jalo that return types with arguments of type CommentAttachmentModifier and TypeMethodDescriptionGeneratedAbstractComment.getAttachments()Generated method - Getter of theAbstractComment.attachmentsattribute.GeneratedAbstractComment.getAttachments(SessionContext ctx) Generated method - Getter of theAbstractComment.attachmentsattribute.Methods in de.hybris.platform.comments.jalo with parameters of type CommentAttachmentModifier and TypeMethodDescriptionvoidGeneratedAbstractComment.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 CommentAttachmentModifier and TypeMethodDescriptionvoidGeneratedAbstractComment.setAttachments(SessionContext ctx, Collection<CommentAttachment> value) Generated method - Setter of theAbstractComment.attachmentsattribute.voidGeneratedAbstractComment.setAttachments(Collection<CommentAttachment> value) Generated method - Setter of theAbstractComment.attachmentsattribute.