Uses of Interface
com.soffid.iam.model.SoDRuleEntityDao
-
Packages that use SoDRuleEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of SoDRuleEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement SoDRuleEntityDao Modifier and Type Class Description class
SoDRuleEntityDaoBase
DAO Base for Entity SoDRuleEntityclass
SoDRuleEntityDaoImpl
DAO SoDRuleEntity implementationMethods in com.soffid.iam.model that return SoDRuleEntityDao Modifier and Type Method Description SoDRuleEntityDao
InformationSystemEntityDaoBase. getSoDRuleEntityDao()
Gets reference tosoDRuleEntityDao
.SoDRuleEntityDao
SoDRoleEntityDaoBase. getSoDRuleEntityDao()
Gets reference tosoDRuleEntityDao
.SoDRuleEntityDao
SoDRuleMatrixEntityDaoBase. getSoDRuleEntityDao()
Gets reference tosoDRuleEntityDao
.Methods in com.soffid.iam.model with parameters of type SoDRuleEntityDao Modifier and Type Method Description void
InformationSystemEntityDaoBase. setSoDRuleEntityDao(SoDRuleEntityDao soDRuleEntityDao)
Sets reference tosoDRuleEntityDao
.void
SoDRoleEntityDaoBase. setSoDRuleEntityDao(SoDRuleEntityDao soDRuleEntityDao)
Sets reference tosoDRuleEntityDao
.void
SoDRuleMatrixEntityDaoBase. setSoDRuleEntityDao(SoDRuleEntityDao soDRuleEntityDao)
Sets reference tosoDRuleEntityDao
. -
Uses of SoDRuleEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return SoDRuleEntityDao Modifier and Type Method Description SoDRuleEntityDao
SoDRuleServiceBase. getSoDRuleEntityDao()
Gets reference tosoDRuleEntityDao
.Methods in com.soffid.iam.service with parameters of type SoDRuleEntityDao Modifier and Type Method Description void
SoDRuleServiceBase. setSoDRuleEntityDao(SoDRuleEntityDao soDRuleEntityDao)
Sets reference tosoDRuleEntityDao
.
-