Uses of Class
de.hybris.platform.cockpit.model.CommentMetadataModel
Packages that use CommentMetadataModel
Package
Description
Contains generated models for each type of de.hybris.platform.comments.jalo package.
-
Uses of CommentMetadataModel in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl that return CommentMetadataModelModifier and TypeMethodDescriptionprotected CommentMetadataModelDefaultCommentLayerComponentController.createCommentMetadata(CommentLayerComponentModel model, CommentModel commentToSave, CommentIcon newIcon) Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl with parameters of type CommentMetadataModelModifier and TypeMethodDescriptionprotected booleanDefaultCommentLayerComponentController.displayCommentIcon(TypedObject commentLayerTarget, CommentMetadataModel metaData) Determines if comment icon represented by the meta data should be displayed over givencommentLayerTerget.protected booleanDefaultCommentLayerComponentController.displayCommentIcon(TypedObject commentLayerTarget, CommentMetadataModel metaData, int pageIndex) Determines if comment icon represented by the meta data should be displayed over givencommentLayerTerget. -
Uses of CommentMetadataModel in de.hybris.platform.cockpit.services.comments
Methods in de.hybris.platform.cockpit.services.comments that return CommentMetadataModelModifier and TypeMethodDescriptionCommentLayerService.getCommentLocationForPreview(CommentModel comment, MediaModel preview) Returns Comment position meta-data of the givenCommentModelinstance for the given preview media. -
Uses of CommentMetadataModel in de.hybris.platform.cockpit.services.comments.impl
Methods in de.hybris.platform.cockpit.services.comments.impl that return CommentMetadataModelModifier and TypeMethodDescriptionDefaultCommentLayerService.getCommentLocationForPreview(CommentModel comment, MediaModel preview) -
Uses of CommentMetadataModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return types with arguments of type CommentMetadataModelModifier and TypeMethodDescriptionCommentModel.getCommentMetadata()Generated method - Getter of theComment.commentMetadataattribute defined at extensioncockpit.Method parameters in de.hybris.platform.comments.model with type arguments of type CommentMetadataModelModifier and TypeMethodDescriptionvoidCommentModel.setCommentMetadata(Collection<CommentMetadataModel> value) Generated method - Setter ofComment.commentMetadataattribute defined at extensioncockpit.