Interface IManagerDao

All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<ManagerEntity>, net.mingsoft.base.dao.IBaseDao<ManagerEntity>, com.baomidou.mybatisplus.core.mapper.Mapper<ManagerEntity>

public interface IManagerDao extends net.mingsoft.base.dao.IBaseDao<ManagerEntity>
管理员持久化
Version:
版本号:100-000-000
创建日期:2012-03-15
历史修订:
Author:
ms dev group
  • Method Summary

    Modifier and Type
    Method
    Description
    queryAllChildManager(int managerId)
    查询当前登录的管理员的所有子管理员
    void
    根据用户名修改用户密码

    Methods inherited from interface com.baomidou.mybatisplus.core.mapper.BaseMapper

    delete, deleteBatchIds, deleteById, deleteById, deleteById, deleteByIds, deleteByIds, deleteByMap, exists, insert, insert, insert, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, selectBatchIds, selectBatchIds, selectById, selectByIds, selectByIds, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById, updateById, updateById

    Methods inherited from interface net.mingsoft.base.dao.IBaseDao

    alterTable, createTable, delete, delete, deleteByEntity, deleteBySQL, deleteEntity, dropTable, excuteSql, getByEntity, getEntity, getEntity, insertBySQL, query, queryAll, queryByPage, queryCount, saveBatch, saveEntity, updateBySQL, updateCache, updateEntity
  • Method Details

    • updateUserPasswordByUserName

      void updateUserPasswordByUserName(ManagerEntity manager)
      根据用户名修改用户密码
      Parameters:
      manager - 管理员实体
    • queryAllChildManager

      List<ManagerEntity> queryAllChildManager(int managerId)
      查询当前登录的管理员的所有子管理员
      Returns:
      返回管理员集合