Uses of Interface
com.soffid.iam.model.SessionEntityDao
-
Packages that use SessionEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of SessionEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement SessionEntityDao Modifier and Type Class Description classSessionEntityDaoBaseDAO Base for Entity SessionEntityclassSessionEntityDaoImplMethods in com.soffid.iam.model that return SessionEntityDao Modifier and Type Method Description SessionEntityDaoUserEntityDaoBase. getSessionEntityDao()Gets reference tosessioEntityDao.Methods in com.soffid.iam.model with parameters of type SessionEntityDao Modifier and Type Method Description voidUserEntityDaoBase. setSessionEntityDao(SessionEntityDao sessioEntityDao)Sets reference tosessioEntityDao. -
Uses of SessionEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return SessionEntityDao Modifier and Type Method Description SessionEntityDaoNetworkServiceBase. getSessionEntityDao()Gets reference tosessioEntityDao.SessionEntityDaoPamPolicyServiceBase. getSessionEntityDao()Gets reference tosessioEntityDao.SessionEntityDaoPamSessionServiceBase. getSessionEntityDao()Gets reference tosessioEntityDao.SessionEntityDaoSessionServiceBase. getSessionEntityDao()Gets reference tosessioEntityDao.SessionEntityDaoUserServiceBase. getSessionEntityDao()Gets reference tosessioEntityDao.Methods in com.soffid.iam.service with parameters of type SessionEntityDao Modifier and Type Method Description voidNetworkServiceBase. setSessionEntityDao(SessionEntityDao sessioEntityDao)Sets reference tosessioEntityDao.voidPamPolicyServiceBase. setSessionEntityDao(SessionEntityDao sessioEntityDao)Sets reference tosessioEntityDao.voidPamSessionServiceBase. setSessionEntityDao(SessionEntityDao sessioEntityDao)Sets reference tosessioEntityDao.voidSessionServiceBase. setSessionEntityDao(SessionEntityDao sessioEntityDao)Sets reference tosessioEntityDao.voidUserServiceBase. setSessionEntityDao(SessionEntityDao sessioEntityDao)Sets reference tosessioEntityDao.
-