Uses of Interface
com.soffid.iam.model.PamRuleEntityDao
-
Packages that use PamRuleEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of PamRuleEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement PamRuleEntityDao Modifier and Type Class Description class
PamRuleEntityDaoBase
DAO Base for Entity PamRuleEntityclass
PamRuleEntityDaoImpl
Methods in com.soffid.iam.model that return PamRuleEntityDao Modifier and Type Method Description PamRuleEntityDao
IssueEntityDaoBase. getPamRuleEntityDao()
Gets reference topamRuleEntityDao
.PamRuleEntityDao
PamActionEntityDaoBase. getPamRuleEntityDao()
Gets reference topamRuleEntityDao
.Methods in com.soffid.iam.model with parameters of type PamRuleEntityDao Modifier and Type Method Description void
IssueEntityDaoBase. setPamRuleEntityDao(PamRuleEntityDao pamRuleEntityDao)
Sets reference topamRuleEntityDao
.void
PamActionEntityDaoBase. setPamRuleEntityDao(PamRuleEntityDao pamRuleEntityDao)
Sets reference topamRuleEntityDao
. -
Uses of PamRuleEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return PamRuleEntityDao Modifier and Type Method Description PamRuleEntityDao
IssuePolicyServiceBase. getPamRuleEntityDao()
Gets reference topamRuleEntityDao
.PamRuleEntityDao
IssueServiceBase. getPamRuleEntityDao()
Gets reference topamRuleEntityDao
.PamRuleEntityDao
PamPolicyServiceBase. getPamRuleEntityDao()
Gets reference topamRuleEntityDao
.Methods in com.soffid.iam.service with parameters of type PamRuleEntityDao Modifier and Type Method Description void
IssuePolicyServiceBase. setPamRuleEntityDao(PamRuleEntityDao pamRuleEntityDao)
Sets reference topamRuleEntityDao
.void
IssueServiceBase. setPamRuleEntityDao(PamRuleEntityDao pamRuleEntityDao)
Sets reference topamRuleEntityDao
.void
PamPolicyServiceBase. setPamRuleEntityDao(PamRuleEntityDao pamRuleEntityDao)
Sets reference topamRuleEntityDao
.
-