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

Packages that use BoardAdminVO
skoinfo.rfc.board.dao   
skoinfo.rfc.board.vo   
 

Uses of BoardAdminVO in skoinfo.rfc.board.dao
 

Methods in skoinfo.rfc.board.dao that return types with arguments of type BoardAdminVO
 java.util.List<BoardAdminVO> BoardDAO.getBoardAdminList(org.hibernate.Session session, long boardSid)
          관리자 정보 가져오기
 

Methods in skoinfo.rfc.board.dao with parameters of type BoardAdminVO
 void BoardDAO.deleteBoardAdmin(org.hibernate.Session session, BoardAdminVO boardAdminVO)
          관리자 삭제
 void BoardDAO.writeBoadAdmin(org.hibernate.Session session, BoardAdminVO boardAdminVO)
          관리자 등록
 

Uses of BoardAdminVO in skoinfo.rfc.board.vo
 

Methods in skoinfo.rfc.board.vo that return types with arguments of type BoardAdminVO
 java.util.List<BoardAdminVO> BoardVO.getBoardAdminVOList()
           
 

Method parameters in skoinfo.rfc.board.vo with type arguments of type BoardAdminVO
 void BoardVO.setBoardAdminVOList(java.util.List<BoardAdminVO> boardAdminVOList)