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 classPamRuleEntityDaoBaseDAO Base for Entity PamRuleEntityclassPamRuleEntityDaoImplMethods in com.soffid.iam.model that return PamRuleEntityDao Modifier and Type Method Description PamRuleEntityDaoIssueEntityDaoBase. getPamRuleEntityDao()Gets reference topamRuleEntityDao.PamRuleEntityDaoPamActionEntityDaoBase. getPamRuleEntityDao()Gets reference topamRuleEntityDao.Methods in com.soffid.iam.model with parameters of type PamRuleEntityDao Modifier and Type Method Description voidIssueEntityDaoBase. setPamRuleEntityDao(PamRuleEntityDao pamRuleEntityDao)Sets reference topamRuleEntityDao.voidPamActionEntityDaoBase. 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 PamRuleEntityDaoIssuePolicyServiceBase. getPamRuleEntityDao()Gets reference topamRuleEntityDao.PamRuleEntityDaoIssueServiceBase. getPamRuleEntityDao()Gets reference topamRuleEntityDao.PamRuleEntityDaoPamPolicyServiceBase. getPamRuleEntityDao()Gets reference topamRuleEntityDao.Methods in com.soffid.iam.service with parameters of type PamRuleEntityDao Modifier and Type Method Description voidIssuePolicyServiceBase. setPamRuleEntityDao(PamRuleEntityDao pamRuleEntityDao)Sets reference topamRuleEntityDao.voidIssueServiceBase. setPamRuleEntityDao(PamRuleEntityDao pamRuleEntityDao)Sets reference topamRuleEntityDao.voidPamPolicyServiceBase. setPamRuleEntityDao(PamRuleEntityDao pamRuleEntityDao)Sets reference topamRuleEntityDao.
-