Class ExportImportLocalServiceWrapper
Object
com.liferay.exportimport.kernel.service.ExportImportLocalServiceWrapper
- All Implemented Interfaces:
ExportImportLocalService
,BaseLocalService
,ServiceWrapper<ExportImportLocalService>
public class ExportImportLocalServiceWrapper
extends Object
implements ExportImportLocalService, ServiceWrapper<ExportImportLocalService>
Provides a wrapper for
ExportImportLocalService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionExportImportLocalServiceWrapper
(ExportImportLocalService exportImportLocalService) -
Method Summary
Modifier and TypeMethodDescriptionexportLayoutsAsFile
(ExportImportConfiguration exportImportConfiguration) long
exportLayoutsAsFileInBackground
(long userId, long exportImportConfigurationId) long
exportLayoutsAsFileInBackground
(long userId, ExportImportConfiguration exportImportConfiguration) exportPortletInfoAsFile
(ExportImportConfiguration exportImportConfiguration) long
exportPortletInfoAsFileInBackground
(long userId, long exportImportConfigurationId) long
exportPortletInfoAsFileInBackground
(long userId, ExportImportConfiguration exportImportConfiguration) Returns the OSGi service identifier.void
importLayouts
(ExportImportConfiguration exportImportConfiguration, File file) void
importLayouts
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
importLayoutsDataDeletions
(ExportImportConfiguration exportImportConfiguration, File file) long
importLayoutSetPrototypeInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) long
importLayoutsInBackground
(long userId, long exportImportConfigurationId, File file) long
importLayoutsInBackground
(long userId, long exportImportConfigurationId, InputStream inputStream) long
importLayoutsInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) long
importLayoutsInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
importPortletDataDeletions
(ExportImportConfiguration exportImportConfiguration, File file) void
importPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) void
importPortletInfo
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
importPortletInfoInBackground
(long userId, long exportImportConfigurationId, File file) long
importPortletInfoInBackground
(long userId, long exportImportConfigurationId, InputStream inputStream) long
importPortletInfoInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) long
importPortletInfoInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
mergeLayoutSetPrototypeInBackground
(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) void
setWrappedService
(ExportImportLocalService exportImportLocalService) validateImportLayoutsFile
(ExportImportConfiguration exportImportConfiguration, File file) validateImportLayoutsFile
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) validateImportPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) validateImportPortletInfo
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
-
Constructor Details
-
ExportImportLocalServiceWrapper
public ExportImportLocalServiceWrapper() -
ExportImportLocalServiceWrapper
-
-
Method Details
-
exportLayoutsAsFile
public File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
exportLayoutsAsFile
in interfaceExportImportLocalService
- Throws:
PortalException
-
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
exportLayoutsAsFileInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(long userId, long exportImportConfigurationId) throws PortalException - Specified by:
exportLayoutsAsFileInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
exportPortletInfoAsFile
public File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
exportPortletInfoAsFile
in interfaceExportImportLocalService
- Throws:
PortalException
-
exportPortletInfoAsFileInBackground
public long exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
exportPortletInfoAsFileInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
exportPortletInfoAsFileInBackground
public long exportPortletInfoAsFileInBackground(long userId, long exportImportConfigurationId) throws PortalException - Specified by:
exportPortletInfoAsFileInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceExportImportLocalService
- Returns:
- the OSGi service identifier
-
importLayouts
public void importLayouts(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importLayouts
in interfaceExportImportLocalService
- Throws:
PortalException
-
importLayouts
public void importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
importLayouts
in interfaceExportImportLocalService
- Throws:
PortalException
-
importLayoutsDataDeletions
public void importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importLayoutsDataDeletions
in interfaceExportImportLocalService
- Throws:
PortalException
-
importLayoutSetPrototypeInBackground
public long importLayoutSetPrototypeInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importLayoutSetPrototypeInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importLayoutsInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
importLayoutsInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(long userId, long exportImportConfigurationId, File file) throws PortalException - Specified by:
importLayoutsInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) throws PortalException - Specified by:
importLayoutsInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
importPortletDataDeletions
public void importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importPortletDataDeletions
in interfaceExportImportLocalService
- Throws:
PortalException
-
importPortletInfo
public void importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importPortletInfo
in interfaceExportImportLocalService
- Throws:
PortalException
-
importPortletInfo
public void importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
importPortletInfo
in interfaceExportImportLocalService
- Throws:
PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importPortletInfoInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
importPortletInfoInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId, long exportImportConfigurationId, File file) throws PortalException - Specified by:
importPortletInfoInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) throws PortalException - Specified by:
importPortletInfoInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
mergeLayoutSetPrototypeInBackground
public long mergeLayoutSetPrototypeInBackground(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
mergeLayoutSetPrototypeInBackground
in interfaceExportImportLocalService
- Throws:
PortalException
-
validateImportLayoutsFile
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
validateImportLayoutsFile
in interfaceExportImportLocalService
- Throws:
PortalException
-
validateImportLayoutsFile
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
validateImportLayoutsFile
in interfaceExportImportLocalService
- Throws:
PortalException
-
validateImportPortletInfo
public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
validateImportPortletInfo
in interfaceExportImportLocalService
- Throws:
PortalException
-
validateImportPortletInfo
public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
validateImportPortletInfo
in interfaceExportImportLocalService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<ExportImportLocalService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<ExportImportLocalService>
-