Uses of Class
skoinfo.rfc.board.vo.CommentVO

Packages that use CommentVO
skoinfo.rfc.board   
skoinfo.rfc.board.action   
skoinfo.rfc.board.dao   
 

Uses of CommentVO in skoinfo.rfc.board
 

Methods in skoinfo.rfc.board that return types with arguments of type CommentVO
 java.util.List<CommentVO> BoardManager.getCommentList()
          코멘트 리스트 가져오기
 java.util.List<CommentVO> BoardManager.getCommentList(java.lang.String action)
           
 java.util.List<CommentVO> BoardManager.getCommentList(java.lang.String action, long dataSid, int startPage, int viewPerPage, int blockPerPage, java.lang.String flag)
           
 java.util.List<CommentVO> BoardManager.getCommentLists(java.lang.String flag)
           
 java.util.List<CommentVO> BoardManager.getCommentManagerList(java.lang.String action, int searchField, java.lang.String keyword, int startPage, int viewPerPage, int blockPerPage, java.lang.String flag, boolean isManager)
          코멘트 관리기능
 

Uses of CommentVO in skoinfo.rfc.board.action
 

Methods in skoinfo.rfc.board.action that return types with arguments of type CommentVO
 java.util.List<CommentVO> BoardDataAction.getCommentList(long dataSid, int startPage, int viewPerPage, int blockPerPage)
          해당 게시물의 코멘트 리스트 -비동기(dwr) 기존 사용
 java.util.List<CommentVO> BoardDataAction.getCommentList(long dataSid, int startPage, int viewPerPage, int blockPerPage, java.lang.String flag)
           
 

Uses of CommentVO in skoinfo.rfc.board.dao
 

Methods in skoinfo.rfc.board.dao that return CommentVO
 CommentVO BoardDAO.getComment(org.hibernate.Session session, long commentSid)
          Comment 등록
 

Methods in skoinfo.rfc.board.dao that return types with arguments of type CommentVO
 java.util.List<CommentVO> BoardDAO.getCommentList(org.hibernate.Session session, long dataSid, int beginRow, int rowCount)
          Comment List
 java.util.List<CommentVO> BoardDAO.getCommentList(org.hibernate.Session session, long dataSid, int beginRow, int rowCount, java.lang.String flag)
           
 java.util.List<CommentVO> BoardDAO.getCommentManagerList(org.hibernate.Session session, int searchField, java.lang.String keyword, int beginRow, int rowCount, java.lang.String flag, boolean isManager)
          코멘트 관리기능
 

Methods in skoinfo.rfc.board.dao with parameters of type CommentVO
 void BoardDAO.writeComment(org.hibernate.Session session, CommentVO commentVO)
          Comment 등록