com.retek.component.systemparameter.impl.remote
Class SystemParameterServicesEjb

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
      extended bycom.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

Nested Class Summary
 
Nested classes inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
DefaultSessionEjb.EjbOperation, DefaultSessionEjb.EjbOperationWithBusinessException
 
Constructor Summary
SystemParameterServicesEjb()
           
 
Method Summary
 void ejbCreate()
           
 java.util.HashMap getAllForType(SystemParameterTypeEnum systemParameterType)
           
 java.util.HashMap getParameters()
           
 RDate getServerRDate()
           
 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.impl.remote.DefaultSessionEjb
checkDtoVersion, ejbActivate, ejbPassivate, ejbRemove, getLocal, getLocalHome, getRemote, getRemoteHome, getSessionContext, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemParameterServicesEjb

public SystemParameterServicesEjb()
Method Detail

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