Uses of Interface
com.soffid.iam.model.HostEntryPointEntityDao
-
Packages that use HostEntryPointEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of HostEntryPointEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement HostEntryPointEntityDao Modifier and Type Class Description class
HostEntryPointEntityDaoBase
DAO Base for Entity HostEntryPointEntityclass
HostEntryPointEntityDaoImpl
Methods in com.soffid.iam.model that return HostEntryPointEntityDao Modifier and Type Method Description HostEntryPointEntityDao
EntryPointEntityDaoBase. getHostEntryPointEntityDao()
Gets reference tohostEntryPointEntityDao
.HostEntryPointEntityDao
HostEntityDaoBase. getHostEntryPointEntityDao()
Gets reference tohostEntryPointEntityDao
.Methods in com.soffid.iam.model with parameters of type HostEntryPointEntityDao Modifier and Type Method Description void
EntryPointEntityDaoBase. setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)
Sets reference tohostEntryPointEntityDao
.void
HostEntityDaoBase. setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)
Sets reference tohostEntryPointEntityDao
. -
Uses of HostEntryPointEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return HostEntryPointEntityDao Modifier and Type Method Description HostEntryPointEntityDao
EntryPointServiceBase. getHostEntryPointEntityDao()
Gets reference tohostEntryPointEntityDao
.HostEntryPointEntityDao
NetworkDiscoveryServiceBase. getHostEntryPointEntityDao()
Gets reference tohostEntryPointEntityDao
.HostEntryPointEntityDao
NetworkServiceBase. getHostEntryPointEntityDao()
Gets reference tohostEntryPointEntityDao
.Methods in com.soffid.iam.service with parameters of type HostEntryPointEntityDao Modifier and Type Method Description void
EntryPointServiceBase. setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)
Sets reference tohostEntryPointEntityDao
.void
NetworkDiscoveryServiceBase. setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)
Sets reference tohostEntryPointEntityDao
.void
NetworkServiceBase. setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)
Sets reference tohostEntryPointEntityDao
.
-