Class ExportImportConfigurationServiceUtil
Object
com.liferay.exportimport.kernel.service.ExportImportConfigurationServiceUtil
Provides the remote service utility for ExportImportConfiguration. This utility wraps
com.liferay.portlet.exportimport.service.impl.ExportImportConfigurationServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
deleteExportImportConfiguration
(long exportImportConfigurationId) static String
Returns the OSGi service identifier.static ExportImportConfiguration
moveExportImportConfigurationToTrash
(long exportImportConfigurationId) static ExportImportConfiguration
restoreExportImportConfigurationFromTrash
(long exportImportConfigurationId) static void
-
Constructor Details
-
ExportImportConfigurationServiceUtil
public ExportImportConfigurationServiceUtil()
-
-
Method Details
-
deleteExportImportConfiguration
public static void deleteExportImportConfiguration(long exportImportConfigurationId) throws PortalException - Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
moveExportImportConfigurationToTrash
public static ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws PortalException - Throws:
PortalException
-
restoreExportImportConfigurationFromTrash
public static ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws PortalException - Throws:
PortalException
-
getService
-
setService
-