gboat2.web.service.impl
类 SystemConfigServiceImpl
java.lang.Object
gboat2.base.core.service.BaseService
gboat2.web.service.impl.SystemConfigServiceImpl
- 所有已实现的接口:
- IBaseService, ISystemConfigService
public class SystemConfigServiceImpl
- extends BaseService
- implements ISystemConfigService
提供 系统配置的service接口
- 从以下版本开始:
- jdk1.6
- 作者:
- wanghb
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemConfigServiceImpl
public SystemConfigServiceImpl()
findSysCfgById
public SystemConfig findSysCfgById(String systemId)
- 从接口
ISystemConfigService
复制的描述
- 根据Id取得系统信息
- 指定者:
- 接口
ISystemConfigService
中的 findSysCfgById
- 参数:
systemId
- 系统ID
- 返回:
- 系统配置
getSystemByIndexUrl
public SystemConfig getSystemByIndexUrl(String indexUrl)
- 从接口
ISystemConfigService
复制的描述
- 根据首页地址获取系统配置
- 指定者:
- 接口
ISystemConfigService
中的 getSystemByIndexUrl
- 返回:
getSystemConfig
public SystemConfig getSystemConfig(String systemId)
- 从接口
ISystemConfigService
复制的描述
- 根据Id取得系统信息
- 指定者:
- 接口
ISystemConfigService
中的 getSystemConfig
- 参数:
systemId
- 系统ID
- 返回:
- 系统配置
getAllSystemConfig
public List<SystemConfig> getAllSystemConfig()
- 从接口
ISystemConfigService
复制的描述
- 获取所有的系统配置项
- 指定者:
- 接口
ISystemConfigService
中的 getAllSystemConfig
- 返回:
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.