Uses of Interface
com.soffid.iam.model.EntryPointIconEntityDao
-
Packages that use EntryPointIconEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of EntryPointIconEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement EntryPointIconEntityDao Modifier and Type Class Description class
EntryPointIconEntityDaoBase
DAO Base for Entity EntryPointIconEntityclass
EntryPointIconEntityDaoImpl
Methods in com.soffid.iam.model that return EntryPointIconEntityDao Modifier and Type Method Description EntryPointIconEntityDao
EntryPointEntityDaoBase. getEntryPointIconEntityDao()
Gets reference toiconaEntityDao
.Methods in com.soffid.iam.model with parameters of type EntryPointIconEntityDao Modifier and Type Method Description void
EntryPointEntityDaoBase. setEntryPointIconEntityDao(EntryPointIconEntityDao iconaEntityDao)
Sets reference toiconaEntityDao
. -
Uses of EntryPointIconEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return EntryPointIconEntityDao Modifier and Type Method Description EntryPointIconEntityDao
EntryPointServiceBase. getEntryPointIconEntityDao()
Gets reference toiconaEntityDao
.Methods in com.soffid.iam.service with parameters of type EntryPointIconEntityDao Modifier and Type Method Description void
EntryPointServiceBase. setEntryPointIconEntityDao(EntryPointIconEntityDao iconaEntityDao)
Sets reference toiconaEntityDao
.
-