public class MBDiscussionStagingHandler
extends java.lang.Object
implements com.liferay.portal.kernel.comment.DiscussionStagingHandler
| Constructor and Description |
|---|
MBDiscussionStagingHandler() |
| Modifier and Type | Method and Description |
|---|---|
<T extends com.liferay.portal.kernel.model.StagedModel> |
exportReferenceDiscussions(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
T stagedModel) |
java.lang.String |
getClassName() |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getCommentExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
java.lang.String |
getResourceName() |
java.lang.Class<? extends com.liferay.portal.kernel.model.StagedModel> |
getStagedModelClass() |
<T extends com.liferay.portal.kernel.model.StagedModel> |
importReferenceDiscussions(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
T stagedModel) |
public <T extends com.liferay.portal.kernel.model.StagedModel> void exportReferenceDiscussions(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
T stagedModel)
throws com.liferay.exportimport.kernel.lar.PortletDataException
exportReferenceDiscussions in interface com.liferay.portal.kernel.comment.DiscussionStagingHandlercom.liferay.exportimport.kernel.lar.PortletDataExceptionpublic java.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.comment.DiscussionStagingHandlerpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getCommentExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getCommentExportActionableDynamicQuery in interface com.liferay.portal.kernel.comment.DiscussionStagingHandlerpublic java.lang.String getResourceName()
getResourceName in interface com.liferay.portal.kernel.comment.DiscussionStagingHandlerpublic java.lang.Class<? extends com.liferay.portal.kernel.model.StagedModel> getStagedModelClass()
getStagedModelClass in interface com.liferay.portal.kernel.comment.DiscussionStagingHandlerpublic <T extends com.liferay.portal.kernel.model.StagedModel> void importReferenceDiscussions(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
T stagedModel)
throws com.liferay.exportimport.kernel.lar.PortletDataException
importReferenceDiscussions in interface com.liferay.portal.kernel.comment.DiscussionStagingHandlercom.liferay.exportimport.kernel.lar.PortletDataException