public class DefaultCommentGroupDao extends Object implements CommentGroupDao
| Constructor and Description |
|---|
DefaultCommentGroupDao() |
| Modifier and Type | Method and Description |
|---|---|
CommentGroupModel |
findCommentGroup(PageModel page,
UserModel user,
Date date)
This method should be used to search for a instance of the
CommentGroupModel for the given PageModel,
UserModel and Date. |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
public CommentGroupModel findCommentGroup(PageModel page, UserModel user, Date date)
CommentGroupDaoCommentGroupModel for the given PageModel,
UserModel and Date.findCommentGroup in interface CommentGroupDaopage - the PageModel which should be set to the CommentGroupModeluser - the UserModel which should be set to the CommentGroupModeldate - the Date which should be set to the CommentGroupModel.CommentGroupModel for the given parameters.public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Copyright © 2017 SAP SE. All Rights Reserved.