public interface MenuService extends BaseService<SysMenu,String>
Modifier and Type | Method and Description |
---|---|
List<SysMenu> |
getMenuChildren(String id) |
List<SysMenu> |
getMenuChildrenAll(String id) |
com.alibaba.fastjson.JSONArray |
getMenuJsonByUser(List<SysMenu> menuList) |
com.alibaba.fastjson.JSONArray |
getMenuJsonList() |
List<SysMenu> |
getMenuNotSuper() |
com.alibaba.fastjson.JSONArray |
getTreeUtil(String roleId) |
List<SysMenu> |
getUserMenu(String id) |
int |
insert(SysMenu menu) |
delete, deleteByExample, deleteByIds, deleteByPrimaryKey, deleteByPrimaryKey, existsWithPrimaryKey, getList, insertList, insertSelective, insertUseGeneratedKeys, select, selectAll, selectByExample, selectByExampleAndRowBounds, selectByIds, selectByPrimaryKey, selectByRowBounds, selectCount, selectCountByExample, selectListByPage, selectOne, selectOneByExample, show, showAll, updateByExample, updateByExampleSelective, updateByPrimaryKey, updateByPrimaryKeySelective
Copyright © 2019. All rights reserved.