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

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

Uses of BoardReplyVO in skoinfo.rfc.board.action
 

Methods in skoinfo.rfc.board.action that return BoardReplyVO
 BoardReplyVO BoardReplyAction.getBoardReplyVO()
           
 

Methods in skoinfo.rfc.board.action with parameters of type BoardReplyVO
 void BoardReplyAction.setBoardReplyVO(BoardReplyVO boardReplyVO)
           
 

Uses of BoardReplyVO in skoinfo.rfc.board.dao
 

Methods in skoinfo.rfc.board.dao that return types with arguments of type BoardReplyVO
 java.util.List<BoardReplyVO> BoardDAO.getBoardReplyOfficeList(org.hibernate.Session session, long dataSid)
           
 

Methods in skoinfo.rfc.board.dao with parameters of type BoardReplyVO
 void BoardDAO.writeBoardReplys(org.hibernate.Session session, BoardReplyVO boardReplyVO)