com.retek.component.systemparameter.impl.persistence.cache
Class CacheSystemParameterDao

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.persistence.cache.CacheDao
      extended bycom.retek.component.systemparameter.impl.persistence.cache.CacheSystemParameterDao
All Implemented Interfaces:
SystemParameterDao

public class CacheSystemParameterDao
extends CacheDao
implements SystemParameterDao


Constructor Summary
CacheSystemParameterDao()
           
 
Method Summary
 java.util.HashMap getAllForType(SystemParameterTypeEnum systemParameterType)
           
protected  java.util.HashMap getMap()
           
 java.util.HashMap getParameters()
           
static java.lang.String getSizeReport()
           
 java.lang.String getValue(SystemParameterTypeEnum systemParameterType, java.lang.String key)
           
static void reset()
           
 void setValue(SystemParameterTypeEnum systemParameterType, java.lang.String key, java.lang.String value)
           
 
Methods inherited from class com.retek.commons.domain.core.impl.persistence.cache.CacheDao
deleteDto, findAllDtos, getLogger, getNextId, isWildCardEqual, readDto, submitDto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheSystemParameterDao

public CacheSystemParameterDao()
Method Detail

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