| Package | Description |
|---|---|
| de.hybris.platform.comments.jalo |
| Modifier and Type | Field and 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. |
| Modifier and Type | Method and Description |
|---|---|
Reply |
GeneratedCommentsManager.createReply(java.util.Map attributeValues) |
Reply |
GeneratedCommentsManager.createReply(SessionContext ctx,
java.util.Map attributeValues) |
Reply |
GeneratedReply.getParent()
Generated method - Getter of the
Reply.parent attribute. |
Reply |
GeneratedReply.getParent(SessionContext ctx)
Generated method - Getter of the
Reply.parent attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Reply> |
GeneratedComment.getReplies()
Generated method - Getter of the
Comment.replies attribute. |
java.util.List<Reply> |
GeneratedReply.getReplies()
Generated method - Getter of the
Reply.replies attribute. |
java.util.List<Reply> |
GeneratedComment.getReplies(SessionContext ctx)
Generated method - Getter of the
Comment.replies attribute. |
java.util.List<Reply> |
GeneratedReply.getReplies(SessionContext ctx)
Generated method - Getter of the
Reply.replies attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedComment.addToReplies(Reply value)
Generated method - Adds
value to replies. |
void |
GeneratedReply.addToReplies(Reply value)
Generated method - Adds
value to replies. |
void |
GeneratedComment.addToReplies(SessionContext ctx,
Reply value)
Generated method - Adds
value to replies. |
void |
GeneratedReply.addToReplies(SessionContext ctx,
Reply value)
Generated method - Adds
value to replies. |
void |
GeneratedComment.removeFromReplies(Reply value)
Generated method - Removes
value from replies. |
void |
GeneratedReply.removeFromReplies(Reply value)
Generated method - Removes
value from replies. |
void |
GeneratedComment.removeFromReplies(SessionContext ctx,
Reply value)
Generated method - Removes
value from replies. |
void |
GeneratedReply.removeFromReplies(SessionContext ctx,
Reply value)
Generated method - Removes
value from replies. |
protected void |
GeneratedReply.setParent(Reply value)
Generated method - Setter of the
Reply.parent attribute. |
protected void |
GeneratedReply.setParent(SessionContext ctx,
Reply value)
Generated method - Setter of the
Reply.parent attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedComment.setReplies(java.util.List<Reply> value)
Generated method - Setter of the
Comment.replies attribute. |
void |
GeneratedReply.setReplies(java.util.List<Reply> value)
Generated method - Setter of the
Reply.replies attribute. |
void |
GeneratedComment.setReplies(SessionContext ctx,
java.util.List<Reply> value)
Generated method - Setter of the
Comment.replies attribute. |
void |
GeneratedReply.setReplies(SessionContext ctx,
java.util.List<Reply> value)
Generated method - Setter of the
Reply.replies attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.