com.jalios.jstore
Interface Searchable
- All Known Implementing Classes: 
 - AbstractCalendarEvent, AbstractReview, Category, Content, 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
 
 
| 
Method Summary | 
 String[] | 
getSearchStrings()
 
          This method gets called to get all the String to search in
 (typically the String attribute of the Storable). | 
 
REVISION
static final String REVISION
- See Also:
 - Constant Field Values
 
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.