@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) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
ExportImportConfiguration |
moveExportImportConfigurationToTrash(long exportImportConfigurationId) |
ExportImportConfiguration |
restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void deleteExportImportConfiguration(long exportImportConfigurationId)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws PortalException
PortalExceptionExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws PortalException
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean