Uses of Interface
com.soffid.iam.model.ConfigEntityDao
-
Packages that use ConfigEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of ConfigEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement ConfigEntityDao Modifier and Type Class Description classConfigEntityDaoBaseDAO Base for Entity ConfigEntityclassConfigEntityDaoImplMethods in com.soffid.iam.model that return ConfigEntityDao Modifier and Type Method Description ConfigEntityDaoNetworkEntityDaoBase. getConfigEntityDao()Gets reference toconfiguracioEntityDao.ConfigEntityDaoPasswordEntityDaoBase. getConfigEntityDao()Gets reference toconfiguracioEntityDao.Methods in com.soffid.iam.model with parameters of type ConfigEntityDao Modifier and Type Method Description voidNetworkEntityDaoBase. setConfigEntityDao(ConfigEntityDao configuracioEntityDao)Sets reference toconfiguracioEntityDao.voidPasswordEntityDaoBase. setConfigEntityDao(ConfigEntityDao configuracioEntityDao)Sets reference toconfiguracioEntityDao. -
Uses of ConfigEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return ConfigEntityDao Modifier and Type Method Description ConfigEntityDaoConfigurationServiceBase. getConfigEntityDao()Gets reference toconfiguracioEntityDao.ConfigEntityDaoGroupServiceBase. getConfigEntityDao()Gets reference toconfiguracioEntityDao.ConfigEntityDaoIssueServiceBase. getConfigEntityDao()Gets reference toconfiguracioEntityDao.ConfigEntityDaoScheduledTaskServiceBase. getConfigEntityDao()Gets reference toconfiguracioEntityDao.ConfigEntityDaoSyncServerServiceBase. getConfigEntityDao()Gets reference toconfiguracioEntityDao.Methods in com.soffid.iam.service with parameters of type ConfigEntityDao Modifier and Type Method Description voidConfigurationServiceBase. setConfigEntityDao(ConfigEntityDao configuracioEntityDao)Sets reference toconfiguracioEntityDao.voidGroupServiceBase. setConfigEntityDao(ConfigEntityDao configuracioEntityDao)Sets reference toconfiguracioEntityDao.voidIssueServiceBase. setConfigEntityDao(ConfigEntityDao configuracioEntityDao)Sets reference toconfiguracioEntityDao.voidScheduledTaskServiceBase. setConfigEntityDao(ConfigEntityDao configuracioEntityDao)Sets reference toconfiguracioEntityDao.voidSyncServerServiceBase. setConfigEntityDao(ConfigEntityDao configuracioEntityDao)Sets reference toconfiguracioEntityDao.
-