@Service(value="managerBiz") @Transactional public class ManagerBizImpl extends net.mingsoft.base.biz.impl.BaseBizImpl<IManagerDao,ManagerEntity> implements IManagerBiz
铭飞CMS-铭飞内容管理系统
Copyright: Copyright (c) 2014 - 2015
Company:江西铭软科技有限公司
版权所有 铭飞科技
Comments:管理员业务层实现类,继承BaseBizImpl,实现IManagerBiz
Create Date:2014-7-14
Modification history:
| 构造器和说明 |
|---|
ManagerBizImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
net.mingsoft.base.dao.IBaseDao |
getDao()
获取管理员持久化层
|
ManagerEntity |
getManagerByManagerName(String managerName)
根据账号名查询
|
IManagerDao |
getManagerDao()
获取管理员持久化层
|
List<ManagerEntity> |
queryAllChildManager(int managerId)
查询当前登录的管理员的所有子管理员
|
List<ManagerEntity> |
queryAllManager(List<ManagerEntity> managerList)
将角色IDS转换为多角色名
|
void |
setManagerDao(IManagerDao managerDao)
设置managerDao
|
void |
updateUserPasswordByUserName(ManagerEntity manager)
根据用户名修改用户密码
|
alterTable, countBySQL, countBySQL, createTable, delete, delete, deleteBySQL, deleteEntity, deleteEntity, dropTable, excuteSql, getEntity, getEntity, getOne, insertBySQL, query, queryAll, queryBySQL, queryBySQL, queryBySQL, queryBySQL, queryBySQL, queryBySQL, queryCount, saveBatch, saveEntity, updateBySQL, updateCache, updateEntitycloseSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalterTable, countBySQL, countBySQL, createTable, delete, delete, deleteBySQL, deleteEntity, deleteEntity, dropTable, excuteSql, getEntity, getEntity, insertBySQL, query, queryAll, queryBySQL, queryBySQL, queryBySQL, queryBySQL, queryBySQL, queryBySQL, queryCount, saveBatch, saveEntity, updateBySQL, updateCache, updateEntitycount, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdpublic IManagerDao getManagerDao()
@Autowired public void setManagerDao(IManagerDao managerDao)
managerDao - 管理员持久化层public net.mingsoft.base.dao.IBaseDao getDao()
getDao 在类中 net.mingsoft.base.biz.impl.BaseBizImpl<IManagerDao,ManagerEntity>public void updateUserPasswordByUserName(ManagerEntity manager)
IManagerBizupdateUserPasswordByUserName 在接口中 IManagerBizmanager - 管理员实体public List<ManagerEntity> queryAllChildManager(int managerId)
IManagerBizqueryAllChildManager 在接口中 IManagerBizpublic List<ManagerEntity> queryAllManager(List<ManagerEntity> managerList)
IManagerBizqueryAllManager 在接口中 IManagerBizpublic ManagerEntity getManagerByManagerName(String managerName)
getManagerByManagerName 在接口中 IManagerBizmanagerName - 传入的账号Copyright © 2023. All rights reserved.