Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.service.impl
Class ExportImportServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl
          extended by com.liferay.portlet.exportimport.service.impl.ExportImportServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, ExportImportService

public class ExportImportServiceImpl
extends ExportImportServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportConfigurationService, exportImportLocalService, exportImportService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, resourceLocalService, stagingLocalService, stagingService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ExportImportServiceImpl()
           
 
Method Summary
 File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
           
 long exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
 long exportLayoutsAsFileInBackground(long exportImportConfigurationId)
           
 File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
           
 long exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
 void importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
           
 void importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file)
           
 long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 void importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file)
           
 long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 
Methods inherited from class com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportConfigurationService, getExportImportLocalService, getExportImportService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getOSGiServiceIdentifier, getResourceLocalService, getStagingLocalService, getStagingService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportConfigurationService, setExportImportLocalService, setExportImportService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setResourceLocalService, setStagingLocalService, setStagingService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportImportServiceImpl

public ExportImportServiceImpl()
Method Detail

exportLayoutsAsFile

public File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
                         throws PortalException
Throws:
PortalException

exportLayoutsAsFileInBackground

public long exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
                                     throws PortalException
Throws:
PortalException

exportLayoutsAsFileInBackground

public long exportLayoutsAsFileInBackground(long exportImportConfigurationId)
                                     throws PortalException
Throws:
PortalException

exportPortletInfoAsFile

public File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
                             throws PortalException
Throws:
PortalException

exportPortletInfoAsFileInBackground

public long exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
                                         throws PortalException
Throws:
PortalException

importLayouts

public void importLayouts(ExportImportConfiguration exportImportConfiguration,
                          File file)
                   throws PortalException
Throws:
PortalException

importLayouts

public void importLayouts(ExportImportConfiguration exportImportConfiguration,
                          InputStream inputStream)
                   throws PortalException
Throws:
PortalException

importLayoutsInBackground

public long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
                                      File file)
                               throws PortalException
Throws:
PortalException

importLayoutsInBackground

public long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
                                      InputStream inputStream)
                               throws PortalException
Throws:
PortalException

importPortletInfo

public void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
                              File file)
                       throws PortalException
Throws:
PortalException

importPortletInfo

public void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
                              InputStream inputStream)
                       throws PortalException
Throws:
PortalException

importPortletInfoInBackground

public long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
                                          File file)
                                   throws PortalException
Throws:
PortalException

importPortletInfoInBackground

public long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
                                          InputStream inputStream)
                                   throws PortalException
Throws:
PortalException

validateImportLayoutsFile

public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
                                                   File file)
                                            throws PortalException
Throws:
PortalException

validateImportLayoutsFile

public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
                                                   InputStream inputStream)
                                            throws PortalException
Throws:
PortalException

validateImportPortletInfo

public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
                                                   File file)
                                            throws PortalException
Throws:
PortalException

validateImportPortletInfo

public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
                                                   InputStream inputStream)
                                            throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4