| Package | Description |
|---|---|
| de.hybris.platform.cockpit.components.contentbrowser | |
| de.hybris.platform.cockpit.components.mvc.commentlayer | |
| de.hybris.platform.cockpit.services | |
| de.hybris.platform.cockpit.services.impl | |
| de.hybris.platform.comments.model |
Contains generated models for each type of de.hybris.platform.comments.jalo package.
|
| de.hybris.platform.comments.resource | |
| de.hybris.platform.comments.services | |
| de.hybris.platform.comments.services.impl |
| Modifier and Type | Method and Description |
|---|---|
protected AdvancedGroupbox |
CommentMainAreaBrowserComponent.renderSingleReply(ReplyModel replyModel,
Div parent) |
| Modifier and Type | Method and Description |
|---|---|
protected AdvancedGroupbox |
ContextAreaCommentTreeComponent.renderSingleReply(ReplyModel replyModel,
Div parent) |
| Modifier and Type | Method and Description |
|---|---|
ReplyModel |
CockpitCommentService.createReply(UserModel author,
AbstractCommentModel comment,
java.lang.String text)
Creates and returns a new comment reply.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReplyModel> |
CockpitCommentService.getDirectReplies(CommentModel comment,
int offset,
int count)
Returns all direct comment replies for the specified comment.
|
| Modifier and Type | Method and Description |
|---|---|
ReplyModel |
DefaultCockpitCommentService.createReply(UserModel author,
AbstractCommentModel comment,
java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReplyModel> |
DefaultCockpitCommentService.getDirectReplies(CommentModel comment,
int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
ReplyModel |
ReplyModel.getParent()
Generated method - Getter of the
Reply.parent attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReplyModel> |
ReplyModel.getReplies()
Generated method - Getter of the
Reply.replies attribute defined at extension comments. |
java.util.List<ReplyModel> |
CommentModel.getReplies()
Generated method - Getter of the
Comment.replies attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplyModel.setParent(ReplyModel value)
Generated method - Initial setter of
Reply.parent attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplyModel.setReplies(java.util.List<ReplyModel> value)
Generated method - Setter of
Reply.replies attribute defined at extension comments. |
void |
CommentModel.setReplies(java.util.List<ReplyModel> value)
Generated method - Setter of
Comment.replies attribute defined at extension comments. |
| Constructor and Description |
|---|
ReplyModel(UserModel _author,
CommentModel _comment,
ItemModel _owner,
ReplyModel _parent,
java.lang.String _text)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ReplyModel |
ReplyResource.getReplyModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ReplyModel |
ReplyResource.readResource(java.lang.String resourceId)
Gets the
ReplyModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ReplyModel> |
RepliesResource.getRepliesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplyResource.setReplyModel(ReplyModel value)
Convenience method which just delegates to
#setResourceValue(ReplyModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepliesResource.setRepliesCollection(java.util.Collection<ReplyModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
ReplyModel |
CommentService.createReply(UserModel author,
AbstractCommentModel comment,
java.lang.String text)
Creates and returns a new comment reply.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ReplyModel> |
CommentDao.findAllDirectReplies(CommentModel comment,
int offset,
int count)
Deprecated.
since ages - as of release 4.3, please use
CommentDao.findDirectRepliesByComment(CommentModel, int, int) |
java.util.List<ReplyModel> |
CommentDao.findDirectRepliesByComment(CommentModel comment,
int offset,
int count)
Searches for all direct comment replies i.e.
|
java.util.List<ReplyModel> |
CommentService.getDirectReplies(CommentModel comment,
int offset,
int count)
Returns all direct comment replies for the specified comment.
|
| Modifier and Type | Method and Description |
|---|---|
ReplyModel |
DefaultCommentService.createReply(UserModel author,
AbstractCommentModel comment,
java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ReplyModel> |
DefaultCommentDao.findAllDirectReplies(CommentModel comment,
int offset,
int count)
Deprecated.
since ages
|
java.util.List<ReplyModel> |
DefaultCommentDao.findDirectRepliesByComment(CommentModel comment,
int offset,
int count) |
java.util.List<ReplyModel> |
DefaultCommentService.getDirectReplies(CommentModel comment,
int offset,
int count) |
Copyright © 2018 SAP SE. All Rights Reserved.