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

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

Uses of JeventVO in egovframework.rfc3.openapi20.dao
 

Methods in egovframework.rfc3.openapi20.dao that return JeventVO
 JeventVO JwwwEventDAO.getEventDataInfo(JeventSearchVO jeventSearchVO)
          이벤트 세부 정보
 

Methods in egovframework.rfc3.openapi20.dao that return types with arguments of type JeventVO
 java.util.List<JeventVO> JwwwEventDAO.selectBoardDataList(JeventSearchVO jeventSearchVO)
          이벤트 검색 목록
 

Uses of JeventVO in egovframework.rfc3.openapi20.service
 

Methods in egovframework.rfc3.openapi20.service that return JeventVO
 JeventVO JwwwEventService.getEventDataInfo(JeventSearchVO jeventSearchVO)
          이벤트 세부 정보
 

Methods in egovframework.rfc3.openapi20.service that return types with arguments of type JeventVO
 java.util.List<JeventVO> JwwwEventService.selectBoardDataList(JeventSearchVO jeventSearchVO)
          이벤트 검색 목록
 

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

Methods in egovframework.rfc3.openapi20.service.impl that return JeventVO
 JeventVO JwwwEventServiceImpl.getEventDataInfo(JeventSearchVO jeventSearchVO)
          이벤트 세부 정보
 

Methods in egovframework.rfc3.openapi20.service.impl that return types with arguments of type JeventVO
 java.util.List<JeventVO> JwwwEventServiceImpl.selectBoardDataList(JeventSearchVO jeventSearchVO)
          이벤트 검색 목록
 

Uses of JeventVO in egovframework.rfc3.openapi20.vo
 

Methods in egovframework.rfc3.openapi20.vo that return types with arguments of type JeventVO
 java.util.List<JeventVO> JeventDataList.getEventDataList()
           
 

Method parameters in egovframework.rfc3.openapi20.vo with type arguments of type JeventVO
 void JeventDataList.setEventDataList(java.util.List<JeventVO> eventDataList)