com.retek.component.systemparameter.impl.persistence.db.oracle
Class OracleSystemParameterDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.systemparameter.impl.persistence.db.oracle.OracleSystemParameterDao
All Implemented Interfaces:
SystemParameterDao

public class OracleSystemParameterDao
extends AbstractOracleDao
implements SystemParameterDao


Constructor Summary
OracleSystemParameterDao()
           
 
Method Summary
 java.util.HashMap getAllForType(SystemParameterTypeEnum systemParameterType)
           
 java.util.HashMap getParameters()
           
 java.lang.String getValue(SystemParameterTypeEnum systemParameterType, java.lang.String key)
           
 void setValue(SystemParameterTypeEnum systemParameterType, java.lang.String key, java.lang.String value)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache, getDaoResourceProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleSystemParameterDao

public OracleSystemParameterDao()
Method Detail

getValue

public java.lang.String getValue(SystemParameterTypeEnum systemParameterType,
                                 java.lang.String key)
                          throws SystemException
Specified by:
getValue 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

getAllForType

public java.util.HashMap getAllForType(SystemParameterTypeEnum systemParameterType)
                                throws SystemException
Specified by:
getAllForType in interface SystemParameterDao
Throws:
SystemException

getParameters

public java.util.HashMap getParameters()
                                throws SystemException
Specified by:
getParameters in interface SystemParameterDao
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28