com.liferay.portlet.exportimport.service
Class ExportImportConfigurationServiceWrapper
java.lang.Object
com.liferay.portlet.exportimport.service.ExportImportConfigurationServiceWrapper
- All Implemented Interfaces:
- BaseService, ServiceWrapper<ExportImportConfigurationService>, ExportImportConfigurationService
@ProviderType
public class ExportImportConfigurationServiceWrapper
- extends Object
- implements ExportImportConfigurationService, ServiceWrapper<ExportImportConfigurationService>
Provides a wrapper for ExportImportConfigurationService.
- See Also:
ExportImportConfigurationService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportImportConfigurationServiceWrapper
public ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService)
deleteExportImportConfiguration
public void deleteExportImportConfiguration(long exportImportConfigurationId)
throws PortalException
- Specified by:
deleteExportImportConfiguration in interface ExportImportConfigurationService
- Throws:
PortalException
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface ExportImportConfigurationService
- Returns:
- the OSGi service identifier
moveExportImportConfigurationToTrash
public ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId)
throws PortalException
- Specified by:
moveExportImportConfigurationToTrash in interface ExportImportConfigurationService
- Throws:
PortalException
restoreExportImportConfigurationFromTrash
public ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
throws PortalException
- Specified by:
restoreExportImportConfigurationFromTrash in interface ExportImportConfigurationService
- Throws:
PortalException
getWrappedService
public ExportImportConfigurationService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<ExportImportConfigurationService>
setWrappedService
public void setWrappedService(ExportImportConfigurationService exportImportConfigurationService)
- Specified by:
setWrappedService in interface ServiceWrapper<ExportImportConfigurationService>