Interface ExportImportLocalService
- All Superinterfaces:
BaseLocalService
- All Known Implementing Classes:
ExportImportLocalServiceWrapper
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ExportImportLocalService
extends BaseLocalService
Provides the local service interface for ExportImport. Methods of this
service will not have security checks based on the propagated JAAS
credentials because this service can only be accessed from within the same
VM.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionexportLayoutsAsFile
(ExportImportConfiguration exportImportConfiguration) long
exportLayoutsAsFileInBackground
(long userId, long exportImportConfigurationId) long
exportLayoutsAsFileInBackground
(long userId, ExportImportConfiguration exportImportConfiguration) exportPortletInfoAsFile
(ExportImportConfiguration exportImportConfiguration) long
exportPortletInfoAsFileInBackground
(long userId, long exportImportConfigurationId) long
exportPortletInfoAsFileInBackground
(long userId, ExportImportConfiguration exportImportConfiguration) Returns the OSGi service identifier.void
importLayouts
(ExportImportConfiguration exportImportConfiguration, File file) void
importLayouts
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
importLayoutsDataDeletions
(ExportImportConfiguration exportImportConfiguration, File file) long
importLayoutSetPrototypeInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) long
importLayoutsInBackground
(long userId, long exportImportConfigurationId, File file) long
importLayoutsInBackground
(long userId, long exportImportConfigurationId, InputStream inputStream) long
importLayoutsInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) long
importLayoutsInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
importPortletDataDeletions
(ExportImportConfiguration exportImportConfiguration, File file) void
importPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) void
importPortletInfo
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
importPortletInfoInBackground
(long userId, long exportImportConfigurationId, File file) long
importPortletInfoInBackground
(long userId, long exportImportConfigurationId, InputStream inputStream) long
importPortletInfoInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) long
importPortletInfoInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
mergeLayoutSetPrototypeInBackground
(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) validateImportLayoutsFile
(ExportImportConfiguration exportImportConfiguration, File file) validateImportLayoutsFile
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) validateImportPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) validateImportPortletInfo
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
-
Method Details
-
exportLayoutsAsFile
File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException - Throws:
PortalException
-
exportLayoutsAsFileInBackground
long exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) throws PortalException - Throws:
PortalException
-
exportLayoutsAsFileInBackground
long exportLayoutsAsFileInBackground(long userId, long exportImportConfigurationId) throws PortalException - Throws:
PortalException
-
exportPortletInfoAsFile
File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException - Throws:
PortalException
-
exportPortletInfoAsFileInBackground
long exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) throws PortalException - Throws:
PortalException
-
exportPortletInfoAsFileInBackground
long exportPortletInfoAsFileInBackground(long userId, long exportImportConfigurationId) throws PortalException - Throws:
PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
importLayouts
void importLayouts(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Throws:
PortalException
-
importLayouts
void importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Throws:
PortalException
-
importLayoutsDataDeletions
void importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Throws:
PortalException
-
importLayoutSetPrototypeInBackground
long importLayoutSetPrototypeInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Throws:
PortalException
-
importLayoutsInBackground
long importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Throws:
PortalException
-
importLayoutsInBackground
long importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Throws:
PortalException
-
importLayoutsInBackground
long importLayoutsInBackground(long userId, long exportImportConfigurationId, File file) throws PortalException - Throws:
PortalException
-
importLayoutsInBackground
long importLayoutsInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) throws PortalException - Throws:
PortalException
-
importPortletDataDeletions
void importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Throws:
PortalException
-
importPortletInfo
void importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Throws:
PortalException
-
importPortletInfo
void importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Throws:
PortalException
-
importPortletInfoInBackground
long importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Throws:
PortalException
-
importPortletInfoInBackground
long importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Throws:
PortalException
-
importPortletInfoInBackground
long importPortletInfoInBackground(long userId, long exportImportConfigurationId, File file) throws PortalException - Throws:
PortalException
-
importPortletInfoInBackground
long importPortletInfoInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) throws PortalException - Throws:
PortalException
-
mergeLayoutSetPrototypeInBackground
long mergeLayoutSetPrototypeInBackground(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) throws PortalException - Throws:
PortalException
-
validateImportLayoutsFile
MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Throws:
PortalException
-
validateImportLayoutsFile
MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Throws:
PortalException
-
validateImportPortletInfo
MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException - Throws:
PortalException
-
validateImportPortletInfo
MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException - Throws:
PortalException
-