Uses of Interface
com.soffid.iam.model.TenantServerEntityDao
-
Packages that use TenantServerEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of TenantServerEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement TenantServerEntityDao Modifier and Type Class Description class
TenantServerEntityDaoBase
DAO Base for Entity TenantServerEntityclass
TenantServerEntityDaoImpl
Methods in com.soffid.iam.model that return TenantServerEntityDao Modifier and Type Method Description TenantServerEntityDao
ServerEntityDaoBase. getTenantServerEntityDao()
Gets reference totenantServerEntityDao
.TenantServerEntityDao
TenantEntityDaoBase. getTenantServerEntityDao()
Gets reference totenantServerEntityDao
.Methods in com.soffid.iam.model with parameters of type TenantServerEntityDao Modifier and Type Method Description void
ServerEntityDaoBase. setTenantServerEntityDao(TenantServerEntityDao tenantServerEntityDao)
Sets reference totenantServerEntityDao
.void
TenantEntityDaoBase. setTenantServerEntityDao(TenantServerEntityDao tenantServerEntityDao)
Sets reference totenantServerEntityDao
. -
Uses of TenantServerEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return TenantServerEntityDao Modifier and Type Method Description TenantServerEntityDao
TenantServiceBase. getTenantServerEntityDao()
Gets reference totenantServerEntityDao
.Methods in com.soffid.iam.service with parameters of type TenantServerEntityDao Modifier and Type Method Description void
TenantServiceBase. setTenantServerEntityDao(TenantServerEntityDao tenantServerEntityDao)
Sets reference totenantServerEntityDao
.
-