Uses of Interface
com.soffid.iam.model.EntryPointGroupEntityDao
-
Packages that use EntryPointGroupEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of EntryPointGroupEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement EntryPointGroupEntityDao Modifier and Type Class Description class
EntryPointGroupEntityDaoBase
DAO Base for Entity EntryPointGroupEntityclass
EntryPointGroupEntityDaoImpl
Methods in com.soffid.iam.model that return EntryPointGroupEntityDao Modifier and Type Method Description EntryPointGroupEntityDao
EntryPointEntityDaoBase. getEntryPointGroupEntityDao()
Gets reference toautoritzacioPUEGrupEntityDao
.Methods in com.soffid.iam.model with parameters of type EntryPointGroupEntityDao Modifier and Type Method Description void
EntryPointEntityDaoBase. setEntryPointGroupEntityDao(EntryPointGroupEntityDao autoritzacioPUEGrupEntityDao)
Sets reference toautoritzacioPUEGrupEntityDao
. -
Uses of EntryPointGroupEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return EntryPointGroupEntityDao Modifier and Type Method Description EntryPointGroupEntityDao
EntryPointServiceBase. getEntryPointGroupEntityDao()
Gets reference toautoritzacioPUEGrupEntityDao
.Methods in com.soffid.iam.service with parameters of type EntryPointGroupEntityDao Modifier and Type Method Description void
EntryPointServiceBase. setEntryPointGroupEntityDao(EntryPointGroupEntityDao autoritzacioPUEGrupEntityDao)
Sets reference toautoritzacioPUEGrupEntityDao
.
-