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. REPLIESHANDLER
OneToManyHandler
for handling 1:n REPLIES's relation attributes from 'many' side.protected static OneToManyHandler<Reply>
GeneratedReply. REPLIESHANDLER
OneToManyHandler
for 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 Reply
GeneratedCommentsManager. createReply(SessionContext ctx, java.util.Map attributeValues)
Reply
GeneratedCommentsManager. createReply(java.util.Map attributeValues)
Reply
GeneratedReply. getParent()
Generated method - Getter of theReply.parent
attribute.Reply
GeneratedReply. getParent(SessionContext ctx)
Generated method - Getter of theReply.parent
attribute.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.replies
attribute.java.util.List<Reply>
GeneratedComment. getReplies(SessionContext ctx)
Generated method - Getter of theComment.replies
attribute.java.util.List<Reply>
GeneratedReply. getReplies()
Generated method - Getter of theReply.replies
attribute.java.util.List<Reply>
GeneratedReply. getReplies(SessionContext ctx)
Generated method - Getter of theReply.replies
attribute.Methods in de.hybris.platform.comments.jalo with parameters of type Reply Modifier and Type Method Description void
GeneratedComment. addToReplies(Reply value)
Generated method - Addsvalue
to replies.void
GeneratedComment. addToReplies(SessionContext ctx, Reply value)
Generated method - Addsvalue
to replies.void
GeneratedReply. addToReplies(Reply value)
Generated method - Addsvalue
to replies.void
GeneratedReply. addToReplies(SessionContext ctx, Reply value)
Generated method - Addsvalue
to replies.void
GeneratedComment. removeFromReplies(Reply value)
Generated method - Removesvalue
from replies.void
GeneratedComment. removeFromReplies(SessionContext ctx, Reply value)
Generated method - Removesvalue
from replies.void
GeneratedReply. removeFromReplies(Reply value)
Generated method - Removesvalue
from replies.void
GeneratedReply. removeFromReplies(SessionContext ctx, Reply value)
Generated method - Removesvalue
from replies.protected void
GeneratedReply. setParent(Reply value)
Generated method - Setter of theReply.parent
attribute.protected void
GeneratedReply. setParent(SessionContext ctx, Reply value)
Generated method - Setter of theReply.parent
attribute.Method parameters in de.hybris.platform.comments.jalo with type arguments of type Reply Modifier and Type Method Description void
GeneratedComment. setReplies(SessionContext ctx, java.util.List<Reply> value)
Generated method - Setter of theComment.replies
attribute.void
GeneratedComment. setReplies(java.util.List<Reply> value)
Generated method - Setter of theComment.replies
attribute.void
GeneratedReply. setReplies(SessionContext ctx, java.util.List<Reply> value)
Generated method - Setter of theReply.replies
attribute.void
GeneratedReply. setReplies(java.util.List<Reply> value)
Generated method - Setter of theReply.replies
attribute.
-