egovframework.rfc3.openapijeonjubus.dao
Class JeonjuBusDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by egovframework.rte.psl.dataaccess.EgovAbstractDAO
              extended by egovframework.rfc3.common.dao.RfcAPIAbstractDAO
                  extended by egovframework.rfc3.openapijeonjubus.dao.JeonjuBusDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Repository(value="JeonjuBusDAO")
public class JeonjuBusDAO
extends RfcAPIAbstractDAO


Constructor Summary
JeonjuBusDAO()
           
 
Method Summary
 java.util.List<JeonjuBaseInfoBusNodeVO> selectBaseInfoBusNode(JeonjuBaseInfoBusNodeVO routeVO)
           
 java.util.List<JeonjuBaseInfoBusOperationVO> selectBaseInfoBusOperation(JeonjuBaseInfoBusOperationVO routeVO)
           
 java.util.List<JeonjuBaseInfoBusRouteVO> selectBaseInfoBusRoute(JeonjuBaseInfoBusRouteVO routeVO)
           
 java.util.List<JeonjuBaseInfoBusStopVO> selectBaseInfoBusStop(JeonjuBaseInfoBusStopVO routeVO)
           
 java.util.List<JeonjuBaseInfoNosunBusStopVO> selectBaseInfoNosunBusStop(JeonjuBaseInfoNosunBusStopVO routeVO)
           
 java.util.List<JeonjuBusLowListVO> selectBusLowList(JeonjuBusLowListVO routeVO)
           
 java.util.List<JeonjuBusNosunDrawingVO> selectBusNosunDrawing(JeonjuBusNosunDrawingVO routeVO)
           
 java.util.List<JeonjuBusNosunRouteVO> selectBusNosunRoute(JeonjuBusNosunRouteVO routeVO)
           
 java.util.List<JeonjuBusNosunSearchVO> selectBusNosunSearch(JeonjuBusNosunSearchVO routeVO)
           
 java.util.List<JeonjuBusNosunSearchVO> selectBusNosunSearchAll(JeonjuBusNosunSearchVO routeVO)
           
 java.util.List<JeonjuBusStopApproachVO> selectBusStopApproach(JeonjuBusStopApproachVO routeVO)
           
 java.util.List<JeonjuBusStopInfoVO> selectBusStopInfo(JeonjuBusStopInfoVO routeVO)
           
 java.util.List<JeonjuBusStopNosunDrawingVO> selectBusStopNosunDrawing(JeonjuBusStopNosunDrawingVO routeVO)
           
 java.util.List<JeonjuBusStopNosunInfoVO> selectBusStopNosunInfo(JeonjuBusStopNosunInfoVO routeVO)
           
 java.util.List<JeonjuBusStopInfoVO> selectBusStopRealLocation(JeonjuBusStopInfoVO routeVO)
           
 java.util.List<JeonjuBusStopSearchVO> selectBusStopSearch(JeonjuBusStopSearchVO routeVO)
           
 java.util.List<JeonjuBusTransferStopInfoVO> selectBusTransferStopInfo(JeonjuBusTransferStopInfoVO routeVO)
           
 java.util.List<JeonjuCctvListVO> selectCctvList(JeonjuCctvListVO routeVO)
           
 java.util.List<JeonjuNosunByWayStopVO> selectNosunByWayStop(JeonjuNosunByWayStopVO routeVO)
           
 java.util.List<JeonjuNosunInfoVO> selectNosunInfo(JeonjuNosunInfoVO routeVO)
           
 java.util.List<JeonjuNosunTimeVO> selectNosunTime(JeonjuNosunTimeVO routeVO)
           
 java.util.List<JeonjuRoadStatusVO> selectRoadStatus(JeonjuRoadStatusVO routeVO)
           
 java.util.List<JeonjuRoadStatusDetailVO> selectRoadStatusDetail1(JeonjuRoadStatusDetailVO routeVO)
           
 java.util.List<JeonjuRoadStatusDetailVO> selectRoadStatusDetail2(JeonjuRoadStatusDetailVO routeVO)
           
 java.util.List<JeonjuRouteNonstopDetailSearchVO> selectRouteNonstopDetailSearch(JeonjuRouteNonstopDetailSearchVO routeVO)
           
 java.util.List<JeonjuRouteSearchVO> selectRouteSearch(JeonjuRouteSearchVO routeVO)
           
 java.util.List<JeonjuRouteTransferDetailSearchVO> selectRouteTransferDetailSearch(JeonjuRouteTransferDetailSearchVO routeVO)
           
 
Methods inherited from class egovframework.rfc3.common.dao.RfcAPIAbstractDAO
delete, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update
 
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JeonjuBusDAO

public JeonjuBusDAO()
Method Detail

selectBusNosunSearchAll

public java.util.List<JeonjuBusNosunSearchVO> selectBusNosunSearchAll(JeonjuBusNosunSearchVO routeVO)
                                                               throws java.lang.Exception
Throws:
java.lang.Exception

selectBusNosunSearch

public java.util.List<JeonjuBusNosunSearchVO> selectBusNosunSearch(JeonjuBusNosunSearchVO routeVO)
                                                            throws java.lang.Exception
Throws:
java.lang.Exception

selectBusNosunRoute

public java.util.List<JeonjuBusNosunRouteVO> selectBusNosunRoute(JeonjuBusNosunRouteVO routeVO)
                                                          throws java.lang.Exception
Throws:
java.lang.Exception

selectBusStopInfo

