|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.security.impl.persistence.db.oracle.OracleRoleDao
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 |
public OracleRoleDao()
Method Detail |
public ReferenceCache createReferenceCacheForRole() throws SystemException
createReferenceCacheForRole
in interface RoleDao
SystemException
public RoleDto persist(RoleDto roleDto) throws SystemException
persist
in interface RoleDao
SystemException
protected java.lang.String getDaoResourceProperty()
getDaoResourceProperty
in class AbstractOracleDao
public RoleDto read(DistributedReference roleRef) throws SystemException
read
in interface RoleDao
SystemException
public java.util.Set findAllRoles() throws SystemException
findAllRoles
in interface RoleDao
SystemException
public RoleDto deleteRole(RoleDto roleDto) throws SystemException
deleteRole
in interface RoleDao
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |