类 PlatformRegistryServiceImpl
java.lang.Object
cn.nkpro.elcube.platform.service.impl.PlatformRegistryServiceImpl
- 所有已实现的接口:
DeployAble,PlatformRegistryService
@Order(0)
@Service
public class PlatformRegistryServiceImpl
extends Object
implements PlatformRegistryService, DeployAble
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddeleteValue(PlatformRegistry registry)voiddoUpdate(List<PlatformRegistry> list)voidexportConfig(com.alibaba.fastjson.JSONObject config, com.alibaba.fastjson.JSONObject export)getAllByType(String type)<T> TgetTree()voidimportConfig(com.alibaba.fastjson.JSONObject data)voidloadExport(com.alibaba.fastjson.JSONArray exports)voidupdateValue(PlatformRegistry registry)
-
构造器详细资料
-
PlatformRegistryServiceImpl
public PlatformRegistryServiceImpl()
-
-
方法详细资料
-
getAllByType
- 指定者:
getAllByType在接口中PlatformRegistryService
-
getJSON
- 指定者:
getJSON在接口中PlatformRegistryService
-
getString
- 指定者:
getString在接口中PlatformRegistryService
-
getObject
- 指定者:
getObject在接口中PlatformRegistryService
-
getList
- 指定者:
getList在接口中PlatformRegistryService
-
getValue
- 指定者:
getValue在接口中PlatformRegistryService
-
updateValue
- 指定者:
updateValue在接口中PlatformRegistryService
-
deleteValue
- 指定者:
deleteValue在接口中PlatformRegistryService
-
getTree
- 指定者:
getTree在接口中PlatformRegistryService
-
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
-
doUpdate
- 指定者:
doUpdate在接口中PlatformRegistryService
-