@Service(value="roleModelBiz") public class RoleModelBizImpl extends com.mingsoft.base.biz.impl.BaseBizImpl implements IRoleModelBiz
| 构造器和说明 |
|---|
RoleModelBizImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.mingsoft.base.dao.IBaseDao |
getDao()
获取角色模块持久化层
|
List<RoleModelEntity> |
queryByRoleId(int roleId)
通过角色获取所有关联的模块id
|
void |
saveEntity(List<RoleModelEntity> roleModelList)
保存该角色对应的模块集合
|
void |
updateEntity(List<RoleModelEntity> roleModelList)
更新该角色对应的模块集合
|
alterTable, alterTable, countBySQL, createTable, delete, deleteBySQL, deleteEntity, deleteEntity, dropTable, excuteSql, getEntity, getEntity, insertBySQL, query, queryAll, queryByPage, queryBySQL, queryBySQL, queryCount, queryForSearchMapping, saveBatch, saveEntity, updateBySQL, updateEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalterTable, alterTable, countBySQL, createTable, delete, deleteBySQL, deleteEntity, deleteEntity, dropTable, excuteSql, getEntity, getEntity, insertBySQL, query, queryAll, queryByPage, queryBySQL, queryBySQL, queryCount, queryForSearchMapping, saveBatch, saveEntity, updateBySQL, updateEntitypublic com.mingsoft.base.dao.IBaseDao getDao()
getDao 在类中 com.mingsoft.base.biz.impl.BaseBizImplpublic void saveEntity(List<RoleModelEntity> roleModelList)
IRoleModelBizsaveEntity 在接口中 IRoleModelBizroleModelList - 集合public void updateEntity(List<RoleModelEntity> roleModelList)
IRoleModelBizupdateEntity 在接口中 IRoleModelBizroleModelList - 集合public List<RoleModelEntity> queryByRoleId(int roleId)
IRoleModelBizqueryByRoleId 在接口中 IRoleModelBizCopyright © 2018. All rights reserved.