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 classHostEntryPointEntityDaoBaseDAO Base for Entity HostEntryPointEntityclassHostEntryPointEntityDaoImplMethods in com.soffid.iam.model that return HostEntryPointEntityDao Modifier and Type Method Description HostEntryPointEntityDaoEntryPointEntityDaoBase. getHostEntryPointEntityDao()Gets reference tohostEntryPointEntityDao.HostEntryPointEntityDaoHostEntityDaoBase. getHostEntryPointEntityDao()Gets reference tohostEntryPointEntityDao.Methods in com.soffid.iam.model with parameters of type HostEntryPointEntityDao Modifier and Type Method Description voidEntryPointEntityDaoBase. setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)Sets reference tohostEntryPointEntityDao.voidHostEntityDaoBase. 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 HostEntryPointEntityDaoEntryPointServiceBase. getHostEntryPointEntityDao()Gets reference tohostEntryPointEntityDao.HostEntryPointEntityDaoNetworkDiscoveryServiceBase. getHostEntryPointEntityDao()Gets reference tohostEntryPointEntityDao.HostEntryPointEntityDaoNetworkServiceBase. getHostEntryPointEntityDao()Gets reference tohostEntryPointEntityDao.Methods in com.soffid.iam.service with parameters of type HostEntryPointEntityDao Modifier and Type Method Description voidEntryPointServiceBase. setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)Sets reference tohostEntryPointEntityDao.voidNetworkDiscoveryServiceBase. setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)Sets reference tohostEntryPointEntityDao.voidNetworkServiceBase. setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)Sets reference tohostEntryPointEntityDao.
-