Liferay 7.0-ce-m3

com.liferay.portal.service
Class ExportImportConfigurationServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.ExportImportConfigurationServiceWrapper
All Implemented Interfaces:
BaseService, ExportImportConfigurationService, ServiceWrapper<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 getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 ExportImportConfigurationService getWrappedExportImportConfigurationService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 ExportImportConfigurationService getWrappedService()
           
 ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId)
           
 ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.ExportImportConfigurationService)
 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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface ExportImportConfigurationService
Returns:
the Spring bean ID for this bean

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

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface ExportImportConfigurationService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getWrappedExportImportConfigurationService

@Deprecated
public ExportImportConfigurationService getWrappedExportImportConfigurationService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedExportImportConfigurationService

@Deprecated
public void setWrappedExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.ExportImportConfigurationService)


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-m3