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.cockpit.components.contentbrowser
Methods in de.hybris.platform.cockpit.components.contentbrowser with parameters of type ReplyModelModifier and TypeMethodDescriptionprotected 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 ReplyModelModifier and TypeMethodDescriptionprotected 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 ReplyModelModifier and TypeMethodDescriptionCockpitCommentService.createReply(UserModel author, AbstractCommentModel comment, String text) Creates and returns a new comment reply.Methods in de.hybris.platform.cockpit.services that return types with arguments of type ReplyModelModifier and TypeMethodDescriptionCockpitCommentService.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 ReplyModelModifier and TypeMethodDescriptionDefaultCockpitCommentService.createReply(UserModel author, AbstractCommentModel comment, String text) Methods in de.hybris.platform.cockpit.services.impl that return types with arguments of type ReplyModelModifier and TypeMethodDescriptionDefaultCockpitCommentService.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 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 -
Uses of ReplyModel in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services that return ReplyModelModifier and TypeMethodDescriptionCommentService.createReply(UserModel author, AbstractCommentModel comment, String text) Creates and returns a new comment reply.Methods in de.hybris.platform.comments.services that return types with arguments of type ReplyModelModifier and TypeMethodDescriptionCommentDao.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)CommentDao.findDirectRepliesByComment(CommentModel comment, int offset, int count) Searches for all direct comment replies i.e.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 ReplyModelModifier and TypeMethodDescriptionDefaultCommentService.createReply(UserModel author, AbstractCommentModel comment, String text) Methods in de.hybris.platform.comments.services.impl that return types with arguments of type ReplyModelModifier and TypeMethodDescriptionDefaultCommentDao.findAllDirectReplies(CommentModel comment, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findDirectRepliesByComment(CommentModel comment, int offset, int count) DefaultCommentService.getDirectReplies(CommentModel comment, int offset, int count)