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

Packages that use BoardExtensionVO
egovframework.rfc3.openapi20.dao   
egovframework.rfc3.openapi20.service.impl   
 

Uses of BoardExtensionVO in egovframework.rfc3.openapi20.dao
 

Methods in egovframework.rfc3.openapi20.dao that return types with arguments of type BoardExtensionVO
 java.util.List<BoardExtensionVO> RFC20BoardDAO.selectFieldValidator(BoardExtensionVO boardExtensionVO)
          확장필드 조사
 

Methods in egovframework.rfc3.openapi20.dao with parameters of type BoardExtensionVO
 java.util.List<BoardExtensionVO> RFC20BoardDAO.selectFieldValidator(BoardExtensionVO boardExtensionVO)
          확장필드 조사
 

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

Methods in egovframework.rfc3.openapi20.service.impl that return types with arguments of type BoardExtensionVO
 java.util.List<BoardExtensionVO> RFC20BoardDataServiceImpl.selectFieldValidator(java.lang.String boardId, java.lang.String extensionKey)