skoinfo.rfc.bus
Class BusManager
java.lang.Object
com.opensymphony.xwork2.ActionSupport
skoinfo.rfc.common.action.AbstractAction
skoinfo.rfc.bus.BusManager
- All Implemented Interfaces:
- com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, java.io.Serializable
public class BusManager
- extends AbstractAction
- See Also:
- Serialized Form
Fields inherited from interface com.opensymphony.xwork2.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary |
BusManager(javax.servlet.http.HttpServletRequest request)
|
Method Summary |
java.util.List<BusVO> |
getBusList(java.lang.String searchType,
java.lang.String keyWord,
int beginRow,
int rowCount)
|
int |
getListCount()
|
java.lang.String |
getPaging(java.lang.String action,
int totalCount,
int startPage,
int pageSize,
int pageBlock)
|
java.util.List<java.lang.String> |
getStationConsonant()
|
java.util.List<StationVO> |
getStationList(java.lang.String keyWord)
|
java.util.List<StationVO> |
getStationList(java.lang.String keyWord,
int beginRow,
int rowCount)
|
java.util.List<StationVO> |
getStationList(java.lang.String searchType,
java.lang.String keyWord,
int beginRow,
int rowCount)
|
void |
setListCount(int listCount)
|
Methods inherited from class skoinfo.rfc.common.action.AbstractAction |
getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts |
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusManager
public BusManager(javax.servlet.http.HttpServletRequest request)
getBusList
public java.util.List<BusVO> getBusList(java.lang.String searchType,
java.lang.String keyWord,
int beginRow,
int rowCount)
throws java.lang.Exception
- Throws:
java.lang.Exception
getStationConsonant
public java.util.List<java.lang.String> getStationConsonant()
throws java.lang.Exception
- Throws:
java.lang.Exception
getStationList
public java.util.List<StationVO> getStationList(java.lang.String keyWord)
throws java.lang.Exception
- Throws:
java.lang.Exception
getStationList
public java.util.List<StationVO> getStationList(java.lang.String keyWord,
int beginRow,
int rowCount)
throws java.lang.Exception
- Throws:
java.lang.Exception
getStationList
public java.util.List<StationVO> getStationList(java.lang.String searchType,
java.lang.String keyWord,
int beginRow,
int rowCount)
throws java.lang.Exception
- Throws:
java.lang.Exception
getPaging
public java.lang.String getPaging(java.lang.String action,
int totalCount,
int startPage,
int pageSize,
int pageBlock)
getListCount
public int getListCount()
- Returns:
setListCount
public void setListCount(int listCount)
- Parameters:
listCount
-