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

字段摘要
 
从类 gboat2.base.core.service.BaseService 继承的字段
baseDAO
 
构造方法摘要
SystemConfigServiceImpl()
           
 
方法摘要
 SystemConfig findSysCfgById(String systemId)
          根据Id取得系统信息
 List<SystemConfig> getAllSystemConfig()
          获取所有的系统配置项
 SystemConfig getSystemByIndexUrl(String indexUrl)
          根据首页地址获取系统配置
 SystemConfig getSystemConfig(String systemId)
          根据Id取得系统信息
 
从类 gboat2.base.core.service.BaseService 继承的方法
delete, get, getAsPage, getAsPage, query, query, save, update
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 gboat2.base.core.service.IBaseService 继承的方法
delete, get, getAsPage, getAsPage, query, query, save, update
 

构造方法详细信息

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.