com.retek.component.security.impl.remote
Interface RoleServicesRemote

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

public interface RoleServicesRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.security.impl.remote.RoleServices.


Method Summary
 ReferenceCache createReferenceCacheForRole()
           
 RoleDto deleteRole(RoleDto roleDto)
           
 java.util.Set findAllRoles()
           
 RoleDto readRole(DistributedReference ref, long version)
           
 RoleDto submit(RoleDto roleDto)
           
 
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

createReferenceCacheForRole

public ReferenceCache createReferenceCacheForRole()
                                           throws SystemException,
                                                  java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

deleteRole

public RoleDto deleteRole(RoleDto roleDto)
                   throws SystemException,
                          java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findAllRoles

public java.util.Set findAllRoles()
                           throws SystemException,
                                  java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readRole

public RoleDto readRole(DistributedReference ref,
                        long version)
                 throws SystemException,
                        java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submit

public RoleDto submit(RoleDto roleDto)
               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