@ProviderType public class ExportImportLocalServiceWrapper extends Object implements ExportImportLocalService, ServiceWrapper<ExportImportLocalService>
ExportImportLocalService.ExportImportLocalService| Constructor and Description |
|---|
ExportImportLocalServiceWrapper(ExportImportLocalService exportImportLocalService) |
public ExportImportLocalServiceWrapper(ExportImportLocalService exportImportLocalService)
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
validateImportLayoutsFile in interface ExportImportLocalServicePortalExceptionpublic MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
validateImportLayoutsFile in interface ExportImportLocalServicePortalExceptionpublic MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
validateImportPortletInfo in interface ExportImportLocalServicePortalExceptionpublic MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
validateImportPortletInfo in interface ExportImportLocalServicePortalExceptionpublic File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
exportLayoutsAsFile in interface ExportImportLocalServicePortalExceptionpublic File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
exportPortletInfoAsFile in interface ExportImportLocalServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ExportImportLocalServicepublic long exportLayoutsAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
exportLayoutsAsFileInBackground in interface ExportImportLocalServicePortalExceptionpublic long exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId)
throws PortalException
exportLayoutsAsFileInBackground in interface ExportImportLocalServicePortalExceptionpublic long exportPortletInfoAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
exportPortletInfoAsFileInBackground in interface ExportImportLocalServicePortalExceptionpublic long exportPortletInfoAsFileInBackground(long userId,
long exportImportConfigurationId)
throws PortalException
exportPortletInfoAsFileInBackground in interface ExportImportLocalServicePortalExceptionpublic long importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
importLayoutsInBackground in interface ExportImportLocalServicePortalExceptionpublic long importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
importLayoutsInBackground in interface ExportImportLocalServicePortalExceptionpublic long importLayoutsInBackground(long userId,
long exportImportConfigurationId,
File file)
throws PortalException
importLayoutsInBackground in interface ExportImportLocalServicePortalExceptionpublic long importLayoutsInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream)
throws PortalException
importLayoutsInBackground in interface ExportImportLocalServicePortalExceptionpublic long importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
importPortletInfoInBackground in interface ExportImportLocalServicePortalExceptionpublic long importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
importPortletInfoInBackground in interface ExportImportLocalServicePortalExceptionpublic long importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
File file)
throws PortalException
importPortletInfoInBackground in interface ExportImportLocalServicePortalExceptionpublic long importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream)
throws PortalException
importPortletInfoInBackground in interface ExportImportLocalServicePortalExceptionpublic void importLayouts(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importLayouts in interface ExportImportLocalServicePortalExceptionpublic void importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
importLayouts in interface ExportImportLocalServicePortalExceptionpublic void importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importLayoutsDataDeletions in interface ExportImportLocalServicePortalExceptionpublic void importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importPortletDataDeletions in interface ExportImportLocalServicePortalExceptionpublic void importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importPortletInfo in interface ExportImportLocalServicePortalExceptionpublic void importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
importPortletInfo in interface ExportImportLocalServicePortalExceptionpublic ExportImportLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<ExportImportLocalService>public void setWrappedService(ExportImportLocalService exportImportLocalService)
setWrappedService in interface ServiceWrapper<ExportImportLocalService>