Package com.jalios.jstore
Interface Searchable
-
- All Known Implementing Classes:
AbstractCalendarEvent
,AbstractDBTestType
,AbstractEventResource
,AbstractJPortal
,AbstractMedia
,AbstractPortalJspCollection
,AbstractShortcut
,AbstractTestType
,AbstractWebPage
,Category
,Content
,DBFileDocument
,FileDocument
,Form
,MailMessage
,Portal
,PortalElement
,PortalRedirect
,Portlet
,PortletCollection
,PortletParent
,PortletSkinable
,Publication
,UserContent
public interface Searchable
This interface must be implemented by Storable classes to support full-text search.- Author:
- Olivier Dedieu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getSearchStrings()
This method gets called to get all the String to search in (typically the String attribute of the Storable).
-
-
-
Method Detail
-
getSearchStrings
java.lang.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.
-
-