类 WxUserLoginLogServiceImpl
- java.lang.Object
-
- net.guerlab.smart.platform.server.service.BaseServiceImpl<WxUserLoginLog,Long,WxUserLoginLogMapper>
-
- net.guerlab.smart.wx.service.service.impl.WxUserLoginLogServiceImpl
-
- 所有已实现的接口:
net.guerlab.smart.platform.server.service.BaseDeleteService<WxUserLoginLog,Long>,net.guerlab.smart.platform.server.service.BaseFindService<WxUserLoginLog,Long>,net.guerlab.smart.platform.server.service.BaseSaveService<WxUserLoginLog>,net.guerlab.smart.platform.server.service.BaseService<WxUserLoginLog,Long>,net.guerlab.smart.platform.server.service.BaseUpdateService<WxUserLoginLog>,net.guerlab.smart.platform.server.service.ExampleGetter<WxUserLoginLog>,AfterWxAppUpdateHandler,AfterWxUserUpdateHandler,WxUserLoginLogService
@Service public class WxUserLoginLogServiceImpl extends net.guerlab.smart.platform.server.service.BaseServiceImpl<WxUserLoginLog,Long,WxUserLoginLogMapper> implements WxUserLoginLogService, AfterWxUserUpdateHandler, AfterWxAppUpdateHandler
微信用户登录记录服务实现- 作者:
- guer
-
-
构造器概要
构造器 构造器 说明 WxUserLoginLogServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddLog(WxUser user)添加登录记录voidafterWxAppUpdateHandler(WxApp wxApp)微信应用更新后置处理voidafterWxUserUpdateHandler(WxUser wxUser)微信用户更新后置处理-
从类继承的方法 net.guerlab.smart.platform.server.service.BaseServiceImpl
delete, deleteAfter, deleteBefore, deleteById, deleteByIdAfter, deleteByIdBefore, insert, insertAfter, insertBefore, insertSelective, selectAll, selectAll, selectById, selectCount, selectCount, selectList, selectList, selectOne, selectOne, selectPage, setMapper, setSequence, updateAfter, updateBefore, 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.BaseFindService
selectAll, selectAll, selectById, selectByIdOptional, selectCount, selectCount, selectList, selectList, selectOne, selectOne, selectOneOptional, selectOneOptional, selectPage
-
从接口继承的方法 net.guerlab.smart.wx.service.service.WxUserLoginLogService
getEntityClass
-
-
-
-
方法详细资料
-
addLog
public void addLog(WxUser user)
从接口复制的说明:WxUserLoginLogService添加登录记录- 指定者:
addLog在接口中WxUserLoginLogService- 参数:
user- 微信用户
-
afterWxUserUpdateHandler
public void afterWxUserUpdateHandler(WxUser wxUser)
从接口复制的说明:AfterWxUserUpdateHandler微信用户更新后置处理- 指定者:
afterWxUserUpdateHandler在接口中AfterWxUserUpdateHandler- 参数:
wxUser- 微信用户
-
afterWxAppUpdateHandler
public void afterWxAppUpdateHandler(WxApp wxApp)
从接口复制的说明:AfterWxAppUpdateHandler微信应用更新后置处理- 指定者:
afterWxAppUpdateHandler在接口中AfterWxAppUpdateHandler- 参数:
wxApp- 微信应用
-
-