Class ProjectCommentQueryServiceImpl
java.lang.Object
inha.git.project.api.service.comment.query.ProjectCommentQueryServiceImpl
- All Implemented Interfaces:
ProjectCommentQueryService
@Service
@Transactional(readOnly=true)
public class ProjectCommentQueryServiceImpl
extends Object
implements ProjectCommentQueryService
ProjectCommentQueryServiceImpl은 프로젝트 댓글 조회 관련 비즈니스 로직을 처리합니다.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllCommentsByProjectIdx
(User user, Integer projectIdx) 특정 프로젝트 댓글 전체 조회
-
Constructor Details
-
ProjectCommentQueryServiceImpl
public ProjectCommentQueryServiceImpl()
-
-
Method Details
-
getAllCommentsByProjectIdx
특정 프로젝트 댓글 전체 조회- Specified by:
getAllCommentsByProjectIdx
in interfaceProjectCommentQueryService
- Parameters:
projectIdx
- 프로젝트 식별자- Returns:
- List
-