lumis.doui.search
Interface ISourceSearchContentFiller

Package class diagram package ISourceSearchContentFiller
All Known Implementing Classes:
AnnouncementTabularSourceSearchContentFiller, ContentTabularSourceSearchContentFiller, DouiTabularSourceSearchContentFiller, LinkTabularSourceSearchContentFiller

public interface ISourceSearchContentFiller

Fills a SearchContent with data from Source. It determines how a Source data will be indexed.

Since:
4.0.0

Method Summary
 java.util.List<SearchContent> getSearchContentsForAdd()
           
 java.util.List<SearchContent> getSearchContentsForRemove()
           
 void init(ISourceData sourceData, Source source)
           
 

Method Detail

init

void init(ISourceData sourceData,
          Source source)
          throws PortalException
Throws:
PortalException

getSearchContentsForAdd

java.util.List<SearchContent> getSearchContentsForAdd()
                                                      throws PortalException
Throws:
PortalException

getSearchContentsForRemove

java.util.List<SearchContent> getSearchContentsForRemove()
                                                         throws PortalException
Throws:
PortalException


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.