Class ExportImportConfigurationServiceWrapper
Object
com.liferay.exportimport.kernel.service.ExportImportConfigurationServiceWrapper
- All Implemented Interfaces:
ExportImportConfigurationService
,BaseService
,ServiceWrapper<ExportImportConfigurationService>
public class ExportImportConfigurationServiceWrapper
extends Object
implements ExportImportConfigurationService, ServiceWrapper<ExportImportConfigurationService>
Provides a wrapper for
ExportImportConfigurationService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionExportImportConfigurationServiceWrapper
(ExportImportConfigurationService exportImportConfigurationService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteExportImportConfiguration
(long exportImportConfigurationId) Returns the OSGi service identifier.moveExportImportConfigurationToTrash
(long exportImportConfigurationId) restoreExportImportConfigurationFromTrash
(long exportImportConfigurationId) void
setWrappedService
(ExportImportConfigurationService exportImportConfigurationService)
-
Constructor Details
-
ExportImportConfigurationServiceWrapper
public ExportImportConfigurationServiceWrapper() -
ExportImportConfigurationServiceWrapper
public ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService)
-
-
Method Details
-
deleteExportImportConfiguration
public void deleteExportImportConfiguration(long exportImportConfigurationId) throws PortalException - Specified by:
deleteExportImportConfiguration
in interfaceExportImportConfigurationService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceExportImportConfigurationService
- Returns:
- the OSGi service identifier
-
moveExportImportConfigurationToTrash
public ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws PortalException - Specified by:
moveExportImportConfigurationToTrash
in interfaceExportImportConfigurationService
- Throws:
PortalException
-
restoreExportImportConfigurationFromTrash
public ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws PortalException - Specified by:
restoreExportImportConfigurationFromTrash
in interfaceExportImportConfigurationService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<ExportImportConfigurationService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<ExportImportConfigurationService>
-