Uses of Interface
com.soffid.iam.model.EntryPointAccountEntityDao
-
Packages that use EntryPointAccountEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of EntryPointAccountEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement EntryPointAccountEntityDao Modifier and Type Class Description class
EntryPointAccountEntityDaoBase
DAO Base for Entity EntryPointAccountEntityclass
EntryPointAccountEntityDaoImpl
Methods in com.soffid.iam.model that return EntryPointAccountEntityDao Modifier and Type Method Description EntryPointAccountEntityDao
EntryPointEntityDaoBase. getEntryPointAccountEntityDao()
Gets reference toentryPointAccountEntityDao
.Methods in com.soffid.iam.model with parameters of type EntryPointAccountEntityDao Modifier and Type Method Description void
EntryPointEntityDaoBase. setEntryPointAccountEntityDao(EntryPointAccountEntityDao entryPointAccountEntityDao)
Sets reference toentryPointAccountEntityDao
. -
Uses of EntryPointAccountEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return EntryPointAccountEntityDao Modifier and Type Method Description EntryPointAccountEntityDao
EntryPointServiceBase. getEntryPointAccountEntityDao()
Gets reference toentryPointAccountEntityDao
.Methods in com.soffid.iam.service with parameters of type EntryPointAccountEntityDao Modifier and Type Method Description void
EntryPointServiceBase. setEntryPointAccountEntityDao(EntryPointAccountEntityDao entryPointAccountEntityDao)
Sets reference toentryPointAccountEntityDao
.
-