Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.exportimport.model.ExportImportConfiguration

Packages that use ExportImportConfiguration
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.exportimport.configuration   
com.liferay.portlet.exportimport.controller   
com.liferay.portlet.exportimport.lar   
com.liferay.portlet.exportimport.lifecycle   
com.liferay.portlet.exportimport.model   
com.liferay.portlet.exportimport.model.impl   
com.liferay.portlet.exportimport.service   
com.liferay.portlet.exportimport.service.base   
com.liferay.portlet.exportimport.service.http   
com.liferay.portlet.exportimport.service.impl   
com.liferay.portlet.exportimport.service.persistence   
com.liferay.portlet.exportimport.service.persistence.impl   
com.liferay.portlet.exportimport.staging   
com.liferay.portlet.layoutsadmin.util.test   
 

Uses of ExportImportConfiguration in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type ExportImportConfiguration
 File LayoutService.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFile( ExportImportConfiguration)
 File LayoutLocalService.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportLayoutsAsFile( ExportImportConfiguration)
 File LayoutServiceWrapper.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFile( ExportImportConfiguration)
 File LayoutLocalServiceWrapper.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportLayoutsAsFile( ExportImportConfiguration)
static File LayoutLocalServiceUtil.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportLayoutsAsFile( ExportImportConfiguration)
static File LayoutServiceUtil.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFile( ExportImportConfiguration)
 long LayoutService.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFileInBackground( ExportImportConfiguration)
 long LayoutServiceWrapper.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFileInBackground( ExportImportConfiguration)
static long LayoutServiceUtil.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFileInBackground( ExportImportConfiguration)
 long LayoutLocalService.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportLayoutsAsFileInBackground( long, ExportImportConfiguration)
 long LayoutLocalServiceWrapper.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportLayoutsAsFileInBackground( long, ExportImportConfiguration)
static long LayoutLocalServiceUtil.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportLayoutsAsFileInBackground( long, ExportImportConfiguration)
 File LayoutService.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportPortletInfoAsFile( ExportImportConfiguration)
 File LayoutLocalService.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportPortletInfoAsFile( ExportImportConfiguration)}
 File LayoutServiceWrapper.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportPortletInfoAsFile( ExportImportConfiguration)
 File LayoutLocalServiceWrapper.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportPortletInfoAsFile( ExportImportConfiguration)}
static File LayoutLocalServiceUtil.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportPortletInfoAsFile( ExportImportConfiguration)}
static File LayoutServiceUtil.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportPortletInfoAsFile( ExportImportConfiguration)
 long LayoutLocalService.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportPortletInfoAsFileInBackground( long, ExportImportConfiguration)}
 long LayoutLocalServiceWrapper.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportPortletInfoAsFileInBackground( long, ExportImportConfiguration)}
static long LayoutLocalServiceUtil.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportPortletInfoAsFileInBackground( long, ExportImportConfiguration)}
 void LayoutService.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importLayouts( ExportImportConfiguration, File)
 void LayoutLocalService.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayouts( ExportImportConfiguration, File)}
 void LayoutServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importLayouts( ExportImportConfiguration, File)
 void LayoutLocalServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayouts( ExportImportConfiguration, File)}
static void LayoutLocalServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayouts( ExportImportConfiguration, File)}
static void LayoutServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importLayouts( ExportImportConfiguration, File)
 void LayoutService.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importLayouts( ExportImportConfiguration, InputStream)
 void LayoutLocalService.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayouts( ExportImportConfiguration, InputStream)}
 void LayoutServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importLayouts( ExportImportConfiguration, InputStream)
 void LayoutLocalServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayouts( ExportImportConfiguration, InputStream)}
static void LayoutLocalServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayouts( ExportImportConfiguration, InputStream)}
static void LayoutServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importLayouts( ExportImportConfiguration, InputStream)
 void LayoutLocalService.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayoutsDataDeletions( ExportImportConfiguration, File)
 void LayoutLocalServiceWrapper.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayoutsDataDeletions( ExportImportConfiguration, File)
static void LayoutLocalServiceUtil.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayoutsDataDeletions( ExportImportConfiguration, File)
 long LayoutLocalService.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayoutsInBackground( long, ExportImportConfiguration, File)
 long LayoutLocalServiceWrapper.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayoutsInBackground( long, ExportImportConfiguration, File)
static long LayoutLocalServiceUtil.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayoutsInBackground( long, ExportImportConfiguration, File)
 void LayoutLocalService.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletDataDeletions( ExportImportConfiguration, File)
 void LayoutLocalServiceWrapper.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletDataDeletions( ExportImportConfiguration, File)
