Uses of Interface
com.soffid.iam.model.AttributeMappingEntityDao
-
Packages that use AttributeMappingEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of AttributeMappingEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement AttributeMappingEntityDao Modifier and Type Class Description class
AttributeMappingEntityDaoBase
DAO Base for Entity AttributeMappingEntityclass
AttributeMappingEntityDaoImpl
DAO AttributeMappingEntity implementationMethods in com.soffid.iam.model that return AttributeMappingEntityDao Modifier and Type Method Description AttributeMappingEntityDao
ObjectMappingEntityDaoBase. getAttributeMappingEntityDao()
Gets reference toattributeMappingEntityDao
.Methods in com.soffid.iam.model with parameters of type AttributeMappingEntityDao Modifier and Type Method Description void
ObjectMappingEntityDaoBase. setAttributeMappingEntityDao(AttributeMappingEntityDao attributeMappingEntityDao)
Sets reference toattributeMappingEntityDao
. -
Uses of AttributeMappingEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return AttributeMappingEntityDao Modifier and Type Method Description AttributeMappingEntityDao
DispatcherServiceBase. getAttributeMappingEntityDao()
Gets reference toattributeMappingEntityDao
.Methods in com.soffid.iam.service with parameters of type AttributeMappingEntityDao Modifier and Type Method Description void
DispatcherServiceBase. setAttributeMappingEntityDao(AttributeMappingEntityDao attributeMappingEntityDao)
Sets reference toattributeMappingEntityDao
.
-