@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 void deleteExportImportConfiguration(long exportImportConfigurationId) throws PortalException
deleteExportImportConfiguration
in interface ExportImportConfigurationService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ExportImportConfigurationService
public ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws PortalException
moveExportImportConfigurationToTrash
in interface ExportImportConfigurationService
PortalException
public ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws PortalException
restoreExportImportConfigurationFromTrash
in interface ExportImportConfigurationService
PortalException
public ExportImportConfigurationService getWrappedService()
getWrappedService
in interface ServiceWrapper<ExportImportConfigurationService>
public void setWrappedService(ExportImportConfigurationService exportImportConfigurationService)
setWrappedService
in interface ServiceWrapper<ExportImportConfigurationService>