com.retek.component.security.impl.persistence.db.oracle
Class OracleRoleDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.security.impl.persistence.db.oracle.OracleRoleDao
All Implemented Interfaces:
RoleDao

public class OracleRoleDao
extends AbstractOracleDao
implements RoleDao


Constructor Summary
OracleRoleDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForRole()
           
 RoleDto deleteRole(RoleDto roleDto)
           
 java.util.Set findAllRoles()
           
protected  java.lang.String getDaoResourceProperty()
           
 RoleDto persist(RoleDto roleDto)
           
 RoleDto read(DistributedReference roleRef)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleRoleDao

public OracleRoleDao()
Method Detail

createReferenceCacheForRole

public ReferenceCache createReferenceCacheForRole()
                                           throws SystemException
Specified by:
createReferenceCacheForRole in interface RoleDao
Throws:
SystemException

persist

public RoleDto persist(RoleDto roleDto)
                throws SystemException
Specified by:
persist in interface RoleDao
Throws:
SystemException

getDaoResourceProperty

protected java.lang.String getDaoResourceProperty()
Overrides:
getDaoResourceProperty in class AbstractOracleDao

read

public RoleDto read(DistributedReference roleRef)
             throws SystemException
Specified by:
read in interface RoleDao
Throws:
SystemException

findAllRoles

public java.util.Set findAllRoles()
                           throws SystemException
Specified by:
findAllRoles in interface RoleDao
Throws:
SystemException

deleteRole

public RoleDto deleteRole(RoleDto roleDto)
                   throws SystemException
Specified by:
deleteRole in interface RoleDao
Throws:
SystemException


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