com.liferay.portlet.exportimport.service
Class ExportImportServiceWrapper
java.lang.Object
com.liferay.portlet.exportimport.service.ExportImportServiceWrapper
- All Implemented Interfaces:
- BaseService, ServiceWrapper<ExportImportService>, ExportImportService
@ProviderType
public class ExportImportServiceWrapper
- extends Object
- implements ExportImportService, ServiceWrapper<ExportImportService>
Provides a wrapper for ExportImportService.
- See Also:
ExportImportService
|
Method Summary |
File |
exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
|
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)
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportImportServiceWrapper
public ExportImportServiceWrapper(ExportImportService exportImportService)
exportLayoutsAsFile
public File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Specified by:
exportLayoutsAsFile in interface ExportImportService
- Throws:
PortalException
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Specified by:
exportLayoutsAsFileInBackground in interface ExportImportService
- Throws:
PortalException
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(long exportImportConfigurationId)
throws PortalException
- Specified by:
exportLayoutsAsFileInBackground in interface ExportImportService
- Throws:
PortalException
exportPortletInfoAsFile
public File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Specified by:
exportPortletInfoAsFile in interface ExportImportService
- Throws:
PortalException
exportPortletInfoAsFileInBackground
public long exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Specified by:
exportPortletInfoAsFileInBackground in interface ExportImportService
- Throws:
PortalException
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface ExportImportService
- Returns:
- the OSGi service identifier
importLayouts
public void importLayouts(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Specified by:
importLayouts in interface ExportImportService
- Throws:
PortalException
importLayouts
public void importLayouts(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Specified by:
importLayouts in interface ExportImportService
- Throws:
PortalException
importLayoutsInBackground
public long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Specified by:
importLayoutsInBackground in interface ExportImportService
- Throws:
PortalException
importLayoutsInBackground
public long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Specified by:
importLayoutsInBackground in interface ExportImportService
- Throws:
PortalException
importPortletInfo
public void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Specified by:
importPortletInfo in interface ExportImportService
- Throws:
PortalException
importPortletInfo
public void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Specified by:
importPortletInfo in interface ExportImportService
- Throws:
PortalException
importPortletInfoInBackground
public long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Specified by:
importPortletInfoInBackground in interface ExportImportService
- Throws:
PortalException
importPortletInfoInBackground
public long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Specified by:
importPortletInfoInBackground in interface ExportImportService
- Throws:
PortalException
validateImportLayoutsFile
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Specified by:
validateImportLayoutsFile in interface ExportImportService
- Throws:
PortalException
validateImportLayoutsFile
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Specified by:
validateImportLayoutsFile in interface ExportImportService
- Throws:
PortalException
validateImportPortletInfo
public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Specified by:
validateImportPortletInfo in interface ExportImportService
- Throws:
PortalException
validateImportPortletInfo
public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Specified by:
validateImportPortletInfo in interface ExportImportService
- Throws:
PortalException
getWrappedService
public ExportImportService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<ExportImportService>
setWrappedService
public void setWrappedService(ExportImportService exportImportService)
- Specified by:
setWrappedService in interface ServiceWrapper<ExportImportService>