Interface DiscussionStagingHandler
public interface DiscussionStagingHandler
- Author:
- Adolfo Pérez
-
Method Summary
Modifier and TypeMethodDescription<T extends StagedModel>
voidexportReferenceDiscussions
(PortletDataContext portletDataContext, T stagedModel) getCommentExportActionableDynamicQuery
(PortletDataContext portletDataContext) Class<? extends StagedModel>
<T extends StagedModel>
voidimportReferenceDiscussions
(PortletDataContext portletDataContext, T stagedModel)
-
Method Details
-
exportReferenceDiscussions
<T extends StagedModel> void exportReferenceDiscussions(PortletDataContext portletDataContext, T stagedModel) throws PortletDataException - Throws:
PortletDataException
-
getClassName
String getClassName() -
getCommentExportActionableDynamicQuery
ActionableDynamicQuery getCommentExportActionableDynamicQuery(PortletDataContext portletDataContext) -
getResourceName
String getResourceName() -
getStagedModelClass
Class<? extends StagedModel> getStagedModelClass() -
importReferenceDiscussions
<T extends StagedModel> void importReferenceDiscussions(PortletDataContext portletDataContext, T stagedModel) throws PortletDataException - Throws:
PortletDataException
-