类 PayLogNotifyController


  • @RestController("/inside/payLogNotify")
    @RequestMapping("/inside/payLogNotify")
    public class PayLogNotifyController
    extends java.lang.Object
    支付记录通知服务
    作者:
    guer
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.util.Collection<net.guerlab.smart.pay.core.domain.PayLogNotifyDTO> findAll​(net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams searchParams)  
      net.guerlab.web.result.ListObject<net.guerlab.smart.pay.core.domain.PayLogNotifyDTO> findList​(net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams searchParams)  
      net.guerlab.smart.pay.core.domain.PayLogNotifyDTO findOne​(java.lang.Long id)  
      void setService​(net.guerlab.smart.pay.service.service.PayLogNotifyService service)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • PayLogNotifyController

        public PayLogNotifyController()
    • 方法详细资料

      • findOne

        @GetMapping("/{id}")
        public net.guerlab.smart.pay.core.domain.PayLogNotifyDTO findOne​(@PathVariable
                                                                         java.lang.Long id)
      • findList

        @PostMapping
        public net.guerlab.web.result.ListObject<net.guerlab.smart.pay.core.domain.PayLogNotifyDTO> findList​(@RequestBody
                                                                                                             net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams searchParams)
      • findAll

        @PostMapping("/all")
        public java.util.Collection<net.guerlab.smart.pay.core.domain.PayLogNotifyDTO> findAll​(@RequestBody
                                                                                               net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams searchParams)
      • setService

        @Autowired
        public void setService​(net.guerlab.smart.pay.service.service.PayLogNotifyService service)