Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.alert | |
com.jalios.jcms.analytics.metric | |
com.jalios.jcms.archive |
Contains the classes used to deal with archives management in JCMS.
|
com.jalios.jcms.db | |
com.jalios.jcms.dbmember | |
com.jalios.jcms.extradbdata | |
com.jalios.jcms.fileprocessor | |
com.jalios.jcms.fileprocessor.processingmanagement | |
com.jalios.jcms.publicationfollower | |
com.jalios.jcms.recommendation | |
com.jalios.jcms.rss | |
com.jalios.jcms.search |
Provides internal search engines classes of JCMS.
|
com.jalios.jcms.tracking | |
com.jalios.jcms.vote |
Modifier and Type | Class and Description |
---|---|
class |
DBFileDocument |
class |
StrongLock
This class represents a strong lock on a data.
|
class |
WFNote
This class represents a small note about a state change in the workflow.
|
Modifier and Type | Method and Description |
---|---|
DBData |
Channel.getDBData(java.lang.Class<?> clazz,
java.lang.Long rowId)
Returns a given DBData according its class and it row id.
|
Modifier and Type | Method and Description |
---|---|
void |
WFPublicationListener.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
StrongLockManager.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
MemberSearchEngineListener.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
CacheManager.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
WFPublicationListener.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
StrongLockManager.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
MemberSearchEngineListener.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
LimitControllerListener.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
CacheManager.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
WFPublicationListener.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
void |
StrongLockManager.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
void |
MemberSearchEngineListener.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
void |
CacheManager.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
Modifier and Type | Class and Description |
---|---|
class |
Alert |
Modifier and Type | Method and Description |
---|---|
void |
AlertListener.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
AlertListener.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
AlertListener.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReportMetric |
class |
AccessReportMetric |
class |
AccountReportMetric |
class |
AdminReportMetric |
class |
SearchReportMetric |
class |
TechnicalReportMetric |
class |
WriteReportMetric |
Modifier and Type | Class and Description |
---|---|
class |
ArchivedPublication
This class represents an archived Publication in memory, used to keep track
of authors, rights, category, workspace of archived publication
|
Modifier and Type | Interface and Description |
---|---|
interface |
CategorizedDBData
This tagging interface must be implemented by DBData that can be categorized.
|
interface |
HistorizedDBData
This tagging interface must be implemented by DBData that have to be historized.
|
Modifier and Type | Class and Description |
---|---|
class |
DBEventLog
This class represents a DBEventLog (i.e. an Hibernate write event stored in the DB).
|
Modifier and Type | Method and Description |
---|---|
static DBData |
HibernateUtil.getCurrentDBData(java.lang.String id)
Return the current persisted state of the DBData with the given id.
|
static DBData |
HibernateUtil.getDBData(java.lang.String id)
Retrieves the DBData bound to the specified jcms id from the database.
|
Modifier and Type | Method and Description |
---|---|
DBDataRevision |
DBDataRevisionManager.addRevision(DBData data,
int op,
Member mbr)
Add a new revision for the given data.
|
static void |
HibernateUtil.delete(DBData data)
Deletes the specified object in the database.
|
static void |
HibernateUtil.delete(DBData data,
boolean cleanSession)
Deletes the specified object in the database.
|
void |
DBListener.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
DBEventLogManager.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
CacheDBListener.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
BasicDBListener.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
DBListener.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
DBEventLogManager.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
CacheDBListener.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
BasicDBListener.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
DBListener.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
void |
DBEventLogManager.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
void |
CacheDBListener.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
void |
BasicDBListener.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
void |
DBListener.onPreUpdate(DBData data,
org.hibernate.event.PreUpdateEvent event) |
void |
BasicDBListener.onPreUpdate(DBData data,
org.hibernate.event.PreUpdateEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
DBMember |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceDBMemberListener.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
WorkspaceDBMemberListener.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
WorkspaceDBMemberListener.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
Modifier and Type | Class and Description |
---|---|
class |
ExtraDBData
Class used to store Data's extra data to hibernate.
|
Modifier and Type | Method and Description |
---|---|
void |
FileProcessorDBListenerStoreListener.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
FileProcessorDBListenerStoreListener.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
FileProcessorDBListenerStoreListener.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
Modifier and Type | Class and Description |
---|---|
class |
FileProcessingInfo |
class |
FileProcessingLog |
Modifier and Type | Class and Description |
---|---|
class |
PublicationFollower |
Modifier and Type | Class and Description |
---|---|
class |
Recommendation
The instance of Recommendation
|
Modifier and Type | Class and Description |
---|---|
class |
RssTracker
Rss tracker information
|
Modifier and Type | Method and Description |
---|---|
void |
PublicationSearchEngineListener.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
PublicationSearchEngineListener.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
PublicationSearchEngineListener.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
Modifier and Type | Class and Description |
---|---|
class |
ReaderTracker |
Modifier and Type | Method and Description |
---|---|
void |
ReaderTrackerManager.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
ReaderTrackerManager.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
ReaderTrackerManager.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
Modifier and Type | Class and Description |
---|---|
class |
Vote |
Modifier and Type | Method and Description |
---|---|
void |
VoteManager.onPostDelete(DBData data,
org.hibernate.event.PostDeleteEvent event,
boolean firstTime) |
void |
VoteManager.onPostInsert(DBData data,
org.hibernate.event.PostInsertEvent event,
boolean firstTime) |
void |
VoteManager.onPostUpdate(DBData data,
org.hibernate.event.PostUpdateEvent event,
boolean firstTime) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.