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

Packages that use BoardFileVO
skoinfo.rfc.board.action   
skoinfo.rfc.board.dao   
skoinfo.rfc.board.vo   
 

Uses of BoardFileVO in skoinfo.rfc.board.action
 

Method parameters in skoinfo.rfc.board.action with type arguments of type BoardFileVO
 java.util.HashMap BoardDataAction.writeFileAct(BoardVO origBoardVO, BoardVO destBoardVO, java.util.List<BoardFileVO> boardFileVOList)
           
 

Uses of BoardFileVO in skoinfo.rfc.board.dao
 

Methods in skoinfo.rfc.board.dao that return BoardFileVO
 BoardFileVO BoardDAO.getBoardFile(org.hibernate.Session session, long fileSid, boolean isManager)
          첨부파일 정보 가져오기[다운로드시 사용]
 

Methods in skoinfo.rfc.board.dao that return types with arguments of type BoardFileVO
 java.util.ArrayList<BoardFileVO> BoardDAO.addFileList(org.hibernate.Session session, java.util.HashMap params, BoardVO boardVO, BoardDataVO boardDataVO, java.lang.String command)
           
 java.util.List<BoardFileVO> BoardDAO.deleteDBBoardData(org.hibernate.Session session, BoardVO boardVO, BoardDataVO boardDataVO)
          게시물 및 첨부파일 영구삭제
 java.util.List<BoardFileVO> BoardDAO.getBoardFileList(org.hibernate.Session session, long dataSid)
          첨부파일 정보 가져오기[삭제된 파일 제외]
 

Uses of BoardFileVO in skoinfo.rfc.board.vo
 

Methods in skoinfo.rfc.board.vo that return types with arguments of type BoardFileVO
 java.util.ArrayList<BoardFileVO> BoardDataVO.getBoardCleanerVO()
           
 java.util.ArrayList<BoardFileVO> BoardDataVO.getBoardFileVO()
           
 

Method parameters in skoinfo.rfc.board.vo with type arguments of type BoardFileVO
 void BoardDataVO.setBoardCleanerVO(java.util.ArrayList<BoardFileVO> boardCleanerVO)
           
 void BoardDataVO.setBoardFileVO(java.util.ArrayList<BoardFileVO> boardFileVO)