com.jalios.jstore
Interface Searchable

All Known Implementing Classes:
AbstractCalendarEvent, AbstractEventResource, AbstractReview, AbstractTestType, Category, Content, DBFileDocument, FileDocument, Form, MailMessage, Portal, PortalElement, PortalRedirect, Portlet, PortletCollection, PortletParent, PortletSkinable, Publication, Test, UserContent

public interface Searchable

This interface must be implemented by Storable classes to support full-text search.

Version:
$Revision: 14756 $
Author:
Olivier Dedieu

Field Summary
static String REVISION
           
 
Method Summary
 String[] getSearchStrings()
          This method gets called to get all the String to search in (typically the String attribute of the Storable).
 

Field Detail

REVISION

static final String REVISION
See Also:
Constant Field Values
Method Detail

getSearchStrings

String[] getSearchStrings()
This method gets called to get all the String to search in (typically the String attribute of the Storable). If one of those String match the query, this Storable is added in the result set.

Returns:
an array of String corresponding to this object.


Copyright © 2001-2010 Jalios SA. All Rights Reserved.