Uses of Interface
com.soffid.iam.model.ServerPluginEntityDao
-
Packages that use ServerPluginEntityDao Package Description com.soffid.iam.model com.soffid.iam.service com.soffid.iam.service.impl -
-
Uses of ServerPluginEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement ServerPluginEntityDao Modifier and Type Class Description classServerPluginEntityDaoBaseDAO Base for Entity ServerPluginEntityclassServerPluginEntityDaoImplMethods in com.soffid.iam.model that return ServerPluginEntityDao Modifier and Type Method Description ServerPluginEntityDaoAgentDescriptorEntityDaoBase. getServerPluginEntityDao()Gets reference toserverPluginEntityDao.ServerPluginEntityDaoServerPluginModuleEntityDaoBase. getServerPluginEntityDao()Gets reference toserverPluginEntityDao.Methods in com.soffid.iam.model with parameters of type ServerPluginEntityDao Modifier and Type Method Description voidAgentDescriptorEntityDaoBase. setServerPluginEntityDao(ServerPluginEntityDao serverPluginEntityDao)Sets reference toserverPluginEntityDao.voidServerPluginModuleEntityDaoBase. setServerPluginEntityDao(ServerPluginEntityDao serverPluginEntityDao)Sets reference toserverPluginEntityDao. -
Uses of ServerPluginEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return ServerPluginEntityDao Modifier and Type Method Description ServerPluginEntityDaoServerPluginServiceBase. getServerPluginEntityDao()Gets reference toserverPluginEntityDao.Methods in com.soffid.iam.service with parameters of type ServerPluginEntityDao Modifier and Type Method Description voidServerPluginServiceBase. setServerPluginEntityDao(ServerPluginEntityDao serverPluginEntityDao)Sets reference toserverPluginEntityDao. -
Uses of ServerPluginEntityDao in com.soffid.iam.service.impl
Methods in com.soffid.iam.service.impl that return ServerPluginEntityDao Modifier and Type Method Description ServerPluginEntityDaoPluginMerger. getPluginDao()Methods in com.soffid.iam.service.impl with parameters of type ServerPluginEntityDao Modifier and Type Method Description voidPluginMerger. setPluginDao(ServerPluginEntityDao pluginDao)
-