接口 WxUserService

  • 所有超级接口:
    net.guerlab.smart.platform.server.service.BaseDeleteService<WxUser,​String>, net.guerlab.smart.platform.server.service.BaseFindService<WxUser,​String>, net.guerlab.smart.platform.server.service.BaseSaveService<WxUser>, net.guerlab.smart.platform.server.service.BaseService<WxUser,​String>, net.guerlab.smart.platform.server.service.BaseUpdateService<WxUser>, net.guerlab.smart.platform.server.service.ExampleGetter<WxUser>
    所有已知实现类:
    WxUserServiceImpl

    public interface WxUserService
    extends net.guerlab.smart.platform.server.service.BaseService<WxUser,​String>
    微信用户服务
    作者:
    guer
    • 方法概要

      所有方法 实例方法 抽象方法 默认方法 
      修饰符和类型 方法 说明
      void delete​(String appId, String openId)
      通过appId和openId删除用户
      WxUser findUser​(String appId, String openId)
      通过appId和openId查询用户
      default Class<WxUser> getEntityClass()
      获取实体类型
      • 从接口继承的方法 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.BaseSaveService

        insert, insertSelective
      • 从接口继承的方法 net.guerlab.smart.platform.server.service.BaseUpdateService

        updateByExample, updateByExampleSelective, updateById, updateBySearchParams, updateBySearchParamsSelective, updateSelectiveById
      • 从接口继承的方法 net.guerlab.smart.platform.server.service.ExampleGetter

        getExample, getExample
    • 方法详细资料

      • findUser

        WxUser findUser​(String appId,
                        String openId)
        通过appId和openId查询用户
        参数:
        appId - appId
        openId - openId
        返回:
        微信用户
      • delete

        void delete​(String appId,
                    String openId)
        通过appId和openId删除用户
        参数:
        appId - appId
        openId - openId
      • getEntityClass

        default Class<WxUser> getEntityClass()
        获取实体类型
        指定者:
        getEntityClass 在接口中 net.guerlab.smart.platform.server.service.ExampleGetter<WxUser>
        返回:
        实体类型