Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.alert | |
com.jalios.jcms.mail | |
com.jalios.jcms.mention | |
com.jalios.jcms.portlet |
Contains core Portlets parent of all generated portlets.
|
com.jalios.jcms.publicationfollower | |
com.jalios.jcms.recenthistory | |
com.jalios.jcms.recommendation | |
com.jalios.jcms.upload | |
com.jalios.jcms.vote |
Modifier and Type | Class and Description |
---|---|
class |
BasicDataController
This class is a neutral implementation of DataController.
|
class |
QuotaDataController |
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<java.lang.Class<?>,java.util.Set<DataController>> |
Channel.dataControllerMap |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Class<?>,java.util.Set<DataController>> |
Channel.getDataControllerMap()
Returns the internal map class/DataController.
|
java.util.Set<DataController> |
Channel.getDataControllerSet(java.lang.Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
void |
Channel.addDataController(DataController dc,
java.lang.Class<?> clazz)
Add the given DataController
|
void |
Channel.removeDataController(DataController dc,
java.lang.Class<?> clazz)
Remove the given DataController
|
Modifier and Type | Class and Description |
---|---|
class |
AlertController
Works on Publication's alerts.
|
Modifier and Type | Class and Description |
---|---|
class |
MailMessageDataController
This DataController resolves String email addresses as Members if any corresponding, on MailMessage creation.
|
Modifier and Type | Class and Description |
---|---|
class |
MentionController |
Modifier and Type | Class and Description |
---|---|
class |
PortletQueryForeachDataController
Check the PortletQueryForeach options when JcmsDB search has been enabled.
|
Modifier and Type | Class and Description |
---|---|
class |
PublicationFollowerController |
Modifier and Type | Class and Description |
---|---|
class |
RecentHistoryDataController
The recent history data controller.
|
Modifier and Type | Class and Description |
---|---|
class |
RecommendationController
This Controller deletes all Recommendation on Publication deletion
|
Modifier and Type | Class and Description |
---|---|
class |
UnzipDataController
Monitors FileDocument zip file upload and create FileDocument from them.
|
Modifier and Type | Class and Description |
---|---|
class |
VoteDataController
This DataController checks if the Publication has changed its Workspace to update the Workspace vote
|
Copyright © 2001-2017 Jalios SA. All Rights Reserved.