Uses of Class
de.hybris.platform.cockpit.model.CommentMetadataModel
-
Packages that use CommentMetadataModel Package Description de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl 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. -
-
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 CommentMetadataModel Modifier and Type Method Description protected CommentMetadataModelDefaultCommentLayerComponentController. createCommentMetadata(CommentLayerComponentModel model, CommentModel commentToSave, CommentIcon newIcon)Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl with parameters of type CommentMetadataModel Modifier and Type Method Description protected 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 CommentMetadataModel Modifier and Type Method Description CommentMetadataModelCommentLayerService. 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 CommentMetadataModel Modifier and Type Method Description CommentMetadataModelDefaultCommentLayerService. 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 CommentMetadataModel Modifier and Type Method Description java.util.Collection<CommentMetadataModel>CommentModel. getCommentMetadata()Generated method - Getter of theComment.commentMetadataattribute defined at extensioncockpit.Method parameters in de.hybris.platform.comments.model with type arguments of type CommentMetadataModel Modifier and Type Method Description voidCommentModel. setCommentMetadata(java.util.Collection<CommentMetadataModel> value)Generated method - Setter ofComment.commentMetadataattribute defined at extensioncockpit.
-