Interface ExportImportConfigurationService
- All Superinterfaces:
BaseService
- All Known Implementing Classes:
ExportImportConfigurationServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ExportImportConfigurationService
extends BaseService
Provides the remote service interface for ExportImportConfiguration. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteExportImportConfiguration
(long exportImportConfigurationId) Returns the OSGi service identifier.moveExportImportConfigurationToTrash
(long exportImportConfigurationId) restoreExportImportConfigurationFromTrash
(long exportImportConfigurationId)
-
Method Details
-
deleteExportImportConfiguration
- Throws:
PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
moveExportImportConfigurationToTrash
ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws PortalException - Throws:
PortalException
-
restoreExportImportConfigurationFromTrash
ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws PortalException - Throws:
PortalException
-