gboat2.web.business.impl
类 SystemConfigBusinessImpl

java.lang.Object
  继承者 gboat2.base.core.service.BaseService
      继承者 gboat2.web.business.impl.SystemConfigBusinessImpl
所有已实现的接口:
IBaseService, ISystemConfigBusiness

@Transactional
@Service
public class SystemConfigBusinessImpl
extends BaseService
implements ISystemConfigBusiness

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

字段摘要
 
从类 gboat2.base.core.service.BaseService 继承的字段
baseDAO
 
构造方法摘要
SystemConfigBusinessImpl()
           
 
方法摘要
 SystemConfig findSysCfg()
          已过时。 
 SystemConfig findSysCfgById(String systemId)
          根据Id取得系统信息
 Map<String,SystemTheme> findThemeCfg()
          取得主题的配置文件 key:themeId value:SystemTheme
 List<SystemConfig> getAllSysCfg()
          获取所有的系统配置项
 List<SystemConfig> getAllSystemConfig()
          获取所有的系统配置项
 RoleNavMode getNavMode(String systemId, String roleCode)
          获取为指定角色在系统下定义的显示模式
 SystemConfig getSystemByIndexUrl(String indexUrl)
          根据首页地址获取系统配置
 SystemConfig getSystemConfig(String systemId)
          根据Id取得系统信息
 List<SystemAuthorityResourceVO> getSystemsOfRole(String roleId)
           
 
从类 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
 

构造方法详细信息

SystemConfigBusinessImpl

public SystemConfigBusinessImpl()
方法详细信息

findSysCfg

@Deprecated
public SystemConfig findSysCfg()
已过时。 

从接口 ISystemConfigBusiness 复制的描述
查找当前系统的配置数据

指定者:
接口 ISystemConfigBusiness 中的 findSysCfg
返回:
syscfg

getSystemConfig

public SystemConfig getSystemConfig(String systemId)
从接口 ISystemConfigBusiness 复制的描述
根据Id取得系统信息

指定者:
接口 ISystemConfigBusiness 中的 getSystemConfig
参数:
systemId - 系统ID
返回:
系统配置SystemConfig

findSysCfgById

public SystemConfig findSysCfgById(String systemId)
从接口 ISystemConfigBusiness 复制的描述
根据Id取得系统信息

指定者:
接口 ISystemConfigBusiness 中的 findSysCfgById
参数:
systemId - 系统ID
返回:
系统配置

findThemeCfg

public Map<String,SystemTheme> findThemeCfg()
                                     throws IOException
从接口 ISystemConfigBusiness 复制的描述
取得主题的配置文件 key:themeId value:SystemTheme

指定者:
接口 ISystemConfigBusiness 中的 findThemeCfg
返回:
主题的配置文件
抛出:
IOException - 读取主题配置失败

getAllSysCfg

public List<SystemConfig> getAllSysCfg()
从接口 ISystemConfigBusiness 复制的描述
获取所有的系统配置项

指定者:
接口 ISystemConfigBusiness 中的 getAllSysCfg
返回:

getSystemByIndexUrl

public SystemConfig getSystemByIndexUrl(String indexUrl)
从接口 ISystemConfigBusiness 复制的描述
根据首页地址获取系统配置

指定者:
接口 ISystemConfigBusiness 中的 getSystemByIndexUrl
返回:

getSystemsOfRole

public List<SystemAuthorityResourceVO> getSystemsOfRole(String roleId)
指定者:
接口 ISystemConfigBusiness 中的 getSystemsOfRole

getNavMode

public RoleNavMode getNavMode(String systemId,
                              String roleCode)
从接口 ISystemConfigBusiness 复制的描述
获取为指定角色在系统下定义的显示模式

指定者:
接口 ISystemConfigBusiness 中的 getNavMode
返回:

getAllSystemConfig

public List<SystemConfig> getAllSystemConfig()
从接口 ISystemConfigBusiness 复制的描述
获取所有的系统配置项

指定者:
接口 ISystemConfigBusiness 中的 getAllSystemConfig
返回:


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