Uses of Interface
com.soffid.iam.model.RoleDependencyEntityDao
-
Packages that use RoleDependencyEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of RoleDependencyEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement RoleDependencyEntityDao Modifier and Type Class Description class
RoleDependencyEntityDaoBase
DAO Base for Entity RoleDependencyEntityclass
RoleDependencyEntityDaoImpl
Methods in com.soffid.iam.model that return RoleDependencyEntityDao Modifier and Type Method Description RoleDependencyEntityDao
RoleEntityDaoBase. getRoleDependencyEntityDao()
Gets reference torolAssociacioRolEntityDao
.Methods in com.soffid.iam.model with parameters of type RoleDependencyEntityDao Modifier and Type Method Description void
RoleEntityDaoBase. setRoleDependencyEntityDao(RoleDependencyEntityDao rolAssociacioRolEntityDao)
Sets reference torolAssociacioRolEntityDao
. -
Uses of RoleDependencyEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return RoleDependencyEntityDao Modifier and Type Method Description RoleDependencyEntityDao
ApplicationServiceBase. getRoleDependencyEntityDao()
Gets reference torolAssociacioRolEntityDao
.RoleDependencyEntityDao
UserServiceBase. getRoleDependencyEntityDao()
Gets reference torolAssociacioRolEntityDao
.Methods in com.soffid.iam.service with parameters of type RoleDependencyEntityDao Modifier and Type Method Description void
ApplicationServiceBase. setRoleDependencyEntityDao(RoleDependencyEntityDao rolAssociacioRolEntityDao)
Sets reference torolAssociacioRolEntityDao
.void
UserServiceBase. setRoleDependencyEntityDao(RoleDependencyEntityDao rolAssociacioRolEntityDao)
Sets reference torolAssociacioRolEntityDao
.
-