Package lumis.doui.search
Interface ISourceSearchContentFiller
-
- All Known Implementing Classes:
ContentTabularSourceSearchContentFiller
,DouiTabularSourceSearchContentFiller
@Deprecated public interface ISourceSearchContentFiller
Deprecated.Since 8.1.0 replaced byISourceBigDataPersister
.Fills a SearchContent with data from Source. It determines how a Source data will be indexed.- Since:
- 4.0.0
- Version:
- $Revision: 17592 $ $Date: 2015-07-17 11:19:32 -0300 (Fri, 17 Jul 2015) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<SearchContent>
getSearchContentsForAdd()
Deprecated.List<SearchContent>
getSearchContentsForRemove()
Deprecated.void
init(ISourceData sourceData, Source source)
Deprecated.
-
-
-
Method Detail
-
init
void init(ISourceData sourceData, Source source) throws PortalException
Deprecated.- Throws:
PortalException
-
getSearchContentsForAdd
List<SearchContent> getSearchContentsForAdd() throws PortalException
Deprecated.- Throws:
PortalException
-
getSearchContentsForRemove
List<SearchContent> getSearchContentsForRemove() throws PortalException
Deprecated.- Throws:
PortalException
-
-