类的使用
net.guerlab.smart.wx.service.entity.WxUser
-
使用WxUser的程序包 程序包 说明 net.guerlab.smart.wx.service.service net.guerlab.smart.wx.service.service.impl -
-
net.guerlab.smart.wx.service.service中WxUser的使用
返回WxUser的net.guerlab.smart.wx.service.service中的方法 修饰符和类型 方法 说明 WxUserWxUserService. findUser(String appId, String openId)通过appId和openId查询用户返回变量类型为WxUser的类型的net.guerlab.smart.wx.service.service中的方法 修饰符和类型 方法 说明 default Class<WxUser>WxUserService. getEntityClass()获取实体类型参数类型为WxUser的net.guerlab.smart.wx.service.service中的方法 修饰符和类型 方法 说明 voidWxUserLoginLogService. addLog(WxUser user, String ip, String referer)添加登录记录voidAfterWxUserUpdateHandler. afterWxUserUpdateHandler(WxUser wxUser)微信用户更新后置处理LoginResponseLoginService. buildLoginResponse(WxUser user)构造登录响应 -
net.guerlab.smart.wx.service.service.impl中WxUser的使用
返回WxUser的net.guerlab.smart.wx.service.service.impl中的方法 修饰符和类型 方法 说明 WxUserWxUserServiceImpl. findUser(String appId, String openId)参数类型为WxUser的net.guerlab.smart.wx.service.service.impl中的方法 修饰符和类型 方法 说明 voidWxUserLoginLogServiceImpl. addLog(WxUser user, String ip, String referer)voidWxUserLoginLogServiceImpl. afterWxUserUpdateHandler(WxUser wxUser)LoginResponseAbstractWxLoginServiceImpl. buildLoginResponse(WxUser user)protected voidWxUserServiceImpl. insertBefore(WxUser entity)protected voidWxUserServiceImpl. updateBefore(WxUser entity)protected voidAbstractWxLoginServiceImpl. updateUserInfo(WxUser wxUser, String openId, String unionId, boolean updateActivated, String ip, String referer)
-