static void LayoutLocalServiceUtil.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletDataDeletions( ExportImportConfiguration, File)
 void LayoutService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importPortletInfo( ExportImportConfiguration, File) (
 void LayoutLocalService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletInfo( ExportImportConfiguration, File)
 void LayoutServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importPortletInfo( ExportImportConfiguration, File) (
 void LayoutLocalServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletInfo( ExportImportConfiguration, File)
static void LayoutLocalServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletInfo( ExportImportConfiguration, File)
static void LayoutServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importPortletInfo( ExportImportConfiguration, File) (
 void LayoutService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importPortletInfo( ExportImportConfiguration, InputStream) (
 void LayoutLocalService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletInfo( ExportImportConfiguration, InputStream)
 void LayoutServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importPortletInfo( ExportImportConfiguration, InputStream) (
 void LayoutLocalServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletInfo( ExportImportConfiguration, InputStream)
static void LayoutLocalServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletInfo( ExportImportConfiguration, InputStream)
static void LayoutServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importPortletInfo( ExportImportConfiguration, InputStream) (
 long LayoutLocalService.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletInfoInBackground( long, ExportImportConfiguration, File)
 long LayoutLocalServiceWrapper.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletInfoInBackground( long, ExportImportConfiguration, File)
static long LayoutLocalServiceUtil.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletInfoInBackground( long, ExportImportConfiguration, File)
 MissingReferences LayoutService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, File)
 MissingReferences LayoutLocalService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, File)
 MissingReferences LayoutServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, File)
 MissingReferences LayoutLocalServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, File)
static MissingReferences LayoutLocalServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, File)
static MissingReferences LayoutServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, File)
 MissingReferences LayoutService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
 MissingReferences LayoutServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
static MissingReferences LayoutLocalServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
static MissingReferences LayoutServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
 MissingReferences LayoutService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, File)
 MissingReferences LayoutLocalService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, File)
 MissingReferences LayoutServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, File)
 MissingReferences LayoutLocalServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, File)
static MissingReferences LayoutLocalServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, File)
static MissingReferences LayoutServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, File)
 MissingReferences LayoutService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
 MissingReferences LayoutServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
static MissingReferences LayoutLocalServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
static MissingReferences LayoutServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
 

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

Methods in com.liferay.portal.service.http with parameters of type ExportImportConfiguration
static File LayoutServiceHttp.exportLayoutsAsFile(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration)
           
static long LayoutServiceHttp.exportLayoutsAsFileInBackground(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration)
           
static File LayoutServiceHttp.exportPortletInfoAsFile(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration)
           
static void LayoutServiceHttp.importLayouts(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static void LayoutServiceHttp.importLayouts(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream is)
           
static void LayoutServiceHttp.importPortletInfo(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static void LayoutServiceHttp.importPortletInfo(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream is)
           
static MissingReferences LayoutServiceHttp.validateImportLayoutsFile(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences LayoutServiceHttp.validateImportLayoutsFile(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences LayoutServiceHttp.validateImportPortletInfo(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences LayoutServiceHttp.validateImportPortletInfo(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 

Uses of ExportImportConfiguration in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl with parameters of type ExportImportConfiguration
 File LayoutServiceImpl.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFile( ExportImportConfiguration)
 File LayoutLocalServiceImpl.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportLayoutsAsFile( ExportImportConfiguration)
 long LayoutServiceImpl.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFileInBackground( ExportImportConfiguration)
 long LayoutLocalServiceImpl.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportLayoutsAsFileInBackground( long, ExportImportConfiguration)
 File LayoutServiceImpl.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportPortletInfoAsFile( ExportImportConfiguration)
 File LayoutLocalServiceImpl.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportPortletInfoAsFile( ExportImportConfiguration)}
 long LayoutLocalServiceImpl.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.exportPortletInfoAsFileInBackground( long, ExportImportConfiguration)}
 void LayoutServiceImpl.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importLayouts( ExportImportConfiguration, File)
 void LayoutLocalServiceImpl.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayouts( ExportImportConfiguration, File)}
 void LayoutServiceImpl.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importLayouts( ExportImportConfiguration, InputStream)
 void LayoutLocalServiceImpl.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayouts( ExportImportConfiguration, InputStream)}
 void LayoutLocalServiceImpl.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayoutsDataDeletions( ExportImportConfiguration, File)
 long LayoutLocalServiceImpl.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importLayoutsInBackground( long, ExportImportConfiguration, File)
 void LayoutLocalServiceImpl.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletDataDeletions( ExportImportConfiguration, File)
 void LayoutServiceImpl.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importPortletInfo( ExportImportConfiguration, File) (
 void LayoutLocalServiceImpl.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletInfo( ExportImportConfiguration, File)
 void LayoutServiceImpl.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importPortletInfo( ExportImportConfiguration, InputStream) (
 void LayoutLocalServiceImpl.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletInfo( ExportImportConfiguration, InputStream)
 long LayoutLocalServiceImpl.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.importPortletInfoInBackground( long, ExportImportConfiguration, File)
 MissingReferences LayoutServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, File)
 MissingReferences LayoutLocalServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, File)
 MissingReferences LayoutServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
 MissingReferences LayoutServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, File)
 MissingReferences LayoutLocalServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, File)
 MissingReferences LayoutServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
 MissingReferences LayoutLocalServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportLocalService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
 

Uses of ExportImportConfiguration in com.liferay.portlet.exportimport.configuration
 

Methods in com.liferay.portlet.exportimport.configuration that return ExportImportConfiguration
protected static ExportImportConfiguration ExportImportConfigurationHelper.addExportImportConfiguration(PortletRequest portletRequest, int type)
           
static ExportImportConfiguration ExportImportConfigurationHelper.addExportLayoutExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration ExportImportConfigurationHelper.addPublishLayoutLocalExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration ExportImportConfigurationHelper.addPublishLayoutRemoteExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration ExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration ExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration(User user, long sourceGroupId, long targetGroupId, boolean privateLayout)
           
