Class ExportImportServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl
com.liferay.portlet.exportimport.service.impl.ExportImportServiceImpl
- All Implemented Interfaces:
com.liferay.exportimport.kernel.service.ExportImportService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
- Author:
- Daniel Kocsis
-
Field Summary
Fields inherited from class com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl
counterLocalService, exportImportLocalService, exportImportService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexportLayoutsAsFile
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) long
exportLayoutsAsFileInBackground
(long exportImportConfigurationId) long
exportLayoutsAsFileInBackground
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) exportPortletInfoAsFile
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) long
exportPortletInfoAsFileInBackground
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) void
importLayouts
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) void
importLayouts
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
importLayoutsInBackground
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) long
importLayoutsInBackground
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
importPortletInfo
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) void
importPortletInfo
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
importPortletInfoInBackground
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) long
importPortletInfoInBackground
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) com.liferay.exportimport.kernel.lar.MissingReferences
validateImportLayoutsFile
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) com.liferay.exportimport.kernel.lar.MissingReferences
validateImportLayoutsFile
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) com.liferay.exportimport.kernel.lar.MissingReferences
validateImportPortletInfo
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) com.liferay.exportimport.kernel.lar.MissingReferences
validateImportPortletInfo
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) Methods inherited from class com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getExportImportLocalService, getExportImportService, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setExportImportLocalService, setExportImportService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
ExportImportServiceImpl
public ExportImportServiceImpl()
-
-
Method Details
-
exportLayoutsAsFile
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
public long exportLayoutsAsFileInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(long exportImportConfigurationId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
exportPortletInfoAsFile
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
public long exportPortletInfoAsFileInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importLayouts
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
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
-
importLayoutsInBackground
public long importLayoutsInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPortletInfo
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
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
public long importPortletInfoInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
validateImportLayoutsFile
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
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
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
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
-