Class ExportImportServiceWrapper
Object
com.liferay.exportimport.kernel.service.ExportImportServiceWrapper
- All Implemented Interfaces:
ExportImportService
,BaseService
,ServiceWrapper<ExportImportService>
public class ExportImportServiceWrapper
extends Object
implements ExportImportService, ServiceWrapper<ExportImportService>
Provides a wrapper for
ExportImportService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexportLayoutsAsFile
(ExportImportConfiguration exportImportConfiguration) long
exportLayoutsAsFileInBackground
(long exportImportConfigurationId) long
exportLayoutsAsFileInBackground
(ExportImportConfiguration exportImportConfiguration) exportPortletInfoAsFile
(ExportImportConfiguration exportImportConfiguration) long
exportPortletInfoAsFileInBackground
(ExportImportConfiguration exportImportConfiguration) Returns the OSGi service identifier.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) void
setWrappedService
(ExportImportService exportImportService) validateImportLayoutsFile
(ExportImportConfiguration exportImportConfiguration, File file) validateImportLayoutsFile
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) validateImportPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) validateImportPortletInfo
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
-
Constructor Details
-
ExportImportServiceWrapper
public ExportImportServiceWrapper() -
ExportImportServiceWrapper
-
-
Method Details
-
exportLayoutsAsFile
public File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
exportLayoutsAsFile
in interfaceExportImportService
- Throws:
PortalException
-
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
exportLayoutsAsFileInBackground
in interfaceExportImportService
- Throws:
PortalException
-
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(long exportImportConfigurationId) throws PortalException - Specified by:
exportLayoutsAsFileInBackground
in interfaceExportImportService
- Throws:
PortalException
-
exportPortletInfoAsFile
public File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
exportPortletInfoAsFile
in interfaceExportImportService
- Throws:
PortalException
-
exportPortletInfoAsFileInBackground
public long exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
exportPortletInfoAsFileInBackground
in interfaceExportImportService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceExportImportService
- Returns:
- the OSGi service identifier
-
importLayouts
public void importLayouts(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importLayouts
in interfaceExportImportService
- Throws:
PortalException
-
importLayouts
public void importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
importLayouts
in interfaceExportImportService
- Throws:
PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importLayoutsInBackground
in interfaceExportImportService
- Throws:
PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
importLayoutsInBackground
in interfaceExportImportService
- Throws:
PortalException
-
importPortletInfo
public void importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importPortletInfo
in interfaceExportImportService
- Throws:
PortalException
-
importPortletInfo
public void importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
importPortletInfo
in interfaceExportImportService
- Throws:
PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importPortletInfoInBackground
in interfaceExportImportService
- Throws:
PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
importPortletInfoInBackground
in interfaceExportImportService
- Throws:
PortalException
-
validateImportLayoutsFile
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
validateImportLayoutsFile
in interfaceExportImportService
- Throws:
PortalException
-
validateImportLayoutsFile
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
validateImportLayoutsFile
in interfaceExportImportService
- Throws:
PortalException
-
validateImportPortletInfo
public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
validateImportPortletInfo
in interfaceExportImportService
- Throws:
PortalException
-
validateImportPortletInfo
public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
validateImportPortletInfo
in interfaceExportImportService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<ExportImportService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<ExportImportService>
-