Uses of Class
com.jalios.jstore.BasicStorable

Packages that use BasicStorable
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.portlet Contains core Portlets parent of all generated portlets. 
com.jalios.jcms.tracking   
com.jalios.jcms.workspace Contains classes about workspace features. 
com.jalios.jcmsplugin.bookmarks   
com.jalios.jcmsplugin.dbcomment   
com.jalios.jcmsplugin.dbforum   
com.jalios.jcmsplugin.dbpoll   
com.jalios.jcmsplugin.jstoreforum Contains all the abstract classes and some listener used by forum in JCMS. 
com.jalios.jcmsplugin.wiki   
com.jalios.jstore Contains JStore core classes. 
 

Uses of BasicStorable in com.jalios.jcms
 

Subclasses of BasicStorable in com.jalios.jcms
 class AbstractReview
           
 class Category
          A Category object is a node of the category tree.
 class CategoryRight
          This class represents the rights of a Member on a set of category roots.
 class Content
          Content is a tagging abstract class which a type implements to indicates it is an editorial publication.
 class Data
          This abstract class is the super class of all the persistent classes of a JCMS Channel.
 class DataExtension
          This class contains extra fields for a given Data object.
 class DataRight
          This class represents the rights of a member on a Data object.
 class FileDocument
           
 class Form
          Form is the mother class of all form types.
 class Group
          A Group object is referenced by a set of Member instances.
 class Member
          A Member object contains a set of information about a JCMS referenced user.
 class Notification
           
 class NotificationCriteria
           
 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.
 class WFNote
          This class represents a small note about a state change in the workflow.
 

Uses of BasicStorable in com.jalios.jcms.calendar
 

Subclasses of BasicStorable in com.jalios.jcms.calendar
 class AbstractCalendarEvent
          This abstract class provides a superclass to every calendar event and base methods for their manipulation
 

Uses of BasicStorable in com.jalios.jcms.portlet
 

Subclasses of BasicStorable in com.jalios.jcms.portlet
 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 BasicStorable in com.jalios.jcms.tracking
 

Subclasses of BasicStorable in com.jalios.jcms.tracking
 class ReaderTracker
           
 

Uses of BasicStorable in com.jalios.jcms.workspace
 

Subclasses of BasicStorable in com.jalios.jcms.workspace
 class WKRole
           
 class Workspace
          This class represents a Workspace
 class WSTypeEntry
          This class is a wrapper on TypeEntry handling type properties for each workspace.
 

Uses of BasicStorable in com.jalios.jcmsplugin.bookmarks
 

Subclasses of BasicStorable in com.jalios.jcmsplugin.bookmarks
 class Bookmark
           
 

Uses of BasicStorable in com.jalios.jcmsplugin.dbcomment
 

Subclasses of BasicStorable in com.jalios.jcmsplugin.dbcomment
 class AbstractDBComment
           
 

Uses of BasicStorable in com.jalios.jcmsplugin.dbforum
 

Subclasses of BasicStorable in com.jalios.jcmsplugin.dbforum
 class AbstractDBForum
           
 class AbstractDBForumPost
           
 class AbstractDBForumTopic
           
 class DBForumWatcher
           
 

Uses of BasicStorable in com.jalios.jcmsplugin.dbpoll
 

Subclasses of BasicStorable in com.jalios.jcmsplugin.dbpoll
 class AbstractPoll
          Abstract implementation for Poll
 class PollVote
          This class represents a vote for a poll.
 

Uses of BasicStorable in com.jalios.jcmsplugin.jstoreforum
 

Subclasses of BasicStorable in com.jalios.jcmsplugin.jstoreforum
 class AbstractForum
           
 class AbstractForumDiscussion
           
 class AbstractForumMessage
          This class is the abstract class the generated type ForumMessage must extends in order to have proper functionnalities (TreeNode, ForumPublicationListener, Notification, etc.)
 class ForumDiscussionMetadata
           
 

Uses of BasicStorable in com.jalios.jcmsplugin.wiki
 

Subclasses of BasicStorable in com.jalios.jcmsplugin.wiki
 class AbstractWikiPage
           
 

Uses of BasicStorable in com.jalios.jstore
 

Subclasses of BasicStorable in com.jalios.jstore
 class Test
          This class runs a bunch of tests.
 

Methods in com.jalios.jstore with parameters of type BasicStorable
 int BasicStorable.compareTo(BasicStorable other)
           
 

Constructors in com.jalios.jstore with parameters of type BasicStorable
BasicStorable(BasicStorable other)
          Creates a new BasicStorable by cloning
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.