Liferay 7.0-ce-b4

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

Method Summary
 void deleteExportImportConfiguration(long exportImportConfigurationId)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId)
           
 ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
           
 

Method Detail

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

Liferay 7.0-ce-b4