com.retek.component.systemparameter.impl.persistence.db.oracle
Class OracleSystemParameterDao
java.lang.Object
com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.systemparameter.impl.persistence.db.oracle.OracleSystemParameterDao
- All Implemented Interfaces:
- SystemParameterDao
- public class OracleSystemParameterDao
- extends AbstractOracleDao
- implements SystemParameterDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleSystemParameterDao
public OracleSystemParameterDao()
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