com.retek.component.systemparameter.impl.persistence
Interface SystemParameterDao
- All Known Implementing Classes:
- CacheSystemParameterDao, OracleSystemParameterDao
- public interface SystemParameterDao
setValue
public void setValue(SystemParameterTypeEnum systemParameterType,
java.lang.String key,
java.lang.String value)
throws SystemException
- Throws:
SystemException
getValue
public java.lang.String getValue(SystemParameterTypeEnum systemParameterType,
java.lang.String key)
throws SystemException
- Throws:
SystemException
getParameters
public java.util.HashMap getParameters()
throws SystemException
- Throws:
SystemException
getAllForType
public java.util.HashMap getAllForType(SystemParameterTypeEnum systemParameterType)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28