Uses of Interface
com.soffid.iam.model.LuceneIndexEntityDao
-
Packages that use LuceneIndexEntityDao Package Description com.soffid.iam.model com.soffid.iam.service com.soffid.iam.service.impl -
-
Uses of LuceneIndexEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement LuceneIndexEntityDao Modifier and Type Class Description class
LuceneIndexEntityDaoBase
DAO Base for Entity LuceneIndexEntityclass
LuceneIndexEntityDaoImpl
Methods in com.soffid.iam.model that return LuceneIndexEntityDao Modifier and Type Method Description LuceneIndexEntityDao
LuceneIndexPartEntityDaoBase. getLuceneIndexEntityDao()
Gets reference toluceneIndexEntityDao
.Methods in com.soffid.iam.model with parameters of type LuceneIndexEntityDao Modifier and Type Method Description void
LuceneIndexPartEntityDaoBase. setLuceneIndexEntityDao(LuceneIndexEntityDao luceneIndexEntityDao)
Sets reference toluceneIndexEntityDao
. -
Uses of LuceneIndexEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return LuceneIndexEntityDao Modifier and Type Method Description LuceneIndexEntityDao
LuceneIndexServiceBase. getLuceneIndexEntityDao()
Gets reference toluceneIndexEntityDao
.Methods in com.soffid.iam.service with parameters of type LuceneIndexEntityDao Modifier and Type Method Description void
LuceneIndexServiceBase. setLuceneIndexEntityDao(LuceneIndexEntityDao luceneIndexEntityDao)
Sets reference toluceneIndexEntityDao
. -
Uses of LuceneIndexEntityDao in com.soffid.iam.service.impl
Constructors in com.soffid.iam.service.impl with parameters of type LuceneIndexEntityDao Constructor Description LuceneIndexStatus(LuceneIndexEntityDao luceneIndexEntityDao, LuceneIndexPartEntityDao luceneIndexPartEntityDao, String name)
-