com.liferay.portlet.exportimport.service
Class ExportImportConfigurationServiceUtil
java.lang.Object
com.liferay.portlet.exportimport.service.ExportImportConfigurationServiceUtil
@ProviderType
public class ExportImportConfigurationServiceUtil
- extends Object
Provides the remote service utility for ExportImportConfiguration. This utility wraps
com.liferay.portlet.exportimport.service.impl.ExportImportConfigurationServiceImpl and is the
primary 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.
- See Also:
ExportImportConfigurationService,
com.liferay.portlet.exportimport.service.base.ExportImportConfigurationServiceBaseImpl,
com.liferay.portlet.exportimport.service.impl.ExportImportConfigurationServiceImpl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportImportConfigurationServiceUtil
public ExportImportConfigurationServiceUtil()
deleteExportImportConfiguration
public static void deleteExportImportConfiguration(long exportImportConfigurationId)
throws PortalException
- Throws:
PortalException
getOSGiServiceIdentifier
public static String 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
public static ExportImportConfigurationService getService()