Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.exportimport.exception.NoSuchConfigurationException

Packages that use NoSuchConfigurationException
com.liferay.portlet.exportimport.service.persistence   
com.liferay.portlet.exportimport.service.persistence.impl   
 

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

Methods in com.liferay.portlet.exportimport.service.persistence that throw NoSuchConfigurationException
 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.
 

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

Methods in com.liferay.portlet.exportimport.service.persistence.impl that throw NoSuchConfigurationException
 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.
 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.
 


Liferay 7.0-ce-b4