Liferay 7.0-ce-m3

com.liferay.portal.service
Interface ExportImportConfigurationService

All Superinterfaces:
BaseService
All Known Implementing Classes:
ExportImportConfigurationServiceBaseImpl, ExportImportConfigurationServiceImpl, 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, ExportImportConfigurationServiceBaseImpl, ExportImportConfigurationServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 void deleteExportImportConfiguration(long exportImportConfigurationId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId)
           
 ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 

Method Detail

deleteExportImportConfiguration

void deleteExportImportConfiguration(long exportImportConfigurationId)
                                     throws PortalException
Throws:
PortalException

getBeanIdentifier

String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

moveExportImportConfigurationToTrash

ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId)
                                                               throws PortalException
Throws:
PortalException

restoreExportImportConfigurationFromTrash

ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
                                                                    throws PortalException
Throws:
PortalException

setBeanIdentifier

void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

Liferay 7.0-ce-m3