类 WebMenuServiceImpl
java.lang.Object
cn.nkpro.elcube.platform.service.impl.WebMenuServiceImpl
- 所有已实现的接口:
DeployAble,WebMenuService,org.springframework.beans.factory.InitializingBean
@Order(10)
@Service
public class WebMenuServiceImpl
extends Object
implements WebMenuService, DeployAble, org.springframework.beans.factory.InitializingBean
Created by bean on 2020/1/3.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidvoidexportConfig(com.alibaba.fastjson.JSONObject config, com.alibaba.fastjson.JSONObject export)getMenus(boolean filterAuth)根据当前用户的权限获取对应的菜单voidimportConfig(com.alibaba.fastjson.JSONObject data)voidloadExport(com.alibaba.fastjson.JSONArray exports)
-
构造器详细资料
-
WebMenuServiceImpl
public WebMenuServiceImpl()
-
-
方法详细资料
-
getMenus
根据当前用户的权限获取对应的菜单- 指定者:
getMenus在接口中WebMenuService- 返回:
-
getDetail
- 指定者:
getDetail在接口中WebMenuService
-
doUpdate
- 指定者:
doUpdate在接口中WebMenuService
-
afterPropertiesSet
public void afterPropertiesSet()- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean
-
loadExport
public void loadExport(com.alibaba.fastjson.JSONArray exports)- 指定者:
loadExport在接口中DeployAble
-
exportConfig
public void exportConfig(com.alibaba.fastjson.JSONObject config, com.alibaba.fastjson.JSONObject export)- 指定者:
exportConfig在接口中DeployAble
-
importConfig
public void importConfig(com.alibaba.fastjson.JSONObject data)- 指定者:
importConfig在接口中DeployAble
-