com.retek.component.security.impl.remote
Interface UserServicesRemote
- All Superinterfaces:
- DefaultSessionRemote, javax.ejb.EJBObject, java.rmi.Remote
- public interface UserServicesRemote
- extends DefaultSessionRemote
Remote interface for com.retek.component.security.impl.remote.UserServices.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
createReferenceCacheForUser
public ReferenceCache createReferenceCacheForUser()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findLatestUserUpdateTime
public RDate findLatestUserUpdateTime(SecurityBatchType batchType)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findUsers
public java.util.Set findUsers(UserSearchCriteria searchCriteria)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
read
public UserDto read(DistributedReference ref,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
recordLatestUserUpdateTime
public void recordLatestUserUpdateTime(SecurityBatchType batchType,
RDate date)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submit
public UserDto submit(UserDto dto)
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