Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.service
Class ExportImportConfigurationServiceWrapper

java.lang.Object
  extended by 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

Constructor Summary
ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportImportConfigurationServiceWrapper

public ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService)
Method Detail

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>

Liferay 7.0-ce-b4