Uses of Interface
com.soffid.iam.model.PamActionEntityDao
-
Packages that use PamActionEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of PamActionEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement PamActionEntityDao Modifier and Type Class Description classPamActionEntityDaoBaseDAO Base for Entity PamActionEntityclassPamActionEntityDaoImplMethods in com.soffid.iam.model that return PamActionEntityDao Modifier and Type Method Description PamActionEntityDaoPamPolicyEntityDaoBase. getPamActionEntityDao()Gets reference topamActionEntityDao.PamActionEntityDaoPamRuleEntityDaoBase. getPamActionEntityDao()Gets reference topamActionEntityDao.Methods in com.soffid.iam.model with parameters of type PamActionEntityDao Modifier and Type Method Description voidPamPolicyEntityDaoBase. setPamActionEntityDao(PamActionEntityDao pamActionEntityDao)Sets reference topamActionEntityDao.voidPamRuleEntityDaoBase. setPamActionEntityDao(PamActionEntityDao pamActionEntityDao)Sets reference topamActionEntityDao. -
Uses of PamActionEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return PamActionEntityDao Modifier and Type Method Description PamActionEntityDaoPamPolicyServiceBase. getPamActionEntityDao()Gets reference topamActionEntityDao.Methods in com.soffid.iam.service with parameters of type PamActionEntityDao Modifier and Type Method Description voidPamPolicyServiceBase. setPamActionEntityDao(PamActionEntityDao pamActionEntityDao)Sets reference topamActionEntityDao.
-