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) longexportLayoutsAsFileInBackground(long userId, long exportImportConfigurationId) longexportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) longexportPortletInfoAsFileInBackground(long userId, long exportImportConfigurationId) longexportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) Returns the OSGi service identifier.voidimportLayouts(ExportImportConfiguration exportImportConfiguration, File file) voidimportLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidimportLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) longimportLayoutSetPrototypeInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longimportLayoutsInBackground(long userId, long exportImportConfigurationId, File file) longimportLayoutsInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) longimportLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longimportLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidimportPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) voidimportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) voidimportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longimportPortletInfoInBackground(long userId, long exportImportConfigurationId, File file) longimportPortletInfoInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) longimportPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longimportPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longmergeLayoutSetPrototypeInBackground(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
-