Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.service
Class ExportImportLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.exportimport.service.ExportImportLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, ServiceWrapper<ExportImportLocalService>, ExportImportLocalService

@ProviderType
public class ExportImportLocalServiceWrapper
extends Object
implements ExportImportLocalService, ServiceWrapper<ExportImportLocalService>

Provides a wrapper for ExportImportLocalService.

See Also:
ExportImportLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
ExportImportLocalServiceWrapper(ExportImportLocalService exportImportLocalService)
           
 
Method Summary
 File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
           
 long exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
           
 long exportLayoutsAsFileInBackground(long userId, long exportImportConfigurationId)
           
 File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
           
 long exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
           
 long exportPortletInfoAsFileInBackground(long userId, long exportImportConfigurationId)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 ExportImportLocalService getWrappedService()
           
 void importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
           
 void importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
           
 long importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
           
 long importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long importLayoutsInBackground(long userId, long exportImportConfigurationId, File file)
           
 long importLayoutsInBackground(long userId, long exportImportConfigurationId, InputStream inputStream)
           
 void importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
           
 void importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 void importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
           
 long importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long importPortletInfoInBackground(long userId, long exportImportConfigurationId, File file)
           
 long importPortletInfoInBackground(long userId, long exportImportConfigurationId, InputStream inputStream)
           
 void setWrappedService(ExportImportLocalService exportImportLocalService)
           
 MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportImportLocalServiceWrapper

public ExportImportLocalServiceWrapper(ExportImportLocalService exportImportLocalService)
Method Detail

exportLayoutsAsFile

public File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
                         throws PortalException
Specified by:
exportLayoutsAsFile in interface ExportImportLocalService
Throws:
PortalException

exportLayoutsAsFileInBackground

public long exportLayoutsAsFileInBackground(long userId,
                                            ExportImportConfiguration exportImportConfiguration)
                                     throws PortalException
Specified by:
exportLayoutsAsFileInBackground in interface ExportImportLocalService
Throws:
PortalException

exportLayoutsAsFileInBackground

public long exportLayoutsAsFileInBackground(long userId,
                                            long exportImportConfigurationId)
                                     throws PortalException
Specified by:
exportLayoutsAsFileInBackground in interface ExportImportLocalService
Throws:
PortalException

exportPortletInfoAsFile

public File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
                             throws PortalException
Specified by:
exportPortletInfoAsFile in interface ExportImportLocalService
Throws:
PortalException

exportPortletInfoAsFileInBackground

public long exportPortletInfoAsFileInBackground(long userId,
                                                ExportImportConfiguration exportImportConfiguration)
                                         throws PortalException
Specified by:
exportPortletInfoAsFileInBackground in interface ExportImportLocalService
Throws:
PortalException

exportPortletInfoAsFileInBackground

public long exportPortletInfoAsFileInBackground(long userId,
                                                long exportImportConfigurationId)
                                         throws PortalException
Specified by:
exportPortletInfoAsFileInBackground in interface ExportImportLocalService
Throws:
PortalException

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface ExportImportLocalService
Returns:
the OSGi service identifier

importLayouts

public void importLayouts(ExportImportConfiguration exportImportConfiguration,
                          File file)
                   throws PortalException
Specified by:
importLayouts in interface ExportImportLocalService
Throws:
PortalException

importLayouts

public void importLayouts(ExportImportConfiguration exportImportConfiguration,
                          InputStream inputStream)
                   throws PortalException
Specified by:
importLayouts in interface ExportImportLocalService
Throws:
PortalException

importLayoutsDataDeletions

public void importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration,
                                       File file)
                                throws PortalException
Specified by:
importLayoutsDataDeletions in interface ExportImportLocalService
Throws:
PortalException

importLayoutsInBackground

public long importLayoutsInBackground(long userId,
                                      ExportImportConfiguration exportImportConfiguration,
                                      File file)
                               throws PortalException
Specified by:
importLayoutsInBackground in interface ExportImportLocalService
Throws:
PortalException

importLayoutsInBackground

public long importLayoutsInBackground(long userId,
                                      ExportImportConfiguration exportImportConfiguration,
                                      InputStream inputStream)
                               throws PortalException
Specified by:
importLayoutsInBackground in interface ExportImportLocalService
Throws:
PortalException

importLayoutsInBackground

public long importLayoutsInBackground(long userId,
                                      long exportImportConfigurationId,
                                      File file)
                               throws PortalException
Specified by:
importLayoutsInBackground in interface ExportImportLocalService
Throws:
PortalException

importLayoutsInBackground

public long importLayoutsInBackground(long userId,
                                      long exportImportConfigurationId,
                                      InputStream inputStream)
                               throws PortalException
Specified by:
importLayoutsInBackground in interface ExportImportLocalService
Throws:
PortalException

importPortletDataDeletions

public void importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration,
                                       File file)
                                throws PortalException
Specified by:
importPortletDataDeletions in interface ExportImportLocalService
Throws:
PortalException

importPortletInfo

public void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
                              File file)
                       throws PortalException
Specified by:
importPortletInfo in interface ExportImportLocalService
Throws:
PortalException

importPortletInfo

public void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
                              InputStream inputStream)
                       throws PortalException
Specified by:
importPortletInfo in interface ExportImportLocalService
Throws:
PortalException

importPortletInfoInBackground

public long importPortletInfoInBackground(long userId,
                                          ExportImportConfiguration exportImportConfiguration,
                                          File file)
                                   throws PortalException
Specified by:
importPortletInfoInBackground in interface ExportImportLocalService
Throws:
PortalException

importPortletInfoInBackground

public long importPortletInfoInBackground(long userId,
                                          ExportImportConfiguration exportImportConfiguration,
                                          InputStream inputStream)
                                   throws PortalException
Specified by:
importPortletInfoInBackground in interface ExportImportLocalService
Throws:
PortalException

importPortletInfoInBackground

public long importPortletInfoInBackground(long userId,
                                          long exportImportConfigurationId,
                                          File file)
                                   throws PortalException
Specified by:
importPortletInfoInBackground in interface ExportImportLocalService
Throws:
PortalException

importPortletInfoInBackground

public long importPortletInfoInBackground(long userId,
                                          long exportImportConfigurationId,
                                          InputStream inputStream)
                                   throws PortalException
Specified by:
importPortletInfoInBackground in interface ExportImportLocalService
Throws:
PortalException

validateImportLayoutsFile

public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
                                                   File file)
                                            throws PortalException
Specified by:
validateImportLayoutsFile in interface ExportImportLocalService
Throws:
PortalException

validateImportLayoutsFile

public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
                                                   InputStream inputStream)
                                            throws PortalException
Specified by:
validateImportLayoutsFile in interface ExportImportLocalService
Throws:
PortalException

validateImportPortletInfo

public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
                                                   File file)
                                            throws PortalException
Specified by:
validateImportPortletInfo in interface ExportImportLocalService
Throws:
PortalException

validateImportPortletInfo

public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
                                                   InputStream inputStream)
                                            throws PortalException
Specified by:
validateImportPortletInfo in interface ExportImportLocalService
Throws:
PortalException

getWrappedService

public ExportImportLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<ExportImportLocalService>

setWrappedService

public void setWrappedService(ExportImportLocalService exportImportLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<ExportImportLocalService>

Liferay 7.0-ce-b4