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