Uses of Class
egovframework.rfc3.openapijeonjubus.vo.JeonjuBusStopInfoVO

Packages that use JeonjuBusStopInfoVO
egovframework.rfc3.openapijeonjubus.dao   
egovframework.rfc3.openapijeonjubus.service   
egovframework.rfc3.openapijeonjubus.service.impl   
egovframework.rfc3.openapijeonjubus.web   
 

Uses of JeonjuBusStopInfoVO in egovframework.rfc3.openapijeonjubus.dao
 

Methods in egovframework.rfc3.openapijeonjubus.dao that return types with arguments of type JeonjuBusStopInfoVO
 java.util.List<JeonjuBusStopInfoVO> JeonjuBusDAO.selectBusStopInfo(JeonjuBusStopInfoVO routeVO)
           
 java.util.List<JeonjuBusStopInfoVO> JeonjuBusDAO.selectBusStopRealLocation(JeonjuBusStopInfoVO routeVO)
           
 

Methods in egovframework.rfc3.openapijeonjubus.dao with parameters of type JeonjuBusStopInfoVO
 java.util.List<JeonjuBusStopInfoVO> JeonjuBusDAO.selectBusStopInfo(JeonjuBusStopInfoVO routeVO)
           
 java.util.List<JeonjuBusStopInfoVO> JeonjuBusDAO.selectBusStopRealLocation(JeonjuBusStopInfoVO routeVO)
           
 

Uses of JeonjuBusStopInfoVO in egovframework.rfc3.openapijeonjubus.service
 

Methods in egovframework.rfc3.openapijeonjubus.service that return types with arguments of type JeonjuBusStopInfoVO
 java.util.List<JeonjuBusStopInfoVO> JeonjuBusService.selectBusStopInfo(JeonjuBusStopInfoVO routeVO)
           
 java.util.List<JeonjuBusStopInfoVO> JeonjuBusService.selectBusStopRealLocation(JeonjuBusStopInfoVO routeVO)
           
 

Methods in egovframework.rfc3.openapijeonjubus.service with parameters of type JeonjuBusStopInfoVO
 java.util.List<JeonjuBusStopInfoVO> JeonjuBusService.selectBusStopInfo(JeonjuBusStopInfoVO routeVO)
           
 java.util.List<JeonjuBusStopInfoVO> JeonjuBusService.selectBusStopRealLocation(JeonjuBusStopInfoVO routeVO)
           
 

Uses of JeonjuBusStopInfoVO in egovframework.rfc3.openapijeonjubus.service.impl
 

Methods in egovframework.rfc3.openapijeonjubus.service.impl that return types with arguments of type JeonjuBusStopInfoVO
 java.util.List<JeonjuBusStopInfoVO> JeonjuBusServiceImpl.selectBusStopInfo(JeonjuBusStopInfoVO routeVO)
           
 java.util.List<JeonjuBusStopInfoVO> JeonjuBusServiceImpl.selectBusStopRealLocation(JeonjuBusStopInfoVO routeVO)
           
 

Methods in egovframework.rfc3.openapijeonjubus.service.impl with parameters of type JeonjuBusStopInfoVO
 java.util.List<JeonjuBusStopInfoVO> JeonjuBusServiceImpl.selectBusStopInfo(JeonjuBusStopInfoVO routeVO)
           
 java.util.List<JeonjuBusStopInfoVO> JeonjuBusServiceImpl.selectBusStopRealLocation(JeonjuBusStopInfoVO routeVO)
           
 

Uses of JeonjuBusStopInfoVO in egovframework.rfc3.openapijeonjubus.web
 

Methods in egovframework.rfc3.openapijeonjubus.web with parameters of type JeonjuBusStopInfoVO
 java.lang.String OpenApiBusCommonController.busLocationBusstopInfomation_common(JeonjuBusStopInfoVO jeonjuBusStopInfoVO, BoardSearchVO boardSearchVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          정류장 도착 예정 정보
 java.lang.String OpenApiBusDataController.busLocationBusstopInfomation(JeonjuBusStopInfoVO jeonjuBusStopInfoVO, BoardSearchVO boardSearchVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          정류소별 저상버스 도착정보 목록 조회
 java.lang.String OpenApiBusCommonController.busLocationLowBusstopInfomation_common(JeonjuBusStopInfoVO jeonjuBusStopInfoVO, BoardSearchVO boardSearchVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String OpenApiBusCommonController.busStopRealLocation_common(JeonjuBusStopInfoVO jeonjuBusStopInfoVO, BoardSearchVO boardSearchVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String OpenApiBusDataController.busStopRealLocation(JeonjuBusStopInfoVO jeonjuBusStopInfoVO, BoardSearchVO boardSearchVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          특정 노선의 특정 정류장의 버스 도착 정보
 java.lang.String OpenApiBusCommonController.lowBusStopRealLocation_common(JeonjuBusStopInfoVO jeonjuBusStopInfoVO, BoardSearchVO boardSearchVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)