类 CityController

  • 所有已实现的接口:
    net.guerlab.smart.platform.server.controller.DeleteController<net.guerlab.smart.region.core.domain.CityDTO,​City,​CityService,​Long>, net.guerlab.smart.platform.server.controller.FindController<net.guerlab.smart.region.core.domain.CityDTO,​City,​CityService,​net.guerlab.smart.region.core.searchparams.CitySearchParams,​Long>, net.guerlab.smart.platform.server.controller.IController<City,​CityService,​Long>, net.guerlab.smart.platform.server.controller.ModifyControllerWrapper<net.guerlab.smart.region.core.domain.CityDTO,​City,​Long>, net.guerlab.smart.platform.server.controller.SaveController<net.guerlab.smart.region.core.domain.CityDTO,​City,​CityService,​Long>, net.guerlab.smart.platform.server.controller.UpdateController<net.guerlab.smart.region.core.domain.CityDTO,​City,​CityService,​Long>

    @RestController("/user/city")
    @RequestMapping("/user/city")
    public class CityController
    extends net.guerlab.smart.platform.server.controller.BaseController<net.guerlab.smart.region.core.domain.CityDTO,​City,​CityService,​net.guerlab.smart.region.core.searchparams.CitySearchParams,​Long>
    作者:
    guer
    • 字段概要

      • 从类继承的字段 net.guerlab.smart.platform.server.controller.AbstractControllerImpl

        service
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void copyProperties​(net.guerlab.smart.region.core.domain.CityDTO dto, City entity, Long id)  
      protected net.guerlab.commons.exception.ApplicationException nullPointException()  
      • 从类继承的方法 net.guerlab.smart.platform.server.controller.AbstractControllerImpl

        findOne0, getService, newEntity, setService
      • 从接口继承的方法 net.guerlab.smart.platform.server.controller.DeleteController

        delete
      • 从接口继承的方法 net.guerlab.smart.platform.server.controller.FindController

        beforeFind, findAll, findList, findOne
      • 从接口继承的方法 net.guerlab.smart.platform.server.controller.IController

        findOne0, getService, newEntity
      • 从接口继承的方法 net.guerlab.smart.platform.server.controller.SaveController

        save
      • 从接口继承的方法 net.guerlab.smart.platform.server.controller.UpdateController

        update
    • 构造器详细资料

      • CityController

        public CityController()
    • 方法详细资料

      • copyProperties

        public void copyProperties​(net.guerlab.smart.region.core.domain.CityDTO dto,
                                   City entity,
                                   Long id)
      • nullPointException

        protected net.guerlab.commons.exception.ApplicationException nullPointException()
        覆盖:
        nullPointException 在类中 net.guerlab.smart.platform.server.controller.AbstractControllerImpl<net.guerlab.smart.region.core.domain.CityDTO,​City,​CityService,​Long>