|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Classes in com.jalios.jcms used by com.jalios.jcms | |
|---|---|
| AbstractIndexManager
This abstract class provides generic methods to manage data indices. |
|
| AbstractReview
|
|
| AdminNotes
This class manage admin notes of JCMS. |
|
| AppServerInfo
This class manages information about the underlying application server. |
|
| AudienceRights
This class manages a Member's read right on publication using their categories. |
|
| BasicStoreListener
This class is a neutral implementation of StoreListener. |
|
| CacheManager
This class manages the cache of content fragements. |
|
| CacheManager.CacheEntry
|
|
| Category
A Category object is a node of the category tree. |
|
| Category.AuthorizedSelector
AuthorizedSelector selects all the categories a member is authorized to read. |
|
| Category.NameComparator
|
|
| Category.OrderComparator
|
|
| CategoryIndexManager
|
|
| CategoryRight
This class represents the rights of a Member on a set of category roots. |
|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| Channel.TypeLabelComparator
Sort type according their label in a given language. |
|
| ChannelListener
A listener called during the Channel life cycle. |
|
| Content
Content is a tagging abstract class which a type implements to indicates it is an editorial publication. |
|
| ControllerStatus
This class represents the status returned by a DataController. |
|
| CustomCleanFilter
|
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
Data.CdateSelector
DataSelector to select Data which have
a creation date between the given begin and end Date. |
|
Data.MdateSelector
DataSelector to select Data which have
a modification date between the given begin and end Date. |
|
| DataController
A DataController is notified whenever data integrity must be checked, write (create, update, delete, ...) must be accepted, before and after the write is performed. |
|
| DataExtension
This class contains extra fields for a given Data object. |
|
| DataIndexManager
|
|
| DataListener
This class listens to mutations of Data objects. |
|
| DataRight
This class represents the rights of a member on a Data object. |
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection. |
|
| EditableData
EditableData is a tagging interface which a Data subclass implements to indicates it can be edited with a dedicated editor. |
|
| FileDocument
|
|
| FileDocument.HiddenSelector
This DataSelector selects all the Hidden FileDocument |
|
| FileDocument.MediaTypeSelector
This DataSelector selects all the FileDocument corresponding to the given media type. |
|
| FileIndexManager
This class manages the Custom Type file index. |
|
| Form
Form is the mother class of all form types. |
|
| Form.SubmitMemberSelector
This DataSelector selects all the forms the given member has submitted (optionally, which are in a given state) |
|
| Group
A Group object is referenced by a set of
Member instances. |
|
| Group.NameComparator
|
|
| GroupIndexManager
|
|
| JcmsConstants
This interface contains a set of constants. |
|
| JcmsInfo
This class manages information about JCMS release. |
|
| LimitController
|
|
| LinkIndexManager
This class manages the Custom Type link index. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| MemberIndexManager
|
|
| MetaDataExtractor
This interface must be implemented by metadata extractor |
|
| Notification
|
|
| NotificationCriteria
|
|
| NotificationManager
This class is instantiated by a Channel in method initAfterLoad()
only if property 'notification.enabled' is set to true. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Publication.AdateSelector
AdateSelector selects all the publications with a adate in a given range |
|
| Publication.AudienceRightSelector
AudienceRightSelector selects all publications being audienced. |
|
| Publication.AuthorizedSelector
AuthorizedSelector selects all the publications a member is authorized to read. |
|
| Publication.CanWorkOnSelector
CanWorkOnSelector selects all the publications a member can work on. |
|
| Publication.EdateSelector
EdateSelector selects all the publications with a edate in a given range |
|
| Publication.PdateComparator
Compares two Publications using their Pdate in descending order (newest date first). |
|
| Publication.PdateSelector
PdateSelector selects all the publications with a pdate in a given range |
|
| Publication.PstatusSelector
PstatusSelector selects all the publications with a given pstatus. |
|
| Publication.ReadRightSelector
ReadRightSelector selects all publications which have any read right. |
|
| Publication.SdateSelector
SdateSelector select all the publications with a sdate in a given range |
|
| Publication.TitleComparator
|
|
| Publication.TrackedSelector
TrackedSelector selects all the publications which are tracked. |
|
| Publication.UdateSelector
UdateSelector selects all the publications with a udate in a given range |
|
| Publication.VisibleStateSelector
VisibleStateSelector selects all the publications which are in a visible state |
|
| Publication.WorkspaceAuthorSelector
WorkspaceAuthorSelector selects all the publication the given member is the author and which belong to the given workspace. |
|
| Publication.WorkspaceSelector
WorkspaceSelector selects all the publications which belong to the given workspace. |
|
| PublicationIndexManager
|
|
| PublicationListener
This class listens to mutations of Publication objects. |
|
| QueryFilter
A QueryFilter is notified for each query. |
|
| QueryManager
This class manages queries on publications |
|
| QueryResultSet
This class holds results of a query. |
|
| ReviewManager
|
|
| TypeConstants
|
|
| TypeEntry
This class contains info about a Type. |
|
| TypeFieldEntry
This class holds all informations of a type's field. |
|
| TypeProcessor
This class generates all the resources (Java classes and JSPs) used by the Custom Publication Types and Custom Extension Types. |
|
| TypeTemplateEntry
This class contains info about Type's template. |
|
| UserContent
UserContent is a tagging abstract class which a type implements to indicates it is a user content. |
|
| WeakLinkManager
This class manages the index of weak references on publications. |
|
| WebAppInfo
|
|
| WFAction
This abstract class represents a workflow action attached to a WFState. |
|
| WFNote
This class represents a small note about a state change in the workflow. |
|
| WFRole
This class represent a Role. |
|
| WFState
This class represents a state in a Workflow |
|
| WFTransition
This class represents a transition in a Workflow |
|
| WikiRenderingHints
Contains rendering hints used by the WikiRenderer. |
|
| Workflow
This class represents a Workflow. |
|
| WorkflowConstants
This interface contains a set of constants used for Workflow. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.accessibility | |
|---|---|
| JcmsConstants
This interface contains a set of constants. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.ajax | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.archive | |
|---|---|
| Group
A Group object is referenced by a set of
Member instances. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.authentication | |
|---|---|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.authentication.handlers | |
|---|---|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.caddy | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| ControllerStatus
This class represents the status returned by a DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| Group
A Group object is referenced by a set of
Member instances. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| WFState
This class represents a state in a Workflow |
|
| Workflow
This class represents a Workflow. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.calendar | |
|---|---|
| BasicStoreListener
This class is a neutral implementation of StoreListener. |
|
| Content
Content is a tagging abstract class which a type implements to indicates it is an editorial publication. |
|
| ControllerStatus
This class represents the status returned by a DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection. |
|
| EditableData
EditableData is a tagging interface which a Data subclass implements to indicates it can be edited with a dedicated editor. |
|
| Group
A Group object is referenced by a set of
Member instances. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.context | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.db | |
|---|---|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| ChannelListener
A listener called during the Channel life cycle. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.extradbdata | |
|---|---|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.handler | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| ControllerStatus
This class represents the status returned by a DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| DataExtension
This class contains extra fields for a given Data object. |
|
| DeployManagerConstants
|
|
| FileDocument
|
|
| Group
A Group object is referenced by a set of
Member instances. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Notification
|
|
| NotificationCriteria
|
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| QueryResultSet
This class holds results of a query. |
|
| TypeConstants
|
|
| TypeProcessor
This class generates all the resources (Java classes and JSPs) used by the Custom Publication Types and Custom Extension Types. |
|
| TypeTemplateEntry
This class contains info about Type's template. |
|
| WebAppInfo
|
|
| WFRole
This class represent a Role. |
|
| WFState
This class represents a state in a Workflow |
|
| Workflow
This class represents a Workflow. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.mashup | |
|---|---|
| BasicStoreListener
This class is a neutral implementation of StoreListener. |
|
| Category
A Category object is a node of the category tree. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| FileDocument
|
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.media | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| QueryResultSet
This class holds results of a query. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.plugin | |
|---|---|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| TypeTemplateEntry
This class contains info about Type's template. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.policy | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| ControllerStatus
This class represents the status returned by a DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| FileDocument
|
|
| Group
A Group object is referenced by a set of
Member instances. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| TypeTemplateEntry
This class contains info about Type's template. |
|
| WikiRenderingHints
Contains rendering hints used by the WikiRenderer. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.portlet | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| Content
Content is a tagging abstract class which a type implements to indicates it is an editorial publication. |
|
| ControllerStatus
This class represents the status returned by a DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection. |
|
| EditableData
EditableData is a tagging interface which a Data subclass implements to indicates it can be edited with a dedicated editor. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| TypeTemplateEntry
This class contains info about Type's template. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.rest | |
|---|---|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.search | |
|---|---|
| BasicStoreListener
This class is a neutral implementation of StoreListener. |
|
| Category
A Category object is a node of the category tree. |
|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| QueryFilter
A QueryFilter is notified for each query. |
|
| QueryManager
This class manages queries on publications |
|
| QueryResultSet
This class holds results of a query. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.servlet | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.stat | |
|---|---|
| BasicStoreListener
This class is a neutral implementation of StoreListener. |
|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.stat.beautifier | |
|---|---|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.stat.listener | |
|---|---|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.taglib | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection. |
|
| FileDocument
|
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.test | |
|---|---|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| ControllerStatus
This class represents the status returned by a DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| Group
A Group object is referenced by a set of
Member instances. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.tools | |
|---|---|
| JcmsConstants
This interface contains a set of constants. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.tracking | |
|---|---|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.upload | |
|---|---|
| BasicDataController
This class is a neutral implementation of DataController. |
|
| Category
A Category object is a node of the category tree. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| DataController
A DataController is notified whenever data integrity must be checked, write (create, update, delete, ...) must be accepted, before and after the write is performed. |
|
| FileDocument
|
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.webdav | |
|---|---|
| JcmsConstants
This interface contains a set of constants. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.webdav.cat | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.widget | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| FileDocument
|
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Classes in com.jalios.jcms used by com.jalios.jcms.workspace | |
|---|---|
| BasicStoreListener
This class is a neutral implementation of StoreListener. |
|
| Category
A Category object is a node of the category tree. |
|
| ControllerStatus
This class represents the status returned by a DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection. |
|
| EditableData
EditableData is a tagging interface which a Data subclass implements to indicates it can be edited with a dedicated editor. |
|
| Group
A Group object is referenced by a set of
Member instances. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| TypeEntry
This class contains info about a Type. |
|
| TypeTemplateEntry
This class contains info about Type's template. |
|
| WFRole
This class represent a Role. |
|
| Workflow
This class represents a Workflow. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.bookmarks | |
|---|---|
| BasicDataController
This class is a neutral implementation of DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| DataController
A DataController is notified whenever data integrity must be checked, write (create, update, delete, ...) must be accepted, before and after the write is performed. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.cloud | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.collaborativespace | |
|---|---|
| BasicDataController
This class is a neutral implementation of DataController. |
|
| ControllerStatus
This class represents the status returned by a DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| DataController
A DataController is notified whenever data integrity must be checked, write (create, update, delete, ...) must be accepted, before and after the write is performed. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.comment | |
|---|---|
| Group
A Group object is referenced by a set of
Member instances. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.dbcomment | |
|---|---|
| BasicDataController
This class is a neutral implementation of DataController. |
|
| Content
Content is a tagging abstract class which a type implements to indicates it is an editorial publication. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| DataController
A DataController is notified whenever data integrity must be checked, write (create, update, delete, ...) must be accepted, before and after the write is performed. |
|
| EditableData
EditableData is a tagging interface which a Data subclass implements to indicates it can be edited with a dedicated editor. |
|
| Group
A Group object is referenced by a set of
Member instances. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| UserContent
UserContent is a tagging abstract class which a type implements to indicates it is a user content. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.dbforum | |
|---|---|
| Category
A Category object is a node of the category tree. |
|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| Content
Content is a tagging abstract class which a type implements to indicates it is an editorial publication. |
|
| ControllerStatus
This class represents the status returned by a DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection. |
|
| EditableData
EditableData is a tagging interface which a Data subclass implements to indicates it can be edited with a dedicated editor. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| UserContent
UserContent is a tagging abstract class which a type implements to indicates it is a user content. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.dbpoll | |
|---|---|
| BasicDataController
This class is a neutral implementation of DataController. |
|
| Content
Content is a tagging abstract class which a type implements to indicates it is an editorial publication. |
|
| ControllerStatus
This class represents the status returned by a DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| DataController
A DataController is notified whenever data integrity must be checked, write (create, update, delete, ...) must be accepted, before and after the write is performed. |
|
| EditableData
EditableData is a tagging interface which a Data subclass implements to indicates it can be edited with a dedicated editor. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.devtools | |
|---|---|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| TypeConstants
|
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.explorer | |
|---|---|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| QueryResultSet
This class holds results of a query. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.explorer.portlet | |
|---|---|
| JcmsConstants
This interface contains a set of constants. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.jstoreforum | |
|---|---|
| BasicDataController
This class is a neutral implementation of DataController. |
|
| BasicStoreListener
This class is a neutral implementation of StoreListener. |
|
| Channel
The Channel singleton is the main access point of the JCMS API. |
|
| Content
Content is a tagging abstract class which a type implements to indicates it is an editorial publication. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| DataController
A DataController is notified whenever data integrity must be checked, write (create, update, delete, ...) must be accepted, before and after the write is performed. |
|
| DataExtension
This class contains extra fields for a given Data object. |
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection. |
|
| EditableData
EditableData is a tagging interface which a Data subclass implements to indicates it can be edited with a dedicated editor. |
|
| FileDocument
|
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| UserContent
UserContent is a tagging abstract class which a type implements to indicates it is a user content. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.od | |
|---|---|
| BasicDataController
This class is a neutral implementation of DataController. |
|
| CustomCleanFilter
|
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| DataController
A DataController is notified whenever data integrity must be checked, write (create, update, delete, ...) must be accepted, before and after the write is performed. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| QueryFilter
A QueryFilter is notified for each query. |
|
| QueryResultSet
This class holds results of a query. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.podcast | |
|---|---|
| ChannelListener
A listener called during the Channel life cycle. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection. |
|
| FileDocument
|
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.qrcode | |
|---|---|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.readspeaker | |
|---|---|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.smiley | |
|---|---|
| WikiRenderingHints
Contains rendering hints used by the WikiRenderer. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.subscribe | |
|---|---|
| Group
A Group object is referenced by a set of
Member instances. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.tinymcebuttons | |
|---|---|
| ChannelListener
A listener called during the Channel life cycle. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.toppublications | |
|---|---|
| BasicDataController
This class is a neutral implementation of DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| DataController
A DataController is notified whenever data integrity must be checked, write (create, update, delete, ...) must be accepted, before and after the write is performed. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.virtualdesktop | |
|---|---|
| BasicDataController
This class is a neutral implementation of DataController. |
|
| ChannelListener
A listener called during the Channel life cycle. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| DataController
A DataController is notified whenever data integrity must be checked, write (create, update, delete, ...) must be accepted, before and after the write is performed. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| TypeTemplateEntry
This class contains info about Type's template. |
|
| Classes in com.jalios.jcms used by com.jalios.jcmsplugin.wiki | |
|---|---|
| BasicDataController
This class is a neutral implementation of DataController. |
|
| BasicStoreListener
This class is a neutral implementation of StoreListener. |
|
| Category
A Category object is a node of the category tree. |
|
| Content
Content is a tagging abstract class which a type implements to indicates it is an editorial publication. |
|
| ControllerStatus
This class represents the status returned by a DataController. |
|
| Data
This abstract class is the super class of all the persistent classes of a JCMS Channel. |
|
| DataController
A DataController is notified whenever data integrity must be checked, write (create, update, delete, ...) must be accepted, before and after the write is performed. |
|
| EditableData
EditableData is a tagging interface which a Data subclass implements to indicates it can be edited with a dedicated editor. |
|
| JcmsConstants
This interface contains a set of constants. |
|
| Member
A Member object contains a set of information about a
JCMS referenced user. |
|
| Publication
This abstract class is the super class of all the Publication classes. |
|
| WikiRenderingHints
Contains rendering hints used by the WikiRenderer. |
|
| Classes in com.jalios.jcms used by generated | |
|---|---|
| JcmsConstants
This interface contains a set of constants. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||