public interface CommentGroupDao extends Dao
CommentGroupModel data access object.| 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. |
CommentGroupModel findCommentGroup(PageModel page, UserModel user, Date date)
CommentGroupModel for the given PageModel,
UserModel and Date.page - 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.Copyright © 2017 SAP SE. All Rights Reserved.