Uses of Class
egovframework.rfc3.openapi20.vo.BoardFileVO

Packages that use BoardFileVO
egovframework.rfc3.openapi20.dao   
egovframework.rfc3.openapi20.service   
egovframework.rfc3.openapi20.service.impl   
egovframework.rfc3.openapi20.vo   
 

Uses of BoardFileVO in egovframework.rfc3.openapi20.dao
 

Methods in egovframework.rfc3.openapi20.dao that return types with arguments of type BoardFileVO
 java.util.List<BoardFileVO> RFC20BoardDAO.selectBoardFileList(BoardSearchVO boardSearchVO)
          첨부파일 목록
 

Uses of BoardFileVO in egovframework.rfc3.openapi20.service
 

Methods in egovframework.rfc3.openapi20.service that return types with arguments of type BoardFileVO
 java.util.List<BoardFileVO> RFC20BoardDataService.selectBoardFileList(BoardSearchVO boardSearchVO)
           
 

Uses of BoardFileVO in egovframework.rfc3.openapi20.service.impl
 

Methods in egovframework.rfc3.openapi20.service.impl that return types with arguments of type BoardFileVO
 java.util.List<BoardFileVO> RFC20BoardDataServiceImpl.selectBoardFileList(BoardSearchVO boardSearchVO)
           
 

Uses of BoardFileVO in egovframework.rfc3.openapi20.vo
 

Methods in egovframework.rfc3.openapi20.vo that return types with arguments of type BoardFileVO
 java.util.List<BoardFileVO> BoardDataVO.getFileList()
           
 

Method parameters in egovframework.rfc3.openapi20.vo with type arguments of type BoardFileVO
 void BoardDataVO.setFileList(java.util.List<BoardFileVO> fileList)