Uses of Interface
com.jalios.jcms.db.DBConstants
-
Packages that use DBConstants Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.alert com.jalios.jcms.authentication.accesstoken com.jalios.jcms.authentication.cookie com.jalios.jcms.backgroundprocess com.jalios.jcms.db com.jalios.jcms.dbmember com.jalios.jcms.fileprocessor com.jalios.jcms.jportal.application com.jalios.jcms.media Contains all the classes to provide the Media Browser.com.jalios.jcms.memberpreference com.jalios.jcms.publicationfollower com.jalios.jcms.recommendation com.jalios.jcms.replicamessage com.jalios.jcms.search Provides internal search engines classes of JPlatform.com.jalios.jcms.tracking com.jalios.jcms.vote -
-
Uses of DBConstants in com.jalios.jcms
Classes in com.jalios.jcms that implement DBConstants Modifier and Type Class Description class
CacheManager
This class manages the cache of content fragments.class
Category
A Category object is a node of the category tree.class
DBContentListener
class
DBFileDocument
class
DeleteMemberUGCThread
class
LimitControllerListener
class
MemberListener
This class listens to mutations ofMember
andDBMember
instances.class
MemberSearchEngineListener
Listen to create/update/delete of DBMemberclass
PublicationFollowerListener
Automatically removes a member children publication followers when he unsubscribes from a parent: Faq Glossaryclass
StrongLockManager
This class manages StrongLock.class
WFPublicationListener
This class listens to mutations ofPublication
objects and manages Workflow's resources (State's action, alarms, ...)class
WorkflowManager
This class manages JCMS workflows. -
Uses of DBConstants in com.jalios.jcms.alert
Classes in com.jalios.jcms.alert that implement DBConstants Modifier and Type Class Description class
Alert
class
AlertListener
class
AlertManager
-
Uses of DBConstants in com.jalios.jcms.authentication.accesstoken
Classes in com.jalios.jcms.authentication.accesstoken that implement DBConstants Modifier and Type Class Description class
AccessTokenMemberListener
Listen to Member and DBMember deletion to delete their AccessToken. -
Uses of DBConstants in com.jalios.jcms.authentication.cookie
Classes in com.jalios.jcms.authentication.cookie that implement DBConstants Modifier and Type Class Description class
AuthenticationCookieMemberListener
Listen to Member and DBMember deletion to delete their AuthenticationCoookie. -
Uses of DBConstants in com.jalios.jcms.backgroundprocess
Classes in com.jalios.jcms.backgroundprocess that implement DBConstants Modifier and Type Class Description class
BackgroundProcessQueryBuilder
A queryBuilder forBackgroundProcessInfo
. -
Uses of DBConstants in com.jalios.jcms.db
Classes in com.jalios.jcms.db that implement DBConstants Modifier and Type Class Description class
BasicDBListener
This class is a default implementation of DBListener.class
BasicDBListenerStoreListener
This class is a default implementation of StoreListener and DBListener.class
CacheDBListener
class
DBEventLogManager
This class replays the hibernate events on all the other replicas.class
HibernateUtil
Helper class providing static methods to perform common database operation using Hibernate.class
JcmsHibernateEventListener
This class is a singleton that dispatches Hibernate events to JCMS DBListenersclass
PublicationCriteria
This class contains criteria for a DB publication query. -
Uses of DBConstants in com.jalios.jcms.dbmember
Classes in com.jalios.jcms.dbmember that implement DBConstants Modifier and Type Class Description class
DBMember
class
WorkspaceDBMemberListener
-
Uses of DBConstants in com.jalios.jcms.fileprocessor
Classes in com.jalios.jcms.fileprocessor that implement DBConstants Modifier and Type Class Description class
FileProcessorDBListenerStoreListener
-
Uses of DBConstants in com.jalios.jcms.jportal.application
Classes in com.jalios.jcms.jportal.application that implement DBConstants Modifier and Type Class Description class
JPortalApplicationManager
-
Uses of DBConstants in com.jalios.jcms.media
Classes in com.jalios.jcms.media that implement DBConstants Modifier and Type Class Description class
AbstractMedia
class
MediaProgressionManager
-
Uses of DBConstants in com.jalios.jcms.memberpreference
Classes in com.jalios.jcms.memberpreference that implement DBConstants Modifier and Type Class Description class
MemberPreferenceListener
class
MemberPreferenceManager
-
Uses of DBConstants in com.jalios.jcms.publicationfollower
Classes in com.jalios.jcms.publicationfollower that implement DBConstants Modifier and Type Class Description class
PublicationFollowerManager
This class manages PublicationFollower -
Uses of DBConstants in com.jalios.jcms.recommendation
Classes in com.jalios.jcms.recommendation that implement DBConstants Modifier and Type Class Description class
Recommendation
The instance of Recommendationclass
RecommendationManager
This class gives Utils to handle Recommendation -
Uses of DBConstants in com.jalios.jcms.replicamessage
Classes in com.jalios.jcms.replicamessage that implement DBConstants Modifier and Type Class Description class
ReplicaMessageManager
-
Uses of DBConstants in com.jalios.jcms.search
Classes in com.jalios.jcms.search that implement DBConstants Modifier and Type Class Description class
PublicationSearchEngineListener
This class listen to all operations onPublication
and ask the Publication Search Engine to index/update/delete. -
Uses of DBConstants in com.jalios.jcms.tracking
Classes in com.jalios.jcms.tracking that implement DBConstants Modifier and Type Class Description class
ReaderTrackerManager
-
Uses of DBConstants in com.jalios.jcms.vote
Classes in com.jalios.jcms.vote that implement DBConstants Modifier and Type Class Description class
VoteListener
class
VoteManager
This class gives Utils to handle vote
-