Uses of Interface
com.soffid.iam.model.ServiceEntityDao
-
Packages that use ServiceEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of ServiceEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement ServiceEntityDao Modifier and Type Class Description class
ServiceEntityDaoBase
DAO Base for Entity ServiceEntityclass
ServiceEntityDaoImpl
Methods in com.soffid.iam.model that return ServiceEntityDao Modifier and Type Method Description ServiceEntityDao
AccessLogEntityDaoBase. getServiceEntityDao()
Gets reference toserveiEntityDao
.Methods in com.soffid.iam.model with parameters of type ServiceEntityDao Modifier and Type Method Description void
AccessLogEntityDaoBase. setServiceEntityDao(ServiceEntityDao serveiEntityDao)
Sets reference toserveiEntityDao
. -
Uses of ServiceEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return ServiceEntityDao Modifier and Type Method Description ServiceEntityDao
AccessLogServiceBase. getServiceEntityDao()
Gets reference toserveiEntityDao
.ServiceEntityDao
PamPolicyServiceBase. getServiceEntityDao()
Gets reference toserveiEntityDao
.ServiceEntityDao
PamSessionServiceBase. getServiceEntityDao()
Gets reference toserveiEntityDao
.ServiceEntityDao
ServiceServiceBase. getServiceEntityDao()
Gets reference toserveiEntityDao
.ServiceEntityDao
SessionServiceBase. getServiceEntityDao()
Gets reference toserveiEntityDao
.Methods in com.soffid.iam.service with parameters of type ServiceEntityDao Modifier and Type Method Description void
AccessLogServiceBase. setServiceEntityDao(ServiceEntityDao serveiEntityDao)
Sets reference toserveiEntityDao
.void
PamPolicyServiceBase. setServiceEntityDao(ServiceEntityDao serveiEntityDao)
Sets reference toserveiEntityDao
.void
PamSessionServiceBase. setServiceEntityDao(ServiceEntityDao serveiEntityDao)
Sets reference toserveiEntityDao
.void
ServiceServiceBase. setServiceEntityDao(ServiceEntityDao serveiEntityDao)
Sets reference toserveiEntityDao
.void
SessionServiceBase. setServiceEntityDao(ServiceEntityDao serveiEntityDao)
Sets reference toserveiEntityDao
.
-