类 WxAppController


  • @RestController("/inside/wxApp")
    @RequestMapping("/inside/wxApp")
    public class WxAppController
    extends java.lang.Object
    微信应用
    作者:
    guer
    • 方法概要

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

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

      • WxAppController

        public WxAppController()
    • 方法详细资料

      • findOne

        @GetMapping("/{appId}")
        public net.guerlab.smart.wx.core.domain.WxAppDTO findOne​(@PathVariable
                                                                 java.lang.String appId)
      • findList

        @PostMapping
        public net.guerlab.web.result.ListObject<net.guerlab.smart.wx.core.domain.WxAppDTO> findList​(@RequestBody
                                                                                                     net.guerlab.smart.wx.core.searchparams.WxAppSearchParams searchParams)
      • findAll

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

        @Autowired
        public void setService​(net.guerlab.smart.wx.service.service.WxAppService service)