Uses of Class
net.mingsoft.basic.entity.CityEntity
Packages that use CityEntity
Package
Description
-
Uses of CityEntity in net.mingsoft.basic.action
Methods in net.mingsoft.basic.action with parameters of type CityEntityModifier and TypeMethodDescriptionnet.mingsoft.base.entity.ResultDataCityAction.city(CityEntity city, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) 根据省id查询城市列表net.mingsoft.base.entity.ResultDataCityAction.county(CityEntity city, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) 根据城市id查询区域列表CityAction.form(CityEntity city, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) 返回编辑界面city_formnet.mingsoft.base.entity.ResultDataCityAction.get(CityEntity city, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) 获取省市县镇村数据net.mingsoft.base.entity.ResultDataCityAction.list(CityEntity city, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) net.mingsoft.base.entity.ResultDataCityAction.save(CityEntity city, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) 保存省市县镇村数据实体net.mingsoft.base.entity.ResultDataCityAction.town(CityEntity city, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) 根据城市id查询区域列表net.mingsoft.base.entity.ResultDataCityAction.update(CityEntity city, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) 更新省市县镇村数据信息省市县镇村数据net.mingsoft.base.entity.ResultDataCityAction.village(CityEntity city, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) 根据城市id查询区域列表Method parameters in net.mingsoft.basic.action with type arguments of type CityEntityModifier and TypeMethodDescriptionnet.mingsoft.base.entity.ResultDataCityAction.delete(List<CityEntity> citys, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) // * @param city 省市县镇村数据实体 city参数包含字段信息参考:
id:多个id直接用逗号隔开,例如id=1,2,3,4 批量删除省市县镇村数据 返回
{code:"错误编码",
result:"true|false",
resultMsg:"错误信息"
} -
Uses of CityEntity in net.mingsoft.basic.action.web
Methods in net.mingsoft.basic.action.web with parameters of type CityEntityModifier and TypeMethodDescriptionnet.mingsoft.base.entity.ResultDataCityAction.get(CityEntity city, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) net.mingsoft.base.entity.ResultDataCityAction.list(CityEntity city) 根据上一级的id查询下一级城市数据列表集合,没有参数默认查询省集合 例 basic/city/list.do? -
Uses of CityEntity in net.mingsoft.basic.biz
Methods in net.mingsoft.basic.biz that return CityEntityMethods in net.mingsoft.basic.biz that return types with arguments of type CityEntityModifier and TypeMethodDescriptionICityBiz.queryById(CityEntity cityEntity) 根据当前实体的cityId,village_id等判断具体是查询省或市等层级ICityBiz.queryByLevel(int level) 通过层级过滤城市数据,提高性能ICityBiz.queryCity(CityEntity cityEntity) 查询市ICityBiz.queryCounty(CityEntity cityEntity) 查询区/县ICityBiz.queryProvince()查询省/直辖市/自治区ICityBiz.queryProvinceAndName(CityEntity city) ICityBiz.queryTown(CityEntity cityEntity) 查询街道/镇ICityBiz.queryVillage(CityEntity cityEntity) 查询村委会Methods in net.mingsoft.basic.biz with parameters of type CityEntityModifier and TypeMethodDescriptionICityBiz.queryByEntity(CityEntity city) ICityBiz.queryById(CityEntity cityEntity) 根据当前实体的cityId,village_id等判断具体是查询省或市等层级ICityBiz.queryCity(CityEntity cityEntity) 查询市ICityBiz.queryCounty(CityEntity cityEntity) 查询区/县ICityBiz.queryProvinceAndName(CityEntity city) ICityBiz.queryTown(CityEntity cityEntity) 查询街道/镇ICityBiz.queryVillage(CityEntity cityEntity) 查询村委会 -
Uses of CityEntity in net.mingsoft.basic.biz.impl
Methods in net.mingsoft.basic.biz.impl that return CityEntityMethods in net.mingsoft.basic.biz.impl that return types with arguments of type CityEntityModifier and TypeMethodDescriptionCityBizImpl.queryById(CityEntity cityEntity) CityBizImpl.queryByLevel(int level) CityBizImpl.queryCity(CityEntity cityEntity) CityBizImpl.queryCounty(CityEntity cityEntity) CityBizImpl.queryProvince()CityBizImpl.queryProvinceAndName(CityEntity city) CityBizImpl.queryTown(CityEntity cityEntity) CityBizImpl.queryVillage(CityEntity cityEntity) Methods in net.mingsoft.basic.biz.impl with parameters of type CityEntityModifier and TypeMethodDescriptionCityBizImpl.queryByEntity(CityEntity city) CityBizImpl.queryById(CityEntity cityEntity) CityBizImpl.queryCity(CityEntity cityEntity) CityBizImpl.queryCounty(CityEntity cityEntity) CityBizImpl.queryProvinceAndName(CityEntity city) CityBizImpl.queryTown(CityEntity cityEntity) CityBizImpl.queryVillage(CityEntity cityEntity) -
Uses of CityEntity in net.mingsoft.basic.dao
Methods in net.mingsoft.basic.dao that return CityEntityMethods in net.mingsoft.basic.dao that return types with arguments of type CityEntityModifier and TypeMethodDescriptionICityDao.queryById(CityEntity cityEntity) ICityDao.queryByLevel(int level) 通过层级过滤城市数据,提高性能ICityDao.queryCity(CityEntity cityEntity) 查询市ICityDao.queryCounty(CityEntity cityEntity) 查询区/县ICityDao.queryProvince()查询省/直辖市/自治区ICityDao.queryProvinceAndName(CityEntity city) ICityDao.queryTown(CityEntity cityEntity) 查询街道/镇ICityDao.queryVillage(CityEntity cityEntity) 查询村委会Methods in net.mingsoft.basic.dao with parameters of type CityEntityModifier and TypeMethodDescriptionICityDao.queryByEntity(CityEntity city) ICityDao.queryById(CityEntity cityEntity) ICityDao.queryCity(CityEntity cityEntity) 查询市ICityDao.queryCounty(CityEntity cityEntity) 查询区/县ICityDao.queryProvinceAndName(CityEntity city) ICityDao.queryTown(CityEntity cityEntity) 查询街道/镇ICityDao.queryVillage(CityEntity cityEntity) 查询村委会