类 WxUserController

  • 所有已实现的接口:
    net.guerlab.smart.platform.server.controller.FindController<net.guerlab.smart.wx.core.domain.WxUserDTO,​WxUser,​WxUserService,​net.guerlab.smart.wx.core.searchparams.WxUserSearchParams,​String>, net.guerlab.smart.platform.server.controller.IController<WxUser,​WxUserService,​String>

    @RestController("/user/wxUser")
    @RequestMapping("/user/wxUser")
    public class WxUserController
    extends net.guerlab.smart.platform.server.controller.BaseFindController<net.guerlab.smart.wx.core.domain.WxUserDTO,​WxUser,​WxUserService,​net.guerlab.smart.wx.core.searchparams.WxUserSearchParams,​String>
    微信用户
    作者:
    guer
    • 构造器详细资料

      • WxUserController

        public WxUserController()
    • 方法详细资料

      • nullPointException

        protected net.guerlab.commons.exception.ApplicationException nullPointException()
        覆盖:
        nullPointException 在类中 net.guerlab.smart.platform.server.controller.AbstractControllerImpl<net.guerlab.smart.wx.core.domain.WxUserDTO,​WxUser,​WxUserService,​String>
      • findOne

        public net.guerlab.smart.wx.core.domain.WxUserDTO findOne​(String id)
      • findList

        public net.guerlab.web.result.ListObject<net.guerlab.smart.wx.core.domain.WxUserDTO> findList​(net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)
      • findAll

        public List<net.guerlab.smart.wx.core.domain.WxUserDTO> findAll​(net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)
      • delete

        @DeleteMapping("/{appId}/{openId}")
        public void delete​(@PathVariable
                           String appId,
                           @PathVariable
                           String openId)
      • batchSetTags

        @PostMapping("/batchSetTags")
        public void batchSetTags​(@RequestBody
                                 SetTagRequestDTO request)
      • setTagService

        @Autowired
        public void setTagService​(UserTagService tagService)
      • setTagMappingService

        @Autowired
        public void setTagMappingService​(UserTagMappingService tagMappingService)