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.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
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