com.retek.component.systemparameter.impl.remote
Interface SystemParameterServicesRemote

All Superinterfaces:
DefaultSessionRemote, javax.ejb.EJBObject, java.rmi.Remote

public interface SystemParameterServicesRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.systemparameter.impl.remote.SystemParameterServices.


Method Summary
 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 interface com.retek.commons.domain.core.impl.remote.DefaultSessionRemote
getLocal, getRemote, getRemoteHome
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getAllForType

public java.util.HashMap getAllForType(SystemParameterTypeEnum systemParameterType)
                                throws SystemException,
                                       java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

getParameters

public java.util.HashMap getParameters()
                                throws SystemException,
                                       java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

getServerRDate

public RDate getServerRDate()
                     throws SystemException,
                            java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

getValue

public java.lang.String getValue(SystemParameterTypeEnum systemParameterType,
                                 java.lang.String key)
                          throws SystemException,
                                 java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

setValue

public void setValue(SystemParameterTypeEnum systemParameterType,
                     java.lang.String key,
                     java.lang.String value)
              throws SystemException,
                     java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException


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