@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ExportImportConfigurationService extends BaseService
ExportImportConfigurationServiceUtil,
com.liferay.portlet.exportimport.service.base.ExportImportConfigurationServiceBaseImpl,
com.liferay.portlet.exportimport.service.impl.ExportImportConfigurationServiceImpl| Modifier and Type | Method and Description |
|---|---|
void |
deleteExportImportConfiguration(long exportImportConfigurationId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ExportImportConfiguration |
moveExportImportConfigurationToTrash(long exportImportConfigurationId) |
ExportImportConfiguration |
restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) |
ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws PortalException
PortalExceptionExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
void deleteExportImportConfiguration(long exportImportConfigurationId)
throws PortalException
PortalException