Uses of Interface
com.soffid.iam.model.RuleEntityDao
-
Packages that use RuleEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of RuleEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement RuleEntityDao Modifier and Type Class Description class
RuleEntityDaoBase
DAO Base for Entity RuleEntityclass
RuleEntityDaoImpl
DAO RuleEntity implementationMethods in com.soffid.iam.model that return RuleEntityDao Modifier and Type Method Description RuleEntityDao
RoleAccountEntityDaoBase. getRuleEntityDao()
Gets reference toruleEntityDao
.RuleEntityDao
RuleAssignedRoleEntityDaoBase. getRuleEntityDao()
Gets reference toruleEntityDao
.Methods in com.soffid.iam.model with parameters of type RuleEntityDao Modifier and Type Method Description void
RoleAccountEntityDaoBase. setRuleEntityDao(RuleEntityDao ruleEntityDao)
Sets reference toruleEntityDao
.void
RuleAssignedRoleEntityDaoBase. setRuleEntityDao(RuleEntityDao ruleEntityDao)
Sets reference toruleEntityDao
. -
Uses of RuleEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return RuleEntityDao Modifier and Type Method Description RuleEntityDao
RuleEvaluatorServiceBase. getRuleEntityDao()
Gets reference toruleEntityDao
.RuleEntityDao
RulesServiceBase. getRuleEntityDao()
Gets reference toruleEntityDao
.Methods in com.soffid.iam.service with parameters of type RuleEntityDao Modifier and Type Method Description void
RuleEvaluatorServiceBase. setRuleEntityDao(RuleEntityDao ruleEntityDao)
Sets reference toruleEntityDao
.void
RulesServiceBase. setRuleEntityDao(RuleEntityDao ruleEntityDao)
Sets reference toruleEntityDao
.
-