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

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

Uses of BoardExtensionDataVO in egovframework.rfc3.openapi20.dao
 

Methods in egovframework.rfc3.openapi20.dao that return types with arguments of type BoardExtensionDataVO
 java.util.List<BoardExtensionDataVO> RFC20BoardDAO.selectBoardExtensionDataList(BoardSearchVO boardSearchVO)
          확장 필드 정보
 

Uses of BoardExtensionDataVO in egovframework.rfc3.openapi20.service
 

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

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

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

Uses of BoardExtensionDataVO in egovframework.rfc3.openapi20.vo
 

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

Method parameters in egovframework.rfc3.openapi20.vo with type arguments of type BoardExtensionDataVO
 void BoardDataVO.setExtensionDataList(java.util.List<BoardExtensionDataVO> extensionDataList)