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 classServiceEntityDaoBaseDAO Base for Entity ServiceEntityclassServiceEntityDaoImplMethods in com.soffid.iam.model that return ServiceEntityDao Modifier and Type Method Description ServiceEntityDaoAccessLogEntityDaoBase. getServiceEntityDao()Gets reference toserveiEntityDao.Methods in com.soffid.iam.model with parameters of type ServiceEntityDao Modifier and Type Method Description voidAccessLogEntityDaoBase. 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 ServiceEntityDaoAccessLogServiceBase. getServiceEntityDao()Gets reference toserveiEntityDao.ServiceEntityDaoPamPolicyServiceBase. getServiceEntityDao()Gets reference toserveiEntityDao.ServiceEntityDaoPamSessionServiceBase. getServiceEntityDao()Gets reference toserveiEntityDao.ServiceEntityDaoServiceServiceBase. getServiceEntityDao()Gets reference toserveiEntityDao.ServiceEntityDaoSessionServiceBase. getServiceEntityDao()Gets reference toserveiEntityDao.Methods in com.soffid.iam.service with parameters of type ServiceEntityDao Modifier and Type Method Description voidAccessLogServiceBase. setServiceEntityDao(ServiceEntityDao serveiEntityDao)Sets reference toserveiEntityDao.voidPamPolicyServiceBase. setServiceEntityDao(ServiceEntityDao serveiEntityDao)Sets reference toserveiEntityDao.voidPamSessionServiceBase. setServiceEntityDao(ServiceEntityDao serveiEntityDao)Sets reference toserveiEntityDao.voidServiceServiceBase. setServiceEntityDao(ServiceEntityDao serveiEntityDao)Sets reference toserveiEntityDao.voidSessionServiceBase. setServiceEntityDao(ServiceEntityDao serveiEntityDao)Sets reference toserveiEntityDao.
-