类 WxAppController

  • 所有已实现的接口:
    net.guerlab.smart.platform.server.controller.DeleteController<net.guerlab.smart.wx.core.domain.WxAppDTO,​WxApp,​WxAppService,​String>, net.guerlab.smart.platform.server.controller.FindController<net.guerlab.smart.wx.core.domain.WxAppDTO,​WxApp,​WxAppService,​net.guerlab.smart.wx.core.searchparams.WxAppSearchParams,​String>, net.guerlab.smart.platform.server.controller.IController<WxApp,​WxAppService,​String>, net.guerlab.smart.platform.server.controller.ModifyControllerWrapper<net.guerlab.smart.wx.core.domain.WxAppDTO,​WxApp,​String>, net.guerlab.smart.platform.server.controller.SaveController<net.guerlab.smart.wx.core.domain.WxAppDTO,​WxApp,​WxAppService,​String>, net.guerlab.smart.platform.server.controller.UpdateController<net.guerlab.smart.wx.core.domain.WxAppDTO,​WxApp,​WxAppService,​String>

    @RestController("/user/wxApp")
    @RequestMapping("/user/wxApp")
    public class WxAppController
    extends net.guerlab.smart.platform.server.controller.BaseController<net.guerlab.smart.wx.core.domain.WxAppDTO,​WxApp,​WxAppService,​net.guerlab.smart.wx.core.searchparams.WxAppSearchParams,​String>
    微信应用
    作者:
    guer
    • 字段概要

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

        service
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void afterDelete​(WxApp entity)  
      void afterSave​(WxApp entity, net.guerlab.smart.wx.core.domain.WxAppDTO dto)  
      void afterUpdate​(WxApp entity, net.guerlab.smart.wx.core.domain.WxAppDTO dto)  
      void copyProperties​(net.guerlab.smart.wx.core.domain.WxAppDTO dto, WxApp entity, String id)  
      protected net.guerlab.commons.exception.ApplicationException nullPointException()  
      void setOperationLogApi​(net.guerlab.smart.platform.user.api.OperationLogApi operationLogApi)  
      • 从类继承的方法 net.guerlab.smart.platform.server.controller.AbstractControllerImpl

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

        beforeDelete, 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

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

        beforeUpdate, update
    • 构造器详细资料

      • WxAppController

        public WxAppController()
    • 方法详细资料

      • nullPointException

        protected net.guerlab.commons.exception.ApplicationException nullPointException()
        覆盖:
        nullPointException 在类中 net.guerlab.smart.platform.server.controller.AbstractControllerImpl<net.guerlab.smart.wx.core.domain.WxAppDTO,​WxApp,​WxAppService,​String>
      • copyProperties

        public void copyProperties​(net.guerlab.smart.wx.core.domain.WxAppDTO dto,
                                   WxApp entity,
                                   String id)
      • afterSave

        public void afterSave​(WxApp entity,
                              net.guerlab.smart.wx.core.domain.WxAppDTO dto)
      • afterUpdate

        public void afterUpdate​(WxApp entity,
                                net.guerlab.smart.wx.core.domain.WxAppDTO dto)
      • afterDelete

        public void afterDelete​(WxApp entity)
      • setOperationLogApi

        @Autowired
        public void setOperationLogApi​(net.guerlab.smart.platform.user.api.OperationLogApi operationLogApi)