类 PayLogController

  • 所有已实现的接口:
    net.guerlab.smart.platform.server.controller.FindController<net.guerlab.smart.pay.core.domain.PayLogDTO,​PayLog,​PayLogService,​net.guerlab.smart.pay.core.searchparams.PayLogSearchParams,​Long>, net.guerlab.smart.platform.server.controller.IController<PayLog,​PayLogService,​Long>

    @RestController("/user/payLog")
    @RequestMapping("/user/payLog")
    public class PayLogController
    extends net.guerlab.smart.platform.server.controller.BaseFindController<net.guerlab.smart.pay.core.domain.PayLogDTO,​PayLog,​PayLogService,​net.guerlab.smart.pay.core.searchparams.PayLogSearchParams,​Long>
    支付记录
    作者:
    guer
    • 字段概要

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

        service
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void exportExcel​(javax.servlet.http.HttpServletResponse response, net.guerlab.smart.pay.core.searchparams.PayLogSearchParams searchParams)  
      net.guerlab.smart.pay.core.domain.PayLogDTO markException​(Long id, ExceptionDTO dto)  
      protected net.guerlab.commons.exception.ApplicationException nullPointException()  
      net.guerlab.smart.pay.core.domain.PayLogDTO removeMarkException​(Long id)  
      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.FindController

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

        findOne0, getService, newEntity
    • 构造器详细资料

      • PayLogController

        public PayLogController()
    • 方法详细资料

      • exportExcel

        @GetMapping("/exportExcel")
        public void exportExcel​(javax.servlet.http.HttpServletResponse response,
                                net.guerlab.smart.pay.core.searchparams.PayLogSearchParams searchParams)
      • markException

        @PostMapping("/{id}/markException")
        @Transactional(rollbackFor=java.lang.Exception.class)
        public net.guerlab.smart.pay.core.domain.PayLogDTO markException​(@PathVariable
                                                                         Long id,
                                                                         @RequestBody
                                                                         ExceptionDTO dto)
      • removeMarkException

        @PostMapping("/{id}/removeMarkException")
        @Transactional(rollbackFor=java.lang.Exception.class)
        public net.guerlab.smart.pay.core.domain.PayLogDTO removeMarkException​(@PathVariable
                                                                               Long id)
      • nullPointException

        protected net.guerlab.commons.exception.ApplicationException nullPointException()
        覆盖:
        nullPointException 在类中 net.guerlab.smart.platform.server.controller.AbstractControllerImpl<net.guerlab.smart.pay.core.domain.PayLogDTO,​PayLog,​PayLogService,​Long>
      • setOperationLogApi

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