Uses of Class
de.hybris.platform.comments.model.ReplyModel
-
Packages that use ReplyModel Package Description de.hybris.platform.cockpit.components.contentbrowser de.hybris.platform.cockpit.components.mvc.commentlayer de.hybris.platform.cockpit.services de.hybris.platform.cockpit.services.impl de.hybris.platform.comments.model Contains generated models for each type of de.hybris.platform.comments.jalo package.de.hybris.platform.comments.services de.hybris.platform.comments.services.impl -
-
Uses of ReplyModel in de.hybris.platform.cockpit.components.contentbrowser
Methods in de.hybris.platform.cockpit.components.contentbrowser with parameters of type ReplyModel Modifier and Type Method Description protected AdvancedGroupboxCommentMainAreaBrowserComponent. renderSingleReply(ReplyModel replyModel, org.zkoss.zul.Div parent) -
Uses of ReplyModel in de.hybris.platform.cockpit.components.mvc.commentlayer
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer with parameters of type ReplyModel Modifier and Type Method Description protected AdvancedGroupboxContextAreaCommentTreeComponent. renderSingleReply(ReplyModel replyModel, org.zkoss.zul.Div parent) -
Uses of ReplyModel in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services that return ReplyModel Modifier and Type Method Description ReplyModelCockpitCommentService. createReply(UserModel author, AbstractCommentModel comment, java.lang.String text)Creates and returns a new comment reply.Methods in de.hybris.platform.cockpit.services that return types with arguments of type ReplyModel Modifier and Type Method Description java.util.List<ReplyModel>CockpitCommentService. getDirectReplies(CommentModel comment, int offset, int count)Returns all direct comment replies for the specified comment. -
Uses of ReplyModel in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that return ReplyModel Modifier and Type Method Description ReplyModelDefaultCockpitCommentService. createReply(UserModel author, AbstractCommentModel comment, java.lang.String text)Methods in de.hybris.platform.cockpit.services.impl that return types with arguments of type ReplyModel Modifier and Type Method Description java.util.List<ReplyModel>DefaultCockpitCommentService. getDirectReplies(CommentModel comment, int offset, int count) -
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 -
Uses of ReplyModel in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services that return ReplyModel Modifier and Type Method Description ReplyModelCommentService. createReply(UserModel author, AbstractCommentModel comment, java.lang.String text)Creates and returns a new comment reply.Methods in de.hybris.platform.comments.services that return types with arguments of type ReplyModel Modifier and Type Method Description SearchResult<ReplyModel>CommentDao. findAllDirectReplies(CommentModel comment, int offset, int count)Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findDirectRepliesByComment(CommentModel, int, int)java.util.List<ReplyModel>CommentDao. findDirectRepliesByComment(CommentModel comment, int offset, int count)Searches for all direct comment replies i.e.java.util.List<ReplyModel>CommentService. getDirectReplies(CommentModel comment, int offset, int count)Returns all direct comment replies for the specified comment. -
Uses of ReplyModel in de.hybris.platform.comments.services.impl
Methods in de.hybris.platform.comments.services.impl that return ReplyModel Modifier and Type Method Description ReplyModelDefaultCommentService. createReply(UserModel author, AbstractCommentModel comment, java.lang.String text)Methods in de.hybris.platform.comments.services.impl that return types with arguments of type ReplyModel Modifier and Type Method Description SearchResult<ReplyModel>DefaultCommentDao. findAllDirectReplies(CommentModel comment, int offset, int count)Deprecated, for removal: This API element is subject to removal in a future version.since agesjava.util.List<ReplyModel>DefaultCommentDao. findDirectRepliesByComment(CommentModel comment, int offset, int count)java.util.List<ReplyModel>DefaultCommentService. getDirectReplies(CommentModel comment, int offset, int count)
-