|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectskoinfo.rfc.bus.dao.BusDAO
public class BusDAO
Constructor Summary | |
---|---|
BusDAO()
|
Method Summary | |
---|---|
void |
deleteBus(BusVO busVO)
|
void |
deleteStation(StationVO stationVO)
|
java.util.List<BusVO> |
getBusList(java.lang.String searchType,
java.lang.String keyword,
int beginRow,
int rowCount)
버스 노선 검색 |
int |
getBusSearchCount(java.lang.String searchType,
java.lang.String keyword)
검색된 버스노선 갯수 |
int |
getBusTotalCount()
버스노선 전체 갯수 |
BusVO |
getBusVO(long busSid)
|
java.util.List<java.lang.String> |
getStationConsonant()
|
java.util.List<StationVO> |
getStationList(java.lang.String searchType,
java.lang.String keyword,
int beginRow,
int rowCount)
정류장 검색 |
int |
getStationSearchCount(java.lang.String searchType,
java.lang.String keyword)
검색된 버스노선 갯수 |
int |
getStationTotalCount()
버스노선 전체 갯수 |
StationVO |
getStationVO(long stationSid)
|
void |
updateBus(BusVO busVO)
버스노선 정보 수정 |
void |
updateStation(StationVO stationVO)
버스노선 정보 수정 |
void |
writeBus(BusVO busVO)
버스 노선 추가 |
void |
writeStation(StationVO stationVO)
정류장 추가 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusDAO()
Method Detail |
---|
public void writeBus(BusVO busVO) throws java.lang.Exception
busVO
-
java.lang.Exception
public void updateBus(BusVO busVO) throws java.lang.Exception
busVO
-
java.lang.Exception
public BusVO getBusVO(long busSid) throws java.lang.Exception
java.lang.Exception
public int getBusTotalCount() throws java.lang.Exception
java.lang.Exception
public int getBusSearchCount(java.lang.String searchType, java.lang.String keyword) throws java.lang.Exception
searchType
- keyword
-
java.lang.Exception
public java.util.List<BusVO> getBusList(java.lang.String searchType, java.lang.String keyword, int beginRow, int rowCount) throws java.lang.Exception
searchType
- keyword
- beginRow
- rowCount
-
java.lang.Exception
public void deleteBus(BusVO busVO) throws java.lang.Exception
java.lang.Exception
public void writeStation(StationVO stationVO) throws java.lang.Exception
stationVO
-
java.lang.Exception
public void updateStation(StationVO stationVO) throws java.lang.Exception
stationVO
-
java.lang.Exception
public StationVO getStationVO(long stationSid) throws java.lang.Exception
java.lang.Exception
public int getStationTotalCount() throws java.lang.Exception
java.lang.Exception
public int getStationSearchCount(java.lang.String searchType, java.lang.String keyword) throws java.lang.Exception
searchType
- keyword
-
java.lang.Exception
public java.util.List<java.lang.String> getStationConsonant() throws java.lang.Exception
java.lang.Exception
public java.util.List<StationVO> getStationList(java.lang.String searchType, java.lang.String keyword, int beginRow, int rowCount) throws java.lang.Exception
searchType
- keyword
- beginRow
- rowCount
-
java.lang.Exception
public void deleteStation(StationVO stationVO) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |