Uses of Class
de.hybris.platform.comments.model.ReplyModel
-
Packages that use ReplyModel Package Description de.hybris.platform.comments.model 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 ReplyModel Modifier and Type Method Description ReplyModelReplyModel. getParent()Generated method - Getter of theReply.parentattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model that return types with arguments of type ReplyModel Modifier and Type Method Description java.util.List<ReplyModel>CommentModel. getReplies()Generated method - Getter of theComment.repliesattribute defined at extensioncomments.java.util.List<ReplyModel>ReplyModel. getReplies()Generated method - Getter of theReply.repliesattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type ReplyModel Modifier and Type Method Description voidReplyModel. 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 ReplyModel Modifier and Type Method Description voidCommentModel. setReplies(java.util.List<ReplyModel> value)Generated method - Setter ofComment.repliesattribute defined at extensioncomments.voidReplyModel. setReplies(java.util.List<ReplyModel> value)Generated method - Setter ofReply.repliesattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type ReplyModel Constructor Description ReplyModel(UserModel _author, CommentModel _comment, ItemModel _owner, ReplyModel _parent, java.lang.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
-