Class ExportImportLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.exportimport.service.base.ExportImportLocalServiceBaseImpl
com.liferay.portlet.exportimport.service.impl.ExportImportLocalServiceImpl
All Implemented Interfaces:
com.liferay.exportimport.kernel.service.ExportImportLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService

public class ExportImportLocalServiceImpl extends ExportImportLocalServiceBaseImpl
Author:
Daniel Kocsis
  • Constructor Details

    • ExportImportLocalServiceImpl

      public ExportImportLocalServiceImpl()
  • Method Details

    • exportLayoutsAsFile

      @CTAware public File exportLayoutsAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • exportLayoutsAsFileInBackground

      @CTAware public long exportLayoutsAsFileInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • exportLayoutsAsFileInBackground

      @CTAware public long exportLayoutsAsFileInBackground(long userId, long exportImportConfigurationId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • exportPortletInfoAsFile

      @CTAware public File exportPortletInfoAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • exportPortletInfoAsFileInBackground

      @CTAware public long exportPortletInfoAsFileInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • exportPortletInfoAsFileInBackground

      @CTAware public long exportPortletInfoAsFileInBackground(long userId, long exportImportConfigurationId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importLayouts

      @CTAware public void importLayouts(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importLayouts

      @CTAware public void importLayouts(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importLayoutsDataDeletions

      @CTAware public void importLayoutsDataDeletions(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importLayoutSetPrototypeInBackground

      @CTAware public long importLayoutSetPrototypeInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importLayoutsInBackground

      @CTAware public long importLayoutsInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importLayoutsInBackground

      @CTAware public long importLayoutsInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importLayoutsInBackground

      @CTAware public long importLayoutsInBackground(long userId, long exportImportConfigurationId, File file) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importLayoutsInBackground

      @CTAware public long importLayoutsInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importPortletDataDeletions

      @CTAware public void importPortletDataDeletions(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importPortletInfo

      @CTAware public void importPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importPortletInfo

      @CTAware public void importPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importPortletInfoInBackground

      @CTAware public long importPortletInfoInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importPortletInfoInBackground

      @CTAware public long importPortletInfoInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importPortletInfoInBackground

      @CTAware public long importPortletInfoInBackground(long userId, long exportImportConfigurationId, File file) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importPortletInfoInBackground

      @CTAware public long importPortletInfoInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • mergeLayoutSetPrototypeInBackground

      @CTAware public long mergeLayoutSetPrototypeInBackground(long userId, long groupId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • validateImportLayoutsFile

      @CTAware public com.liferay.exportimport.kernel.lar.MissingReferences validateImportLayoutsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • validateImportLayoutsFile

      @CTAware public com.liferay.exportimport.kernel.lar.MissingReferences validateImportLayoutsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • validateImportPortletInfo

      @CTAware public com.liferay.exportimport.kernel.lar.MissingReferences validateImportPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • validateImportPortletInfo

      @CTAware public com.liferay.exportimport.kernel.lar.MissingReferences validateImportPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException