|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Searchable | |
---|---|
com.jalios.jcms | Contains the core JCMS classes. |
com.jalios.jcms.calendar | Contains the classes used to deal with calendar in JCMS. |
com.jalios.jcms.mail | |
com.jalios.jcms.portlet | Contains core Portlets parent of all generated portlets. |
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 | |
---|---|
class |
AbstractReview
|
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 | |
---|---|
class |
AbstractCalendarEvent
This abstract class provides a superclass to every calendar event and base methods for their manipulation |
class |
AbstractEventResource
|
Uses of Searchable in com.jalios.jcms.mail |
---|
Classes in com.jalios.jcms.mail that implement Searchable | |
---|---|
class |
MailMessage
Class used to build and send a mail message. |
Uses of Searchable in com.jalios.jcms.portlet |
---|
Classes in com.jalios.jcms.portlet that implement Searchable | |
---|---|
class |
Portal
An abstract Portal representation with fields to implements - String -> CSSFile - String -> Header - String -> Footer - Publication -> Child |
class |
PortalElement
|
class |
PortalRedirect
An abstract Portal representation with fields to implements. |
class |
Portlet
An abstract Portlet représentation with fields to implements |
class |
PortletCollection
An abstract PortletCollection représentation with fields to implements - PortalElement[] -> Children |
class |
PortletParent
An abstract PortletParent représentation with fields to implements - Publication -> Children |
class |
PortletSkinable
An abstract Portlet représentation with fields to implements - String -> DisplayTitle (ML) - String -> SkinTemplate - String -> SkinCSS |
Uses of Searchable in com.jalios.jcms.test |
---|
Classes in com.jalios.jcms.test that implement Searchable | |
---|---|
class |
AbstractTestType
|
Uses of Searchable in com.jalios.jstore |
---|
Classes in com.jalios.jstore that implement Searchable | |
---|---|
class |
Test
This class runs a bunch of tests. |
Methods in com.jalios.jstore that return types with arguments of type Searchable | |
---|---|
TreeSet<Searchable> |
FTSearchEngine.searchRegexp(TreeSet<Searchable> dataSet,
TreeSet<Searchable> resultSet,
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 | |
---|---|
TreeSet<Searchable> |
FTSearchEngine.searchRegexp(TreeSet<Searchable> dataSet,
TreeSet<Searchable> resultSet,
String[] regexp,
boolean matchAll,
boolean caseInsensitive,
boolean accentInsensitive)
Search all searchable object matching one of specified regular expressions. |
TreeSet<Searchable> |
FTSearchEngine.searchRegexp(TreeSet<Searchable> dataSet,
TreeSet<Searchable> resultSet,
String[] regexp,
boolean matchAll,
boolean caseInsensitive,
boolean accentInsensitive)
Search all searchable object matching one of specified regular expressions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |