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 class
DefaultAttributeMappingEntityDaoBase
DAO Base for Entity DefaultAttributeMappingEntityclass
DefaultAttributeMappingEntityDaoImpl
DAO DefaultAttributeMappingEntity implementationMethods in com.soffid.iam.model that return DefaultAttributeMappingEntityDao Modifier and Type Method Description DefaultAttributeMappingEntityDao
DefaultObjectMappingEntityDaoBase. getDefaultAttributeMappingEntityDao()
Gets reference todefaultAttributeMappingEntityDao
.Methods in com.soffid.iam.model with parameters of type DefaultAttributeMappingEntityDao Modifier and Type Method Description void
DefaultObjectMappingEntityDaoBase. 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 DefaultAttributeMappingEntityDao
ServerPluginServiceBase. getDefaultAttributeMappingEntityDao()
Gets reference todefaultAttributeMappingEntityDao
.Methods in com.soffid.iam.service with parameters of type DefaultAttributeMappingEntityDao Modifier and Type Method Description void
ServerPluginServiceBase. setDefaultAttributeMappingEntityDao(DefaultAttributeMappingEntityDao defaultAttributeMappingEntityDao)
Sets reference todefaultAttributeMappingEntityDao
.
-