smartbi.sdk.service.systemconfig
类 SystemConfigService

java.lang.Object
  继承者 smartbi.sdk.service.systemconfig.SystemConfigService

public class SystemConfigService
extends java.lang.Object

此类为系统设置的服务接口,获取系统设置选取项。


构造方法摘要
SystemConfigService(ClientConnector conn)
           
 
方法摘要
 void clearCache()
          清空缓存
 SystemConfig getSystemConfig(java.lang.String key)
           
 java.util.List<SystemConfig> getSystemConfigs()
          获取系统设置
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SystemConfigService

public SystemConfigService(ClientConnector conn)
方法详细信息

getSystemConfigs

public java.util.List<SystemConfig> getSystemConfigs()
获取系统设置

返回:
系统设置对象列表

getSystemConfig

public SystemConfig getSystemConfig(java.lang.String key)

clearCache

public void clearCache()
清空缓存