Uses of Class
de.hybris.platform.comments.jalo.Reply
-
Packages that use Reply Package Description de.hybris.platform.comments.jalo -
-
Uses of Reply in de.hybris.platform.comments.jalo
Fields in de.hybris.platform.comments.jalo with type parameters of type Reply Modifier and Type Field Description protected static OneToManyHandler<Reply>GeneratedComment. REPLIESHANDLEROneToManyHandlerfor handling 1:n REPLIES's relation attributes from 'many' side.protected static OneToManyHandler<Reply>GeneratedReply. REPLIESHANDLEROneToManyHandlerfor handling 1:n REPLIES's relation attributes from 'many' side.Methods in de.hybris.platform.comments.jalo that return Reply Modifier and Type Method Description ReplyGeneratedCommentsManager. createReply(SessionContext ctx, java.util.Map attributeValues)ReplyGeneratedCommentsManager. createReply(java.util.Map attributeValues)ReplyGeneratedReply. getParent()Generated method - Getter of theReply.parentattribute.ReplyGeneratedReply. getParent(SessionContext ctx)Generated method - Getter of theReply.parentattribute.Methods in de.hybris.platform.comments.jalo that return types with arguments of type Reply Modifier and Type Method Description java.util.List<Reply>GeneratedComment. getReplies()Generated method - Getter of theComment.repliesattribute.java.util.List<Reply>GeneratedComment. getReplies(SessionContext ctx)Generated method - Getter of theComment.repliesattribute.java.util.List<Reply>GeneratedReply. getReplies()Generated method - Getter of theReply.repliesattribute.java.util.List<Reply>GeneratedReply. getReplies(SessionContext ctx)Generated method - Getter of theReply.repliesattribute.Methods in de.hybris.platform.comments.jalo with parameters of type Reply Modifier and Type Method Description voidGeneratedComment. 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 voidGeneratedReply. setParent(Reply value)Generated 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 Reply Modifier and Type Method Description voidGeneratedComment. setReplies(SessionContext ctx, java.util.List<Reply> value)Generated method - Setter of theComment.repliesattribute.voidGeneratedComment. setReplies(java.util.List<Reply> value)Generated method - Setter of theComment.repliesattribute.voidGeneratedReply. setReplies(SessionContext ctx, java.util.List<Reply> value)Generated method - Setter of theReply.repliesattribute.voidGeneratedReply. setReplies(java.util.List<Reply> value)Generated method - Setter of theReply.repliesattribute.
-