com.retek.component.systemparameter.impl.persistence.cache
Class CacheSystemParameterDao
java.lang.Object
com.retek.commons.domain.core.impl.persistence.cache.CacheDao
com.retek.component.systemparameter.impl.persistence.cache.CacheSystemParameterDao
- All Implemented Interfaces:
- SystemParameterDao
- public class CacheSystemParameterDao
- extends CacheDao
- implements SystemParameterDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheSystemParameterDao
public CacheSystemParameterDao()
getSizeReport
public static java.lang.String getSizeReport()
getParameters
public java.util.HashMap getParameters()
throws SystemException
- Specified by:
getParameters
in interface SystemParameterDao
- Throws:
SystemException
setValue
public void setValue(SystemParameterTypeEnum systemParameterType,
java.lang.String key,
java.lang.String value)
throws SystemException
- Specified by:
setValue
in interface SystemParameterDao
- Throws:
SystemException
getMap
protected java.util.HashMap getMap()
- Specified by:
getMap
in class CacheDao
reset
public static void reset()
getValue
public java.lang.String getValue(SystemParameterTypeEnum systemParameterType,
java.lang.String key)
throws SystemException
- Specified by:
getValue
in interface SystemParameterDao
- Throws:
SystemException
getAllForType
public java.util.HashMap getAllForType(SystemParameterTypeEnum systemParameterType)
- Specified by:
getAllForType
in interface SystemParameterDao
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28