Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.service
Class ExportImportConfigurationServiceUtil

java.lang.Object
  extended by 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

Constructor Summary
ExportImportConfigurationServiceUtil()
           
 
Method Summary
static void deleteExportImportConfiguration(long exportImportConfigurationId)
           
static String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
static ExportImportConfigurationService getService()
           
static ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId)
           
static ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportImportConfigurationServiceUtil

public ExportImportConfigurationServiceUtil()
Method Detail

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()

Liferay 7.0-ce-b4