Uses of Class
de.hybris.platform.comments.model.ReplyModel
Packages that use ReplyModel
Package
Description
Contains generated models for each type of de.hybris.platform.comments.jalo package.
-
Uses of ReplyModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return ReplyModelModifier and TypeMethodDescriptionReplyModel.getParent()Generated method - Getter of theReply.parentattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model that return types with arguments of type ReplyModelModifier and TypeMethodDescriptionCommentModel.getReplies()Generated method - Getter of theComment.repliesattribute defined at extensioncomments.ReplyModel.getReplies()Generated method - Getter of theReply.repliesattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type ReplyModelModifier and TypeMethodDescriptionvoidReplyModel.setParent(ReplyModel value) Generated method - Initial setter ofReply.parentattribute defined at extensioncomments.Method parameters in de.hybris.platform.comments.model with type arguments of type ReplyModelModifier and TypeMethodDescriptionvoidCommentModel.setReplies(List<ReplyModel> value) Generated method - Setter ofComment.repliesattribute defined at extensioncomments.voidReplyModel.setReplies(List<ReplyModel> value) Generated method - Setter ofReply.repliesattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type ReplyModelModifierConstructorDescriptionReplyModel(UserModel _author, CommentModel _comment, ItemModel _owner, ReplyModel _parent, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters