@ProviderType public class ExportImportConfigurationServiceWrapper extends Object implements ExportImportConfigurationService, ServiceWrapper<ExportImportConfigurationService>
ExportImportConfigurationService.ExportImportConfigurationService| Constructor and Description |
|---|
ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExportImportConfiguration(long exportImportConfigurationId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ExportImportConfigurationService |
getWrappedService() |
ExportImportConfiguration |
moveExportImportConfigurationToTrash(long exportImportConfigurationId) |
ExportImportConfiguration |
restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) |
void |
setWrappedService(ExportImportConfigurationService exportImportConfigurationService) |
public ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService)
public ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws PortalException
moveExportImportConfigurationToTrash in interface ExportImportConfigurationServicePortalExceptionpublic ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws PortalException
restoreExportImportConfigurationFromTrash in interface ExportImportConfigurationServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ExportImportConfigurationServicepublic void deleteExportImportConfiguration(long exportImportConfigurationId)
throws PortalException
deleteExportImportConfiguration in interface ExportImportConfigurationServicePortalExceptionpublic ExportImportConfigurationService getWrappedService()
getWrappedService in interface ServiceWrapper<ExportImportConfigurationService>public void setWrappedService(ExportImportConfigurationService exportImportConfigurationService)
setWrappedService in interface ServiceWrapper<ExportImportConfigurationService>