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 classHostServiceEntityDaoBaseDAO Base for Entity HostServiceEntityclassHostServiceEntityDaoImplMethods in com.soffid.iam.model that return HostServiceEntityDao Modifier and Type Method Description HostServiceEntityDaoAccountEntityDaoBase. getHostServiceEntityDao()Gets reference tohostServiceEntityDao.HostServiceEntityDaoHostEntityDaoBase. getHostServiceEntityDao()Gets reference tohostServiceEntityDao.Methods in com.soffid.iam.model with parameters of type HostServiceEntityDao Modifier and Type Method Description voidAccountEntityDaoBase. setHostServiceEntityDao(HostServiceEntityDao hostServiceEntityDao)Sets reference tohostServiceEntityDao.voidHostEntityDaoBase. 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 HostServiceEntityDaoAccountServiceBase. getHostServiceEntityDao()Gets reference tohostServiceEntityDao.HostServiceEntityDaoNetworkDiscoveryServiceBase. getHostServiceEntityDao()Gets reference tohostServiceEntityDao.Methods in com.soffid.iam.service with parameters of type HostServiceEntityDao Modifier and Type Method Description voidAccountServiceBase. setHostServiceEntityDao(HostServiceEntityDao hostServiceEntityDao)Sets reference tohostServiceEntityDao.voidNetworkDiscoveryServiceBase. setHostServiceEntityDao(HostServiceEntityDao hostServiceEntityDao)Sets reference tohostServiceEntityDao.
-