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 class
ServerEntityDaoBase
DAO Base for Entity ServerEntityclass
ServerEntityDaoImpl
Methods in com.soffid.iam.model that return ServerEntityDao Modifier and Type Method Description ServerEntityDao
NetworkEntityDaoBase. getServerEntityDao()
Gets reference toserverEntityDao
.ServerEntityDao
ScheduledTaskEntityDaoBase. getServerEntityDao()
Gets reference toserverEntityDao
.ServerEntityDao
SecretEntityDaoBase. getServerEntityDao()
Gets reference toserverEntityDao
.ServerEntityDao
ServerCertificateEntityDaoBase. getServerEntityDao()
Gets reference toserverEntityDao
.ServerEntityDao
ServerInstanceEntityDaoBase. getServerEntityDao()
Gets reference toserverEntityDao
.ServerEntityDao
TenantServerEntityDaoBase. getServerEntityDao()
Gets reference toserverEntityDao
.Methods in com.soffid.iam.model with parameters of type ServerEntityDao Modifier and Type Method Description void
NetworkEntityDaoBase. setServerEntityDao(ServerEntityDao serverEntityDao)
Sets reference toserverEntityDao
.void
ScheduledTaskEntityDaoBase. setServerEntityDao(ServerEntityDao serverEntityDao)
Sets reference toserverEntityDao
.void
SecretEntityDaoBase. setServerEntityDao(ServerEntityDao serverEntityDao)
Sets reference toserverEntityDao
.void
ServerCertificateEntityDaoBase. setServerEntityDao(ServerEntityDao serverEntityDao)
Sets reference toserverEntityDao
.void
ServerInstanceEntityDaoBase. setServerEntityDao(ServerEntityDao serverEntityDao)
Sets reference toserverEntityDao
.void
TenantServerEntityDaoBase. 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 ServerEntityDao
AccountServiceBase. getServerEntityDao()
Gets reference toserverEntityDao
.ServerEntityDao
DispatcherServiceBase. getServerEntityDao()
Gets reference toserverEntityDao
.ServerEntityDao
ScheduledTaskServiceBase. getServerEntityDao()
Gets reference toserverEntityDao
.ServerEntityDao
SyncServerServiceBase. getServerEntityDao()
Gets reference toserverEntityDao
.ServerEntityDao
TenantServiceBase. getServerEntityDao()
Gets reference toserverEntityDao
.ServerEntityDao
UserServiceBase. getServerEntityDao()
Gets reference toserverEntityDao
.Methods in com.soffid.iam.service with parameters of type ServerEntityDao Modifier and Type Method Description void
AccountServiceBase. setServerEntityDao(ServerEntityDao serverEntityDao)
Sets reference toserverEntityDao
.void
DispatcherServiceBase. setServerEntityDao(ServerEntityDao serverEntityDao)
Sets reference toserverEntityDao
.void
ScheduledTaskServiceBase. setServerEntityDao(ServerEntityDao serverEntityDao)
Sets reference toserverEntityDao
.void
SyncServerServiceBase. setServerEntityDao(ServerEntityDao serverEntityDao)
Sets reference toserverEntityDao
.void
TenantServiceBase. setServerEntityDao(ServerEntityDao serverEntityDao)
Sets reference toserverEntityDao
.void
UserServiceBase. setServerEntityDao(ServerEntityDao serverEntityDao)
Sets reference toserverEntityDao
.
-