Uses of Class
egovframework.rfc3.board.vo.CommentLikeVO

Packages that use CommentLikeVO
egovframework.rfc3.board.dao   
egovframework.rfc3.board.service   
egovframework.rfc3.board.service.impl   
egovframework.rfc3.board.web   
 

Uses of CommentLikeVO in egovframework.rfc3.board.dao
 

Methods in egovframework.rfc3.board.dao with parameters of type CommentLikeVO
 void BoardDAO.insertCommentDataLike(CommentLikeVO commentLikeVO)
          게시판 댓글에 공감 비공감
 int BoardDAO.selectBoardCommentLikeCnt(CommentLikeVO commentLikeVO)
           
 

Uses of CommentLikeVO in egovframework.rfc3.board.service
 

Methods in egovframework.rfc3.board.service with parameters of type CommentLikeVO
 void BoardService.insertCommentDataLike(CommentLikeVO commentLikeVO)
          게시판 댓글에 공감 비공감
 int BoardService.selectBoardCommentLikeCnt(CommentLikeVO commentLikeVO)
           
 

Uses of CommentLikeVO in egovframework.rfc3.board.service.impl
 

Methods in egovframework.rfc3.board.service.impl with parameters of type CommentLikeVO
 void BoardServiceImpl.insertCommentDataLike(CommentLikeVO commentLikeVO)
          게시판 댓글 공감 비공감
 int BoardServiceImpl.selectBoardCommentLikeCnt(CommentLikeVO commentLikeVO)
           
 

Uses of CommentLikeVO in egovframework.rfc3.board.web
 

Methods in egovframework.rfc3.board.web with parameters of type CommentLikeVO
 java.lang.String BoardDataController.boardCommentLikeAction(BoardSearchVO boardSearchVO, CommentLikeVO commentLikeVO, BoardVO boardVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)