Uses of Interface
com.soffid.iam.model.HostSystemEntityDao
-
Packages that use HostSystemEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of HostSystemEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement HostSystemEntityDao Modifier and Type Class Description class
HostSystemEntityDaoBase
DAO Base for Entity HostSystemEntityclass
HostSystemEntityDaoImpl
Methods in com.soffid.iam.model that return HostSystemEntityDao Modifier and Type Method Description HostSystemEntityDao
HostEntityDaoBase. getHostSystemEntityDao()
Gets reference tohostSystemEntityDao
.HostSystemEntityDao
SystemEntityDaoBase. getHostSystemEntityDao()
Gets reference tohostSystemEntityDao
.Methods in com.soffid.iam.model with parameters of type HostSystemEntityDao Modifier and Type Method Description void
HostEntityDaoBase. setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)
Sets reference tohostSystemEntityDao
.void
SystemEntityDaoBase. setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)
Sets reference tohostSystemEntityDao
. -
Uses of HostSystemEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return HostSystemEntityDao Modifier and Type Method Description HostSystemEntityDao
DispatcherServiceBase. getHostSystemEntityDao()
Gets reference tohostSystemEntityDao
.HostSystemEntityDao
NetworkDiscoveryServiceBase. getHostSystemEntityDao()
Gets reference tohostSystemEntityDao
.HostSystemEntityDao
NetworkServiceBase. getHostSystemEntityDao()
Gets reference tohostSystemEntityDao
.Methods in com.soffid.iam.service with parameters of type HostSystemEntityDao Modifier and Type Method Description void
DispatcherServiceBase. setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)
Sets reference tohostSystemEntityDao
.void
NetworkDiscoveryServiceBase. setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)
Sets reference tohostSystemEntityDao
.void
NetworkServiceBase. setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)
Sets reference tohostSystemEntityDao
.
-