程序包 | 说明 |
---|---|
com.fr.fs | |
com.fr.fs.cache | |
com.fr.fs.cache.decision.category | |
com.fr.fs.cache.decision.category.impl.memory | |
com.fr.fs.dao | |
com.fr.fs.plugin.op | |
com.fr.mobile |
限定符和类型 | 方法和说明 |
---|---|
PlatformManageModule[] |
FSPlate.supportPlatformManageModules()
这个板块所需要支持的管理菜单,如果需要把菜单显示到中间位置,请设置这个板块菜单的优先级
|
PlatformManageModule[] |
AbstractFSPlate.supportPlatformManageModules()
这个板块所需要支持的管理菜单,如果需要把菜单显示到中间位置,请设置这个板块菜单的优先级
|
限定符和类型 | 方法和说明 |
---|---|
protected PlatformManageModule |
ModuleTreeNode.getPlatformManageModule() |
限定符和类型 | 方法和说明 |
---|---|
static java.util.List<PlatformManageModule> |
ModuleCache.getAllModules() |
static java.util.List<PlatformManageModule> |
ModuleCache.getAllModules(boolean clone) |
static java.util.List<PlatformManageModule> |
ModuleCache.getClonedAllModules() |
限定符和类型 | 方法和说明 |
---|---|
static void |
ModuleCache.cache(PlatformManageModule platformManageModule)
缓存module
|
构造器和说明 |
---|
ModuleTreeNode(PlatformManageModule platformManageModule) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<PlatformManageModule> |
ModuleExecutor.getAllModules() |
java.util.List<PlatformManageModule> |
ModuleExecutor.getAllModules(boolean clone) |
java.util.List<PlatformManageModule> |
ModuleExecutor.getClonedAllModules() |
限定符和类型 | 方法和说明 |
---|---|
void |
ModuleExecutor.cache(PlatformManageModule platformManageModule)
缓存module
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<PlatformManageModule> |
MemoryModuleExecutor.getAllModules() |
java.util.List<PlatformManageModule> |
MemoryModuleExecutor.getAllModules(boolean clone) |
java.util.List<PlatformManageModule> |
MemoryModuleExecutor.getClonedAllModules() |
限定符和类型 | 方法和说明 |
---|---|
void |
MemoryModuleExecutor.cache(PlatformManageModule platformManageModule)
缓存module
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
PlatformManageModuleDataAccessObject.delete(PlatformManageModule platformManageModule) |
void |
PlatformManageModuleDataAccessObject.save(PlatformManageModule platformManageModule) |
限定符和类型 | 方法和说明 |
---|---|
PlatformManageModule[] |
PluginOperatePlate.supportPlatformManageModules() |
限定符和类型 | 方法和说明 |
---|---|
PlatformManageModule[] |
FMobilePlate.supportPlatformManageModules()
对应的管理平台节点
|