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) longexportLayoutsAsFileInBackground(long userId, long exportImportConfigurationId) longexportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) longexportPortletInfoAsFileInBackground(long userId, long exportImportConfigurationId) longexportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) Returns the OSGi service identifier.voidimportLayouts(ExportImportConfiguration exportImportConfiguration, File file) voidimportLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidimportLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) longimportLayoutSetPrototypeInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longimportLayoutsInBackground(long userId, long exportImportConfigurationId, File file) longimportLayoutsInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) longimportLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longimportLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidimportPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) voidimportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) voidimportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longimportPortletInfoInBackground(long userId, long exportImportConfigurationId, File file) longimportPortletInfoInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) longimportPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longimportPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longmergeLayoutSetPrototypeInBackground(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) voidsetWrappedService(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:
exportLayoutsAsFilein interfaceExportImportLocalService- Throws:
PortalException
-
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
exportLayoutsAsFileInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(long userId, long exportImportConfigurationId) throws PortalException - Specified by:
exportLayoutsAsFileInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
exportPortletInfoAsFile
public File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
exportPortletInfoAsFilein interfaceExportImportLocalService- Throws:
PortalException
-
exportPortletInfoAsFileInBackground
public long exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
exportPortletInfoAsFileInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
exportPortletInfoAsFileInBackground
public long exportPortletInfoAsFileInBackground(long userId, long exportImportConfigurationId) throws PortalException - Specified by:
exportPortletInfoAsFileInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceExportImportLocalService- Returns:
- the OSGi service identifier
-
importLayouts
public void importLayouts(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importLayoutsin interfaceExportImportLocalService- Throws:
PortalException
-
importLayouts
public void importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
importLayoutsin interfaceExportImportLocalService- Throws:
PortalException
-
importLayoutsDataDeletions
public void importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importLayoutsDataDeletionsin interfaceExportImportLocalService- Throws:
PortalException
-
importLayoutSetPrototypeInBackground
public long importLayoutSetPrototypeInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importLayoutSetPrototypeInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importLayoutsInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
importLayoutsInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(long userId, long exportImportConfigurationId, File file) throws PortalException - Specified by:
importLayoutsInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) throws PortalException - Specified by:
importLayoutsInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
importPortletDataDeletions
public void importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importPortletDataDeletionsin interfaceExportImportLocalService- Throws:
PortalException
-
importPortletInfo
public void importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importPortletInfoin interfaceExportImportLocalService- Throws:
PortalException
-
importPortletInfo
public void importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
importPortletInfoin interfaceExportImportLocalService- Throws:
PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
importPortletInfoInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
importPortletInfoInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId, long exportImportConfigurationId, File file) throws PortalException - Specified by:
importPortletInfoInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) throws PortalException - Specified by:
importPortletInfoInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
mergeLayoutSetPrototypeInBackground
public long mergeLayoutSetPrototypeInBackground(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
mergeLayoutSetPrototypeInBackgroundin interfaceExportImportLocalService- Throws:
PortalException
-
validateImportLayoutsFile
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
validateImportLayoutsFilein interfaceExportImportLocalService- Throws:
PortalException
-
validateImportLayoutsFile
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
validateImportLayoutsFilein interfaceExportImportLocalService- Throws:
PortalException
-
validateImportPortletInfo
public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Specified by:
validateImportPortletInfoin interfaceExportImportLocalService- Throws:
PortalException
-
validateImportPortletInfo
public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Specified by:
validateImportPortletInfoin interfaceExportImportLocalService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<ExportImportLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<ExportImportLocalService>
-