@ProviderType 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) |
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
exportLayoutsAsFile
in interface ExportImportService
PortalException
@Deprecated public File exportLayoutsAsFile(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap) throws PortalException
exportLayoutsAsFile
in interface ExportImportService
PortalException
public long exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration) throws PortalException
exportLayoutsAsFileInBackground
in interface ExportImportService
PortalException
public long exportLayoutsAsFileInBackground(long exportImportConfigurationId) throws PortalException
exportLayoutsAsFileInBackground
in interface ExportImportService
PortalException
public File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
exportPortletInfoAsFile
in interface ExportImportService
PortalException
public long exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) throws PortalException
exportPortletInfoAsFileInBackground
in interface ExportImportService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ExportImportService
public void importLayouts(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importLayouts
in interface ExportImportService
PortalException
public void importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
importLayouts
in interface ExportImportService
PortalException
@Deprecated public void importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file) throws PortalException
importLayouts
in interface ExportImportService
PortalException
public long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importLayoutsInBackground
in interface ExportImportService
PortalException
public long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
importLayoutsInBackground
in interface ExportImportService
PortalException
public void importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importPortletInfo
in interface ExportImportService
PortalException
public void importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
importPortletInfo
in interface ExportImportService
PortalException
public long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
importPortletInfoInBackground
in interface ExportImportService
PortalException
public long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
importPortletInfoInBackground
in interface ExportImportService
PortalException
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
validateImportLayoutsFile
in interface ExportImportService
PortalException
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
validateImportLayoutsFile
in interface ExportImportService
PortalException
public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
validateImportPortletInfo
in interface ExportImportService
PortalException
public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
validateImportPortletInfo
in interface ExportImportService
PortalException
public ExportImportService getWrappedService()
getWrappedService
in interface ServiceWrapper<ExportImportService>
public void setWrappedService(ExportImportService exportImportService)
setWrappedService
in interface ServiceWrapper<ExportImportService>