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.


Method Summary
 ReferenceCache createReferenceCacheForUser()
           
 RDate findLatestUserUpdateTime(SecurityBatchType batchType)
           
 java.util.Set findUsers(UserSearchCriteria searchCriteria)
           
 UserDto read(DistributedReference ref, long version)
           
 void recordLatestUserUpdateTime(SecurityBatchType batchType, RDate date)
           
 UserDto submit(UserDto dto)
           
 
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

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