Uses of Interface
com.soffid.iam.model.ServerEntityDao
-
Packages that use ServerEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of ServerEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement ServerEntityDao Modifier and Type Class Description classServerEntityDaoBaseDAO Base for Entity ServerEntityclassServerEntityDaoImplMethods in com.soffid.iam.model that return ServerEntityDao Modifier and Type Method Description ServerEntityDaoNetworkEntityDaoBase. getServerEntityDao()Gets reference toserverEntityDao.ServerEntityDaoScheduledTaskEntityDaoBase. getServerEntityDao()Gets reference toserverEntityDao.ServerEntityDaoSecretEntityDaoBase. getServerEntityDao()Gets reference toserverEntityDao.ServerEntityDaoServerCertificateEntityDaoBase. getServerEntityDao()Gets reference toserverEntityDao.ServerEntityDaoServerInstanceEntityDaoBase. getServerEntityDao()Gets reference toserverEntityDao.ServerEntityDaoTenantServerEntityDaoBase. getServerEntityDao()Gets reference toserverEntityDao.Methods in com.soffid.iam.model with parameters of type ServerEntityDao Modifier and Type Method Description voidNetworkEntityDaoBase. setServerEntityDao(ServerEntityDao serverEntityDao)Sets reference toserverEntityDao.voidScheduledTaskEntityDaoBase. setServerEntityDao(ServerEntityDao serverEntityDao)Sets reference toserverEntityDao.voidSecretEntityDaoBase. setServerEntityDao(ServerEntityDao serverEntityDao)Sets reference toserverEntityDao.voidServerCertificateEntityDaoBase. setServerEntityDao(ServerEntityDao serverEntityDao)Sets reference toserverEntityDao.voidServerInstanceEntityDaoBase. setServerEntityDao(ServerEntityDao serverEntityDao)Sets reference toserverEntityDao.voidTenantServerEntityDaoBase. setServerEntityDao(ServerEntityDao serverEntityDao)Sets reference toserverEntityDao. -
Uses of ServerEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return ServerEntityDao Modifier and Type Method Description ServerEntityDaoAccountServiceBase. getServerEntityDao()Gets reference toserverEntityDao.ServerEntityDaoDispatcherServiceBase. getServerEntityDao()Gets reference toserverEntityDao.ServerEntityDaoScheduledTaskServiceBase. getServerEntityDao()Gets reference toserverEntityDao.ServerEntityDaoSyncServerServiceBase. getServerEntityDao()Gets reference toserverEntityDao.ServerEntityDaoTenantServiceBase. getServerEntityDao()Gets reference toserverEntityDao.ServerEntityDaoUserServiceBase. getServerEntityDao()Gets reference toserverEntityDao.Methods in com.soffid.iam.service with parameters of type ServerEntityDao Modifier and Type Method Description voidAccountServiceBase. setServerEntityDao(ServerEntityDao serverEntityDao)Sets reference toserverEntityDao.voidDispatcherServiceBase. setServerEntityDao(ServerEntityDao serverEntityDao)Sets reference toserverEntityDao.voidScheduledTaskServiceBase. setServerEntityDao(ServerEntityDao serverEntityDao)Sets reference toserverEntityDao.voidSyncServerServiceBase. setServerEntityDao(ServerEntityDao serverEntityDao)Sets reference toserverEntityDao.voidTenantServiceBase. setServerEntityDao(ServerEntityDao serverEntityDao)Sets reference toserverEntityDao.voidUserServiceBase. setServerEntityDao(ServerEntityDao serverEntityDao)Sets reference toserverEntityDao.
-