@ProviderType public class ExportImportConfigurationServiceWrapper extends java.lang.Object implements ExportImportConfigurationService, ServiceWrapper<ExportImportConfigurationService>
ExportImportConfigurationService.ExportImportConfigurationService| Constructor and Description |
|---|
ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExportImportConfiguration(long exportImportConfigurationId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ExportImportConfigurationService |
getWrappedExportImportConfigurationService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
ExportImportConfigurationService |
getWrappedService() |
ExportImportConfiguration |
moveExportImportConfigurationToTrash(long exportImportConfigurationId) |
ExportImportConfiguration |
restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) |
void |
setWrappedExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.exportimport.service.ExportImportConfigurationService) |
void |
setWrappedService(ExportImportConfigurationService exportImportConfigurationService) |
public ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService)
public void deleteExportImportConfiguration(long exportImportConfigurationId)
throws PortalException
deleteExportImportConfiguration in interface ExportImportConfigurationServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ExportImportConfigurationServicepublic ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws PortalException
moveExportImportConfigurationToTrash in interface ExportImportConfigurationServicePortalExceptionpublic ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws PortalException
restoreExportImportConfigurationFromTrash in interface ExportImportConfigurationServicePortalException@Deprecated public ExportImportConfigurationService getWrappedExportImportConfigurationService()
getWrappedService()@Deprecated public void setWrappedExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
setWrappedService(com.liferay.portlet.exportimport.service.ExportImportConfigurationService)public ExportImportConfigurationService getWrappedService()
getWrappedService in interface ServiceWrapper<ExportImportConfigurationService>public void setWrappedService(ExportImportConfigurationService exportImportConfigurationService)
setWrappedService in interface ServiceWrapper<ExportImportConfigurationService>