|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleDao | |
---|---|
edu.uoc.tfc.dbmodel.security | |
edu.uoc.tfc.dbmodel.security.crud | |
edu.uoc.tfc.service.security |
Uses of RoleDao in edu.uoc.tfc.dbmodel.security |
---|
Classes in edu.uoc.tfc.dbmodel.security that implement RoleDao | |
---|---|
class |
RoleDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type edu.uoc.tfc.dbmodel.security.Role . |
class |
RoleDaoImpl
|
Uses of RoleDao in edu.uoc.tfc.dbmodel.security.crud |
---|
Methods in edu.uoc.tfc.dbmodel.security.crud with parameters of type RoleDao | |
---|---|
void |
RoleManageableDaoBase.setDao(RoleDao dao)
|
void |
UserManageableDaoBase.setRolDao(RoleDao rolDao)
|
void |
OperationManageableDaoBase.setRolesDao(RoleDao rolesDao)
|
Uses of RoleDao in edu.uoc.tfc.service.security |
---|
Methods in edu.uoc.tfc.service.security with parameters of type RoleDao | |
---|---|
void |
SecurityServiceBase.setRoleDao(RoleDao roleDao)
Sets the reference to role 's DAO. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |