| Package | Description |
|---|---|
| de.hybris.platform.comments.resource | |
| de.hybris.platform.comments.services | |
| de.hybris.platform.comments.services.impl |
| Modifier and Type | Method and Description |
|---|---|
CommentUserSettingModel |
CommentUserSettingResource.getCommentUserSettingModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CommentUserSettingModel |
CommentUserSettingResource.readResource(java.lang.String resourceId)
Gets the
CommentUserSettingModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CommentUserSettingModel> |
CommentUserSettingsResource.getCommentUserSettingsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentUserSettingResource.setCommentUserSettingModel(CommentUserSettingModel value)
Convenience method which just delegates to
#setResourceValue(CommentUserSettingModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentUserSettingsResource.setCommentUserSettingsCollection(java.util.Collection<CommentUserSettingModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CommentUserSettingModel |
CommentService.getUserSetting(UserModel user,
AbstractCommentModel commentItem)
Returns the CommentUserSettingModel attached to the comment for the given user.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CommentUserSettingModel> |
CommentDao.findUserSettingByComment(UserModel user,
AbstractCommentModel comment)
Deprecated.
since ages - as of release 4.3, please use
CommentDao.findUserSettingsByComment(UserModel, AbstractCommentModel) |
java.util.List<CommentUserSettingModel> |
CommentDao.findUserSettingsByComment(UserModel user,
AbstractCommentModel comment)
Searches for the comments user setting
|
| Modifier and Type | Method and Description |
|---|---|
CommentUserSettingModel |
DefaultCommentService.getUserSetting(UserModel user,
AbstractCommentModel commentItem) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CommentUserSettingModel> |
DefaultCommentDao.findUserSettingByComment(UserModel user,
AbstractCommentModel commentItem)
Deprecated.
since ages
|
java.util.List<CommentUserSettingModel> |
DefaultCommentDao.findUserSettingsByComment(UserModel user,
AbstractCommentModel comment) |
Copyright © 2018 SAP SE. All Rights Reserved.