Uses of Interface
com.soffid.iam.model.RoleGroupEntityDao
-
Packages that use RoleGroupEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of RoleGroupEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement RoleGroupEntityDao Modifier and Type Class Description class
RoleGroupEntityDaoBase
DAO Base for Entity RoleGroupEntityclass
RoleGroupEntityDaoImpl
Methods in com.soffid.iam.model that return RoleGroupEntityDao Modifier and Type Method Description RoleGroupEntityDao
GroupEntityDaoBase. getRoleGroupEntityDao()
Gets reference torolsGrupEntityDao
.RoleGroupEntityDao
RoleEntityDaoBase. getRoleGroupEntityDao()
Gets reference torolsGrupEntityDao
.RoleGroupEntityDao
UserEntityDaoBase. getRoleGroupEntityDao()
Gets reference torolsGrupEntityDao
.RoleGroupEntityDao
UserGroupEntityDaoBase. getRoleGroupEntityDao()
Gets reference torolsGrupEntityDao
.Methods in com.soffid.iam.model with parameters of type RoleGroupEntityDao Modifier and Type Method Description void
GroupEntityDaoBase. setRoleGroupEntityDao(RoleGroupEntityDao rolsGrupEntityDao)
Sets reference torolsGrupEntityDao
.void
RoleEntityDaoBase. setRoleGroupEntityDao(RoleGroupEntityDao rolsGrupEntityDao)
Sets reference torolsGrupEntityDao
.void
UserEntityDaoBase. setRoleGroupEntityDao(RoleGroupEntityDao rolsGrupEntityDao)
Sets reference torolsGrupEntityDao
.void
UserGroupEntityDaoBase. setRoleGroupEntityDao(RoleGroupEntityDao rolsGrupEntityDao)
Sets reference torolsGrupEntityDao
. -
Uses of RoleGroupEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return RoleGroupEntityDao Modifier and Type Method Description RoleGroupEntityDao
ApplicationServiceBase. getRoleGroupEntityDao()
Gets reference torolsGrupEntityDao
.RoleGroupEntityDao
GroupServiceBase. getRoleGroupEntityDao()
Gets reference torolsGrupEntityDao
.RoleGroupEntityDao
UserServiceBase. getRoleGroupEntityDao()
Gets reference torolsGrupEntityDao
.Methods in com.soffid.iam.service with parameters of type RoleGroupEntityDao Modifier and Type Method Description void
ApplicationServiceBase. setRoleGroupEntityDao(RoleGroupEntityDao rolsGrupEntityDao)
Sets reference torolsGrupEntityDao
.void
GroupServiceBase. setRoleGroupEntityDao(RoleGroupEntityDao rolsGrupEntityDao)
Sets reference torolsGrupEntityDao
.void
UserServiceBase. setRoleGroupEntityDao(RoleGroupEntityDao rolsGrupEntityDao)
Sets reference torolsGrupEntityDao
.
-