@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ExportImportConfigurationService extends BaseService
ExportImportConfigurationServiceUtil| Modifier and Type | Method and Description |
|---|---|
void |
deleteExportImportConfiguration(long exportImportConfigurationId)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ExportImportConfiguration |
moveExportImportConfigurationToTrash(long exportImportConfigurationId) |
ExportImportConfiguration |
restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) |
void deleteExportImportConfiguration(long exportImportConfigurationId)
throws PortalException
ExportImportConfigurationServiceUtil to access the export import configuration remote service. Add custom service methods to com.liferay.portlet.exportimport.service.impl.ExportImportConfigurationServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalExceptionString getOSGiServiceIdentifier()
ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws PortalException
PortalExceptionExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws PortalException
PortalException