com.liferay.portlet.exportimport.service
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.
- See Also:
ExportImportConfigurationServiceUtil,
com.liferay.portlet.exportimport.service.base.ExportImportConfigurationServiceBaseImpl,
com.liferay.portlet.exportimport.service.impl.ExportImportConfigurationServiceImpl
deleteExportImportConfiguration
void deleteExportImportConfiguration(long exportImportConfigurationId)
throws PortalException
- 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