@Service(value="managerBiz") @Transactional public class ManagerBizImpl extends net.mingsoft.base.biz.impl.BaseBizImpl implements IManagerBiz
铭飞CMS-铭飞内容管理系统
Copyright: Copyright (c) 2014 - 2015
Company:景德镇铭飞科技有限公司
版权所有 铭飞科技
Comments:管理员业务层实现类,继承BaseBizImpl,实现IManagerBiz
Create Date:2014-7-14
Modification history:
| Constructor and Description |
|---|
ManagerBizImpl() |
| Modifier and Type | Method and Description |
|---|---|
net.mingsoft.base.dao.IBaseDao |
getDao()
获取管理员持久化层
|
ManagerEntity |
getManagerByManagerName(String managerName)
根据账号名查询
|
IManagerDao |
getManagerDao()
获取管理员持久化层
|
List<ManagerEntity> |
queryAllChildManager(int managerId)
查询当前登录的管理员的所有子管理员
|
void |
setManagerDao(IManagerDao managerDao)
设置managerDao
|
void |
updateUserPasswordByUserName(ManagerEntity manager)
根据用户名修改用户密码
|
countBySQL, createTable, delete, delete, deleteBySQL, deleteEntity, deleteEntity, dropTable, excuteSql, getEntity, getEntity, insertBySQL, query, queryAll, queryBySQL, queryBySQL, queryCount, saveBatch, saveEntity, updateBySQL, updateEntitycloseSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getMap, getObj, getOne, getSqlStatement, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountBySQL, createTable, delete, delete, deleteBySQL, deleteEntity, deleteEntity, dropTable, excuteSql, getEntity, getEntity, insertBySQL, query, queryAll, queryBySQL, queryBySQL, queryCount, saveBatch, saveEntity, updateBySQL, updateEntitycount, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, 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 in class net.mingsoft.base.biz.impl.BaseBizImplpublic void updateUserPasswordByUserName(ManagerEntity manager)
IManagerBizupdateUserPasswordByUserName in interface IManagerBizmanager - 管理员实体public List<ManagerEntity> queryAllChildManager(int managerId)
IManagerBizqueryAllChildManager in interface IManagerBizpublic ManagerEntity getManagerByManagerName(String managerName)
getManagerByManagerName in interface IManagerBizmanagerName - 传入的账号Copyright © 2020. All rights reserved.