public class ExportImportLocalServiceWrapper extends Object implements ExportImportLocalService, ServiceWrapper<ExportImportLocalService>
ExportImportLocalService.ExportImportLocalService| Constructor and Description |
|---|
ExportImportLocalServiceWrapper(ExportImportLocalService exportImportLocalService) |
| 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(long userId,
ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId) |
File |
exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(long userId,
long exportImportConfigurationId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ExportImportLocalService |
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)
|
void |
importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
long |
importLayoutsInBackground(long userId,
long exportImportConfigurationId,
File file) |
long |
importLayoutsInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream) |
void |
importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
long |
importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
long |
importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
File file) |
long |
importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream) |
void |
setWrappedService(ExportImportLocalService exportImportLocalService) |
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 ExportImportLocalServiceWrapper(ExportImportLocalService exportImportLocalService)
public File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
ExportImportLocalServiceUtil to access the export import local service. Add custom service methods to com.liferay.portlet.exportimport.service.impl.ExportImportLocalServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.exportLayoutsAsFile in interface ExportImportLocalServicePortalException@Deprecated
public File exportLayoutsAsFile(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
exportLayoutsAsFile in interface ExportImportLocalServicePortalExceptionpublic long exportLayoutsAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
exportLayoutsAsFileInBackground in interface ExportImportLocalServicePortalExceptionpublic long exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId)
throws PortalException
exportLayoutsAsFileInBackground in interface ExportImportLocalServicePortalExceptionpublic File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
exportPortletInfoAsFile 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 String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ExportImportLocalServicepublic void importLayouts(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importLayouts in interface ExportImportLocalServicePortalExceptionpublic void importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
importLayouts in interface ExportImportLocalServicePortalException@Deprecated
public void importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
throws PortalException
importLayouts in interface ExportImportLocalServicePortalExceptionpublic void importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importLayoutsDataDeletions 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 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 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 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 ExportImportLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<ExportImportLocalService>public void setWrappedService(ExportImportLocalService exportImportLocalService)
setWrappedService in interface ServiceWrapper<ExportImportLocalService>