Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portal.model.ExportImportConfiguration

Packages that use ExportImportConfiguration
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.lar.exportimportconfiguration   
com.liferay.portal.kernel.staging   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.layoutsadmin.util.test   
 

Uses of ExportImportConfiguration in com.liferay.portal.kernel.lar
 

Methods in com.liferay.portal.kernel.lar with parameters of type ExportImportConfiguration
static DateRange ExportImportDateUtil.getDateRange(ExportImportConfiguration configuration, String defaultRange)
           
 

Uses of ExportImportConfiguration in com.liferay.portal.kernel.lar.exportimportconfiguration
 

Methods in com.liferay.portal.kernel.lar.exportimportconfiguration 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)
           
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.portal.kernel.staging
 

Methods in com.liferay.portal.kernel.staging with parameters of type ExportImportConfiguration
 void Staging.copyRemoteLayouts(ExportImportConfiguration exportImportConfiguration)
           
static void StagingUtil.copyRemoteLayouts(ExportImportConfiguration exportImportConfiguration)
           
 void Staging.publishLayouts(long userId, ExportImportConfiguration exportImportConfiguration)
           
static void StagingUtil.publishLayouts(long userId, ExportImportConfiguration exportImportConfiguration)
           
 

Uses of ExportImportConfiguration in com.liferay.portal.model
 

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

Methods in com.liferay.portal.model that return ExportImportConfiguration
 ExportImportConfiguration ExportImportConfigurationWrapper.getWrappedExportImportConfiguration()
          Deprecated. As of 6.1.0, replaced by ExportImportConfigurationWrapper.getWrappedModel()
 ExportImportConfiguration ExportImportConfigurationWrapper.getWrappedModel()
           
 ExportImportConfiguration ExportImportConfigurationWrapper.toEscapedModel()
           
 ExportImportConfiguration ExportImportConfigurationModel.toEscapedModel()
           
 ExportImportConfiguration ExportImportConfigurationWrapper.toUnescapedModel()
           
 ExportImportConfiguration ExportImportConfigurationModel.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type ExportImportConfiguration
 int ExportImportConfigurationWrapper.compareTo(ExportImportConfiguration exportImportConfiguration)
           
 int ExportImportConfigurationModel.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.portal.model with type arguments of type ExportImportConfiguration
static ExportImportConfigurationSoap[] ExportImportConfigurationSoap.toSoapModels(List<ExportImportConfiguration> models)
           
 

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

Uses of ExportImportConfiguration in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ExportImportConfiguration
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.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 ExportImportConfigurationLocalServiceWrapper.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)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.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)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.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 ExportImportConfigurationLocalServiceWrapper.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.
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.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 ExportImportConfigurationLocalServiceWrapper.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.
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.fetchExportImportConfiguration(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.fetchExportImportConfiguration(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.fetchExportImportConfiguration(long exportImportConfigurationId)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.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.
 ExportImportConfiguration ExportImportConfigurationLocalService.getExportImportConfiguration(long exportImportConfigurationId)
          Returns the export import configuration with the primary key.
 ExportImportConfiguration ExportImportConfigurationService.moveExportImportConfigurationToTrash(long exportImportConfigurationId)
           
static ExportImportConfiguration ExportImportConfigurationServiceUtil.moveExportImportConfigurationToTrash(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationServiceWrapper.moveExportImportConfigurationToTrash(long exportImportConfigurationId)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationService.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
           
static ExportImportConfiguration ExportImportConfigurationServiceUtil.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationServiceWrapper.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
           
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.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 ExportImportConfigurationLocalServiceWrapper.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.
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.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)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.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 ExportImportConfigurationLocalServiceWrapper.updateStatus(long userId, long exportImportConfigurationId, int status)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.updateStatus(long userId, long exportImportConfigurationId, int status)
           
 

Methods in com.liferay.portal.service that return types with arguments of type ExportImportConfiguration
static List<ExportImportConfiguration> ExportImportConfigurationLocalServiceUtil.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.
 List<ExportImportConfiguration> ExportImportConfigurationLocalService.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> ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long groupId, int type)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalService.getExportImportConfigurations(long groupId, int type)
           
static List<ExportImportConfiguration> ExportImportConfigurationLocalServiceUtil.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)
           
 List<ExportImportConfiguration> ExportImportConfigurationLocalService.getExportImportConfigurations(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
 

Methods in com.liferay.portal.service with parameters of type ExportImportConfiguration
static ExportImportConfiguration ExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.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 ExportImportConfigurationLocalServiceWrapper.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 long LayoutService.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
 long LayoutServiceWrapper.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
static long LayoutServiceUtil.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
           
 long LayoutLocalService.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
           
 long LayoutLocalServiceWrapper.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration)
           
