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 TypeMethodDescriptionvoiddeleteExportImportConfiguration(long exportImportConfigurationId) Returns the OSGi service identifier.moveExportImportConfigurationToTrash(long exportImportConfigurationId) restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) voidsetWrappedService(ExportImportConfigurationService exportImportConfigurationService)
-
Constructor Details
-
ExportImportConfigurationServiceWrapper
public ExportImportConfigurationServiceWrapper() -
ExportImportConfigurationServiceWrapper
public ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService)
-
-
Method Details
-
deleteExportImportConfiguration
public void deleteExportImportConfiguration(long exportImportConfigurationId) throws PortalException - Specified by:
deleteExportImportConfigurationin interfaceExportImportConfigurationService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceExportImportConfigurationService- Returns:
- the OSGi service identifier
-
moveExportImportConfigurationToTrash
public ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws PortalException - Specified by:
moveExportImportConfigurationToTrashin interfaceExportImportConfigurationService- Throws:
PortalException
-
restoreExportImportConfigurationFromTrash
public ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws PortalException - Specified by:
restoreExportImportConfigurationFromTrashin interfaceExportImportConfigurationService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<ExportImportConfigurationService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<ExportImportConfigurationService>
-