Uses of Class
de.hybris.platform.comments.model.CommentUserSettingModel
Packages that use CommentUserSettingModel
-
Uses of CommentUserSettingModel in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services that return CommentUserSettingModelModifier and TypeMethodDescriptionCommentService.getUserSetting(UserModel user, AbstractCommentModel commentItem) Returns the CommentUserSettingModel attached to the comment for the given user.Methods in de.hybris.platform.comments.services that return types with arguments of type CommentUserSettingModelModifier and TypeMethodDescriptionCommentDao.findUserSettingByComment(UserModel user, AbstractCommentModel comment) Deprecated, for removal: This API element is subject to removal in a future version.CommentDao.findUserSettingsByComment(UserModel user, AbstractCommentModel comment) Searches for the comments user setting -
Uses of CommentUserSettingModel in de.hybris.platform.comments.services.impl
Methods in de.hybris.platform.comments.services.impl that return CommentUserSettingModelModifier and TypeMethodDescriptionDefaultCommentService.getUserSetting(UserModel user, AbstractCommentModel commentItem) Methods in de.hybris.platform.comments.services.impl that return types with arguments of type CommentUserSettingModelModifier and TypeMethodDescriptionDefaultCommentDao.findUserSettingByComment(UserModel user, AbstractCommentModel commentItem) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findUserSettingsByComment(UserModel user, AbstractCommentModel comment)
CommentDao.findUserSettingsByComment(UserModel, AbstractCommentModel)