Package com.liferay.batch.engine
Interface BatchEngineDeletionHelper
@ProviderType
public interface BatchEngineDeletionHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDeletionEvent
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.SystemEvent systemEvent) void
exportDeletions
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) void
importDeletions
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String portletId) boolean
isBatchDeleteSupported
(String className) boolean
isBatchPortlet
(String portletId)
-
Method Details
-
addDeletionEvent
void addDeletionEvent(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.SystemEvent systemEvent) -
exportDeletions
void exportDeletions(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) -
importDeletions
void importDeletions(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String portletId) throws Exception - Throws:
Exception
-
isBatchDeleteSupported
-
isBatchPortlet
-