Uses of Interface
com.soffid.iam.model.SoDRuleEntityDao
-
Packages that use SoDRuleEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of SoDRuleEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement SoDRuleEntityDao Modifier and Type Class Description classSoDRuleEntityDaoBaseDAO Base for Entity SoDRuleEntityclassSoDRuleEntityDaoImplDAO SoDRuleEntity implementationMethods in com.soffid.iam.model that return SoDRuleEntityDao Modifier and Type Method Description SoDRuleEntityDaoInformationSystemEntityDaoBase. getSoDRuleEntityDao()Gets reference tosoDRuleEntityDao.SoDRuleEntityDaoSoDRoleEntityDaoBase. getSoDRuleEntityDao()Gets reference tosoDRuleEntityDao.SoDRuleEntityDaoSoDRuleMatrixEntityDaoBase. getSoDRuleEntityDao()Gets reference tosoDRuleEntityDao.Methods in com.soffid.iam.model with parameters of type SoDRuleEntityDao Modifier and Type Method Description voidInformationSystemEntityDaoBase. setSoDRuleEntityDao(SoDRuleEntityDao soDRuleEntityDao)Sets reference tosoDRuleEntityDao.voidSoDRoleEntityDaoBase. setSoDRuleEntityDao(SoDRuleEntityDao soDRuleEntityDao)Sets reference tosoDRuleEntityDao.voidSoDRuleMatrixEntityDaoBase. setSoDRuleEntityDao(SoDRuleEntityDao soDRuleEntityDao)Sets reference tosoDRuleEntityDao. -
Uses of SoDRuleEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return SoDRuleEntityDao Modifier and Type Method Description SoDRuleEntityDaoSoDRuleServiceBase. getSoDRuleEntityDao()Gets reference tosoDRuleEntityDao.Methods in com.soffid.iam.service with parameters of type SoDRuleEntityDao Modifier and Type Method Description voidSoDRuleServiceBase. setSoDRuleEntityDao(SoDRuleEntityDao soDRuleEntityDao)Sets reference tosoDRuleEntityDao.
-