Uses of Interface
com.soffid.iam.model.AccessLogEntityDao
-
Packages that use AccessLogEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of AccessLogEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement AccessLogEntityDao Modifier and Type Class Description class
AccessLogEntityDaoBase
DAO Base for Entity AccessLogEntityclass
AccessLogEntityDaoImpl
Methods in com.soffid.iam.model that return AccessLogEntityDao Modifier and Type Method Description AccessLogEntityDao
ServiceEntityDaoBase. getAccessLogEntityDao()
Gets reference toregistreAccesEntityDao
.AccessLogEntityDao
SessionEntityDaoBase. getAccessLogEntityDao()
Gets reference toregistreAccesEntityDao
.Methods in com.soffid.iam.model with parameters of type AccessLogEntityDao Modifier and Type Method Description void
ServiceEntityDaoBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)
Sets reference toregistreAccesEntityDao
.void
SessionEntityDaoBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)
Sets reference toregistreAccesEntityDao
. -
Uses of AccessLogEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return AccessLogEntityDao Modifier and Type Method Description AccessLogEntityDao
AccessLogServiceBase. getAccessLogEntityDao()
Gets reference toregistreAccesEntityDao
.AccessLogEntityDao
NetworkServiceBase. getAccessLogEntityDao()
Gets reference toregistreAccesEntityDao
.AccessLogEntityDao
PamPolicyServiceBase. getAccessLogEntityDao()
Gets reference toregistreAccesEntityDao
.AccessLogEntityDao
PamSessionServiceBase. getAccessLogEntityDao()
Gets reference toregistreAccesEntityDao
.AccessLogEntityDao
SessionServiceBase. getAccessLogEntityDao()
Gets reference toregistreAccesEntityDao
.AccessLogEntityDao
UserServiceBase. getAccessLogEntityDao()
Gets reference toregistreAccesEntityDao
.Methods in com.soffid.iam.service with parameters of type AccessLogEntityDao Modifier and Type Method Description void
AccessLogServiceBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)
Sets reference toregistreAccesEntityDao
.void
NetworkServiceBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)
Sets reference toregistreAccesEntityDao
.void
PamPolicyServiceBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)
Sets reference toregistreAccesEntityDao
.void
PamSessionServiceBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)
Sets reference toregistreAccesEntityDao
.void
SessionServiceBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)
Sets reference toregistreAccesEntityDao
.void
UserServiceBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)
Sets reference toregistreAccesEntityDao
.
-