@Repository(value="optInfoDao") public interface OptInfoDao extends OptInfoDao
| 限定符和类型 | 方法和说明 |
|---|---|
List<OptInfo> |
getMenuFuncByUserID(String userCode,
String optType) |
List<OptInfo> |
listMenuByTypes(String... types)
根据菜单类型获取菜单
|
List<OptInfo> |
listObjectByParentOptid(String optId) |
List<String> |
listUserDataPowerByOptMethod(String userCode,
String optid,
String optMethod) |
countChildrenSum, deleteObject, deleteObjectById, getMenuFuncByOptUrl, getObjectById, listAllOptMethodUrlMap, listObjects, listObjectsAll, listUserAllSubMenu, saveNewObject, updateOptInfoList<OptInfo> getMenuFuncByUserID(@Param(value="userCode") String userCode, @Param(value="optType") String optType)
getMenuFuncByUserID 在接口中 OptInfoDaoList<String> listUserDataPowerByOptMethod(@Param(value="userCode") String userCode, @Param(value="optId") String optid, @Param(value="optMethod") String optMethod)
listUserDataPowerByOptMethod 在接口中 OptInfoDaoList<OptInfo> listObjectByParentOptid(@Param(value="optId") String optId)
listObjectByParentOptid 在接口中 OptInfoDaoList<OptInfo> listMenuByTypes(@Param(value="types") String... types)
listMenuByTypes 在接口中 OptInfoDaotypes - 类型数组Copyright © 2019 Centit Information Technical, co. Inc.. All rights reserved.