Uses of Interface
com.soffid.iam.model.RuleAssignedRoleEntityDao
-
Packages that use RuleAssignedRoleEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of RuleAssignedRoleEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement RuleAssignedRoleEntityDao Modifier and Type Class Description class
RuleAssignedRoleEntityDaoBase
DAO Base for Entity RuleAssignedRoleEntityclass
RuleAssignedRoleEntityDaoImpl
DAO RuleAssignedRoleEntity implementationMethods in com.soffid.iam.model that return RuleAssignedRoleEntityDao Modifier and Type Method Description RuleAssignedRoleEntityDao
RoleEntityDaoBase. getRuleAssignedRoleEntityDao()
Gets reference toruleAssignedRoleEntityDao
.RuleAssignedRoleEntityDao
RuleEntityDaoBase. getRuleAssignedRoleEntityDao()
Gets reference toruleAssignedRoleEntityDao
.Methods in com.soffid.iam.model with parameters of type RuleAssignedRoleEntityDao Modifier and Type Method Description void
RoleEntityDaoBase. setRuleAssignedRoleEntityDao(RuleAssignedRoleEntityDao ruleAssignedRoleEntityDao)
Sets reference toruleAssignedRoleEntityDao
.void
RuleEntityDaoBase. setRuleAssignedRoleEntityDao(RuleAssignedRoleEntityDao ruleAssignedRoleEntityDao)
Sets reference toruleAssignedRoleEntityDao
. -
Uses of RuleAssignedRoleEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return RuleAssignedRoleEntityDao Modifier and Type Method Description RuleAssignedRoleEntityDao
RuleEvaluatorServiceBase. getRuleAssignedRoleEntityDao()
Gets reference toruleAssignedRoleEntityDao
.RuleAssignedRoleEntityDao
RulesServiceBase. getRuleAssignedRoleEntityDao()
Gets reference toruleAssignedRoleEntityDao
.Methods in com.soffid.iam.service with parameters of type RuleAssignedRoleEntityDao Modifier and Type Method Description void
RuleEvaluatorServiceBase. setRuleAssignedRoleEntityDao(RuleAssignedRoleEntityDao ruleAssignedRoleEntityDao)
Sets reference toruleAssignedRoleEntityDao
.void
RulesServiceBase. setRuleAssignedRoleEntityDao(RuleAssignedRoleEntityDao ruleAssignedRoleEntityDao)
Sets reference toruleAssignedRoleEntityDao
.
-