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 class
LuceneIndexPartEntityDaoBase
DAO Base for Entity LuceneIndexPartEntityclass
LuceneIndexPartEntityDaoImpl
Methods in com.soffid.iam.model that return LuceneIndexPartEntityDao Modifier and Type Method Description LuceneIndexPartEntityDao
LuceneIndexEntityDaoBase. getLuceneIndexPartEntityDao()
Gets reference toluceneIndexPartEntityDao
.Methods in com.soffid.iam.model with parameters of type LuceneIndexPartEntityDao Modifier and Type Method Description void
LuceneIndexEntityDaoBase. 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 LuceneIndexPartEntityDao
LuceneIndexServiceBase. getLuceneIndexPartEntityDao()
Gets reference toluceneIndexPartEntityDao
.Methods in com.soffid.iam.service with parameters of type LuceneIndexPartEntityDao Modifier and Type Method Description void
LuceneIndexServiceBase. 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)
-