gboat2.web.service
接口 ISystemConfigService

所有超级接口:
IBaseService
所有已知实现类:
SystemConfigServiceImpl

public interface ISystemConfigService
extends IBaseService

提供 系统配置的service接口

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

方法摘要
 SystemConfig findSysCfgById(String systemId)
          根据Id取得系统信息
 List<SystemConfig> getAllSystemConfig()
          获取所有的系统配置项
 SystemConfig getSystemByIndexUrl(String indexUrl)
          根据首页地址获取系统配置
 SystemConfig getSystemConfig(String systemId)
          根据Id取得系统信息
 
从接口 gboat2.base.core.service.IBaseService 继承的方法
delete, get, getAsPage, getAsPage, query, query, save, update
 

方法详细信息

getSystemConfig

SystemConfig getSystemConfig(String systemId)
根据Id取得系统信息

参数:
systemId - 系统ID
返回:
系统配置

findSysCfgById

SystemConfig findSysCfgById(String systemId)
根据Id取得系统信息

参数:
systemId - 系统ID
返回:
系统配置

getSystemByIndexUrl

SystemConfig getSystemByIndexUrl(String indexUrl)
根据首页地址获取系统配置

参数:
indexUrl -
返回:

getAllSystemConfig

List<SystemConfig> getAllSystemConfig()
获取所有的系统配置项

返回:


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