static ExportImportConfiguration ExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration(User user, long sourceGroupId, long targetGroupId, boolean privateLayout, Map<String,String[]> parameterMap)
           
static ExportImportConfiguration ExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration ExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration(User user, long sourceGroupId, boolean privateLayout, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId)
           
protected static ExportImportConfiguration ExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration(User user, long sourceGroupId, boolean privateLayout, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, Map<String,String[]> parameterMap)
           
protected static ExportImportConfiguration ExportImportConfigurationHelper.updateExportImportConfiguration(PortletRequest portletRequest, int type)
           
static ExportImportConfiguration ExportImportConfigurationHelper.updateExportLayoutExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration ExportImportConfigurationHelper.updatePublishLayoutLocalExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration ExportImportConfigurationHelper.updatePublishLayoutRemoteExportImportConfiguration(PortletRequest portletRequest)
           
 

Uses of ExportImportConfiguration in com.liferay.portlet.exportimport.controller
 

Methods in com.liferay.portlet.exportimport.controller with parameters of type ExportImportConfiguration
 File ExportController.export(ExportImportConfiguration exportImportConfiguration)
           
 void ImportController.importDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ImportController.importFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ImportController.validateFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 

Uses of ExportImportConfiguration in com.liferay.portlet.exportimport.lar
 

Methods in com.liferay.portlet.exportimport.lar with parameters of type ExportImportConfiguration
static DateRange ExportImportDateUtil.getDateRange(ExportImportConfiguration exportImportConfiguration)
           
protected static String ExportImportDateUtil.getDefaultDateRange(ExportImportConfiguration exportImportConfiguration)
           
 

Uses of ExportImportConfiguration in com.liferay.portlet.exportimport.lifecycle
 

Methods in com.liferay.portlet.exportimport.lifecycle that return ExportImportConfiguration
protected  ExportImportConfiguration BaseExportImportLifecycleListener.getExportImportConfigurationAttribute(List<Serializable> attributes)
           
 

Methods in com.liferay.portlet.exportimport.lifecycle with parameters of type ExportImportConfiguration
protected  void BaseExportImportLifecycleListener.onLayoutLocalPublicationFailed(ExportImportConfiguration exportImportConfiguration, Throwable throwable)
           
protected  void BaseExportImportLifecycleListener.onLayoutLocalPublicationStarted(ExportImportConfiguration exportImportConfiguration)
           
protected  void BaseExportImportLifecycleListener.onLayoutLocalPublicationSucceeded(ExportImportConfiguration exportImportConfiguration)
           
protected  void BaseExportImportLifecycleListener.onLayoutRemotePublicationFailed(ExportImportConfiguration exportImportConfiguration, Throwable throwable)
           
protected  void BaseExportImportLifecycleListener.onLayoutRemotePublicationStarted(ExportImportConfiguration exportImportConfiguration)
           
protected  void BaseExportImportLifecycleListener.onLayoutRemotePublicationSucceeded(ExportImportConfiguration exportImportConfiguration)
           
protected  void BaseExportImportLifecycleListener.onPortletPublicationFailed(ExportImportConfiguration exportImportConfiguration, Throwable throwable)
           
protected  void BaseExportImportLifecycleListener.onPortletPublicationStarted(ExportImportConfiguration exportImportConfiguration)
           
protected  void BaseExportImportLifecycleListener.onPortletPublicationSucceeded(ExportImportConfiguration exportImportConfiguration)
           
 

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

Classes in com.liferay.portlet.exportimport.model that implement ExportImportConfiguration
 class ExportImportConfigurationWrapper
           This class is a wrapper for ExportImportConfiguration.
 

Fields in com.liferay.portlet.exportimport.model with type parameters of type ExportImportConfiguration
static Accessor<ExportImportConfiguration,Long> ExportImportConfiguration.EXPORT_IMPORT_CONFIGURATION_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.exportimport.model that return ExportImportConfiguration
 ExportImportConfiguration ExportImportConfigurationWrapper.getWrappedModel()
           
 ExportImportConfiguration ExportImportConfigurationModel.toEscapedModel()
           
 ExportImportConfiguration ExportImportConfigurationWrapper.toEscapedModel()
           
 ExportImportConfiguration ExportImportConfigurationModel.toUnescapedModel()
           
 ExportImportConfiguration ExportImportConfigurationWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.exportimport.model that return types with arguments of type ExportImportConfiguration
 CacheModel<ExportImportConfiguration> ExportImportConfigurationModel.toCacheModel()
           
 CacheModel<ExportImportConfiguration> ExportImportConfigurationWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.exportimport.model with parameters of type ExportImportConfiguration
 int ExportImportConfigurationModel.compareTo(ExportImportConfiguration exportImportConfiguration)
           
 int ExportImportConfigurationWrapper.compareTo(ExportImportConfiguration exportImportConfiguration)
           
static ExportImportConfigurationSoap ExportImportConfigurationSoap.toSoapModel(ExportImportConfiguration model)
           
static ExportImportConfigurationSoap[] ExportImportConfigurationSoap.toSoapModels(ExportImportConfiguration[] models)
           
