Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.exportimport.model.ExportImportConfigurationSoap

Packages that use ExportImportConfigurationSoap
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portlet.exportimport.model   
com.liferay.portlet.exportimport.model.impl   
com.liferay.portlet.exportimport.service.http   
 

Uses of ExportImportConfigurationSoap in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http with parameters of type ExportImportConfigurationSoap
static long LayoutServiceSoap.exportLayoutsAsFileInBackground(ExportImportConfigurationSoap exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFileInBackground( ExportImportConfiguration)
 

Uses of ExportImportConfigurationSoap in com.liferay.portlet.exportimport.model
 

Methods in com.liferay.portlet.exportimport.model that return ExportImportConfigurationSoap
static ExportImportConfigurationSoap ExportImportConfigurationSoap.toSoapModel(ExportImportConfiguration model)
           
static ExportImportConfigurationSoap[] ExportImportConfigurationSoap.toSoapModels(ExportImportConfiguration[] models)
           
static ExportImportConfigurationSoap[][] ExportImportConfigurationSoap.toSoapModels(ExportImportConfiguration[][] models)
           
static ExportImportConfigurationSoap[] ExportImportConfigurationSoap.toSoapModels(List<ExportImportConfiguration> models)
           
 

Uses of ExportImportConfigurationSoap in com.liferay.portlet.exportimport.model.impl
 

Methods in com.liferay.portlet.exportimport.model.impl with parameters of type ExportImportConfigurationSoap
static ExportImportConfiguration ExportImportConfigurationModelImpl.toModel(ExportImportConfigurationSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<ExportImportConfiguration> ExportImportConfigurationModelImpl.toModels(ExportImportConfigurationSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of ExportImportConfigurationSoap in com.liferay.portlet.exportimport.service.http
 

Methods in com.liferay.portlet.exportimport.service.http that return ExportImportConfigurationSoap
static ExportImportConfigurationSoap ExportImportConfigurationServiceSoap.moveExportImportConfigurationToTrash(long exportImportConfigurationId)
           
static ExportImportConfigurationSoap ExportImportConfigurationServiceSoap.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
           
 

Methods in com.liferay.portlet.exportimport.service.http with parameters of type ExportImportConfigurationSoap
static long ExportImportServiceSoap.exportLayoutsAsFileInBackground(ExportImportConfigurationSoap exportImportConfiguration)
           
static long ExportImportServiceSoap.exportPortletInfoAsFileInBackground(ExportImportConfigurationSoap exportImportConfiguration)
           
static MissingReferences StagingServiceSoap.publishStagingRequest(long stagingRequestId, ExportImportConfigurationSoap exportImportConfiguration)
           
 


Liferay 7.0-ce-b4