Uses of Interface
com.soffid.iam.model.HostServiceEntityDao
-
Packages that use HostServiceEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of HostServiceEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement HostServiceEntityDao Modifier and Type Class Description class
HostServiceEntityDaoBase
DAO Base for Entity HostServiceEntityclass
HostServiceEntityDaoImpl
Methods in com.soffid.iam.model that return HostServiceEntityDao Modifier and Type Method Description HostServiceEntityDao
AccountEntityDaoBase. getHostServiceEntityDao()
Gets reference tohostServiceEntityDao
.HostServiceEntityDao
HostEntityDaoBase. getHostServiceEntityDao()
Gets reference tohostServiceEntityDao
.Methods in com.soffid.iam.model with parameters of type HostServiceEntityDao Modifier and Type Method Description void
AccountEntityDaoBase. setHostServiceEntityDao(HostServiceEntityDao hostServiceEntityDao)
Sets reference tohostServiceEntityDao
.void
HostEntityDaoBase. setHostServiceEntityDao(HostServiceEntityDao hostServiceEntityDao)
Sets reference tohostServiceEntityDao
. -
Uses of HostServiceEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return HostServiceEntityDao Modifier and Type Method Description HostServiceEntityDao
AccountServiceBase. getHostServiceEntityDao()
Gets reference tohostServiceEntityDao
.HostServiceEntityDao
NetworkDiscoveryServiceBase. getHostServiceEntityDao()
Gets reference tohostServiceEntityDao
.Methods in com.soffid.iam.service with parameters of type HostServiceEntityDao Modifier and Type Method Description void
AccountServiceBase. setHostServiceEntityDao(HostServiceEntityDao hostServiceEntityDao)
Sets reference tohostServiceEntityDao
.void
NetworkDiscoveryServiceBase. setHostServiceEntityDao(HostServiceEntityDao hostServiceEntityDao)
Sets reference tohostServiceEntityDao
.
-