| Package | Description |
|---|---|
| de.hybris.platform.cockpit.services.label.impl | |
| de.hybris.platform.comments.jalo |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
CommentAttachmentLabelProvider.getIconPath(CommentAttachment attachment)
Deprecated.
|
protected java.lang.String |
CommentAttachmentLabelProvider.getIconPath(CommentAttachment attachment,
java.lang.String languageIso)
Deprecated.
|
protected java.lang.String |
CommentAttachmentLabelProvider.getItemDescription(CommentAttachment attachment)
Deprecated.
|
protected java.lang.String |
CommentAttachmentLabelProvider.getItemDescription(CommentAttachment attachment,
java.lang.String languageIso)
Deprecated.
|
protected java.lang.String |
CommentAttachmentLabelProvider.getItemLabel(CommentAttachment attachment)
Deprecated.
|
protected java.lang.String |
CommentAttachmentLabelProvider.getItemLabel(CommentAttachment attachment,
java.lang.String languageIso)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<CommentAttachment> |
GeneratedAbstractComment.ATTACHMENTSHANDLER
OneToManyHandler for handling 1:n ATTACHMENTS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
CommentAttachment |
GeneratedCommentsManager.createCommentAttachment(java.util.Map attributeValues) |
CommentAttachment |
GeneratedCommentsManager.createCommentAttachment(SessionContext ctx,
java.util.Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CommentAttachment> |
GeneratedAbstractComment.getAttachments()
Generated method - Getter of the
AbstractComment.attachments attribute. |
java.util.Collection<CommentAttachment> |
GeneratedAbstractComment.getAttachments(SessionContext ctx)
Generated method - Getter of the
AbstractComment.attachments attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedAbstractComment.addToAttachments(CommentAttachment value)
Generated method - Adds
value to attachments. |
void |
GeneratedAbstractComment.addToAttachments(SessionContext ctx,
CommentAttachment value)
Generated method - Adds
value to attachments. |
void |
GeneratedAbstractComment.removeFromAttachments(CommentAttachment value)
Generated method - Removes
value from attachments. |
void |
GeneratedAbstractComment.removeFromAttachments(SessionContext ctx,
CommentAttachment value)
Generated method - Removes
value from attachments. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedAbstractComment.setAttachments(java.util.Collection<CommentAttachment> value)
Generated method - Setter of the
AbstractComment.attachments attribute. |
void |
GeneratedAbstractComment.setAttachments(SessionContext ctx,
java.util.Collection<CommentAttachment> value)
Generated method - Setter of the
AbstractComment.attachments attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.