Uses of Interface
com.soffid.iam.model.DefaultAttributeMappingEntityDao
-
Packages that use DefaultAttributeMappingEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of DefaultAttributeMappingEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement DefaultAttributeMappingEntityDao Modifier and Type Class Description classDefaultAttributeMappingEntityDaoBaseDAO Base for Entity DefaultAttributeMappingEntityclassDefaultAttributeMappingEntityDaoImplDAO DefaultAttributeMappingEntity implementationMethods in com.soffid.iam.model that return DefaultAttributeMappingEntityDao Modifier and Type Method Description DefaultAttributeMappingEntityDaoDefaultObjectMappingEntityDaoBase. getDefaultAttributeMappingEntityDao()Gets reference todefaultAttributeMappingEntityDao.Methods in com.soffid.iam.model with parameters of type DefaultAttributeMappingEntityDao Modifier and Type Method Description voidDefaultObjectMappingEntityDaoBase. setDefaultAttributeMappingEntityDao(DefaultAttributeMappingEntityDao defaultAttributeMappingEntityDao)Sets reference todefaultAttributeMappingEntityDao. -
Uses of DefaultAttributeMappingEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return DefaultAttributeMappingEntityDao Modifier and Type Method Description DefaultAttributeMappingEntityDaoServerPluginServiceBase. getDefaultAttributeMappingEntityDao()Gets reference todefaultAttributeMappingEntityDao.Methods in com.soffid.iam.service with parameters of type DefaultAttributeMappingEntityDao Modifier and Type Method Description voidServerPluginServiceBase. setDefaultAttributeMappingEntityDao(DefaultAttributeMappingEntityDao defaultAttributeMappingEntityDao)Sets reference todefaultAttributeMappingEntityDao.
-