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 classHostSystemEntityDaoBaseDAO Base for Entity HostSystemEntityclassHostSystemEntityDaoImplMethods in com.soffid.iam.model that return HostSystemEntityDao Modifier and Type Method Description HostSystemEntityDaoHostEntityDaoBase. getHostSystemEntityDao()Gets reference tohostSystemEntityDao.HostSystemEntityDaoSystemEntityDaoBase. getHostSystemEntityDao()Gets reference tohostSystemEntityDao.Methods in com.soffid.iam.model with parameters of type HostSystemEntityDao Modifier and Type Method Description voidHostEntityDaoBase. setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)Sets reference tohostSystemEntityDao.voidSystemEntityDaoBase. 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 HostSystemEntityDaoDispatcherServiceBase. getHostSystemEntityDao()Gets reference tohostSystemEntityDao.HostSystemEntityDaoNetworkDiscoveryServiceBase. getHostSystemEntityDao()Gets reference tohostSystemEntityDao.HostSystemEntityDaoNetworkServiceBase. getHostSystemEntityDao()Gets reference tohostSystemEntityDao.Methods in com.soffid.iam.service with parameters of type HostSystemEntityDao Modifier and Type Method Description voidDispatcherServiceBase. setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)Sets reference tohostSystemEntityDao.voidNetworkDiscoveryServiceBase. setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)Sets reference tohostSystemEntityDao.voidNetworkServiceBase. setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)Sets reference tohostSystemEntityDao.
-