Uses of Class
com.liferay.portal.kernel.exception.NoSuchListTypeException
Packages that use NoSuchListTypeException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchListTypeException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchListTypeExceptionModifier and TypeMethodDescriptionListTypePersistence.findByC_N_T
(long companyId, String name, String type) Returns the list type where companyId = ? and name = ? and type = ? or throws aNoSuchListTypeException
if it could not be found.static ListType
ListTypeUtil.findByC_N_T
(long companyId, String name, String type) Returns the list type where companyId = ? and name = ? and type = ? or throws aNoSuchListTypeException
if it could not be found.ListTypePersistence.findByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.findByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.ListTypePersistence.findByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.findByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.ListType[]
ListTypePersistence.findByC_T_PrevAndNext
(long listTypeId, long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ? and type = ?.static ListType[]
ListTypeUtil.findByC_T_PrevAndNext
(long listTypeId, long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ? and type = ?.ListTypePersistence.findByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.findByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.ListTypePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.findByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.ListType[]
ListTypePersistence.findByCompanyId_PrevAndNext
(long listTypeId, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ?.static ListType[]
ListTypeUtil.findByCompanyId_PrevAndNext
(long listTypeId, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ?.ListTypePersistence.findByPrimaryKey
(long listTypeId) Returns the list type with the primary key or throws aNoSuchListTypeException
if it could not be found.static ListType
ListTypeUtil.findByPrimaryKey
(long listTypeId) Returns the list type with the primary key or throws aNoSuchListTypeException
if it could not be found.ListTypePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.ListType[]
ListTypePersistence.findByUuid_C_PrevAndNext
(long listTypeId, String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ? and companyId = ?.static ListType[]
ListTypeUtil.findByUuid_C_PrevAndNext
(long listTypeId, String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.findByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.ListTypePersistence.findByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.findByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.ListType[]
ListTypePersistence.findByUuid_PrevAndNext
(long listTypeId, String uuid, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ?.static ListType[]
ListTypeUtil.findByUuid_PrevAndNext
(long listTypeId, String uuid, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ?.ListTypePersistence.remove
(long listTypeId) Removes the list type with the primary key from the database.static ListType
ListTypeUtil.remove
(long listTypeId) Removes the list type with the primary key from the database.ListTypePersistence.removeByC_N_T
(long companyId, String name, String type) Removes the list type where companyId = ? and name = ? and type = ? from the database.static ListType
ListTypeUtil.removeByC_N_T
(long companyId, String name, String type) Removes the list type where companyId = ? and name = ? and type = ? from the database.