类 WxUserServiceImpl
- java.lang.Object
-
- net.guerlab.smart.platform.server.service.BaseServiceImpl<WxUser,java.lang.String,WxUserMapper>
-
- net.guerlab.smart.wx.service.service.impl.WxUserServiceImpl
-
- 所有已实现的接口:
net.guerlab.smart.platform.server.service.BaseDeleteService<WxUser,java.lang.String>,net.guerlab.smart.platform.server.service.BaseFindService<WxUser,java.lang.String>,net.guerlab.smart.platform.server.service.BaseSaveService<WxUser>,net.guerlab.smart.platform.server.service.BaseService<WxUser,java.lang.String>,net.guerlab.smart.platform.server.service.BaseUpdateService<WxUser>,net.guerlab.smart.platform.server.service.ExampleGetter<WxUser>,AfterWxAppUpdateHandler,WxUserService
@Service public class WxUserServiceImpl extends net.guerlab.smart.platform.server.service.BaseServiceImpl<WxUser,java.lang.String,WxUserMapper> implements WxUserService, AfterWxAppUpdateHandler
微信用户服务实现- 作者:
- guer
-
-
构造器概要
构造器 构造器 说明 WxUserServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidafterWxAppUpdateHandler(WxApp wxApp)微信应用更新后置处理voiddelete(java.lang.String appId, java.lang.String openId)通过appId和openId删除用户WxUserfindUser(java.lang.String appId, java.lang.String openId)通过appId和openId查询用户protected voidinsertBefore(WxUser entity)java.util.Collection<WxUser>queryAll(net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)通过搜索参数查询微信用户列表net.guerlab.web.result.ListObject<WxUser>queryPage(net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)通过搜索参数查询微信用户分页列表voidsetTagMappingService(UserTagMappingService tagMappingService)protected voidupdateBefore(WxUser entity)-
从类继承的方法 net.guerlab.smart.platform.server.service.BaseServiceImpl
delete, deleteAfter, deleteBefore, deleteById, deleteByIdAfter, deleteByIdBefore, insert, insertAfter, insertSelective, selectAll, selectAll, selectById, selectCount, selectCount, selectList, selectList, selectOne, selectOne, selectPage, setMapper, setSequence, updateAfter, updateByExample, updateByExampleSelective, updateById, updateBySearchParams, updateBySearchParamsSelective, updateSelectiveById
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.guerlab.smart.platform.server.service.BaseDeleteService
delete, delete, deleteById, deleteById
-
从接口继承的方法 net.guerlab.smart.platform.server.service.BaseFindService
selectAll, selectAll, selectById, selectByIdOptional, selectCount, selectCount, selectList, selectList, selectOne, selectOne, selectOneOptional, selectOneOptional, selectPage
-
从接口继承的方法 net.guerlab.smart.platform.server.service.BaseUpdateService
updateByExample, updateByExampleSelective, updateById, updateBySearchParams, updateBySearchParamsSelective, updateSelectiveById
-
从接口继承的方法 net.guerlab.smart.wx.service.service.WxUserService
getEntityClass
-
-
-
-
方法详细资料
-
queryPage
public net.guerlab.web.result.ListObject<WxUser> queryPage(net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)
从接口复制的说明:WxUserService通过搜索参数查询微信用户分页列表- 指定者:
queryPage在接口中WxUserService- 参数:
searchParams- 搜索参数- 返回:
- 分页列表
-
queryAll
public java.util.Collection<WxUser> queryAll(net.guerlab.smart.wx.core.searchparams.WxUserSearchParams searchParams)
从接口复制的说明:WxUserService通过搜索参数查询微信用户列表- 指定者:
queryAll在接口中WxUserService- 参数:
searchParams- 搜索参数- 返回:
- 列表
-
findUser
public WxUser findUser(java.lang.String appId, java.lang.String openId)
从接口复制的说明:WxUserService通过appId和openId查询用户- 指定者:
findUser在接口中WxUserService- 参数:
appId- appIdopenId- openId- 返回:
- 微信用户
-
delete
public void delete(java.lang.String appId, java.lang.String openId)从接口复制的说明:WxUserService通过appId和openId删除用户- 指定者:
delete在接口中WxUserService- 参数:
appId- appIdopenId- openId
-
insertBefore
protected void insertBefore(WxUser entity)
- 覆盖:
insertBefore在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<WxUser,java.lang.String,WxUserMapper>
-
updateBefore
protected void updateBefore(WxUser entity)
- 覆盖:
updateBefore在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<WxUser,java.lang.String,WxUserMapper>
-
afterWxAppUpdateHandler
public void afterWxAppUpdateHandler(WxApp wxApp)
从接口复制的说明:AfterWxAppUpdateHandler微信应用更新后置处理- 指定者:
afterWxAppUpdateHandler在接口中AfterWxAppUpdateHandler- 参数:
wxApp- 微信应用
-
setTagMappingService
@Autowired public void setTagMappingService(UserTagMappingService tagMappingService)
-
-