Uses of Interface
com.soffid.iam.model.SoDRoleEntityDao
-
Packages that use SoDRoleEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of SoDRoleEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement SoDRoleEntityDao Modifier and Type Class Description class
SoDRoleEntityDaoBase
DAO Base for Entity SoDRoleEntityclass
SoDRoleEntityDaoImpl
DAO SoDRoleEntity implementationMethods in com.soffid.iam.model that return SoDRoleEntityDao Modifier and Type Method Description SoDRoleEntityDao
RoleEntityDaoBase. getSoDRoleEntityDao()
Gets reference tosoDRoleEntityDao
.SoDRoleEntityDao
SoDRuleEntityDaoBase. getSoDRoleEntityDao()
Gets reference tosoDRoleEntityDao
.SoDRoleEntityDao
SoDRuleMatrixEntityDaoBase. getSoDRoleEntityDao()
Gets reference tosoDRoleEntityDao
.Methods in com.soffid.iam.model with parameters of type SoDRoleEntityDao Modifier and Type Method Description void
RoleEntityDaoBase. setSoDRoleEntityDao(SoDRoleEntityDao soDRoleEntityDao)
Sets reference tosoDRoleEntityDao
.void
SoDRuleEntityDaoBase. setSoDRoleEntityDao(SoDRoleEntityDao soDRoleEntityDao)
Sets reference tosoDRoleEntityDao
.void
SoDRuleMatrixEntityDaoBase. setSoDRoleEntityDao(SoDRoleEntityDao soDRoleEntityDao)
Sets reference tosoDRoleEntityDao
. -
Uses of SoDRoleEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return SoDRoleEntityDao Modifier and Type Method Description SoDRoleEntityDao
SoDRuleServiceBase. getSoDRoleEntityDao()
Gets reference tosoDRoleEntityDao
.Methods in com.soffid.iam.service with parameters of type SoDRoleEntityDao Modifier and Type Method Description void
SoDRuleServiceBase. setSoDRoleEntityDao(SoDRoleEntityDao soDRoleEntityDao)
Sets reference tosoDRoleEntityDao
.
-