Uses of Class
skoinfo.rfc.bus.vo.BusVO

Packages that use BusVO
skoinfo.rfc.bus   
skoinfo.rfc.bus.action   
skoinfo.rfc.bus.dao   
 

Uses of BusVO in skoinfo.rfc.bus
 

Methods in skoinfo.rfc.bus that return types with arguments of type BusVO
 java.util.List<BusVO> BusManager.getBusList(java.lang.String searchType, java.lang.String keyWord, int beginRow, int rowCount)
           
 

Uses of BusVO in skoinfo.rfc.bus.action
 

Methods in skoinfo.rfc.bus.action that return BusVO
 BusVO BusAction.getBusVO()
           
 

Methods in skoinfo.rfc.bus.action that return types with arguments of type BusVO
 java.util.List<BusVO> BusAction.getBusVOList()
           
 

Methods in skoinfo.rfc.bus.action with parameters of type BusVO
 void BusAction.setBusVO(BusVO busVO)
           
 

Method parameters in skoinfo.rfc.bus.action with type arguments of type BusVO
 void BusAction.setBusVOList(java.util.List<BusVO> busVOList)
           
 

Uses of BusVO in skoinfo.rfc.bus.dao
 

Methods in skoinfo.rfc.bus.dao that return BusVO
 BusVO BusDAO.getBusVO(long busSid)
           
 

Methods in skoinfo.rfc.bus.dao that return types with arguments of type BusVO
 java.util.List<BusVO> BusDAO.getBusList(java.lang.String searchType, java.lang.String keyword, int beginRow, int rowCount)
          버스 노선 검색
 

Methods in skoinfo.rfc.bus.dao with parameters of type BusVO
 void BusDAO.deleteBus(BusVO busVO)
           
 void BusDAO.updateBus(BusVO busVO)
          버스노선 정보 수정
 void BusDAO.writeBus(BusVO busVO)
          버스 노선 추가