Uses of Class
com.jalios.jstore.BasicStorable
-
Packages that use BasicStorable Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.accesscontrol com.jalios.jcms.alert com.jalios.jcms.authentication.cookie com.jalios.jcms.authentication.events com.jalios.jcms.calendar Contains the classes used to deal with calendar in JPlatform.com.jalios.jcms.dbmember com.jalios.jcms.fileprocessor.processingmanagement com.jalios.jcms.jportal com.jalios.jcms.mail com.jalios.jcms.media Contains all the classes to provide the Media Browser.com.jalios.jcms.member com.jalios.jcms.memberpreference com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets.com.jalios.jcms.publicationfollower com.jalios.jcms.publiclink com.jalios.jcms.recommendation com.jalios.jcms.shortcut com.jalios.jcms.test com.jalios.jcms.tracking com.jalios.jcms.vote com.jalios.jcms.workspace Contains classes about workspace features.com.jalios.jstore Contains JStore core classes. -
-
Uses of BasicStorable in com.jalios.jcms
Subclasses of BasicStorable in com.jalios.jcms Modifier and Type Class Description class
AbstractDBTestType
class
AbstractWebPage
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
DBFileDocument
class
FileDocument
class
Form
Form is the mother class of all form types.class
Group
AGroup
object is referenced by a set ofMember
instances.class
Member
AMember
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
StrongLock
This class represents a strong lock on a data.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.accesscontrol
Subclasses of BasicStorable in com.jalios.jcms.accesscontrol Modifier and Type Class Description class
AccessControlList
Define a collection of resources and their associated authorization. -
Uses of BasicStorable in com.jalios.jcms.alert
Subclasses of BasicStorable in com.jalios.jcms.alert Modifier and Type Class Description class
Alert
-
Uses of BasicStorable in com.jalios.jcms.authentication.cookie
Subclasses of BasicStorable in com.jalios.jcms.authentication.cookie Modifier and Type Class Description class
AuthenticationCookie
POJO use to store authentication cookie that were emitted to end user. -
Uses of BasicStorable in com.jalios.jcms.authentication.events
Subclasses of BasicStorable in com.jalios.jcms.authentication.events Modifier and Type Class Description class
LoginEvent
POJO use to store login event of user. -
Uses of BasicStorable in com.jalios.jcms.calendar
Subclasses of BasicStorable in com.jalios.jcms.calendar 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 BasicStorable in com.jalios.jcms.dbmember
Subclasses of BasicStorable in com.jalios.jcms.dbmember Modifier and Type Class Description class
DBMember
-
Uses of BasicStorable in com.jalios.jcms.fileprocessor.processingmanagement
Subclasses of BasicStorable in com.jalios.jcms.fileprocessor.processingmanagement Modifier and Type Class Description class
FileProcessingInfo
class
FileProcessingLog
-
Uses of BasicStorable in com.jalios.jcms.jportal
Subclasses of BasicStorable in com.jalios.jcms.jportal Modifier and Type Class Description class
AbstractJPortal
class
JPortalStructure
-
Uses of BasicStorable in com.jalios.jcms.mail
Subclasses of BasicStorable in com.jalios.jcms.mail Modifier and Type Class Description class
MailMessage
Class used to build and send a mail message. -
Uses of BasicStorable in com.jalios.jcms.media
Subclasses of BasicStorable in com.jalios.jcms.media Modifier and Type Class Description class
AbstractMedia
class
MediaProgression
-
Uses of BasicStorable in com.jalios.jcms.member
Subclasses of BasicStorable in com.jalios.jcms.member Modifier and Type Class Description class
MemberDeleteRequest
-
Uses of BasicStorable in com.jalios.jcms.memberpreference
Subclasses of BasicStorable in com.jalios.jcms.memberpreference Modifier and Type Class Description class
MemberPreference
-
Uses of BasicStorable in com.jalios.jcms.portlet
Subclasses of BasicStorable in com.jalios.jcms.portlet 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 BasicStorable in com.jalios.jcms.publicationfollower
Subclasses of BasicStorable in com.jalios.jcms.publicationfollower Modifier and Type Class Description class
PublicationFollower
-
Uses of BasicStorable in com.jalios.jcms.publiclink
Subclasses of BasicStorable in com.jalios.jcms.publiclink Modifier and Type Class Description class
PublicDownload
class
PublicLink
-
Uses of BasicStorable in com.jalios.jcms.recommendation
Subclasses of BasicStorable in com.jalios.jcms.recommendation Modifier and Type Class Description class
Recommendation
The instance of Recommendation -
Uses of BasicStorable in com.jalios.jcms.shortcut
Subclasses of BasicStorable in com.jalios.jcms.shortcut Modifier and Type Class Description class
AbstractShortcut
-
Uses of BasicStorable in com.jalios.jcms.test
Subclasses of BasicStorable in com.jalios.jcms.test Modifier and Type Class Description class
AbstractTestType
-
Uses of BasicStorable in com.jalios.jcms.tracking
Subclasses of BasicStorable in com.jalios.jcms.tracking Modifier and Type Class Description class
ReaderTracker
-
Uses of BasicStorable in com.jalios.jcms.vote
Subclasses of BasicStorable in com.jalios.jcms.vote Modifier and Type Class Description class
Vote
-
Uses of BasicStorable in com.jalios.jcms.workspace
Subclasses of BasicStorable in com.jalios.jcms.workspace Modifier and Type Class Description class
WKRole
class
Workspace
This class represents a Workspaceclass
WSTypeEntry
This class is a wrapper on TypeEntry handling type properties for each workspace. -
Uses of BasicStorable in com.jalios.jstore
Methods in com.jalios.jstore with parameters of type BasicStorable Modifier and Type Method Description int
BasicStorable. compareTo(BasicStorable other)
Constructors in com.jalios.jstore with parameters of type BasicStorable Constructor Description BasicStorable(BasicStorable other)
Creates a new BasicStorable by cloning
-