com.retek.component.systemparameter.impl.remote
Class SystemParameterServicesEjb
java.lang.Object
com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
com.retek.component.systemparameter.impl.remote.SystemParameterServicesEjb
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class SystemParameterServicesEjb
- extends DefaultSessionEjb
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemParameterServicesEjb
public SystemParameterServicesEjb()
ejbCreate
public void ejbCreate()
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
getServerRDate
public RDate getServerRDate()
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