Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.alert | |
com.jalios.jcms.portlet |
Contains core Portlets parent of all generated portlets.
|
com.jalios.jcms.publicationfollower | |
com.jalios.jcms.recommendation | |
com.jalios.jcms.upload |
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
DataController which deletes alerts on data deletion
|
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 |
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.
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.