public class ExportImportConfigurationServiceWrapper extends Object implements ExportImportConfigurationService, ServiceWrapper<ExportImportConfigurationService>
ExportImportConfigurationService.ExportImportConfigurationService| Constructor and Description |
|---|
ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExportImportConfiguration(long exportImportConfigurationId)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ExportImportConfigurationService |
getWrappedService() |
ExportImportConfiguration |
moveExportImportConfigurationToTrash(long exportImportConfigurationId) |
ExportImportConfiguration |
restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) |
void |
setWrappedService(ExportImportConfigurationService exportImportConfigurationService) |
public ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService)
public void deleteExportImportConfiguration(long exportImportConfigurationId)
throws PortalException
ExportImportConfigurationServiceUtil to access the export import configuration remote service. Add custom service methods to com.liferay.portlet.exportimport.service.impl.ExportImportConfigurationServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.deleteExportImportConfiguration in interface ExportImportConfigurationServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ExportImportConfigurationServicepublic ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws PortalException
moveExportImportConfigurationToTrash in interface ExportImportConfigurationServicePortalExceptionpublic ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws PortalException
restoreExportImportConfigurationFromTrash in interface ExportImportConfigurationServicePortalExceptionpublic ExportImportConfigurationService getWrappedService()
getWrappedService in interface ServiceWrapper<ExportImportConfigurationService>public void setWrappedService(ExportImportConfigurationService exportImportConfigurationService)
setWrappedService in interface ServiceWrapper<ExportImportConfigurationService>