类 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.
  • 构造器详细资料

    • WebMenuServiceImpl

      public WebMenuServiceImpl()
  • 方法详细资料

    • getMenus

      public List<WebMenuBO> getMenus(boolean filterAuth)
      根据当前用户的权限获取对应的菜单
      指定者:
      getMenus 在接口中 WebMenuService
      返回:
    • getDetail

      public PlatformMenu getDetail(String id)
      指定者:
      getDetail 在接口中 WebMenuService
    • doUpdate

      @Transactional public void doUpdate(List<WebMenuBO> menus)
      指定者:
      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