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

Packages that use BoardSearchVO
egovframework.rfc3.openapi20.dao   
egovframework.rfc3.openapi20.service   
egovframework.rfc3.openapi20.service.impl   
egovframework.rfc3.openapi20.web   
egovframework.rfc3.openapi20.webservice   
egovframework.rfc3.openapi20.webservice.impl   
 

Uses of BoardSearchVO in egovframework.rfc3.openapi20.dao
 

Methods in egovframework.rfc3.openapi20.dao with parameters of type BoardSearchVO
 BoardDataVO RFC20BoardDAO.getBoardData(BoardSearchVO boardSearchVO)
          게시물 정보
 java.util.List<BoardDataVO> RFC20BoardDAO.selectBoardDataList(BoardSearchVO boardSearchVO)
          게시물 검색 목록
 int RFC20BoardDAO.selectBoardDataListTotal(BoardSearchVO boardSearchVO)
          게시물 검색 수
 java.util.List<BoardExtensionDataVO> RFC20BoardDAO.selectBoardExtensionDataList(BoardSearchVO boardSearchVO)
          확장 필드 정보
 java.util.List<BoardFileVO> RFC20BoardDAO.selectBoardFileList(BoardSearchVO boardSearchVO)
          첨부파일 목록
 java.util.List<BoardDataVO> RFC20BoardDAO.selectBoardNoticeDataList(BoardSearchVO boardSearchVO)
          공지글 가져오기
 

Uses of BoardSearchVO in egovframework.rfc3.openapi20.service
 

Methods in egovframework.rfc3.openapi20.service with parameters of type BoardSearchVO
 BoardDataVO RFC20BoardDataService.getBoardData(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardDataVO> RFC20BoardDataService.selectBoardDataList(BoardSearchVO boardSearchVO)
           
 int RFC20BoardDataService.selectBoardDataListTotal(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardExtensionDataVO> RFC20BoardDataService.selectBoardExtensionDataList(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardFileVO> RFC20BoardDataService.selectBoardFileList(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardDataVO> RFC20BoardDataService.selectBoardNoticeDataList(BoardSearchVO boardSearchVO)
           
 

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

Methods in egovframework.rfc3.openapi20.service.impl with parameters of type BoardSearchVO
 BoardDataVO RFC20BoardDataServiceImpl.getBoardData(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardDataVO> RFC20BoardDataServiceImpl.selectBoardDataList(BoardSearchVO boardSearchVO)
           
 int RFC20BoardDataServiceImpl.selectBoardDataListTotal(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardExtensionDataVO> RFC20BoardDataServiceImpl.selectBoardExtensionDataList(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardFileVO> RFC20BoardDataServiceImpl.selectBoardFileList(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardDataVO> RFC20BoardDataServiceImpl.selectBoardNoticeDataList(BoardSearchVO boardSearchVO)
           
 

Uses of BoardSearchVO in egovframework.rfc3.openapi20.web
 

Methods in egovframework.rfc3.openapi20.web with parameters of type BoardSearchVO
 java.lang.String OpenBoardDataServiceController.tourBoardDataList(BoardSearchVO boardSearchVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          tour RFC 목록
 java.lang.String OpenBoardDataServiceController.tourBoardDataView(BoardSearchVO boardSearchVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          tour RFC 보기
 

Uses of BoardSearchVO in egovframework.rfc3.openapi20.webservice
 

Methods in egovframework.rfc3.openapi20.webservice with parameters of type BoardSearchVO
 BoardDataList OpenBoardDataService.tourOpenBoardDataList(BoardSearchVO boardSearchVO)
          tour RFC 목록
 BoardDataList OpenBoardDataService.tourOpenBoardDataView(BoardSearchVO boardSearchVO)
          tour RFC 보기
 

Uses of BoardSearchVO in egovframework.rfc3.openapi20.webservice.impl
 

Methods in egovframework.rfc3.openapi20.webservice.impl with parameters of type BoardSearchVO
 BoardDataList OpenBoardDataServiceImpl.tourOpenBoardDataList(BoardSearchVO boardSearchVO)
          tour RFC 목록
 BoardDataList OpenBoardDataServiceImpl.tourOpenBoardDataView(BoardSearchVO boardSearchVO)
          tour RFC 보기