Uses of Interface
com.soffid.iam.model.EntryPointUserEntityDao
-
Packages that use EntryPointUserEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of EntryPointUserEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement EntryPointUserEntityDao Modifier and Type Class Description class
EntryPointUserEntityDaoBase
DAO Base for Entity EntryPointUserEntityclass
EntryPointUserEntityDaoImpl
Methods in com.soffid.iam.model that return EntryPointUserEntityDao Modifier and Type Method Description EntryPointUserEntityDao
EntryPointEntityDaoBase. getEntryPointUserEntityDao()
Gets reference toautoritzacioPUEUsuariEntityDao
.Methods in com.soffid.iam.model with parameters of type EntryPointUserEntityDao Modifier and Type Method Description void
EntryPointEntityDaoBase. setEntryPointUserEntityDao(EntryPointUserEntityDao autoritzacioPUEUsuariEntityDao)
Sets reference toautoritzacioPUEUsuariEntityDao
. -
Uses of EntryPointUserEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return EntryPointUserEntityDao Modifier and Type Method Description EntryPointUserEntityDao
EntryPointServiceBase. getEntryPointUserEntityDao()
Gets reference toautoritzacioPUEUsuariEntityDao
.Methods in com.soffid.iam.service with parameters of type EntryPointUserEntityDao Modifier and Type Method Description void
EntryPointServiceBase. setEntryPointUserEntityDao(EntryPointUserEntityDao autoritzacioPUEUsuariEntityDao)
Sets reference toautoritzacioPUEUsuariEntityDao
.
-