| 程序包 | 说明 |
|---|---|
| net.mingsoft.basic.action.web | |
| net.mingsoft.basic.biz | |
| net.mingsoft.basic.biz.impl | |
| net.mingsoft.basic.dao |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CityAction.get(CityEntity city,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model) |
void |
CityAction.list(CityEntity city,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CityEntity> |
ICityBiz.queryByLevel(int level)
通过层级过滤城市数据,提高性能
|
List<CityEntity> |
ICityBiz.queryCity(CityEntity cityEntity)
查询市
|
List<CityEntity> |
ICityBiz.queryCounty(CityEntity cityEntity)
查询区/县
|
List<CityEntity> |
ICityBiz.queryProvince()
查询省/直辖市/自治区
|
List<CityEntity> |
ICityBiz.queryTown(CityEntity cityEntity)
查询街道/镇
|
List<CityEntity> |
ICityBiz.queryVillage(CityEntity cityEntity)
查询村委会
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<CityEntity> |
ICityBiz.queryCity(CityEntity cityEntity)
查询市
|
List<CityEntity> |
ICityBiz.queryCounty(CityEntity cityEntity)
查询区/县
|
List<CityEntity> |
ICityBiz.queryTown(CityEntity cityEntity)
查询街道/镇
|
List<CityEntity> |
ICityBiz.queryVillage(CityEntity cityEntity)
查询村委会
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<CityEntity> |
CityBizImpl.queryByLevel(int level) |
List<CityEntity> |
CityBizImpl.queryCity(CityEntity cityEntity) |
List<CityEntity> |
CityBizImpl.queryCounty(CityEntity cityEntity) |
List<CityEntity> |
CityBizImpl.queryProvince() |
List<CityEntity> |
CityBizImpl.queryTown(CityEntity cityEntity) |
List<CityEntity> |
CityBizImpl.queryVillage(CityEntity cityEntity) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CityEntity> |
CityBizImpl.queryCity(CityEntity cityEntity) |
List<CityEntity> |
CityBizImpl.queryCounty(CityEntity cityEntity) |
List<CityEntity> |
CityBizImpl.queryTown(CityEntity cityEntity) |
List<CityEntity> |
CityBizImpl.queryVillage(CityEntity cityEntity) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CityEntity> |
ICityDao.queryByLevel(int level)
通过层级过滤城市数据,提高性能
|
List<CityEntity> |
ICityDao.queryCity(CityEntity cityEntity)
查询市
|
List<CityEntity> |
ICityDao.queryCounty(CityEntity cityEntity)
查询区/县
|
List<CityEntity> |
ICityDao.queryProvince()
查询省/直辖市/自治区
|
List<CityEntity> |
ICityDao.queryTown(CityEntity cityEntity)
查询街道/镇
|
List<CityEntity> |
ICityDao.queryVillage(CityEntity cityEntity)
查询村委会
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<CityEntity> |
ICityDao.queryCity(CityEntity cityEntity)
查询市
|
List<CityEntity> |
ICityDao.queryCounty(CityEntity cityEntity)
查询区/县
|
List<CityEntity> |
ICityDao.queryTown(CityEntity cityEntity)
查询街道/镇
|
List<CityEntity> |
ICityDao.queryVillage(CityEntity cityEntity)
查询村委会
|
Copyright © 2020. All rights reserved.