Uses of Class
skoinfo.rfc.event.vo.EventAnswerVO

Packages that use EventAnswerVO
skoinfo.rfc.event.dao   
skoinfo.rfc.event.vo   
 

Uses of EventAnswerVO in skoinfo.rfc.event.dao
 

Methods in skoinfo.rfc.event.dao that return types with arguments of type EventAnswerVO
 java.util.List<EventAnswerVO> EventDAO.eventAnswerList(org.hibernate.Session session, UserEventVO userEventVO)
          이벤트 정답 목록 DAOeventAnswerList
 

Uses of EventAnswerVO in skoinfo.rfc.event.vo
 

Methods in skoinfo.rfc.event.vo that return types with arguments of type EventAnswerVO
 java.util.List<EventAnswerVO> UserEventVO.getEventAnswerVOList()
           
 

Method parameters in skoinfo.rfc.event.vo with type arguments of type EventAnswerVO
 void UserEventVO.setEventAnswerVOList(java.util.List<EventAnswerVO> eventAnswerVOList)