com.retek.component.security.impl.persistence
Interface RoleDao

All Known Implementing Classes:
CacheRoleDao, OracleRoleDao

public interface RoleDao


Method Summary
 ReferenceCache createReferenceCacheForRole()
           
 RoleDto deleteRole(RoleDto roleDto)
           
 java.util.Set findAllRoles()
           
 RoleDto persist(RoleDto roleDto)
           
 RoleDto read(DistributedReference roleRef)
           
 

Method Detail

createReferenceCacheForRole

public ReferenceCache createReferenceCacheForRole()
                                           throws SystemException
Throws:
SystemException

persist

public RoleDto persist(RoleDto roleDto)
                throws SystemException
Throws:
SystemException

read

public RoleDto read(DistributedReference roleRef)
             throws SystemException
Throws:
SystemException

findAllRoles

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

deleteRole

public RoleDto deleteRole(RoleDto roleDto)
                   throws SystemException
Throws:
SystemException


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