public class ExportImportServiceWrapper extends Object implements ExportImportService, ServiceWrapper<ExportImportService>
ExportImportService.ExportImportService| Constructor and Description |
|---|
ExportImportServiceWrapper() |
ExportImportServiceWrapper(ExportImportService exportImportService) |
public ExportImportServiceWrapper()
public ExportImportServiceWrapper(ExportImportService exportImportService)
public File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
exportLayoutsAsFile in interface ExportImportServicePortalExceptionpublic long exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration) throws PortalException
exportLayoutsAsFileInBackground in interface ExportImportServicePortalExceptionpublic long exportLayoutsAsFileInBackground(long exportImportConfigurationId)
throws PortalException
exportLayoutsAsFileInBackground in interface ExportImportServicePortalExceptionpublic File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
exportPortletInfoAsFile in interface ExportImportServicePortalExceptionpublic long exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) throws PortalException
exportPortletInfoAsFileInBackground in interface ExportImportServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ExportImportServicepublic void importLayouts(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importLayouts in interface ExportImportServicePortalExceptionpublic void importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
importLayouts in interface ExportImportServicePortalExceptionpublic long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importLayoutsInBackground in interface ExportImportServicePortalExceptionpublic long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
importLayoutsInBackground in interface ExportImportServicePortalExceptionpublic void importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importPortletInfo in interface ExportImportServicePortalExceptionpublic void importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
importPortletInfo in interface ExportImportServicePortalExceptionpublic long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importPortletInfoInBackground in interface ExportImportServicePortalExceptionpublic long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
importPortletInfoInBackground in interface ExportImportServicePortalExceptionpublic MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
validateImportLayoutsFile in interface ExportImportServicePortalExceptionpublic MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
validateImportLayoutsFile in interface ExportImportServicePortalExceptionpublic MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
validateImportPortletInfo in interface ExportImportServicePortalExceptionpublic MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
validateImportPortletInfo in interface ExportImportServicePortalExceptionpublic ExportImportService getWrappedService()
getWrappedService in interface ServiceWrapper<ExportImportService>public void setWrappedService(ExportImportService exportImportService)
setWrappedService in interface ServiceWrapper<ExportImportService>