| Package | Description |
|---|---|
| de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl | |
| de.hybris.platform.cockpit.resource | |
| de.hybris.platform.cockpit.services.comments | |
| de.hybris.platform.cockpit.services.comments.impl | |
| de.hybris.platform.comments.model |
Contains generated models for each type of de.hybris.platform.comments.jalo package.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommentMetadataModel |
DefaultCommentLayerComponentController.createCommentMetadata(CommentLayerComponentModel model,
CommentModel commentToSave,
CommentIcon newIcon) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultCommentLayerComponentController.displayCommentIcon(TypedObject commentLayerTarget,
CommentMetadataModel metaData)
Determines if comment icon represented by the meta data should be displayed over given
commentLayerTerget. |
protected boolean |
DefaultCommentLayerComponentController.displayCommentIcon(TypedObject commentLayerTarget,
CommentMetadataModel metaData,
int pageIndex)
Determines if comment icon represented by the meta data should be displayed over given
commentLayerTerget. |
| Modifier and Type | Method and Description |
|---|---|
CommentMetadataModel |
CommentMetadataResource.getCommentMetadataModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CommentMetadataModel |
CommentMetadataResource.readResource(java.lang.String resourceId)
Gets the
CommentMetadataModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CommentMetadataModel> |
CommentMetadatasResource.getCommentMetadatasCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentMetadataResource.setCommentMetadataModel(CommentMetadataModel value)
Convenience method which just delegates to
#setResourceValue(CommentMetadataModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentMetadatasResource.setCommentMetadatasCollection(java.util.Collection<CommentMetadataModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CommentMetadataModel |
CommentLayerService.getCommentLocationForPreview(CommentModel comment,
MediaModel preview)
Returns Comment position meta-data of the given
CommentModel instance for the given preview media. |
| Modifier and Type | Method and Description |
|---|---|
CommentMetadataModel |
DefaultCommentLayerService.getCommentLocationForPreview(CommentModel comment,
MediaModel preview) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CommentMetadataModel> |
CommentModel.getCommentMetadata()
Generated method - Getter of the
Comment.commentMetadata attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentModel.setCommentMetadata(java.util.Collection<CommentMetadataModel> value)
Generated method - Setter of
Comment.commentMetadata attribute defined at extension cockpit. |
Copyright © 2018 SAP SE. All Rights Reserved.