static ExportImportConfigurationSoap[][] ExportImportConfigurationSoap.toSoapModels(ExportImportConfiguration[][] models)
           
 

Method parameters in com.liferay.portlet.exportimport.model with type arguments of type ExportImportConfiguration
static ExportImportConfigurationSoap[] ExportImportConfigurationSoap.toSoapModels(List<ExportImportConfiguration> models)
           
 

Constructors in com.liferay.portlet.exportimport.model with parameters of type ExportImportConfiguration
ExportImportConfigurationWrapper(ExportImportConfiguration exportImportConfiguration)
           
 

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

Classes in com.liferay.portlet.exportimport.model.impl that implement ExportImportConfiguration
 class ExportImportConfigurationBaseImpl
          The extended model base implementation for the ExportImportConfiguration service.
 class ExportImportConfigurationImpl
           
 

Methods in com.liferay.portlet.exportimport.model.impl that return ExportImportConfiguration
 ExportImportConfiguration ExportImportConfigurationCacheModel.toEntityModel()
           
 ExportImportConfiguration ExportImportConfigurationModelImpl.toEscapedModel()
           
static ExportImportConfiguration ExportImportConfigurationModelImpl.toModel(ExportImportConfigurationSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.exportimport.model.impl that return types with arguments of type ExportImportConfiguration
 CacheModel<ExportImportConfiguration> ExportImportConfigurationModelImpl.toCacheModel()
           
static List<ExportImportConfiguration> ExportImportConfigurationModelImpl.toModels(ExportImportConfigurationSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.exportimport.model.impl with parameters of type ExportImportConfiguration
 int ExportImportConfigurationModelImpl.compareTo(ExportImportConfiguration exportImportConfiguration)
           
 

Uses of ExportImportConfiguration in com.liferay.portlet.exportimport.service
 

Methods in com.liferay.portlet.exportimport.service that return ExportImportConfiguration
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.addDraftExportImportConfiguration(long userId, int type, Map<String,Serializable> settingsMap)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.addDraftExportImportConfiguration(long userId, int type, Map<String,Serializable> settingsMap)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.addDraftExportImportConfiguration(long userId, int type, Map<String,Serializable> settingsMap)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.addDraftExportImportConfiguration(long userId, String name, int type, Map<String,Serializable> settingsMap)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.addDraftExportImportConfiguration(long userId, String name, int type, Map<String,Serializable> settingsMap)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.addDraftExportImportConfiguration(long userId, String name, int type, Map<String,Serializable> settingsMap)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String,Serializable> settingsMap, int status, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String,Serializable> settingsMap, int status, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String,Serializable> settingsMap, int status, ServiceContext serviceContext)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String,Serializable> settingsMap, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String,Serializable> settingsMap, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String,Serializable> settingsMap, ServiceContext serviceContext)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.createExportImportConfiguration(long exportImportConfigurationId)
          Creates a new export import configuration with the primary key.
 ExportImportConfiguration ExportImportConfigurationLocalService.createExportImportConfiguration(long exportImportConfigurationId)
          Creates a new export import configuration with the primary key.
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.createExportImportConfiguration(long exportImportConfigurationId)
          Creates a new export import configuration with the primary key.
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.deleteExportImportConfiguration(long exportImportConfigurationId)
          Deletes the export import configuration with the primary key from the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.deleteExportImportConfiguration(long exportImportConfigurationId)
          Deletes the export import configuration with the primary key from the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.deleteExportImportConfiguration(long exportImportConfigurationId)
          Deletes the export import configuration with the primary key from the database.
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.fetchExportImportConfiguration(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.fetchExportImportConfiguration(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.fetchExportImportConfiguration(long exportImportConfigurationId)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.getExportImportConfiguration(long exportImportConfigurationId)
          Returns the export import configuration with the primary key.
 ExportImportConfiguration ExportImportConfigurationLocalService.getExportImportConfiguration(long exportImportConfigurationId)
          Returns the export import configuration with the primary key.
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.getExportImportConfiguration(long exportImportConfigurationId)
          Returns the export import configuration with the primary key.
static ExportImportConfiguration ExportImportConfigurationServiceUtil.moveExportImportConfigurationToTrash(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationServiceWrapper.moveExportImportConfigurationToTrash(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationService.moveExportImportConfigurationToTrash(long exportImportConfigurationId)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId)
           
static ExportImportConfiguration ExportImportConfigurationServiceUtil.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationServiceWrapper.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationService.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Updates the export import configuration in the database or adds it if it does not yet exist.
 ExportImportConfiguration ExportImportConfigurationLocalService.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Updates the export import configuration in the database or adds it if it does not yet exist.
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Updates the export import configuration in the database or adds it if it does not yet exist.
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.updateExportImportConfiguration(long userId, long exportImportConfigurationId, String name, String description, Map<String,Serializable> settingsMap, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.updateExportImportConfiguration(long userId, long exportImportConfigurationId, String name, String description, Map<String,Serializable> settingsMap, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.updateExportImportConfiguration(long userId, long exportImportConfigurationId, String name, String description, Map<String,Serializable> settingsMap, ServiceContext serviceContext)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.updateStatus(long userId, long exportImportConfigurationId, int status)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.updateStatus(long userId, long exportImportConfigurationId, int status)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.updateStatus(long userId, long exportImportConfigurationId, int status)
           
 

Methods in com.liferay.portlet.exportimport.service that return types with arguments of type ExportImportConfiguration
static List<ExportImportConfiguration> ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(Hits hits)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalService.getExportImportConfigurations(Hits hits)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(Hits hits)
           
static List<ExportImportConfiguration> ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(int start, int end)
          Returns a range of all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationLocalService.getExportImportConfigurations(int start, int end)
          Returns a range of all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(int start, int end)
          Returns a range of all the export import configurations.
static List<ExportImportConfiguration> ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(long groupId, int type)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalService.getExportImportConfigurations(long groupId, int type)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long groupId, int type)
           
static List<ExportImportConfiguration> ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalService.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
static BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalServiceUtil.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort)
           
 BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalService.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort)
           
 BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalServiceWrapper.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort)
           
static BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalServiceUtil.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort)
           
 BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalService.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort)
           
 BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalServiceWrapper.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort)
           
 

