Uses of Interface
com.jalios.jstore.Searchable
-
Packages that use Searchable Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.calendar Contains the classes used to deal with calendar in JPlatform.com.jalios.jcms.jportal com.jalios.jcms.mail com.jalios.jcms.media Contains all the classes to provide the Media Browser.com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets.com.jalios.jcms.shortcut com.jalios.jcms.test com.jalios.jstore Contains JStore core classes. -
-
Uses of Searchable in com.jalios.jcms
Classes in com.jalios.jcms that implement Searchable Modifier and Type Class Description class
AbstractDBTestType
class
AbstractWebPage
class
Category
A Category object is a node of the category tree.class
Content
Content is a tagging abstract class which a type implements to indicates it is an editorial publication.class
DBFileDocument
class
FileDocument
class
Form
Form is the mother class of all form types.class
Publication
This abstract class is the super class of all the Publication classes.class
UserContent
UserContent is a tagging abstract class which a type implements to indicates it is a user content. -
Uses of Searchable in com.jalios.jcms.calendar
Classes in com.jalios.jcms.calendar that implement Searchable Modifier and Type Class Description class
AbstractCalendarEvent
This abstract class provides a superclass to every calendar event and base methods for their manipulationclass
AbstractEventResource
Deprecated.this class will be moved to CalendarPlugin and will be removed in further version -
Uses of Searchable in com.jalios.jcms.jportal
Classes in com.jalios.jcms.jportal that implement Searchable Modifier and Type Class Description class
AbstractJPortal
-
Uses of Searchable in com.jalios.jcms.mail
Classes in com.jalios.jcms.mail that implement Searchable Modifier and Type Class Description class
MailMessage
Class used to build and send a mail message. -
Uses of Searchable in com.jalios.jcms.media
Classes in com.jalios.jcms.media that implement Searchable Modifier and Type Class Description class
AbstractMedia
-
Uses of Searchable in com.jalios.jcms.portlet
Classes in com.jalios.jcms.portlet that implement Searchable Modifier and Type Class Description class
AbstractPortalJspCollection
class
Portal
An abstract Portal representation with fields to implements - String -> CSSFile - String -> Header - String -> Footer - Publication -> Childclass
PortalElement
class
PortalRedirect
An abstract Portal representation with fields to implements.class
Portlet
An abstract Portlet representation with fields to implement.class
PortletCollection
An abstract PortletCollection representation with fields to implements - PortalElement[] -> Childrenclass
PortletParent
An abstract PortletParent representation with fields to implements - Publication -> Childrenclass
PortletSkinable
An abstract Portlet representation with fields to implements - String -> DisplayTitle (ML) - String -> SkinTemplate - String -> SkinCSS -
Uses of Searchable in com.jalios.jcms.shortcut
Classes in com.jalios.jcms.shortcut that implement Searchable Modifier and Type Class Description class
AbstractShortcut
-
Uses of Searchable in com.jalios.jcms.test
Classes in com.jalios.jcms.test that implement Searchable Modifier and Type Class Description class
AbstractTestType
-
Uses of Searchable in com.jalios.jstore
Methods in com.jalios.jstore that return types with arguments of type Searchable Modifier and Type Method Description java.util.TreeSet<Searchable>
FTSearchEngine. searchRegexp(java.util.TreeSet<Searchable> dataSet, java.util.TreeSet<Searchable> resultSet, java.lang.String[] regexp, boolean matchAll, boolean caseInsensitive, boolean accentInsensitive)
Search all searchable object matching one of specified regular expressions.Method parameters in com.jalios.jstore with type arguments of type Searchable Modifier and Type Method Description java.util.TreeSet<Searchable>
FTSearchEngine. searchRegexp(java.util.TreeSet<Searchable> dataSet, java.util.TreeSet<Searchable> resultSet, java.lang.String[] regexp, boolean matchAll, boolean caseInsensitive, boolean accentInsensitive)
Search all searchable object matching one of specified regular expressions.
-