Uses of Interface
com.soffid.iam.model.EntryPointAccountEntityDao
-
Packages that use EntryPointAccountEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of EntryPointAccountEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement EntryPointAccountEntityDao Modifier and Type Class Description classEntryPointAccountEntityDaoBaseDAO Base for Entity EntryPointAccountEntityclassEntryPointAccountEntityDaoImplMethods in com.soffid.iam.model that return EntryPointAccountEntityDao Modifier and Type Method Description EntryPointAccountEntityDaoEntryPointEntityDaoBase. getEntryPointAccountEntityDao()Gets reference toentryPointAccountEntityDao.Methods in com.soffid.iam.model with parameters of type EntryPointAccountEntityDao Modifier and Type Method Description voidEntryPointEntityDaoBase. setEntryPointAccountEntityDao(EntryPointAccountEntityDao entryPointAccountEntityDao)Sets reference toentryPointAccountEntityDao. -
Uses of EntryPointAccountEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return EntryPointAccountEntityDao Modifier and Type Method Description EntryPointAccountEntityDaoEntryPointServiceBase. getEntryPointAccountEntityDao()Gets reference toentryPointAccountEntityDao.Methods in com.soffid.iam.service with parameters of type EntryPointAccountEntityDao Modifier and Type Method Description voidEntryPointServiceBase. setEntryPointAccountEntityDao(EntryPointAccountEntityDao entryPointAccountEntityDao)Sets reference toentryPointAccountEntityDao.
-