Methods in com.liferay.portlet.exportimport.service with parameters of type ExportImportConfiguration
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
static File ExportImportLocalServiceUtil.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
           
 File ExportImportServiceWrapper.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
           
 File ExportImportLocalService.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
           
static File ExportImportServiceUtil.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
           
 File ExportImportLocalServiceWrapper.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
           
 File ExportImportService.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
           
 long ExportImportServiceWrapper.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
static long ExportImportServiceUtil.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
 long ExportImportService.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
static long ExportImportLocalServiceUtil.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
           
 long ExportImportLocalService.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
           
 long ExportImportLocalServiceWrapper.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
           
static File ExportImportLocalServiceUtil.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
           
 File ExportImportServiceWrapper.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
           
 File ExportImportLocalService.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
           
static File ExportImportServiceUtil.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
           
 File ExportImportLocalServiceWrapper.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
           
 File ExportImportService.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
           
 long ExportImportServiceWrapper.exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
static long ExportImportServiceUtil.exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
 long ExportImportService.exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
static long ExportImportLocalServiceUtil.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
           
 long ExportImportLocalService.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
           
 long ExportImportLocalServiceWrapper.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
           
static void ExportImportLocalServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportLocalService.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
           
static void ExportImportServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportLocalServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportService.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
           
static void ExportImportLocalServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void ExportImportServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void ExportImportLocalService.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static void ExportImportServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void ExportImportLocalServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void ExportImportService.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static void ExportImportLocalServiceUtil.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportLocalService.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportLocalServiceWrapper.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportServiceWrapper.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file)
           
static long ExportImportServiceUtil.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportService.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportServiceWrapper.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static long ExportImportServiceUtil.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long ExportImportService.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static long ExportImportLocalServiceUtil.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportLocalService.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportLocalServiceWrapper.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
           
static long ExportImportLocalServiceUtil.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long ExportImportLocalService.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long ExportImportLocalServiceWrapper.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static void ExportImportLocalServiceUtil.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportLocalService.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportLocalServiceWrapper.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
           
static void ExportImportLocalServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportLocalService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
static void ExportImportServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportLocalServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
static void ExportImportLocalServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void ExportImportServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void ExportImportLocalService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static void ExportImportServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void ExportImportLocalServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void ExportImportService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long ExportImportServiceWrapper.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file)
           
static long ExportImportServiceUtil.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportService.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportServiceWrapper.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static long ExportImportServiceUtil.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long ExportImportService.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static long ExportImportLocalServiceUtil.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportLocalService.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportLocalServiceWrapper.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
           
static long ExportImportLocalServiceUtil.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long ExportImportLocalService.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long ExportImportLocalServiceWrapper.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences StagingServiceWrapper.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
static MissingReferences StagingServiceUtil.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
 MissingReferences StagingService.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
static MissingReferences StagingLocalServiceUtil.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
 MissingReferences StagingLocalService.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
 MissingReferences StagingLocalServiceWrapper.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Updates the export import configuration in the database or adds it if it does not yet exist.
 ExportImportConfiguration ExportImportConfigurationLocalService.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Updates the export import configuration in the database or adds it if it does not yet exist.
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Updates the export import configuration in the database or adds it if it does not yet exist.
static MissingReferences ExportImportLocalServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportLocalService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences ExportImportServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportLocalServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences ExportImportLocalServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportLocalService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences ExportImportServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportLocalServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences ExportImportLocalServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportLocalService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences ExportImportServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportLocalServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences ExportImportLocalServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportLocalService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences ExportImportServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportLocalServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 

Method parameters in com.liferay.portlet.exportimport.service with type arguments of type ExportImportConfiguration
static List<ExportImportConfiguration> ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalService.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 

Uses of ExportImportConfiguration in com.liferay.portlet.exportimport.service.base
 

