Uses of Class
de.hybris.platform.comments.model.CommentUserSettingModel
-
Packages that use CommentUserSettingModel Package Description de.hybris.platform.comments.services de.hybris.platform.comments.services.impl -
-
Uses of CommentUserSettingModel in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services that return CommentUserSettingModel Modifier and Type Method Description CommentUserSettingModelCommentService. 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 CommentUserSettingModel Modifier and Type Method Description SearchResult<CommentUserSettingModel>CommentDao. findUserSettingByComment(UserModel user, AbstractCommentModel comment)Deprecated.since ages - as of release 4.3, please useCommentDao.findUserSettingsByComment(UserModel, AbstractCommentModel)java.util.List<CommentUserSettingModel>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 CommentUserSettingModel Modifier and Type Method Description CommentUserSettingModelDefaultCommentService. getUserSetting(UserModel user, AbstractCommentModel commentItem)Methods in de.hybris.platform.comments.services.impl that return types with arguments of type CommentUserSettingModel Modifier and Type Method Description SearchResult<CommentUserSettingModel>DefaultCommentDao. findUserSettingByComment(UserModel user, AbstractCommentModel commentItem)Deprecated.since agesjava.util.List<CommentUserSettingModel>DefaultCommentDao. findUserSettingsByComment(UserModel user, AbstractCommentModel comment)
-