类 WxAppController
- java.lang.Object
-
- net.guerlab.smart.platform.server.controller.AbstractControllerImpl<D,E,S,PK>
-
- net.guerlab.smart.platform.server.controller.BaseFindController<D,E,S,SP,PK>
-
- net.guerlab.smart.platform.server.controller.BaseController<net.guerlab.smart.wx.core.domain.WxAppDTO,net.guerlab.smart.wx.service.entity.WxApp,net.guerlab.smart.wx.service.service.WxAppService,net.guerlab.smart.wx.core.searchparams.WxAppSearchParams,java.lang.String>
-
- net.guerlab.smart.wx.web.controller.user.WxAppController
-
- 所有已实现的接口:
net.guerlab.smart.platform.server.controller.DeleteController<net.guerlab.smart.wx.core.domain.WxAppDTO,net.guerlab.smart.wx.service.entity.WxApp,net.guerlab.smart.wx.service.service.WxAppService,java.lang.String>,net.guerlab.smart.platform.server.controller.FindController<net.guerlab.smart.wx.core.domain.WxAppDTO,net.guerlab.smart.wx.service.entity.WxApp,net.guerlab.smart.wx.service.service.WxAppService,net.guerlab.smart.wx.core.searchparams.WxAppSearchParams,java.lang.String>,net.guerlab.smart.platform.server.controller.IController<net.guerlab.smart.wx.service.entity.WxApp,net.guerlab.smart.wx.service.service.WxAppService,java.lang.String>,net.guerlab.smart.platform.server.controller.ModifyControllerWrapper<net.guerlab.smart.wx.core.domain.WxAppDTO,net.guerlab.smart.wx.service.entity.WxApp,java.lang.String>,net.guerlab.smart.platform.server.controller.SaveController<net.guerlab.smart.wx.core.domain.WxAppDTO,net.guerlab.smart.wx.service.entity.WxApp,net.guerlab.smart.wx.service.service.WxAppService,java.lang.String>,net.guerlab.smart.platform.server.controller.UpdateController<net.guerlab.smart.wx.core.domain.WxAppDTO,net.guerlab.smart.wx.service.entity.WxApp,net.guerlab.smart.wx.service.service.WxAppService,java.lang.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,net.guerlab.smart.wx.service.entity.WxApp,net.guerlab.smart.wx.service.service.WxAppService,net.guerlab.smart.wx.core.searchparams.WxAppSearchParams,java.lang.String>微信应用- 作者:
- guer
-
-
字段概要
字段 修饰符和类型 字段 说明 protected net.guerlab.smart.wx.service.service.WxCpManagerServicewxCpManagerServiceprotected net.guerlab.smart.wx.service.service.WxMaManagerServicewxMaManagerServiceprotected net.guerlab.smart.wx.service.service.WxMpManagerServicewxMpManagerService
-
构造器概要
构造器 构造器 说明 WxAppController()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidafterDelete(net.guerlab.smart.wx.service.entity.WxApp entity)voidafterSave(net.guerlab.smart.wx.service.entity.WxApp entity, net.guerlab.smart.wx.core.domain.WxAppDTO dto)voidafterUpdate(net.guerlab.smart.wx.service.entity.WxApp entity, net.guerlab.smart.wx.core.domain.WxAppDTO dto)voidcopyProperties(net.guerlab.smart.wx.core.domain.WxAppDTO dto, net.guerlab.smart.wx.service.entity.WxApp entity, java.lang.String id)protected net.guerlab.commons.exception.ApplicationExceptionnullPointException()voidremoveTokenCache(java.lang.String appId)voidsetOperationLogApi(net.guerlab.smart.platform.user.api.OperationLogApi operationLogApi)voidsetWxCpManagerService(net.guerlab.smart.wx.service.service.WxCpManagerService wxCpManagerService)voidsetWxMaManagerService(net.guerlab.smart.wx.service.service.WxMaManagerService wxMaManagerService)voidsetWxMpManagerService(net.guerlab.smart.wx.service.service.WxMpManagerService wxMpManagerService)-
从类继承的方法 net.guerlab.smart.platform.server.controller.AbstractControllerImpl
findOne0, getService, newEntity, setService
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
字段详细资料
-
wxCpManagerService
protected net.guerlab.smart.wx.service.service.WxCpManagerService wxCpManagerService
-
wxMaManagerService
protected net.guerlab.smart.wx.service.service.WxMaManagerService wxMaManagerService
-
wxMpManagerService
protected net.guerlab.smart.wx.service.service.WxMpManagerService wxMpManagerService
-
-
方法详细资料
-
nullPointException
protected net.guerlab.commons.exception.ApplicationException nullPointException()
- 覆盖:
nullPointException在类中net.guerlab.smart.platform.server.controller.AbstractControllerImpl<net.guerlab.smart.wx.core.domain.WxAppDTO,net.guerlab.smart.wx.service.entity.WxApp,net.guerlab.smart.wx.service.service.WxAppService,java.lang.String>
-
copyProperties
public void copyProperties(net.guerlab.smart.wx.core.domain.WxAppDTO dto, net.guerlab.smart.wx.service.entity.WxApp entity, java.lang.String id)
-
removeTokenCache
@PostMapping("/{appId}/removeTokenCache") public void removeTokenCache(@PathVariable java.lang.String appId)
-
afterSave
public void afterSave(net.guerlab.smart.wx.service.entity.WxApp entity, net.guerlab.smart.wx.core.domain.WxAppDTO dto)
-
afterUpdate
public void afterUpdate(net.guerlab.smart.wx.service.entity.WxApp entity, net.guerlab.smart.wx.core.domain.WxAppDTO dto)
-
afterDelete
public void afterDelete(net.guerlab.smart.wx.service.entity.WxApp entity)
-
setWxCpManagerService
@Autowired public void setWxCpManagerService(net.guerlab.smart.wx.service.service.WxCpManagerService wxCpManagerService)
-
setWxMaManagerService
@Autowired public void setWxMaManagerService(net.guerlab.smart.wx.service.service.WxMaManagerService wxMaManagerService)
-
setWxMpManagerService
@Autowired public void setWxMpManagerService(net.guerlab.smart.wx.service.service.WxMpManagerService wxMpManagerService)
-
setOperationLogApi
@Autowired public void setOperationLogApi(net.guerlab.smart.platform.user.api.OperationLogApi operationLogApi)
-
-