Methods in com.liferay.portlet.exportimport.service.base that return ExportImportConfiguration
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.createExportImportConfiguration(long exportImportConfigurationId)
          Creates a new export import configuration with the primary key.
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.deleteExportImportConfiguration(long exportImportConfigurationId)
          Deletes the export import configuration with the primary key from the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.fetchExportImportConfiguration(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.getExportImportConfiguration(long exportImportConfigurationId)
          Returns the export import configuration with the primary key.
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Updates the export import configuration in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.exportimport.service.base that return types with arguments of type ExportImportConfiguration
 List<ExportImportConfiguration> ExportImportConfigurationLocalServiceBaseImpl.getExportImportConfigurations(int start, int end)
          Returns a range of all the export import configurations.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type ExportImportConfiguration
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Updates the export import configuration in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.exportimport.service.http that return ExportImportConfiguration
static ExportImportConfiguration ExportImportConfigurationServiceHttp.moveExportImportConfigurationToTrash(HttpPrincipal httpPrincipal, long exportImportConfigurationId)
           
static ExportImportConfiguration ExportImportConfigurationServiceHttp.restoreExportImportConfigurationFromTrash(HttpPrincipal httpPrincipal, long exportImportConfigurationId)
           
 

Methods in com.liferay.portlet.exportimport.service.http with parameters of type ExportImportConfiguration
static File ExportImportServiceHttp.exportLayoutsAsFile(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration)
           
static long ExportImportServiceHttp.exportLayoutsAsFileInBackground(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration)
           
static File ExportImportServiceHttp.exportPortletInfoAsFile(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration)
           
static long ExportImportServiceHttp.exportPortletInfoAsFileInBackground(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration)
           
static void ExportImportServiceHttp.importLayouts(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static void ExportImportServiceHttp.importLayouts(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static long ExportImportServiceHttp.importLayoutsInBackground(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static long ExportImportServiceHttp.importLayoutsInBackground(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static void ExportImportServiceHttp.importPortletInfo(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static void ExportImportServiceHttp.importPortletInfo(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static long ExportImportServiceHttp.importPortletInfoInBackground(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static long ExportImportServiceHttp.importPortletInfoInBackground(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences StagingServiceHttp.publishStagingRequest(HttpPrincipal httpPrincipal, long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
static MissingReferences ExportImportServiceHttp.validateImportLayoutsFile(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences ExportImportServiceHttp.validateImportLayoutsFile(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
static MissingReferences ExportImportServiceHttp.validateImportPortletInfo(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, File file)
           
static MissingReferences ExportImportServiceHttp.validateImportPortletInfo(HttpPrincipal httpPrincipal, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 

Uses of ExportImportConfiguration in com.liferay.portlet.exportimport.service.impl
 

Methods in com.liferay.portlet.exportimport.service.impl that return ExportImportConfiguration
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.addDraftExportImportConfiguration(long userId, int type, Map<String,Serializable> settingsMap)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.addDraftExportImportConfiguration(long userId, String name, int type, Map<String,Serializable> settingsMap)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String,Serializable> settingsMap, int status, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String,Serializable> settingsMap, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.deleteExportImportConfiguration(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationServiceImpl.moveExportImportConfigurationToTrash(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationServiceImpl.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.updateExportImportConfiguration(long userId, long exportImportConfigurationId, String name, String description, Map<String,Serializable> settingsMap, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.updateStatus(long userId, long exportImportConfigurationId, int status)
           
 

Methods in com.liferay.portlet.exportimport.service.impl that return types with arguments of type ExportImportConfiguration
 List<ExportImportConfiguration> ExportImportConfigurationLocalServiceImpl.getExportImportConfigurations(Hits hits)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalServiceImpl.getExportImportConfigurations(long groupId, int type)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalServiceImpl.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalServiceImpl.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort)
           
 BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalServiceImpl.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort)
           
 

Methods in com.liferay.portlet.exportimport.service.impl with parameters of type ExportImportConfiguration
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
           
 File ExportImportLocalServiceImpl.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
           
 File ExportImportServiceImpl.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
           
 long ExportImportServiceImpl.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
 long ExportImportLocalServiceImpl.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
           
 File ExportImportLocalServiceImpl.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
           
 File ExportImportServiceImpl.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
           
 long ExportImportServiceImpl.exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
 long ExportImportLocalServiceImpl.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
           
 void ExportImportLocalServiceImpl.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportServiceImpl.importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportLocalServiceImpl.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void ExportImportServiceImpl.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void ExportImportLocalServiceImpl.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportServiceImpl.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportServiceImpl.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long ExportImportLocalServiceImpl.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportLocalServiceImpl.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void ExportImportLocalServiceImpl.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportLocalServiceImpl.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportServiceImpl.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 void ExportImportLocalServiceImpl.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 void ExportImportServiceImpl.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long ExportImportServiceImpl.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportServiceImpl.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 long ExportImportLocalServiceImpl.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file)
           
 long ExportImportLocalServiceImpl.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences StagingServiceImpl.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
 MissingReferences StagingLocalServiceImpl.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
 MissingReferences ExportImportLocalServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportLocalServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportServiceImpl.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportLocalServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
           
 MissingReferences ExportImportLocalServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 MissingReferences ExportImportServiceImpl.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
           
 

Method parameters in com.liferay.portlet.exportimport.service.impl with type arguments of type ExportImportConfiguration
 List<ExportImportConfiguration> ExportImportConfigurationLocalServiceImpl.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 

Uses of ExportImportConfiguration in com.liferay.portlet.exportimport.service.persistence
 

Methods in com.liferay.portlet.exportimport.service.persistence that return ExportImportConfiguration
 ExportImportConfiguration ExportImportConfigurationPersistence.create(long exportImportConfigurationId)
          Creates a new export import configuration with the primary key.
static ExportImportConfiguration ExportImportConfigurationUtil.create(long exportImportConfigurationId)
          Creates a new export import configuration with the primary key.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByPrimaryKey(long exportImportConfigurationId)
          Returns the export import configuration with the primary key or returns null if it could not be found.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByPrimaryKey(long exportImportConfigurationId)
          Returns the export import configuration with the primary key or returns null if it could not be found.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByPrimaryKey(long exportImportConfigurationId)
          Returns the export import configuration with the primary key or throws a NoSuchConfigurationException if it could not be found.
static ExportImportConfiguration ExportImportConfigurationUtil.findByPrimaryKey(long exportImportConfigurationId)
          Returns the export import configuration with the primary key or throws a NoSuchConfigurationException if it could not be found.
 ExportImportConfiguration ExportImportConfigurationPersistence.remove(long exportImportConfigurationId)
          Removes the export import configuration with the primary key from the database.
static ExportImportConfiguration ExportImportConfigurationUtil.remove(long exportImportConfigurationId)
          Removes the export import configuration with the primary key from the database.
static ExportImportConfiguration ExportImportConfigurationUtil.update(ExportImportConfiguration exportImportConfiguration)
           
static ExportImportConfiguration ExportImportConfigurationUtil.update(ExportImportConfiguration exportImportConfiguration, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationPersistence.updateImpl(ExportImportConfiguration exportImportConfiguration)
           
static ExportImportConfiguration ExportImportConfigurationUtil.updateImpl(ExportImportConfiguration exportImportConfiguration)
           
 

Methods in com.liferay.portlet.exportimport.service.persistence that return types with arguments of type ExportImportConfiguration
 Map<Serializable,ExportImportConfiguration> ExportImportConfigurationPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,ExportImportConfiguration> ExportImportConfigurationUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findAll()
          Returns all the export import configurations.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findAll()
          Returns all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findAll(int start, int end)
          Returns a range of all the export import configurations.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findAll(int start, int end)
          Returns a range of all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByCompanyId(long companyId)
          Returns all the export import configurations where companyId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByCompanyId(long companyId)
          Returns all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the export import configurations where companyId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where companyId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where companyId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_S(long groupId, int status)
          Returns all the export import configurations where groupId = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_S(long groupId, int status)
          Returns all the export import configurations where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_S(long groupId, int status, int start, int end)
          Returns a range of all the export import configurations where groupId = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_S(long groupId, int status, int start, int end)
          Returns a range of all the export import configurations where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status)
          Returns all the export import configurations where groupId = ? and type = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status)
          Returns all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status, int start, int end)
          Returns a range of all the export import configurations where groupId = ? and type = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status, int start, int end)
          Returns a range of all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T(long groupId, int type)
          Returns all the export import configurations where groupId = ? and type = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T(long groupId, int type)
          Returns all the export import configurations where groupId = ? and type = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T(long groupId, int type, int start, int end)
          Returns a range of all the export import configurations where groupId = ? and type = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T(long groupId, int type, int start, int end)
          Returns a range of all the export import configurations where groupId = ? and type = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByGroupId(long groupId)
          Returns all the export import configurations where groupId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByGroupId(long groupId)
          Returns all the export import configurations where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the export import configurations where groupId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the export import configurations where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 

Methods in com.liferay.portlet.exportimport.service.persistence with parameters of type ExportImportConfiguration
 void ExportImportConfigurationPersistence.cacheResult(ExportImportConfiguration exportImportConfiguration)
          Caches the export import configuration in the entity cache if it is enabled.
static void ExportImportConfigurationUtil.cacheResult(ExportImportConfiguration exportImportConfiguration)
          Caches the export import configuration in the entity cache if it is enabled.
static void ExportImportConfigurationUtil.clearCache(ExportImportConfiguration exportImportConfiguration)
           
static ExportImportConfiguration ExportImportConfigurationUtil.update(ExportImportConfiguration exportImportConfiguration)
           
static ExportImportConfiguration ExportImportConfigurationUtil.update(ExportImportConfiguration exportImportConfiguration, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationPersistence.updateImpl(ExportImportConfiguration exportImportConfiguration)
           
static ExportImportConfiguration ExportImportConfigurationUtil.updateImpl(ExportImportConfiguration exportImportConfiguration)
           
 

Method parameters in com.liferay.portlet.exportimport.service.persistence with type arguments of type ExportImportConfiguration
 void ExportImportConfigurationPersistence.cacheResult(List<ExportImportConfiguration> exportImportConfigurations)
          Caches the export import configurations in the entity cache if it is enabled.
static void ExportImportConfigurationUtil.cacheResult(List<ExportImportConfiguration> exportImportConfigurations)
          Caches the export import configurations in the entity cache if it is enabled.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where companyId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where companyId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration ExportImportConfigurationUtil.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistence.findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration[] ExportImportConfigurationUtil.findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 

Uses of ExportImportConfiguration in com.liferay.portlet.exportimport.service.persistence.impl
 

Methods in com.liferay.portlet.exportimport.service.persistence.impl that return ExportImportConfiguration
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.create(long exportImportConfigurationId)
          Creates a new export import configuration with the primary key.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByPrimaryKey(long exportImportConfigurationId)
          Returns the export import configuration with the primary key or returns null if it could not be found.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the export import configuration with the primary key or returns null if it could not be found.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistenceImpl.findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistenceImpl.findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistenceImpl.findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistenceImpl.findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistenceImpl.findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByPrimaryKey(long exportImportConfigurationId)
          Returns the export import configuration with the primary key or throws a NoSuchConfigurationException if it could not be found.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the export import configuration with the primary key or throws a NoSuchModelException if it could not be found.
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByCompanyId_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByG_S_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByG_T_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByG_T_S_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByGroupId_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.remove(long exportImportConfigurationId)
          Removes the export import configuration with the primary key from the database.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.remove(Serializable primaryKey)
          Removes the export import configuration with the primary key from the database.
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.removeImpl(ExportImportConfiguration exportImportConfiguration)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.toUnwrappedModel(ExportImportConfiguration exportImportConfiguration)
           
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.updateImpl(ExportImportConfiguration exportImportConfiguration)
           
 

Methods in com.liferay.portlet.exportimport.service.persistence.impl that return types with arguments of type ExportImportConfiguration
 Map<Serializable,ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findAll()
          Returns all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findAll(int start, int end)
          Returns a range of all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByCompanyId(long companyId)
          Returns all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_S(long groupId, int status)
          Returns all the export import configurations where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_S(long groupId, int status, int start, int end)
          Returns a range of all the export import configurations where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_T_S(long groupId, int type, int status)
          Returns all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_T_S(long groupId, int type, int status, int start, int end)
          Returns a range of all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_T(long groupId, int type)
          Returns all the export import configurations where groupId = ? and type = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_T(long groupId, int type, int start, int end)
          Returns a range of all the export import configurations where groupId = ? and type = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByGroupId(long groupId)
          Returns all the export import configurations where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the export import configurations where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ?.
 

Methods in com.liferay.portlet.exportimport.service.persistence.impl with parameters of type ExportImportConfiguration
 void ExportImportConfigurationPersistenceImpl.cacheResult(ExportImportConfiguration exportImportConfiguration)
          Caches the export import configuration in the entity cache if it is enabled.
 void ExportImportConfigurationPersistenceImpl.clearCache(ExportImportConfiguration exportImportConfiguration)
          Clears the cache for the export import configuration.
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByCompanyId_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByG_S_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByG_T_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByG_T_S_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByGroupId_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.removeImpl(ExportImportConfiguration exportImportConfiguration)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.toUnwrappedModel(ExportImportConfiguration exportImportConfiguration)
           
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.updateImpl(ExportImportConfiguration exportImportConfiguration)
           
 

Method parameters in com.liferay.portlet.exportimport.service.persistence.impl with type arguments of type ExportImportConfiguration
 void ExportImportConfigurationPersistenceImpl.cacheResult(List<ExportImportConfiguration> exportImportConfigurations)
          Caches the export import configurations in the entity cache if it is enabled.
 void ExportImportConfigurationPersistenceImpl.clearCache(List<ExportImportConfiguration> exportImportConfigurations)
           
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistenceImpl.findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where companyId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistenceImpl.findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistenceImpl.findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistenceImpl.findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration ExportImportConfigurationPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
 ExportImportConfiguration[] ExportImportConfigurationPersistenceImpl.findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ?.
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByCompanyId_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByG_S_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByG_T_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByG_T_S_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
protected  ExportImportConfiguration ExportImportConfigurationPersistenceImpl.getByGroupId_PrevAndNext(Session session, ExportImportConfiguration exportImportConfiguration, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean previous)
           
 

Uses of ExportImportConfiguration in com.liferay.portlet.exportimport.staging
 

Methods in com.liferay.portlet.exportimport.staging with parameters of type ExportImportConfiguration
 void Staging.copyRemoteLayouts(ExportImportConfiguration exportImportConfiguration)
           
static void StagingUtil.copyRemoteLayouts(ExportImportConfiguration exportImportConfiguration)
           
 JSONObject Staging.getExceptionMessagesJSONObject(Locale locale, Exception e, ExportImportConfiguration exportImportConfiguration)
           
static JSONObject StagingUtil.getExceptionMessagesJSONObject(Locale locale, Exception e, ExportImportConfiguration exportImportConfiguration)
           
 void Staging.publishLayouts(long userId, ExportImportConfiguration exportImportConfiguration)
           
static void StagingUtil.publishLayouts(long userId, ExportImportConfiguration exportImportConfiguration)
           
 void Staging.publishPortlet(long userId, ExportImportConfiguration exportImportConfiguration)
           
static void StagingUtil.publishPortlet(long userId, ExportImportConfiguration exportImportConfiguration)
           
 

Uses of ExportImportConfiguration in com.liferay.portlet.layoutsadmin.util.test
 

Methods in com.liferay.portlet.layoutsadmin.util.test that return ExportImportConfiguration
static ExportImportConfiguration ExportImportConfigurationTestUtil.addExportImportConfiguration(long groupId, int type)
           
static ExportImportConfiguration ExportImportConfigurationTestUtil.addExportImportConfiguration(long groupId, int type, Map<String,Serializable> settingsMap)
           
 


Liferay 7.0-ce-b4