static long LayoutLocalServiceUtil.exportLayoutsAsFileInBackground(long userId, 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 ExportImportConfigurationLocalServiceWrapper.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.
 

Method parameters in com.liferay.portal.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> ExportImportConfigurationLocalServiceWrapper.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)
           
 

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

Methods in com.liferay.portal.service.persistence that return ExportImportConfiguration
static ExportImportConfiguration ExportImportConfigurationUtil.create(long exportImportConfigurationId)
          Creates a new export import configuration with the primary key.
 ExportImportConfiguration ExportImportConfigurationPersistence.create(long exportImportConfigurationId)
          Creates a new export import configuration with the primary key.
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_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first 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.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
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_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_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_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_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_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_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_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_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_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_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.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.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 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_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last 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.fetchByPrimaryKey(long exportImportConfigurationId)
          Returns the export import configuration with the primary key or returns null if it could not be found.
 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.findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
 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_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last 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_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.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.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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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.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.findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 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_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last 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_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.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.findByPrimaryKey(long exportImportConfigurationId)
          Returns the export import configuration with the primary key or throws a NoSuchExportImportConfigurationException if it could not be found.
 ExportImportConfiguration ExportImportConfigurationPersistence.findByPrimaryKey(long exportImportConfigurationId)
          Returns the export import configuration with the primary key or throws a NoSuchExportImportConfigurationException if it could not be found.
static ExportImportConfiguration ExportImportConfigurationUtil.remove(long exportImportConfigurationId)
          Removes the export import configuration with the primary key from the database.
 ExportImportConfiguration ExportImportConfigurationPersistence.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)
           
static ExportImportConfiguration ExportImportConfigurationUtil.updateImpl(ExportImportConfiguration exportImportConfiguration)
           
 ExportImportConfiguration ExportImportConfigurationPersistence.updateImpl(ExportImportConfiguration exportImportConfiguration)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ExportImportConfiguration
static Map<Serializable,ExportImportConfiguration> ExportImportConfigurationUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,ExportImportConfiguration> ExportImportConfigurationPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findAll()
          Returns all the export import configurations.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findAll()
          Returns 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)
          Returns a 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)
          Returns an ordered range of all the export import configurations.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByCompanyId(long companyId)
          Returns all the export import configurations where companyId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByCompanyId(long companyId)
          Returns 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)
          Returns a 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)
          Returns an ordered range of all the export import configurations where companyId = ?.
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)
          Returns 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)
          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, 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)
          Returns an ordered range of all the export import configurations where groupId = ? 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)
          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, 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)
          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, 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)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
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)
          Returns 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)
          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, 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)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
static List<ExportImportConfiguration> ExportImportConfigurationUtil.findByGroupId(long groupId)
          Returns all the export import configurations where groupId = ?.
 List<ExportImportConfiguration> ExportImportConfigurationPersistence.findByGroupId(long groupId)
          Returns 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)
          Returns a 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)
          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.portal.service.persistence with parameters of type ExportImportConfiguration
static void ExportImportConfigurationUtil.cacheResult(ExportImportConfiguration exportImportConfiguration)
          Caches the export import configuration in the entity cache if it is enabled.
 void ExportImportConfigurationPersistence.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)
           
static ExportImportConfiguration ExportImportConfigurationUtil.updateImpl(ExportImportConfiguration exportImportConfiguration)
           
 ExportImportConfiguration ExportImportConfigurationPersistence.updateImpl(ExportImportConfiguration exportImportConfiguration)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type ExportImportConfiguration
static void ExportImportConfigurationUtil.cacheResult(List<ExportImportConfiguration> exportImportConfigurations)
          Caches the export import configurations in the entity cache if it is enabled.
 void ExportImportConfigurationPersistence.cacheResult(List<ExportImportConfiguration> exportImportConfigurations)
          Caches the export import configurations in the entity cache if it is enabled.
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_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first 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.fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
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_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_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_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_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_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_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_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_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_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_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.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.fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
 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_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last 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 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)
          Returns an ordered range of all the export import configurations.
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_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last 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.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 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)
          Returns an ordered range of all the export import configurations where companyId = ?.
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_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_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_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_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_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 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)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
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_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_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_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_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_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_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_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_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_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_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.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 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)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
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)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
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_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first 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_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last 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.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 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)
          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.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-m3