类 WxUserController
- 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.WxUserDTO,net.guerlab.smart.wx.service.entity.WxUser,net.guerlab.smart.wx.service.service.WxUserService,net.guerlab.smart.wx.core.searchparams.WxUserSearchParams,java.lang.String>
-
- net.guerlab.smart.wx.web.controller.user.WxUserController
-
- 所有已实现的接口:
net.guerlab.smart.platform.server.controller.FindController<net.guerlab.smart.wx.core.domain.WxUserDTO,net.guerlab.smart.wx.service.entity.WxUser,net.guerlab.smart.wx.service.service.WxUserService,net.guerlab.smart.wx.core.searchparams.WxUserSearchParams,java.lang.String>,net.guerlab.smart.platform.server.controller.IController<net.guerlab.smart.wx.service.entity.WxUser,net.guerlab.smart.wx.service.service.WxUserService,java.lang.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,net.guerlab.smart.wx.service.entity.WxUser,net.guerlab.smart.wx.service.service.WxUserService,net.guerlab.smart.wx.core.searchparams.WxUserSearchParams,java.lang.String>微信用户- 作者:
- guer
-
-
构造器概要
构造器 构造器 说明 WxUserController()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidbatchSetTags(SetTagRequestDTO request)voiddelete(java.lang.String appId, java.lang.String openId)voidexportExcel(javax.servlet.http.HttpServletResponse response, net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)java.util.List<net.guerlab.smart.wx.core.domain.WxUserDTO>findAll(net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)intfindCount(net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)net.guerlab.web.result.ListObject<net.guerlab.smart.wx.core.domain.WxUserDTO>findList(net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)java.util.Map<java.lang.String,net.guerlab.smart.wx.core.domain.WxUserDTO>findMap(java.util.Collection<java.lang.String> openIds)net.guerlab.smart.wx.core.domain.WxUserDTOfindOne(java.lang.String id)protected net.guerlab.commons.exception.ApplicationExceptionnullPointException()voidsetOperationLogApi(net.guerlab.smart.user.api.OperationLogApi operationLogApi)voidsetTagMappingService(net.guerlab.smart.wx.service.service.UserTagMappingService tagMappingService)voidsetTags(java.lang.String id, SetTagRequestDTO request)voidsetTagService(net.guerlab.smart.wx.service.service.UserTagService tagService)-
从类继承的方法 net.guerlab.smart.platform.server.controller.AbstractControllerImpl
findOne0, getService, newEntity, setService
-
-
-
-
方法详细资料
-
nullPointException
protected net.guerlab.commons.exception.ApplicationException nullPointException()
- 覆盖:
nullPointException在类中net.guerlab.smart.platform.server.controller.AbstractControllerImpl<net.guerlab.smart.wx.core.domain.WxUserDTO,net.guerlab.smart.wx.service.entity.WxUser,net.guerlab.smart.wx.service.service.WxUserService,java.lang.String>
-
findOne
public net.guerlab.smart.wx.core.domain.WxUserDTO findOne(java.lang.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 java.util.List<net.guerlab.smart.wx.core.domain.WxUserDTO> findAll(net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)
-
findMap
@PostMapping("/findMap") public java.util.Map<java.lang.String,net.guerlab.smart.wx.core.domain.WxUserDTO> findMap(@RequestBody java.util.Collection<java.lang.String> openIds)
-
findCount
@GetMapping("/count") public int findCount(net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)
-
delete
@DeleteMapping("/{appId}/{openId}") public void delete(@PathVariable java.lang.String appId, @PathVariable java.lang.String openId)
-
setTags
@PostMapping("/{id}/setTags") @Transactional(rollbackFor=java.lang.Exception.class) public void setTags(@PathVariable java.lang.String id, @RequestBody SetTagRequestDTO request)
-
batchSetTags
@PostMapping("/batchSetTags") public void batchSetTags(@RequestBody SetTagRequestDTO request)
-
exportExcel
@GetMapping("/exportExcel") public void exportExcel(javax.servlet.http.HttpServletResponse response, net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)
-
setTagService
@Autowired public void setTagService(net.guerlab.smart.wx.service.service.UserTagService tagService)
-
setTagMappingService
@Autowired public void setTagMappingService(net.guerlab.smart.wx.service.service.UserTagMappingService tagMappingService)
-
setOperationLogApi
@Autowired public void setOperationLogApi(net.guerlab.smart.user.api.OperationLogApi operationLogApi)
-
-