|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object gboat2.base.core.service.BaseService gboat2.web.business.impl.SystemConfigBusinessImpl
@Transactional @Service public class SystemConfigBusinessImpl
字段摘要 |
---|
从类 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 |
构造方法详细信息 |
---|
public SystemConfigBusinessImpl()
方法详细信息 |
---|
@Deprecated public SystemConfig findSysCfg()
ISystemConfigBusiness
复制的描述
ISystemConfigBusiness
中的 findSysCfg
public SystemConfig getSystemConfig(String systemId)
ISystemConfigBusiness
复制的描述
ISystemConfigBusiness
中的 getSystemConfig
systemId
- 系统ID
public SystemConfig findSysCfgById(String systemId)
ISystemConfigBusiness
复制的描述
ISystemConfigBusiness
中的 findSysCfgById
systemId
- 系统ID
public Map<String,SystemTheme> findThemeCfg() throws IOException
ISystemConfigBusiness
复制的描述
ISystemConfigBusiness
中的 findThemeCfg
IOException
- 读取主题配置失败public List<SystemConfig> getAllSysCfg()
ISystemConfigBusiness
复制的描述
ISystemConfigBusiness
中的 getAllSysCfg
public SystemConfig getSystemByIndexUrl(String indexUrl)
ISystemConfigBusiness
复制的描述
ISystemConfigBusiness
中的 getSystemByIndexUrl
public List<SystemAuthorityResourceVO> getSystemsOfRole(String roleId)
ISystemConfigBusiness
中的 getSystemsOfRole
public RoleNavMode getNavMode(String systemId, String roleCode)
ISystemConfigBusiness
复制的描述
ISystemConfigBusiness
中的 getNavMode
public List<SystemConfig> getAllSystemConfig()
ISystemConfigBusiness
复制的描述
ISystemConfigBusiness
中的 getAllSystemConfig
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |