|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StationVO | |
---|---|
skoinfo.rfc.bus | |
skoinfo.rfc.bus.action | |
skoinfo.rfc.bus.dao |
Uses of StationVO in skoinfo.rfc.bus |
---|
Methods in skoinfo.rfc.bus that return types with arguments of type StationVO | |
---|---|
java.util.List<StationVO> |
BusManager.getStationList(java.lang.String keyWord)
|
java.util.List<StationVO> |
BusManager.getStationList(java.lang.String keyWord,
int beginRow,
int rowCount)
|
java.util.List<StationVO> |
BusManager.getStationList(java.lang.String searchType,
java.lang.String keyWord,
int beginRow,
int rowCount)
|
Uses of StationVO in skoinfo.rfc.bus.action |
---|
Methods in skoinfo.rfc.bus.action that return StationVO | |
---|---|
StationVO |
StationAction.getStationVO()
|
Methods in skoinfo.rfc.bus.action that return types with arguments of type StationVO | |
---|---|
java.util.List<StationVO> |
StationAction.getStationVOList()
|
Methods in skoinfo.rfc.bus.action with parameters of type StationVO | |
---|---|
void |
StationAction.setStationVO(StationVO stationVO)
|
Method parameters in skoinfo.rfc.bus.action with type arguments of type StationVO | |
---|---|
void |
StationAction.setStationVOList(java.util.List<StationVO> stationVOList)
|
Uses of StationVO in skoinfo.rfc.bus.dao |
---|
Methods in skoinfo.rfc.bus.dao that return StationVO | |
---|---|
StationVO |
BusDAO.getStationVO(long stationSid)
|
Methods in skoinfo.rfc.bus.dao that return types with arguments of type StationVO | |
---|---|
java.util.List<StationVO> |
BusDAO.getStationList(java.lang.String searchType,
java.lang.String keyword,
int beginRow,
int rowCount)
정류장 검색 |
Methods in skoinfo.rfc.bus.dao with parameters of type StationVO | |
---|---|
void |
BusDAO.deleteStation(StationVO stationVO)
|
void |
BusDAO.updateStation(StationVO stationVO)
버스노선 정보 수정 |
void |
BusDAO.writeStation(StationVO stationVO)
정류장 추가 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |