类 WxUserLoginLogController
- java.lang.Object
-
- net.guerlab.smart.platform.server.controller.AbstractControllerImpl<D,E,S,PK>
-
- net.guerlab.smart.platform.server.controller.BaseFindController<net.guerlab.smart.wx.core.domain.WxUserLoginLogDTO,net.guerlab.smart.wx.service.entity.WxUserLoginLog,net.guerlab.smart.wx.service.service.WxUserLoginLogService,net.guerlab.smart.wx.core.searchparams.WxUserLoginLogSearchParams,java.lang.Long>
-
- net.guerlab.smart.wx.web.controller.user.WxUserLoginLogController
-
- 所有已实现的接口:
net.guerlab.smart.platform.server.controller.FindController<net.guerlab.smart.wx.core.domain.WxUserLoginLogDTO,net.guerlab.smart.wx.service.entity.WxUserLoginLog,net.guerlab.smart.wx.service.service.WxUserLoginLogService,net.guerlab.smart.wx.core.searchparams.WxUserLoginLogSearchParams,java.lang.Long>,net.guerlab.smart.platform.server.controller.IController<net.guerlab.smart.wx.service.entity.WxUserLoginLog,net.guerlab.smart.wx.service.service.WxUserLoginLogService,java.lang.Long>
@RestController("/user/wxUserLoginLog") @RequestMapping("/user/wxUserLoginLog") public class WxUserLoginLogController extends net.guerlab.smart.platform.server.controller.BaseFindController<net.guerlab.smart.wx.core.domain.WxUserLoginLogDTO,net.guerlab.smart.wx.service.entity.WxUserLoginLog,net.guerlab.smart.wx.service.service.WxUserLoginLogService,net.guerlab.smart.wx.core.searchparams.WxUserLoginLogSearchParams,java.lang.Long>微信用户登录记录- 作者:
- guer
-
-
构造器概要
构造器 构造器 说明 WxUserLoginLogController()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidexportExcel(javax.servlet.http.HttpServletResponse response, net.guerlab.smart.wx.core.searchparams.WxUserLoginLogSearchParams searchParams)protected net.guerlab.commons.exception.ApplicationExceptionnullPointException()voidsetOperationLogApi(net.guerlab.smart.platform.user.api.OperationLogApi operationLogApi)-
从类继承的方法 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
-
-
-
-
方法详细资料
-
nullPointException
protected net.guerlab.commons.exception.ApplicationException nullPointException()
- 覆盖:
nullPointException在类中net.guerlab.smart.platform.server.controller.AbstractControllerImpl<net.guerlab.smart.wx.core.domain.WxUserLoginLogDTO,net.guerlab.smart.wx.service.entity.WxUserLoginLog,net.guerlab.smart.wx.service.service.WxUserLoginLogService,java.lang.Long>
-
exportExcel
@GetMapping("/exportExcel") public void exportExcel(javax.servlet.http.HttpServletResponse response, net.guerlab.smart.wx.core.searchparams.WxUserLoginLogSearchParams searchParams)
-
setOperationLogApi
@Autowired public void setOperationLogApi(net.guerlab.smart.platform.user.api.OperationLogApi operationLogApi)
-
-