@ProviderType public class ExportImportConfigurationServiceWrapper extends java.lang.Object implements ExportImportConfigurationService, ServiceWrapper<ExportImportConfigurationService>
ExportImportConfigurationService.ExportImportConfigurationService| Constructor and Description |
|---|
ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService) |
public ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService)
public void deleteExportImportConfiguration(long exportImportConfigurationId)
throws PortalException
deleteExportImportConfiguration in interface ExportImportConfigurationServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ExportImportConfigurationServicepublic ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws PortalException
moveExportImportConfigurationToTrash in interface ExportImportConfigurationServicePortalExceptionpublic ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws PortalException
restoreExportImportConfigurationFromTrash in interface ExportImportConfigurationServicePortalExceptionpublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ExportImportConfigurationServicebeanIdentifier - the Spring bean ID for this bean@Deprecated public ExportImportConfigurationService getWrappedExportImportConfigurationService()
getWrappedService()@Deprecated public void setWrappedExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
setWrappedService(com.liferay.portlet.exportimport.service.ExportImportConfigurationService)public ExportImportConfigurationService getWrappedService()
getWrappedService in interface ServiceWrapper<ExportImportConfigurationService>public void setWrappedService(ExportImportConfigurationService exportImportConfigurationService)
setWrappedService in interface ServiceWrapper<ExportImportConfigurationService>