Uses of Interface
com.jalios.jcms.DataController
-
Packages that use DataController Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.alert com.jalios.jcms.jportal com.jalios.jcms.mail com.jalios.jcms.media Contains all the classes to provide the Media Browser.com.jalios.jcms.mention com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets.com.jalios.jcms.profiling com.jalios.jcms.publicationfollower com.jalios.jcms.quota com.jalios.jcms.recenthistory com.jalios.jcms.recommendation com.jalios.jcms.security com.jalios.jcms.upload com.jalios.jcms.vote -
-
Uses of DataController in com.jalios.jcms
Classes in com.jalios.jcms that implement DataController Modifier and Type Class Description class
BasicDataController
This class is a neutral implementation of DataController.class
WFDataController
Fields in com.jalios.jcms with type parameters of type DataController Modifier and Type Field Description protected java.util.HashMap<java.lang.Class<?>,java.util.Set<DataController>>
Channel. dataControllerMap
Methods in com.jalios.jcms that return types with arguments of type DataController Modifier and Type Method 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)
Methods in com.jalios.jcms with parameters of type DataController Modifier and Type Method Description void
Channel. addDataController(DataController dc, java.lang.Class<?> clazz)
Add the given DataControllervoid
Channel. removeDataController(DataController dc, java.lang.Class<?> clazz)
Remove the given DataController -
Uses of DataController in com.jalios.jcms.alert
Classes in com.jalios.jcms.alert that implement DataController Modifier and Type Class Description class
AlertController
Works on Publication's alerts. -
Uses of DataController in com.jalios.jcms.jportal
Classes in com.jalios.jcms.jportal that implement DataController Modifier and Type Class Description class
JPortalPortletFieldStatusController
class
JPortalStructureDataController
-
Uses of DataController in com.jalios.jcms.mail
Classes in com.jalios.jcms.mail that implement DataController Modifier and Type Class Description class
MailMessageDataController
This DataController resolves String email addresses as Members if any corresponding, on MailMessage creation. -
Uses of DataController in com.jalios.jcms.media
Classes in com.jalios.jcms.media that implement DataController Modifier and Type Class Description class
MediaProgressionDataController
-
Uses of DataController in com.jalios.jcms.mention
Classes in com.jalios.jcms.mention that implement DataController Modifier and Type Class Description class
MentionController
-
Uses of DataController in com.jalios.jcms.portlet
Classes in com.jalios.jcms.portlet that implement DataController Modifier and Type Class Description class
PortletJspDataController
class
PortletQueryForeachDataController
Check the PortletQueryForeach options when JcmsDB search has been enabled. -
Uses of DataController in com.jalios.jcms.profiling
Classes in com.jalios.jcms.profiling that implement DataController Modifier and Type Class Description class
ContentController
Works onContent
instances, for "Profiling" purpose. -
Uses of DataController in com.jalios.jcms.publicationfollower
Classes in com.jalios.jcms.publicationfollower that implement DataController Modifier and Type Class Description class
PublicationFollowerController
-
Uses of DataController in com.jalios.jcms.quota
Classes in com.jalios.jcms.quota that implement DataController Modifier and Type Class Description class
QuotaDataController
-
Uses of DataController in com.jalios.jcms.recenthistory
Classes in com.jalios.jcms.recenthistory that implement DataController Modifier and Type Class Description class
RecentHistoryDataController
The recent history data controller. -
Uses of DataController in com.jalios.jcms.recommendation
Classes in com.jalios.jcms.recommendation that implement DataController Modifier and Type Class Description class
RecommendationController
When a Publication is deleted, recommendations that target this Publication will be deleted. -
Uses of DataController in com.jalios.jcms.security
Classes in com.jalios.jcms.security that implement DataController Modifier and Type Class Description class
SecurityAlertMemberDataController
-
Uses of DataController in com.jalios.jcms.upload
Classes in com.jalios.jcms.upload that implement DataController Modifier and Type Class Description class
UnzipDataController
Monitors FileDocument zip file upload and create FileDocument from them. -
Uses of DataController in com.jalios.jcms.vote
Classes in com.jalios.jcms.vote that implement DataController Modifier and Type Class Description class
VoteDataController
This DataController checks if the Publication has changed its Workspace to update the Workspace vote
-