gboat2.base.core.service
接口 IModuleService

所有已知实现类:
ModuleService

public interface IModuleService

节点和操作服务

从以下版本开始:
jdk1.6
作者:
lysming

方法摘要
 List<ModuleAttach> getModuleAttachList()
          获取所有@Attach标注的模块附件类型集定义
 List<Module> getModuleByBundleAddAction(String bundleName, String actionName)
          得到某个Bundle下的某个Action下的所有Module
 List<Module> getModuleListByBundleName(String bundleName)
          得到某一个Bundle下的所有Module
 List<Module> getModules()
           
 List<Module> getModules(String queryString)
          查询符合条件的Module
 List<Opera> getOperaByAction(String actionName)
          获取某个Action下所有需要校验的Opera对象
 List<Opera> getOperaByBundleAddAction(String bundleName, String actionName)
          得到某个Bundle下某个Action的所有操作 TODO
 List<PreferenceDefinition> getPreferences()
          获取所有@Preference对应的首选项
 

方法详细信息

getModules

List<Module> getModules()

getModules

List<Module> getModules(String queryString)
查询符合条件的Module

参数:
queryString - 可以是bundleName,className,节点名称,支持模糊查询
返回:
返回ModuleList

getModuleListByBundleName

List<Module> getModuleListByBundleName(String bundleName)
得到某一个Bundle下的所有Module

参数:
bundleName - bundle名称
返回:
返回ModuleList

getModuleByBundleAddAction

List<Module> getModuleByBundleAddAction(String bundleName,
                                        String actionName)
得到某个Bundle下的某个Action下的所有Module

参数:
bundleName - bundle名称
actionName - action名称
返回:
返回ModuleList

getOperaByBundleAddAction

List<Opera> getOperaByBundleAddAction(String bundleName,
                                      String actionName)
得到某个Bundle下某个Action的所有操作 TODO

参数:
bundleName - bundle名称
actionName - action名称
返回:
返回OperaList

getOperaByAction

List<Opera> getOperaByAction(String actionName)
获取某个Action下所有需要校验的Opera对象

参数:
actionName - Action全名
返回:
返回actionName Action下所有需要进行权限校验的Opera

getPreferences

List<PreferenceDefinition> getPreferences()
获取所有@Preference对应的首选项

返回:

getModuleAttachList

List<ModuleAttach> getModuleAttachList()
获取所有@Attach标注的模块附件类型集定义

返回:


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.