Package com.liferay.exportimport.lar
Interface ThemeExporter
public interface ThemeExporter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportTheme
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.LayoutSet layoutSet) void
exportTheme
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch)
-
Method Details
-
exportTheme
void exportTheme(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.LayoutSet layoutSet) throws Exception - Throws:
Exception
-
exportTheme
void exportTheme(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.LayoutSetBranch layoutSetBranch) throws Exception - Throws:
Exception
-