Uses of Interface
com.soffid.iam.model.LuceneIndexPartEntityDao
-
Packages that use LuceneIndexPartEntityDao Package Description com.soffid.iam.model com.soffid.iam.service com.soffid.iam.service.impl -
-
Uses of LuceneIndexPartEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement LuceneIndexPartEntityDao Modifier and Type Class Description classLuceneIndexPartEntityDaoBaseDAO Base for Entity LuceneIndexPartEntityclassLuceneIndexPartEntityDaoImplMethods in com.soffid.iam.model that return LuceneIndexPartEntityDao Modifier and Type Method Description LuceneIndexPartEntityDaoLuceneIndexEntityDaoBase. getLuceneIndexPartEntityDao()Gets reference toluceneIndexPartEntityDao.Methods in com.soffid.iam.model with parameters of type LuceneIndexPartEntityDao Modifier and Type Method Description voidLuceneIndexEntityDaoBase. setLuceneIndexPartEntityDao(LuceneIndexPartEntityDao luceneIndexPartEntityDao)Sets reference toluceneIndexPartEntityDao. -
Uses of LuceneIndexPartEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return LuceneIndexPartEntityDao Modifier and Type Method Description LuceneIndexPartEntityDaoLuceneIndexServiceBase. getLuceneIndexPartEntityDao()Gets reference toluceneIndexPartEntityDao.Methods in com.soffid.iam.service with parameters of type LuceneIndexPartEntityDao Modifier and Type Method Description voidLuceneIndexServiceBase. setLuceneIndexPartEntityDao(LuceneIndexPartEntityDao luceneIndexPartEntityDao)Sets reference toluceneIndexPartEntityDao. -
Uses of LuceneIndexPartEntityDao in com.soffid.iam.service.impl
Constructors in com.soffid.iam.service.impl with parameters of type LuceneIndexPartEntityDao Constructor Description LuceneIndexStatus(LuceneIndexEntityDao luceneIndexEntityDao, LuceneIndexPartEntityDao luceneIndexPartEntityDao, String name)
-