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 classAccessLogEntityDaoBaseDAO Base for Entity AccessLogEntityclassAccessLogEntityDaoImplMethods in com.soffid.iam.model that return AccessLogEntityDao Modifier and Type Method Description AccessLogEntityDaoServiceEntityDaoBase. getAccessLogEntityDao()Gets reference toregistreAccesEntityDao.AccessLogEntityDaoSessionEntityDaoBase. getAccessLogEntityDao()Gets reference toregistreAccesEntityDao.Methods in com.soffid.iam.model with parameters of type AccessLogEntityDao Modifier and Type Method Description voidServiceEntityDaoBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)Sets reference toregistreAccesEntityDao.voidSessionEntityDaoBase. 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 AccessLogEntityDaoAccessLogServiceBase. getAccessLogEntityDao()Gets reference toregistreAccesEntityDao.AccessLogEntityDaoNetworkServiceBase. getAccessLogEntityDao()Gets reference toregistreAccesEntityDao.AccessLogEntityDaoPamPolicyServiceBase. getAccessLogEntityDao()Gets reference toregistreAccesEntityDao.AccessLogEntityDaoPamSessionServiceBase. getAccessLogEntityDao()Gets reference toregistreAccesEntityDao.AccessLogEntityDaoSessionServiceBase. getAccessLogEntityDao()Gets reference toregistreAccesEntityDao.AccessLogEntityDaoUserServiceBase. getAccessLogEntityDao()Gets reference toregistreAccesEntityDao.Methods in com.soffid.iam.service with parameters of type AccessLogEntityDao Modifier and Type Method Description voidAccessLogServiceBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)Sets reference toregistreAccesEntityDao.voidNetworkServiceBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)Sets reference toregistreAccesEntityDao.voidPamPolicyServiceBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)Sets reference toregistreAccesEntityDao.voidPamSessionServiceBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)Sets reference toregistreAccesEntityDao.voidSessionServiceBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)Sets reference toregistreAccesEntityDao.voidUserServiceBase. setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)Sets reference toregistreAccesEntityDao.
-