public class ExportImportServiceWrapper extends Object implements ExportImportService, ServiceWrapper<ExportImportService>
ExportImportService.ExportImportService| Constructor and Description |
|---|
ExportImportServiceWrapper(ExportImportService exportImportService) |
| Modifier and Type | Method and Description |
|---|---|
File |
exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
File |
exportLayoutsAsFile(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap)
Deprecated.
As of Judson (7.1.x)
|
long |
exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(long exportImportConfigurationId) |
File |
exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ExportImportService |
getWrappedService() |
void |
importLayouts(ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importLayouts(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
void |
importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
Deprecated.
As of Judson (7.1.x)
|
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) |
MissingReferences |
validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
File file) |
MissingReferences |
validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
MissingReferences |
validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file) |
MissingReferences |
validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
public ExportImportServiceWrapper(ExportImportService exportImportService)
public File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
ExportImportServiceUtil to access the export import remote service. Add custom service methods to com.liferay.portlet.exportimport.service.impl.ExportImportServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.exportLayoutsAsFile in interface ExportImportServicePortalException@Deprecated
public File exportLayoutsAsFile(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap)
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 ExportImportServicePortalException@Deprecated
public void importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
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>