public java.util.List<JeonjuBusStopInfoVO> selectBusStopInfo(JeonjuBusStopInfoVO routeVO)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

selectBusStopSearch

public java.util.List<JeonjuBusStopSearchVO> selectBusStopSearch(JeonjuBusStopSearchVO routeVO)
                                                          throws java.lang.Exception
Throws:
java.lang.Exception

selectBusLowList

public java.util.List<JeonjuBusLowListVO> selectBusLowList(JeonjuBusLowListVO routeVO)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

selectRoadStatus

public java.util.List<JeonjuRoadStatusVO> selectRoadStatus(JeonjuRoadStatusVO routeVO)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

selectRoadStatusDetail1

public java.util.List<JeonjuRoadStatusDetailVO> selectRoadStatusDetail1(JeonjuRoadStatusDetailVO routeVO)
                                                                 throws java.lang.Exception
Throws:
java.lang.Exception

selectRoadStatusDetail2

public java.util.List<JeonjuRoadStatusDetailVO> selectRoadStatusDetail2(JeonjuRoadStatusDetailVO routeVO)
                                                                 throws java.lang.Exception
Throws:
java.lang.Exception

selectCctvList

public java.util.List<JeonjuCctvListVO> selectCctvList(JeonjuCctvListVO routeVO)
                                                throws java.lang.Exception
Throws:
java.lang.Exception

selectNosunInfo

public java.util.List<JeonjuNosunInfoVO> selectNosunInfo(JeonjuNosunInfoVO routeVO)
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

selectNosunTime

public java.util.List<JeonjuNosunTimeVO> selectNosunTime(JeonjuNosunTimeVO routeVO)
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

selectRouteSearch

public java.util.List<JeonjuRouteSearchVO> selectRouteSearch(JeonjuRouteSearchVO routeVO)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

selectRouteNonstopDetailSearch

public java.util.List<JeonjuRouteNonstopDetailSearchVO> selectRouteNonstopDetailSearch(JeonjuRouteNonstopDetailSearchVO routeVO)
                                                                                throws java.lang.Exception
Throws:
java.lang.Exception

selectRouteTransferDetailSearch

public java.util.List<JeonjuRouteTransferDetailSearchVO> selectRouteTransferDetailSearch(JeonjuRouteTransferDetailSearchVO routeVO)
                                                                                  throws java.lang.Exception
Throws:
java.lang.Exception

selectNosunByWayStop

public java.util.List<JeonjuNosunByWayStopVO> selectNosunByWayStop(JeonjuNosunByWayStopVO routeVO)
                                                            throws java.lang.Exception
Throws:
java.lang.Exception

selectBusStopNosunInfo

public java.util.List<JeonjuBusStopNosunInfoVO> selectBusStopNosunInfo(JeonjuBusStopNosunInfoVO routeVO)
                                                                throws java.lang.Exception
Throws:
java.lang.Exception

selectBusStopNosunDrawing

public java.util.List<JeonjuBusStopNosunDrawingVO> selectBusStopNosunDrawing(JeonjuBusStopNosunDrawingVO routeVO)
                                                                      throws java.lang.Exception
Throws:
java.lang.Exception

selectBusNosunDrawing

public java.util.List<JeonjuBusNosunDrawingVO> selectBusNosunDrawing(JeonjuBusNosunDrawingVO routeVO)
                                                              throws java.lang.Exception
Throws:
java.lang.Exception

selectBusStopApproach

public java.util.List<JeonjuBusStopApproachVO> selectBusStopApproach(JeonjuBusStopApproachVO routeVO)
                                                              throws java.lang.Exception
Throws:
java.lang.Exception

selectBusStopRealLocation

public java.util.List<JeonjuBusStopInfoVO> selectBusStopRealLocation(JeonjuBusStopInfoVO routeVO)
                                                              throws java.lang.Exception
Throws:
java.lang.Exception

selectBusTransferStopInfo

public java.util.List<JeonjuBusTransferStopInfoVO> selectBusTransferStopInfo(JeonjuBusTransferStopInfoVO routeVO)
                                                                      throws java.lang.Exception
Throws:
java.lang.Exception

selectBaseInfoBusStop

public java.util.List<JeonjuBaseInfoBusStopVO> selectBaseInfoBusStop(JeonjuBaseInfoBusStopVO routeVO)
                                                              throws java.lang.Exception
Throws:
java.lang.Exception

selectBaseInfoNosunBusStop

public java.util.List<JeonjuBaseInfoNosunBusStopVO> selectBaseInfoNosunBusStop(JeonjuBaseInfoNosunBusStopVO routeVO)
                                                                        throws java.lang.Exception
Throws:
java.lang.Exception

selectBaseInfoBusNode

public java.util.List<JeonjuBaseInfoBusNodeVO> selectBaseInfoBusNode(JeonjuBaseInfoBusNodeVO routeVO)
                                                              throws java.lang.Exception
Throws:
java.lang.Exception

selectBaseInfoBusRoute

public java.util.List<JeonjuBaseInfoBusRouteVO> selectBaseInfoBusRoute(JeonjuBaseInfoBusRouteVO routeVO)
                                                                throws java.lang.Exception
Throws:
java.lang.Exception

selectBaseInfoBusOperation

public java.util.List<JeonjuBaseInfoBusOperationVO> selectBaseInfoBusOperation(JeonjuBaseInfoBusOperationVO routeVO)
                                                                        throws java.lang.Exception
Throws:
java.lang.Exception