Uses of Class
lumis.content.table.ContentTableSourceDeleteDataProcessActionHandler
-
Packages that use ContentTableSourceDeleteDataProcessActionHandler Package Description lumis.service.analytics.eventanalytics lumis.service.autoadministration.processaction lumis.service.banner lumis.service.comment lumis.service.community lumis.service.hierarchicalcontent Service that allows you to create and manage hierarchical contents.lumis.service.mailmarketing lumis.service.newsletter lumis.service.pagepersonalization.doui.processactionhandler lumis.service.questionnaire lumis.service.userpost -
-
Uses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.analytics.eventanalytics
Subclasses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.analytics.eventanalytics Modifier and Type Class Description class
DeleteReportProcessActionHandler
Delete report process action handler. -
Uses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.autoadministration.processaction
Subclasses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.autoadministration.processaction Modifier and Type Class Description class
DeleteTreeProcessActionHandler
Process action handler called in tree delete action. -
Uses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.banner
Subclasses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.banner Modifier and Type Class Description class
BannerDeleteDataProcessActionHandler
Process action handler for Banner content removals. -
Uses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.comment
Subclasses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.comment Modifier and Type Class Description class
DeleteRelationCommentProcessActionHandler
Custom delete process action handler for comment that also updates the total stored in thelum_CommentTotal
table. -
Uses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.community
Subclasses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.community Modifier and Type Class Description class
DeleteCommunityProcessActionHandler
Removes the community and its corresponding channel from the database. -
Uses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.hierarchicalcontent
Subclasses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.hierarchicalcontent Modifier and Type Class Description class
HierarchicalContentDeleteDataProcessActionHandler
Validates all selected contents for deletion. -
Uses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.mailmarketing
Subclasses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.mailmarketing Modifier and Type Class Description class
UserCancelSubscriptionProcessActionHandler
Deletes the user subscription and subscription categories -
Uses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.newsletter
Subclasses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.newsletter Modifier and Type Class Description class
CancelPublicSubscriptionProcessActionHandler
Cancels a public subscription.class
UserCancelSubscriptionProcessActionHandler
-
Uses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.pagepersonalization.doui.processactionhandler
Subclasses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.pagepersonalization.doui.processactionhandler Modifier and Type Class Description class
DeleteWidgetProcessActionHandler
-
Uses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.questionnaire
Subclasses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.questionnaire Modifier and Type Class Description class
DeleteQuestionnaireProcessActionHandler
Process action that deletes questionnaire children. -
Uses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.userpost
Subclasses of ContentTableSourceDeleteDataProcessActionHandler in lumis.service.userpost Modifier and Type Class Description class
UserPostDeleteProcessActionHandler
TODO Process action handler for deleting an user posts and all activities related to it.
-