Uses of Class
de.hybris.platform.comments.jalo.Reply
Packages that use Reply
-
Uses of Reply in de.hybris.platform.comments.jalo
Fields in de.hybris.platform.comments.jalo with type parameters of type ReplyModifier and TypeFieldDescriptionprotected static final OneToManyHandler<Reply>GeneratedComment.REPLIESHANDLEROneToManyHandlerfor handling 1:n REPLIES's relation attributes from 'many' side.protected static final OneToManyHandler<Reply>GeneratedReply.REPLIESHANDLEROneToManyHandlerfor handling 1:n REPLIES's relation attributes from 'many' side.Methods in de.hybris.platform.comments.jalo that return ReplyModifier and TypeMethodDescriptionGeneratedCommentsManager.createReply(SessionContext ctx, Map attributeValues) GeneratedCommentsManager.createReply(Map attributeValues) GeneratedReply.getParent()Generated method - Getter of theReply.parentattribute.GeneratedReply.getParent(SessionContext ctx) Generated method - Getter of theReply.parentattribute.Methods in de.hybris.platform.comments.jalo that return types with arguments of type ReplyModifier and TypeMethodDescriptionGeneratedComment.getReplies()Generated method - Getter of theComment.repliesattribute.GeneratedComment.getReplies(SessionContext ctx) Generated method - Getter of theComment.repliesattribute.GeneratedReply.getReplies()Generated method - Getter of theReply.repliesattribute.GeneratedReply.getReplies(SessionContext ctx) Generated method - Getter of theReply.repliesattribute.Methods in de.hybris.platform.comments.jalo with parameters of type ReplyModifier and TypeMethodDescriptionvoidGeneratedComment.addToReplies(Reply value) Generated method - Addsvalueto replies.voidGeneratedComment.addToReplies(SessionContext ctx, Reply value) Generated method - Addsvalueto replies.voidGeneratedReply.addToReplies(Reply value) Generated method - Addsvalueto replies.voidGeneratedReply.addToReplies(SessionContext ctx, Reply value) Generated method - Addsvalueto replies.voidGeneratedComment.removeFromReplies(Reply value) Generated method - Removesvaluefrom replies.voidGeneratedComment.removeFromReplies(SessionContext ctx, Reply value) Generated method - Removesvaluefrom replies.voidGeneratedReply.removeFromReplies(Reply value) Generated method - Removesvaluefrom replies.voidGeneratedReply.removeFromReplies(SessionContext ctx, Reply value) Generated method - Removesvaluefrom replies.protected voidGenerated method - Setter of theReply.parentattribute.protected voidGeneratedReply.setParent(SessionContext ctx, Reply value) Generated method - Setter of theReply.parentattribute.Method parameters in de.hybris.platform.comments.jalo with type arguments of type ReplyModifier and TypeMethodDescriptionvoidGeneratedComment.setReplies(SessionContext ctx, List<Reply> value) Generated method - Setter of theComment.repliesattribute.voidGeneratedComment.setReplies(List<Reply> value) Generated method - Setter of theComment.repliesattribute.voidGeneratedReply.setReplies(SessionContext ctx, List<Reply> value) Generated method - Setter of theReply.repliesattribute.voidGeneratedReply.setReplies(List<Reply> value) Generated method - Setter of theReply.repliesattribute.